]> git.saurik.com Git - wxWidgets.git/history - src/msw/toplevel.cpp
Centering maximized wxTLWs on screen should do nothing.
[wxWidgets.git] / src / msw / toplevel.cpp
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
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 Zeitlindon't update m_iconized in IsIconized(), this can break...
2006-01-07  David Surovellminor cleanup
2005-12-31  Vadim Zeitlindon't set frame size to maximized one if we're restoring it
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-11-16  Włodzimierz SkibaWarning fix.
2005-11-14  Włodzimierz SkibaWarning fix.
2005-11-13  Włodzimierz SkibaMissing #ifdef markup.
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-11-09  Kevin HockRestored the accidentally deleted "return true;" at...
2005-11-08  Kevin HockRemove fudges in Show: 1) Do not force a window to...
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-07-09  Vadim Zeitlinmade wxTLW::GetSize() return the size of the maximized...
2005-07-08  Vadim Zeitlinmade IsMaximized() return true if frame had been maximi...
2005-06-07  Vadim Zeitlindon't use WINVER for tests, work around bug in VC6...
2005-06-02  Julian SmartApplied patch [ 1213290 ] incorrect logic in wxTopLevel...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-06  Julian SmartDon't always maximize top-level windows on Smartphone
2005-04-06  Julian SmartAlways Maximize() top-level windows on Smartphone.
2005-04-02  Julian SmartBorder fixes for WinCE
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-02-16  Julian SmartFixed windows not displaying on SmartPhone
2005-01-30  Vadim Zeitlindon't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-18  Chris Elliottfix compile break for unknown FLASHWINFO
2004-09-09  Vadim Zeitlincompilation fix for VC6 (closes 1025093)
2004-09-09  Włodzimierz SkibaWinCE fixes.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-06-21  Włodzimierz SkibaDifferent default buttons for native menubars on Smartp...
2004-06-18  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-12  Robert Roebling Applied new master define for CommandBar vs. PocketPC...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-27  Julian SmartSmartPhone windows are always maximized: Patch 942118
2004-04-21  Vadim Zeitlinfixed #if in Create(); don't use wxModelessWindows...
2004-04-21  Vadim Zeitlinfixed unused variable warning
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartTest for SDK in use
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-17  Robert Roebling Do not set size of PocketPC dialogs upon
2004-04-17  Robert Roebling Show the OK button in the title bar under PocketPC
2004-04-15  Robert Roebling Fix to make frame visible under eVC 3.0
2004-04-14  Robin DunnAdded #include for non PCH compilers
2004-04-13  Vadim Zeitlindon't use WS_POPUP under CE for normal windows
2004-04-12  Robert Roebling eVC 3.0 doesn't like WS_CAPTION. I imagine that
2004-04-12  Robert Roebling eVC++ 3.0 doesn't know WS_THICKFRAME
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-18  Robin DunnRestored part of the default positioning code for dialo...
2004-03-15  Robin DunnMSWGetCreateWindowCoords is already setting CW_USEDEFAU...
2004-03-13  Robin DunnUse the WidthDefault and HeightDefault in wxTLW, not...
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-07  Vadim Zeitlindon't show the accels on the controls if the system...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-27  Julian SmartCorrected typo
2003-12-27  Julian SmartWinCE 4 cleanup
2003-11-28  Julian SmartWinCE patches from "Viktor Voroshylo" <viktor@voroshylo...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-26  Vadim Zeitlinfix SetFocus() in wxDialog-derived class ctor (which...
2003-09-24  Chris Elliottfix digitalmars bug (ambiguous symbol)
2003-09-18  Julian SmartApplied patch [ 808328 ] restore border styles for...
2003-09-18  Vadim Zeitlintool windows shouldn't appear on the taskbar (patch...
2003-08-25  Julian SmartWinCE fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinfixed wxSTAY_ON_TOP for the dialogs
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-11  Julian SmartMore WinCE mods
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...
next