]> git.saurik.com Git - wxWidgets.git/history - include/wx/app.h
added cmd line parsing support to wxApp and --theme option to wxUniv
[wxWidgets.git] / include / wx / app.h
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
2001-07-10  Vadim Zeitlinmoved WX_USE_THEME macros inside IMPLEMENT_APP
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Vadim Zeitlinadded tiny wxInitializer class
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-04-07  Gilles Depeyrotcorrection for Mac OS X (wxEntry has a specific prototy...
2001-02-20  Vadim Zeitlinmade wxApp::GetTopWindow() virtual
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  Guillermo Rodrigue... Fix from Mumit Khan to allow mingw DLL compilation...
2000-03-10  Guillermo Rodrigue... Fix from Mumit Khan to allow mingw DLL compilation
2000-03-09  David Websteros2 update. Need initializers like windows, not unix.
2000-03-05  Robert Roebling Various makefile and installation things.
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-01-31  Robert Roebling Using the best visual is now an option.
2000-01-11  Vadim ZeitlinwxMenuItem::GetLabelFromText() added/documented, bug...
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-26  Vadim Zeitlin1. wxBase compiles/links again
1999-11-22  David WebsterOS/2 thread updates
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-12  Jouk Jansen Committing in .
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-28  David Webster*** empty log message ***
1999-07-23  Ove KaavenLet argv[] be wxChar**
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-07  Vadim Zeitlincompilation fixes for wxGTK
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More configure fixes
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-07  Karsten BallüderSome fixes for Solaris (2.5).
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-26  Vadim Zeitlinmistype: #ifdef __GTK corrected (#ifdef __GTK__ now)
1998-05-21  Julian SmartApp declarations modified; cursor was corrupt; needed...
1998-05-21  Julian Smart*** empty log message ***
1998-05-20  Karsten BallüderInitial revision