Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / appcmn.cpp
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...
2002-12-06  Vadim Zeitlinfixed mem leak when using non default theme; change...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-18  Vadim Zeitlinfixed wxBase compilation (what was msgdlg.h doing in...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-04  Václav SlavíkwxCmdLineParser's output goes to stderr, not message...
2002-07-24  Mattia BarbonAdded wxMessageOutput as per the discussion on wx-dev.
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-03-25  Vadim Zeitlinfixed compilation for wxBase
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-01-23  Julian SmartAdded #include "wx/utils.h" to make it compile for...
2002-01-20  Václav Slavíkadded WXTRACE env. variable
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-17  Vadim Zeitlinfixes error/usage messages given by the cmd line parsin...
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-05  Gilles Depeyrotuse Unix raise for wxTrap when compiling with Apple...
2001-11-04  Václav Slavíkfixed stupid bug in display mode error reporting
2001-11-04  Václav Slavíkimplemented wxApp::Get/SetDisplayMode
2001-11-02  Vadim Zeitlincheck for wxOnAssert reentrancy
next