OSX regrouping
[wxWidgets.git] / src / common / appbase.cpp
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...
2005-09-13  Vadim Zeitlinfixed Sun CC warning about arg[cv] parameters hiding...
2005-08-03  Vadim Zeitlinno need to check dbghelp DLL initialization in GetAsser...
2005-07-24  Stefan CsomorOSX two-level header fixes
2005-07-17  Michael WetherellAdd test that wxABI_VERSION is not set when compiling...
2005-07-02  Michael WetherellRevert check on wxABI_VERSION since it doesn't work...
2005-06-30  Michael WetherellAdd wxABI_VERSION
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-06-06  Vadim Zeitlinuse wxLogBuffer to ensure that we don't lose error...
2005-06-02  Vadim Zeitlinremoved duplicate wx/msw/debughlp.h include
2005-06-02  Julian SmartCompile fix
2005-06-02  Robin DunnCompile fix for when wxUSE_STACKWALKER == 0
2005-06-02  Robin DunnFixed compile error on non-MSW platforms
2005-06-01  Vadim Zeitlindon't try to show stack trace in assert msg box unless...
2005-04-18  Ryan Nortoncleanup for wxUSE_THREADS
2005-04-18  Julian SmartAdded wxUSE_THREADS guards
2005-04-17  Ryan Nortonfix 10.2 shared builds from crashing
2005-04-09  Vadim Zeitlinshow 20 lines of stack in assert, this should still...
2005-03-31  Julian SmartFrames to skip now honoured for Unix stackwalking
2005-03-27  David ElliottAllow compilation with MW CRT on OS X. Unlike BSD...
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
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-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-13  Włodzimierz SkibaMissed conditional compilation.
2004-07-01  Václav Slavíkfixed a bug that prevented wxLogGui from being used...
2004-05-25  Julian SmartMissed reversions
2004-05-25  Włodzimierz SkibaMissed headers.
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaFix to wxChar* access.
2004-05-02  Vadim Zeitlinmoved OnExceptionInMainLoop() in .cpp from header
2004-04-27  Robin DunnFixes Bug [ 930200 ] Async does not work
2004-04-04  Vadim Zeitlininclude just wrapwin.h and not the entire msw/private.h
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2003-09-17  Vadim Zeitlindocumented how to handle C++ exceptions in wxWindows
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-09-09  Vadim Zeitlinuse GetTraits(), not m_traits, in OnAssert()
2003-08-17  Václav Slavíkbuild options signature is too long, use more lines
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkreworked wxBuildOptions code to work even w/o function...
next