]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/toplevel.h
Preserve focus when window is minimized and restored in wxMSW.
[wxWidgets.git] / include / wx / msw / toplevel.h
2012-02-05  Vadim ZeitlinPreserve focus when window is minimized and restored...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-08  Vadim ZeitlinAdded wxTopLevelWindow::MSWGetSystemMenu() method.
2010-09-16  Václav SlavíkFix wxMSW rendering artifacts with modal dialogs.
2010-04-22  Vadim ZeitlinOverride wxWindow::MSWGetCreateWindowCoords() in wxTopL...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-16  Václav Slavíkforgot to commit toplevel.h as part of r56374
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-02-13  Włodzimierz SkibaAvoid do-nothing virtuals in WinCE.
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2006-10-27  Robert Roebling Indicate that EnableCloseButton is virtual.
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-07-28  Vadim Zeitlinallow changing the page from keyboard in property sheet...
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-02-25  Włodzimierz SkibaRevitalise SIP support in all toplevel wince windows.
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-31  Włodzimierz Skiba[ 1420190 ] Enable backspace key on smartphone
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-05  Vadim Zeitlinreverted wxPopupWindow implementation to the original...
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-03-26  Mattia BarbonwxIconBundle implementation.
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-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-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-27  Robin Dunnfixed compilation errors
2001-09-27  Robin DunnAdded missing WXDLLEXPORT
2001-09-26  Václav Slavíktemporary stubs for fullscreen functions
2001-09-24  Vadim Zeitlinadded wxTLW for MSW