]> git.saurik.com Git - wxWidgets.git/history - src/msw/toplevel.cpp
Applied patch [ 761138 ] Replaces references to wxT("") and _T("") with wxEmptyString
[wxWidgets.git] / src / msw / toplevel.cpp
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-05-07  Julian SmartFixed style glitches
2003-05-01  Vadim Zeitlinfixed spurious debug error message
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-02  Václav Slavíkimplemented wxCLOSE_BOX under Windows
2003-03-02  Vadim Zeitlinmaximize the window to the correct display (i.e. the...
2003-01-15  Vadim Zeitlinfixed calling Maximize(FALSE) before the window is...
2003-01-11  Mattia Barbon Do not use deprecated functions.
2002-12-15  Vadim Zeitlinsend an extra kill focus event when we're deactivated
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-09  Julian SmartApplied patch [ 642174 ] Stop TOOL_WINDOWS stealing...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-06-14  Vadim Zeitlincompilation fixes for wxUniv (moved wxDlgProc back...
2002-06-14  Vadim Zeitlincompilation fix for !USE_PCH (patch 569132)
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-05  Vadim Zeitlinreverted wxPopupWindow implementation to the original...
2002-06-05  Vadim Zeitlinbring the parent of a wxFRAME_FLOAT_ON_PARENT frame...
2002-05-26  Vadim Zeitlinset the focus to the first control in the dialog when...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-04-06  Vadim Zeitlinno significant changes
2002-03-28  Mattia BarbonFix for daily builds
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-06  Vadim Zeitlinfixed creation of the dialogs with a simple (non 3D...
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-01-31  Julian SmartRegenerated FL docs; applied patch [ #511363 ] Dialogs...
2002-01-18  Vadim Zeitlindon't set WS_POPUP for all windows (fix for my last...
2002-01-17  Vadim Zeitlinfixed frame border styles (allow creating a friend...
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim Zeitlincentre on screen the dialogs without epxlicit position
2001-11-20  Vadim Zeitlinfixed erroneous debug error message
2001-11-17  Ron Leecast away a couple of warnings and added *.inc to the...
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-10-27  Vadim Zeitlindon't make the dialogs appear in the taskbar
2001-10-21  Vadim Zeitlinblind fix for the initial dialog position
2001-10-20  Vadim Zeitlindon't use hidden windows as implicit dialog parents...
2001-10-20  Vadim Zeitlindon't use windows about to be destroyed as implicit...
2001-10-18  Vadim Zeitlinfix for the initial size of the dialogs
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-09  Václav Slavíkmingw compilation fix
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW