Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / utilscmn.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-12-17  Julian SmartMissing semicolon
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  Julian SmartMods for Wine compilation
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-02-28  Vadim Zeitlinremoved unnecessary include
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-01-21  Václav Slavíkchanged WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
2002-01-21  Vadim Zeitlinadded wxGetFontFromUser() similar to wxGetColourFromUser()
2002-01-20  Stefan Csomorremoved duplicate strdup definition for CW MSL V 7
2001-12-14  Václav Slavíkunimportant DOS fix
2001-12-07  Václav Slavíkcompilation fix for Watcom/DOS
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-13  Gilles Depeyrotcorrected typo in conditional compilation for Darwin...
2001-10-13  Gilles Depeyrotstrcasecmp is in the system libraries under Mac OS X
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  David WebsterFixes errno.h problems with OS/2
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-16  Julian SmartApplied patch #403856 (utilscmn.cpp should translate...
2001-05-10  Stefan Csomoradded lowercase functionality to wxHexToDec
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-09-26  Julian SmartFiddled with wxFindWindowAtPoint to make it work with...
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-15  Julian SmartVarious compiler changes
2000-03-12  Vadim Zeitlinfixed (rare but fatal) bug in wxWindowDisabler
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-08  Julian SmartAdded WIN16 code for window disabler
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-01-24  Vadim Zeitlinimplementation of wxGetPasswordFromUser
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-11-12  Jouk Jansen Committing in .
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-10-25  Robert Roebling Mem leak in new accelerator code.
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-30  David WebsterOS/2 updates
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-17  Ove KaavenUnicodified a few routines.
1999-04-15  Ove KaavenDefer loading of character sets, and some anti-crash...
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-22  Karsten BallüderAdded wxSafeYield(wxWindow *win=NULL).
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-25  Julian SmartSplit up wxStream doc files; added wxTCP... files;...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-01  Stefan Csomormac support as stubs added
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-21  Stefan CsomorCW Win32 support
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-10-16  Unknown (UG)wx_USEIOSTREAMH changes
1998-10-12  Julian SmartChanges related to stream includes
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderFixed implementation pragma to "utils.h"
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-05  Guilhem Lavaux* Fixed configuration problem (#if USE_APPLE_IEEE)
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-05-20  Karsten BallüderInitial revision