]> git.saurik.com Git - wxWidgets.git/history - src/motif/toplevel.cpp
more 'unreachable code' warnings which had been disabled instead of being fixed
[wxWidgets.git] / src / motif / toplevel.cpp
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)