Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk1 / app.cpp
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-26  Michael WetherellSupport comma separated list in G_FILENAME_ENCODING
2005-05-30  Julian SmartApplied patch [ 1211219 ] Build fix for configurations...
2005-04-21  Michael WetherellSupport for G_FILENAME_ENCODING=@locale
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2005-02-11  Robert Roebling Made gnome printing stuff return wxPRINT_CANCELLED if
2004-12-01  Robert Roebling Added support for GNOME print in static builds
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-10-25  Kevin HockMutexGui calls in WakeUpIdle are not needed under GTK2...
2004-07-12  Václav Slavíkremoved unneeded call to wxGetRootWindow, so that windo...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-21  Robin DunnUse gtk_init_check instead of gtk_init so that we can...
2004-02-28  Robert Roebling make use of GPE feature
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-10  Robert Roebling Test if G_threads already are initialized.
2003-08-13  Jouk Jansen Committing in .
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-07  Václav SlavíkUnicode compilation fixes
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
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-05-21  Julian SmartApplied patch [ 739401 ] gtk_init() has to be called...
2003-05-11  Gilles Depeyrotassert is raised when using the thread sample (which...
2003-05-11  Gilles Depeyrotadded assert to detect attempt to install idle handler...
2003-05-05  Mattia Barbon Fix for crash on exit.
2003-03-31  Julian SmartMore deprecated class mods
2003-02-28  Václav Slavíkadded native wxMessageDialog implementation for GTK+2
2003-02-03  Jouk Jansen Committing in .
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisplay compilation warning under Mac OS X/Darwin for...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-23  Julian SmartPossibly cured the assertion message dialog paint problem,
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-05-12  Vadim Zeitlinmade wxIsInsideYield global -- will be fixed when we...
2002-05-04  Robert Roebling Made OnInit() and OnRun() logic like MSW when it
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-16  Robert Roebling Untested mini-change for wxGTK idle handling.
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-13  Robert Roebling wxX11:
2002-02-13  Robert Roebling wxX11:
2002-02-07  Jouk Jansen Committing in .
2002-02-04  Robert Roebling Applied thread wakeup patch.
2002-01-28  Robert Roebling Change idle behvaiour with regard to wxIdleEvent...
2002-01-13  Robert Roebling Remove surplus wxTheApp from wxApp...
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-31  Václav SlavíkwxSystemSettings mods in wxGTK
2001-12-18  Vadim Zeitlinfix for handling the standard X toolkit options
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-07-26  Vadim Zeitlin(bad) fix for asserts and OnIdle events
2001-07-26  Vadim Zeitlin*really* suppress log messages from inside wxYield
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-03  Václav Slavíkadded wxUSE_INTL around wxLocale::GetSystemEncoding
2001-06-03  Václav Slavíkadded code to set wxFont's default encoding to wxLocale...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-19  Vadim Zeitlintemp (?) fix for wxYield() calls from other threads
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-06  Vadim Zeitlinapplied patch 103591 which should fix wxWakeUpIdle()
2001-01-11  Robert Roebling wxYield() patch from stable tree.
2000-12-28  Robert Roebling Added wxFileName.
2000-12-22  Robert Roebling Log error messages work.
2000-11-24  Jouk Jansen Committing in .
2000-11-23  Robert Roebling Ported new double idle handlers for pending events
2000-09-08  Julian SmartFixed memory leak in listbox, fixed memory leak reporti...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-08-10  Jouk Jansen Committing in .
2000-07-19  Ove KaavenIf compiling with WXGTK20, set wxConvCurrent to wxConvU...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-16  Jouk Jansen Committing in .
next