don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / common / appcmn.cpp
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...
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-06-30  Vadim Zeitlinadded missing #include bitmap.h
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-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-04-09  Gilles Depeyrotif we are not in the main thread, output the assert...
2003-02-28  Julian SmartRemoved unnecessary #ifs
2003-02-28  Julian Smart#ifed wxLog occurrences
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
next