put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / app.h
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-04  Vadim Zeitlinmade IsMainLoopRunning() static and implemented it...
2004-10-04  Vadim Zeitlinadded wxApp::IsMainLoopRunnning() (see bug 994293)
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-06-23  Dimitri Schoolwerthfixed unresolved symbol main (occurred with wxMac)
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-02  Vadim Zeitlinmoved OnExceptionInMainLoop() in .cpp from header
2004-04-20  Chris ElliottSF patch #938489 (for VC5)
2004-04-20  Chris ElliottSF patch #938489
2004-04-04  Vadim ZeitlinWinMain() is Unicode under CE (how did this work before?)
2004-03-30  Vadim Zeitlinadded and documented wxApp::OnExceptionInMainLoop()
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-17  Vadim Zeitlinadded HandleEvent() to allow handle exceptions in event...
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-08-25  Václav Slavíkadded IMPLEMENT_APP_CONSOLE
2003-08-25  Julian SmartFixes for WinCE
2003-08-23  Robin DunnAdded #if wxUSE_CMDLINE_PARSER
2003-08-17  Václav Slavíkrestored wxBuildOptions class, for backward compatibili...
2003-08-16  Václav Slavíkmoved WinMain into the application even for static...
2003-08-05  Mattia Barbon Unicode compilation fix.
2003-08-04  Václav Slavíkreworked wxBuildOptions code to work even w/o function...
2003-08-03  Vadim Zeitlinuse wrapwin.h instead of windows.h + winundef.h
2003-08-03  Vadim Zeitlinmoved wxUniv-specific GUI stuff from wxBase to wxCore...
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
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...
next