Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / toplevel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-25  Vadim Zeitlinre-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-08-28  Mattia Barbon All toplevel windows without the wxNO_BORDER style...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Jouk Jansen Committing in .
2004-05-01  Mattia Barbon Precompiled headers support.
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-04-26  Mattia Barbon Implemented wxEntryStart, wxEntryInitGui, wxEntryCleanup.
2003-04-09  Mattia Barbon Add tests for XShape extension API in configure,
2003-03-30  Mattia Barbon Moved wxWindow::SetSizeHints implementation to wxTopL...
2003-03-26  Mattia Barbon Calling a virtual function from a destructor is not...
2003-01-29  Jouk Jansen Committing in .
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif. (forgot to commit)