adapting to new event version
[wxWidgets.git] / src / common / appbase.cpp
2013-07-28  Stefan Csomoradapting to new event version
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-12-04  Vadim ZeitlinOpen debugger at the location of failing assert, if...
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-10-22  Vadim ZeitlinSet C++ global locale too in wxAppTraitsBase::SetLocale().
2012-09-25  Vadim ZeitlinReally fix stack dumps for asserts and wxStackWalker...
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2012-01-10  Vadim ZeitlinUse wxAbort() instead of abort() to fix Windows CE...
2012-01-10  Vadim ZeitlinAdded wxAbort() which can also be used under Windows CE.
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-04-26  Vadim ZeitlinAllow showing the print preview frame non modally.
2010-11-22  Vadim ZeitlinDelete pending objects in wxApp::ProcessPendingEvents...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinAdd a system option to exit immediately on assert failure.
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-12-07  Vadim ZeitlinReset wxTheApp when starting to destroy the object...
2009-09-18  Vadim ZeitlinChange return type of wxList::Member() to bool.
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-09-03  Vadim ZeitlinTweak the default wxApp::GetAppDisplayName() logic.
2009-08-19  Vadim ZeitlinFlush log events in console applications as well.
2009-07-25  Vadim ZeitlinFix harmless MSVC warning.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-17  Vadim ZeitlinNo real changes, just refactor wxEventLoop/wxApp::Proce...
2009-07-17  Vadim Zeitlinuse the currently active event loop instead of the...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
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-21  Francesco Montorsifix a few typos
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-03-21  Vadim Zeitlinrestore setting m_appName broken by recent change ...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-02-25  Vadim Zeitlinreset s_bInAssert in wxDoOnAssert() in an exception...
2008-01-05  Vadim Zeitlindon't remove handlers from wxPendingEvents list, they...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-22  Stefan Csomorcleanup mac
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Julian SmartResolve '&&' ambiguity
2007-11-13  Julian SmartResolve '&&' ambiguity (VC++ 6)
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-29  Paul Cornettadd missing static
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-14  Paul Cornettfix HasPendingEvents() to only return true if there...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-16  Vadim Zeitlinshow the unhandled exceptions in debug build instead...
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-05-24  Vadim Zeitlindon't create wxEventLoop in Initialize(), it's too...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-21  Vadim Zeitlinenter wxPendingEventLocker critical section in ProcessP...
2007-05-18  Vadim Zeitlindelete m_mainLoop on exit
2007-05-15  Vadim Zeitlinremoved extra semicolons added by last commit
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-12  Vadim Zeitlininclude <locale.h> before using setlocale()
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-10-11  Vadim Zeitlinmoved GetLayoutDirection() to GUI wxApp, it has nothing...
2006-10-10  Robert Roebling Added part of patch
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
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-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
2006-03-21  Vadim Zeitlindon't throw away the first three stack frames in the...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlindon't evaluate assert expression unless the condition...
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2005-11-08  Vadim Zeitlinfix memory leak of wxMessageOutput if wxApp::OnInit...
2005-10-03  Vadim Zeitlindon't use %08p format string, gcc complains about it
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
next