Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / app.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
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...
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-01  Vadim Zeitlincompilation fix after argv changes (move initialization...
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-03-30  Vadim Zeitlinmove m_perDisplayData destruction to dtor from CleanUp...
2006-09-09  Paul Cornettinclude fix
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
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-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-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-03-17  Vadim Zeitlinfixed incorrect XtVaXXX() function call (thanks to...
2005-12-19  Vadim Zeitlindon't crash when XIM is used under IRIX
2005-10-08  Vadim Zeitlinhack: adjust C locale to supported form under HP-UX...
2005-10-07  Michael WetherellAttempt to avoid crash on exit on Solaris 10
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinwarning fixes for Sun CC: extern C, non-const string...
2005-08-30  Vadim Zeitlinbetter looking fallback resources for IRIX (patch from...
2005-07-30  Mattia Barbon Initialize Xt locale handling.
2005-07-30  Mattia Barbon Move per display data cleanup to wxApp::CleanUp where...
2005-07-12  Mattia Barbon Applied fix for wxCreateTopLevelRealizedWidget crash.
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-22  Mattia Barbon Do not realize the top level shell that acts as a...
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-01  Mattia Barbon Precompiled headers support.
2004-02-08  Mattia Barbon Applied patches #892580 and #892582 from Christian...
2003-10-13  Mattia Barbon Fixes for application not closing after last top...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
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-08-02  Václav Slavíkcompilation fix
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-05-21  Mattia Barbon Stop the ApplicationShell from being managed (and...
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-04  Mattia Barbon Avoid crash during global destruction.
2003-05-04  Mattia Barbon Pass events to pushed event handlers.
2003-04-26  Mattia Barbon Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup.
2003-04-13  Mattia Barbon Removed conflict markers.
2003-04-10  Vadim Zeitlinregenerated with tmake after adding datacmn.cpp
2003-04-07  Mattia Barbon Moved m_visual* wxApp[X11] members used by wxBitmap and
2003-04-02  Mattia Barbon Remove dulicated call to wxBitmap::Init/CleanupStanda...
2003-03-31  Julian SmartMore deprecated class mods
2003-03-26  Mattia Barbon Fix wxSocket under wxMotif.
2003-03-14  Mattia Barbon Remove explicit casts to (const char *), and replace...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-02  Mattia Barbon Implemented wxEventLoop for wxMotif, and used it...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2002-08-27  Mattia BarbonWhen there is no display, the default log target will...
2002-08-21  Vadim Zeitlincompilation fix after my previos m_exitOnFrameDelete...
2002-07-23  Julian SmartApplied patch [ 584885 ] better colour handling in...
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2000-08-25  Jouk Jansen Committing in .
2000-03-16  Guillermo Rodrigue... Process pending events before deleting pending objects...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-10-19  Michael BedwardRemoved #pragma implementation "appbase.h" which caused...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-01  Vadim Zeitlinrenamed gsockmot.cpp to *.c
1999-08-15  Michael BedwardPut the call to CheckForKeyDown() back in to ProcessXEv...
1999-08-12  Michael Bedwardif'd out CheckForKeyDown call that doesn't seem to...
1999-07-30  Michael BedwardAdded wxApp::CheckForKeyUp
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-22  Robert Roebling Makefiles without dependencies
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-30  Vadim ZeitlinMotif compilation fixes (now ok)
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
next