Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / utils.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Vadim ZeitlinImplement monitoring of file descriptors in wxMotif...
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-11-13  Julian SmartwxBORDER_THEME processing for Motif and X11
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-08-24  Mattia Barbon As reported by Chris Elliott some releases of Lesstif...
2005-07-30  Mattia Barbon Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-06-05  Mattia Barbon This code is now shared with wxX11: remove.
2004-05-25  Julian SmartFixes for wxMotif
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Mattia Barbon Precompiled headers support.
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
2003-08-03  Mattia Barbon Compilation fix.
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-06-30  Jouk Jansen Committing in .
2003-05-12  Mattia Barbon Factored out some common code.
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-04-09  Mattia Barbon Compilation fix (missing headers).
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-04-06  Mattia Barbon Remove (now) pointless checks for __WXX11__/__WXMOTIF...
2003-03-10  Mattia Barbon Added helper functions for string -> XmString conversion.
2003-03-05  Mattia Barbon Added new __WXMOTIF20__ macro, which is true if the...
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-03-04  Jouk Jansen Committing in .
2002-02-13  Julian SmartInclude src/x11/utils.cpp
2002-02-13  Julian SmartAdded shared private declarations header privx.h, utils...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-08-25  Jouk Jansen Committing in .
1999-11-18  Jouk Jansen Committing in .
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-10  Robert Roebling Further makefile and compile fixes.
1999-07-23  Vadim Zeitlindisabled accelerators in wxMotif - they don't work...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-06-29  Vadim Zeitlin1. wxGrid fixes contributed by Gerhard Gruber (client...
1999-06-23  Robert Roebling Motif compile fixes
1999-03-30  Vadim ZeitlinMotif compilation fixes (now ok)
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-11  Vadim ZeitlinwxMotif Solaris 2.6 compilation fixes
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...
1999-02-24  Julian SmartSome stubs corrections; Motif corrections incl. busy...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-10-18  Julian SmartMotif additions
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff
1998-09-18  Julian SmartSome more wxMotif stuff: menus
1998-09-18  Julian SmartMotif files added.