2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
blob | commitdiff | raw |
2010-04-23 |
Vadim Zeitlin | Work around wrong client size computation for not yet... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Override wxWindow::MSWGetCreateWindowCoords() in wxTopL... |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Vadim Zeitlin | Don't set initial size as min size for top level window... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kevin Ollivier | Compilation fix for last commit. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Vadim Zeitlin | account properly for the menu in SetShape() (closes... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Václav Slavík | fixed logical error in SetIcons(): only assert if no... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Vadim Zeitlin | don't show the currently hidden frame if Iconize()... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | more updates after r57026 change to app.cpp |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Vadim Zeitlin | don't give errors if SetLayeredWindowAttributes() is... |
blob | commitdiff | raw | diff to current |
2008-07-15 |
Vadim Zeitlin | don't pass pointers to unaligned DWORDs to avoid 64... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Paul Cornett | add missing static keyword |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Julian Smart | Don't trigger kill focus event twice |
blob | commitdiff | raw | diff to current |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Julian Smart | Removed redundant Init call (bug 1724495) |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Vadim Zeitlin | don't enable disabled windows when showing them (patch... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2008-01-03 |
Vadim Zeitlin | don't hardcode 16/32 as sizes for small/normal icons... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Robin Dunn | Applied patch [ 1845819 ] wxMSW Top level window freeze... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Vadim Zeitlin | use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Vadim Zeitlin | simplify the code for extended flags handling fixing... |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Julian Smart | Standard SDK fixes |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | use wxIconBundle::GetIconOfExactSize() instead of dupli... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | Avoid do-nothing virtuals in WinCE. |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | WinCE build fix. |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | return the restored window size from GetSize() when... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Włodzimierz Skiba | WinCE build fixes. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Vadim Zeitlin | move the logic for changing notebook pages using the... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Vadim Zeitlin | allow changing the page from keyboard in property sheet... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
blob | commitdiff | raw | diff to current |
2006-07-01 |
Vadim Zeitlin | don't set the size to the full screen for the windows... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Włodzimierz Skiba | Include wx/toplevel.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Simplify wxWinCE #ifdefs. |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | wxTLW::IsAlwaysMaximized() introduction. |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Włodzimierz Skiba | Centering maximized wxTLWs on screen should do nothing. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Włodzimierz Skiba | Revitalise SIP support in all toplevel wince windows. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Jamie Gadd | Fixes for WinCE build caused by my last commit. |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Jamie Gadd | Make wx{List,Tree}Ctrl resize their standard font if... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | don't update m_iconized in IsIconized(), this can break... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
David Surovell | minor cleanup |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Vadim Zeitlin | don't set frame size to maximized one if we're restoring it |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-11-14 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Missing #ifdef markup. |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Resize all top level windows when SIP changes visibility. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Kevin Hock | Restored the accidentally deleted "return true;" at... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Kevin Hock | Remove fudges in Show: 1) Do not force a window to... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Vadim Zeitlin | (blind) fix for keyboard cues display under XP (bug... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Vadim Zeitlin | fix showing keyboard cues under Win2k/XP |
blob | commitdiff | raw | diff to current |
2005-07-09 |
Vadim Zeitlin | made wxTLW::GetSize() return the size of the maximized... |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Vadim Zeitlin | made IsMaximized() return true if frame had been maximi... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | don't use WINVER for tests, work around bug in VC6... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Applied patch [ 1213290 ] incorrect logic in wxTopLevel... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Julian Smart | Don't always maximize top-level windows on Smartphone |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Julian Smart | Always Maximize() top-level windows on Smartphone. |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | Border fixes for WinCE |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
blob | commitdiff | raw | diff to current |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Julian Smart | Fixed windows not displaying on SmartPhone |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Vadim Zeitlin | don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Chris Elliott | fix compile break for unknown FLASHWINFO |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Vadim Zeitlin | compilation fix for VC6 (closes 1025093) |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documen... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Włodzimierz Skiba | Different default buttons for native menubars on Smartp... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Włodzimierz Skiba | Warning fixes for WinCE. |
blob | commitdiff | raw | diff to current |
next |