]> git.saurik.com Git - wxWidgets.git/history - src/mgl/app.cpp
Move GDK_META_MASK definition in the header in which it is also used.
[wxWidgets.git] / src / mgl / app.cpp
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
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):
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-30  Michael WetherellDefer deletion of wxFontsManager and MGL_exit until...
2005-04-30  Michael WetherellCall MGL_init earlier in wxApp::Initialize to avoid...
2005-04-22  Michael WetherellCompilation fixes for wxMGL
2005-04-14  Włodzimierz SkibaComment correction, source cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
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-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 Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-03-31  Julian SmartMore deprecated class mods
2002-08-10  Václav Slavíktell that there was an error...
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-15  Václav Slavíkcopyright update
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-01  Václav SlavíkwxRootWindow::AcceptsFocus must be const; added wxRTTI...
2002-01-21  Václav Slavíkchange WXDEBUG to WXSTDERR
2002-01-08  Václav Slavíkdisable long filenames under DJGPP
2001-12-31  Václav Slavíkremoved previously unused and now uncompilable code...
2001-12-30  Václav Slavíkextended display mode handling to accept WXMODE env...
2001-12-16  Václav Slavíkanother segfault fix
2001-11-24  Václav Slavíkcompilation fix
2001-11-21  Václav Slavík- removed GDI lists from wxMGL
2001-11-11  Václav SlavíkwxTimer for wxMGL
2001-11-04  Václav Slavíkreworked display mode stuff once again
2001-11-04  Václav Slavíkimplemented display mode setting
2001-10-30  Václav Slavíkcleanup in wxMGL code
2001-10-20  Václav Slavíkadded wxApp::Yield
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-07  Václav Slavíkmoved MGL initialization to earlier stage (crashes...
2001-10-02  Václav Slavíkadded at least some stderr support to wxMGL which suffe...
2001-09-15  Václav SlavíkwxMGL update
2001-08-15  Václav Slavíkbugfixes, bugfixes, bugfixes...
2001-08-12  Václav SlavíkwxMGL bugfixes
2001-08-09  Václav SlavíkwxMGL wxWindow and wxApp mostly complete, now hunting...
2001-08-01  Václav SlavíkwxMGL update (no, it still doesn't work, I'm backuping...
2001-06-29  Václav Slavíkfixed copyrights in MGL files (finally...)
2001-06-26  Vadim Zeitlinadded more files (unchanged) from wxUniv branch