Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / os2 / toplevel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-11  Stefan NeisAvoid passing wxChar* to API functions (patch #1830017).
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-01-04  Stefan NeisFixed sizing and positioning.
2006-01-02  Stefan NeisUse system colours
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxOS2 part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-04-27  David WebsterUnicode fixes for OS/2
2004-10-24  Stefan NeisRemoved list of modeless windows (apparently no longer...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-09  Stefan NeisApplied patch [ 929275 ] [wxOS2] Missing title bars.
2004-05-02  Stefan NeisAdded missing include.
2004-03-01  David WebsterWarning suppressions
2003-10-01  Stefan NeisInsure that top level windows will be at least visible
2003-08-20  Stefan NeisCompilation fixes for gcc-3.2.
2003-06-09  Stefan NeisMoved include to wx/module.h out of #ifndef WX_PRECOMP.
2003-04-17  David WebsterMore OS/2 updates reflecting changes in 24 Branch
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-10-11  David WebsterWeekly OS/2 updtaes
2002-08-25  Stefan NeisCompilation fixes for EMX. Mostly adding includes and...
2002-08-19  David WebsterWeekly catchup as well as better font and fontdlg support
2002-08-05  David WebsterLots of fixes for common dialogs, radioboxes, static...
2002-07-15  David WebsterDialog processing updates and some timer fixes
2002-06-17  David WebsterCatching up
2002-05-28  David WebsterCatching up for the week
2002-04-05  David WebsterCatching up to new common class interfaces.
2002-02-22  David WebsterStyle updates
2002-02-11  David WebsterUpdates for Y positioning
2002-02-10  David WebsterNew positioning code, eliminating a lot of extra, unnec...
2002-02-04  David WebsterOS/2 scrolling support
2002-01-31  David WebsterLots of fixes for scrolling
2002-01-30  David WebsterFinish basic dialog support and some scrolling fixes.
2002-01-28  David WebsterVarious fixes for Textctrl and Popup Menus.
2002-01-23  David WebsterLots of fixes for OS/2
2002-01-22  David WebsterOS/2 bug fixes and new mod file
2002-01-21  David Websterno message
2002-01-20  Stefan NeisAdded various #includes for non-precompiled headers.
2002-01-18  David WebsterVarious OS/2 changes to keep up with general library...
2002-01-09  David WebsterConsildation and cleanup of global variables. Mostly...
2002-01-07  David Webstertoplevel fixes to deal with base class fixes. Create...
2002-01-07  David WebsterToplevel window support