]> git.saurik.com Git - wxWidgets.git/history - src/unix/utilsunx.cpp
1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get
[wxWidgets.git] / src / unix / utilsunx.cpp
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-28  Ove KaavenFixed typo in ARGS_CLEANUP
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Robert Roebling Updated doc for wxFileExists()
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
1999-08-18  Robert Roebling EMX compilation,
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-19  Vadim Zeitlinifdef HAVE_VFORK => if HAVE_VFORK
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-07  Ove KaavenTook care of those missing frees from failure condition...
1999-04-16  Ove KaavenCompiles in Unicode mode.
1999-04-12  Vadim ZeitlinwxUSE_THREADS typo corrected
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim Zeitlinwait4() replaced by waitpid() which is POSIX
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-19  Karsten BallüderFixed wxExecute() to handle filenames with spaces and...
1999-03-11  Vadim ZeitlinwxMotif Solaris 2.6 compilation fixes
1999-03-11  Karsten Ballüdergcc 2.8.0/solaris compilation fix
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...