Update OpenVMS makefile
[wxWidgets.git] / src / gtk1 / app.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
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-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-04-22  Václav Slavíkrestored wxOKlibc() for wxGTK1's use
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2006-11-11  Robin DunnwxFD_SETSIZE --> FD_SETSIZE
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
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...
next