Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / app.h
2013-09-04  Vadim ZeitlinAdd wxDEPRECATED_MSG() and use it in a couple of places.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-23  Stefan Csomoradding OnLaunched
2013-07-03  Vadim ZeitlinAdd a helper wxApp::GetValidTraits() method.
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-08-30  Vadim ZeitlinUse wmain() if supported by the compiler/CRT instead...
2012-06-17  Vadim ZeitlinFixes for building wxGTK under Cygwin.
2012-05-13  Vadim ZeitlinRemove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-09-03  Vadim ZeitlinTweak the default wxApp::GetAppDisplayName() logic.
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-02  Francesco Montorsimove pending event processing back to wxApp (these...
2009-02-25  Francesco Montorsiadd wxAppConsoleBase::OnEventLoopEnter/Exit callbacks...
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Vadim Zeitlinuse WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-07  Francesco Montorsifix wxYield[IfNeeded] dll linkage (closes #10325)
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-01  Vadim Zeitlincapitalize the application name in GetAppDisplayName...
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-12  Vadim Zeitlinforward declare wxVideoMode as struct, not class, now...
2008-04-07  Robin DunnwxVideoMode is a class not a struct
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-08  Vadim Zeitlindon't redeclare wxYield() if it had been already declar...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-11-17  Vadim Zeitlinadded vendor display name (for consistency with app...
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-16  Vadim Zeitlinshow the unhandled exceptions in debug build instead...
2007-06-05  Vadim Zeitlincompilation fix after last commit: make wxAppConsole...
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-17  Robert Roebling Add forceTrueColour option to SetBestVisual().
2006-10-11  Vadim Zeitlinmoved GetLayoutDirection() to GUI wxApp, it has nothing...
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
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...
next