Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / utilsgtk.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-22  Vadim Zeitlinrefactored common code from XXX_EndProcessDetect in...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinremove GetStandardCmdLineOptions() which is not needed...
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-19  Vadim Zeitlinadded missing wxGUIAppTraits::SetLocale()
2006-10-25  Robin Dunnsome GTK1 bulkd fixes from Sander Niemeijer
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-02  Václav Slavíkreturn version of GTK+ library the app links against...
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-10-02  Vadim Zeitlinfixed the exit code detection for async processes
2001-10-01  Vadim Zeitlinfix for running csh scripts using wxExecute()
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-07-19  Ove KaavenStill no such thing as gtkfeatures.h in gtk+ 1.3.1...
2000-03-16  Jouk Jansen Committing in .
2000-01-27  Robert Roebling Copied isql.h and isqlext.h to /include/wx/unix and...
1999-12-01  Karsten Ballüderfixed process termination handling
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-07-30  Vadim Zeitlinexplicit compilation fix
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-04  Robert Roebling Added semicolon to macro in list.h - I just read that
1999-06-03  Robert Roebling Moved main Makefile.am for wxGTK to /src/gtk
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-25  Vadim Zeitlinmore DG-UX compilation fixes (thanks to Benjamin Beckwith)
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-17  Vadim ZeitlinwxExecute() fix (running console programs doesn't cause...
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
1999-02-10  Vadim Zeitlinadded #include <fcntl.h> to allow compilation under...
1999-02-10  Karsten Ballüdersmall modification to stdin/stdout/stderr behaviour...
1999-02-07  Vadim ZeitlinwxProcess() fixes: will really call parent's event...
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-13  Robert Roebling Bit of CVS clean-up
1998-12-10  Robert Roebling Removed a few old wxDebugMsg (now wxLogDebug)
1998-12-10  Karsten BallüderModified wxExecute() to close stdin/stdout/stderr.
1998-11-23  Robert Roebling Added install scripts in missing places
1998-10-30  Karsten Ballüderwait4() now extern "C" :-)
1998-10-30  Karsten Ballüderadded wait4() prototype for solaris
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-18  Vadim Zeitlinminor changes (a couple of error messages added to...
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-04  Karsten BallüderwxGetUserName() now returns only the user name, not...
1998-09-19  Karsten Ballüderchanged wxMatchWild() 3rd parameter not used under...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-07-27  Robert Roeblingwarning msgs
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-16  Guilhem Lavaux* Hope this is the last bug fix in the wxThread merge ...
1998-05-20  Karsten BallüderInitial revision