Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / src / common / appcmn.cpp
2013-08-24  Vadim ZeitlinMove code removing "-psn_xxx" command line arguments...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-12-29  Vadim ZeitlinDon't send idle events to the windows about to be destr...
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-14  Stefan Csomormake sure log output on the iphone goes to the console...
2009-12-09  Vadim ZeitlinAvoid outputting the assert message twice in non-GUI...
2009-12-09  Vadim ZeitlinBetter handling for asserts in non-main threads.
2009-08-19  Vadim ZeitlinFlush log events in console applications as well.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-03-22  Vadim Zeitlinfix harmless warning about unreachable code under MSW...
2009-03-22  Vadim Zeitlinalways define ShowAssertDialog() but do nothing in...
2009-03-22  Stefan Csomortemporary build-fix
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-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-27  Francesco Montorsifix Purpose comment
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-07-26  Vadim Zeitlindon't use assert dialog under wxDFB, it does more harm...
2008-07-20  Vadim Zeitlinhandle C++ exception in EVT_{TIMER,IDLE} handlers ...
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-01-05  Vadim Zeitlinclean up wxEvtHandler::m_eventsLocker weirdness: there...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-11-22  Stefan Csomorcleanup mac
2007-09-15  Vadim ZeitlinwxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
2007-09-14  Vadim Zeitlinreverted the change of wxCmdLineEntryDesc fields to...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-08-11  David ElliottUse wxLogStdErr in preference to wxLogGui on wxCocoa.
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-05-18  Vadim Zeitlincall wxAppConsole::CleanUp() from the derived class...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-11-17  Robert Roebling Add forceTrueColour option to SetBestVisual().
2006-10-11  Vadim Zeitlinmoved GetLayoutDirection() to GUI wxApp, it has nothing...
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-08-25  Vadim Zeitlinremove the object from wxPendingDelete list before...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-01-12  Vadim ZeitlinwxEventLoop::ms_activeLoop is now defined in its own...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2005-12-22  Václav Slavíkreverted previous accidental commit
2005-12-22  Václav SlavíkwxMac linking fix
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-14  Vadim Zeitlinrenamed arg[cv] parameters to not hide wxApp members
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-04-12  Ryan NortonFix CYGWIN socket compilo
2005-04-10  Mattia Barbon Correct harmless typos.
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-07  Robert Roebling Forgot to commit these.
2004-11-05  Robert Roebling Mem leaks in connection with print factory code.
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-03  Vadim Zeitlindestroy any TLWs still alive when the app terminates...
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  David ElliottwxMac CFM never has a GSocketGUIFunctionsTable
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-08-03  David ElliottPrepare for GSocket C->C++ migration
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2003-12-13  Gilles Depeyrotuse wxMac Mach-o GUI-specific functions (gsockosx)
2003-10-02  Vadim Zeitlinfixed (harmless) mem leak when wxUSE_THREADS == 0
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-17  Vadim Zeitlinuse standard tied pointer now
2003-09-16  Vadim Zeitlindon't hang forever in Dispatch() if there is no event...
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-08-18  Vadim Zeitlinno changes
2003-08-16  Stefan Csomorcorrected include for __WXMAC__
2003-08-11  Vadim Zeitlinfixed some warnings about unused variables values
2003-08-10  Václav Slavík__WXMAC__, not __MAC__
2003-08-10  Václav SlavíkwxMac fix
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-04  Vadim Zeitlinfixed non GUI cmd line options
2003-08-03  Vadim Zeitlinmoved wxUniv-specific GUI stuff from wxBase to wxCore...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
next