Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / app.h
2003-08-01  Vadim ZeitlinwxTheApp can't be assigned to, anyhow, so make ms_appIn...
2003-08-01  Vadim Zeitlinreplaced the old wxApp with wxAppConsole::ms_appInstanc...
2003-07-31  Václav Slavíkmake it possible to use wxConsoleApp in GUI build
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-03  David ElliottAdded CallOnInit() which allows the toolkit (wxCocoa...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-30  Vadim Zeitlinwe can't declare WinMain() with other arguments using...
2003-06-30  Vadim Zeitlininclude init.h as wxEntry is supposed to be declared...
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-25  Vadim Zeitlinremoved #pragma interface because it results in link...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-03-28  Stefan Csomormach-o addition
2003-03-22  David Elliott- Include wxCocoa specific header
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-12-07  Vadim Zeitlinalways declare wxAppInitializerFunction() as returning...
2002-09-10  Vadim Zeitlindeclare wxEntry() as taking char **Argv, not char ...
2002-09-04  Vadim Zeitlinfix wxBase apps compilation after ProcessIdle() change...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-17  Robert Roebling Convert %s to %ls and %c to %lc in printf and scanf...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-04  Václav Slavíkoh, better interface to GetDisplayMode (Vadim was right...
2001-11-03  Václav Slavíkadded wxApp::GetDisplayMode function for fullscreen...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-09  Václav SlavíkwxMGL support
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
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