projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
No changes, move wxStreamTempInputBuffer to a header file.
[wxWidgets.git]
/
src
/
msw
/
toplevel.cpp
2013-03-19
Vadim Zeitlin
Fix WM_UNINITMENUPOPUP missing definition for VC6.
blob
|
commitdiff
|
raw
2013-02-24
Vadim Zeitlin
Move menu messages handling from wxFrame to wxTLW in...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-05
Vadim Zeitlin
Fix uniconizing hidden top level windows in wxMSW.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-03
Vadim Zeitlin
Use wxString::t_str() in calls to Windows API functions...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Julian Smart
Removed redundant DoEnable
blob
|
commitdiff
|
raw
|
diff to current
2012-03-11
Julian Smart
A fix for flicker when the top-level window is disabled...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Vadim Zeitlin
Preserve focus when window is minimized and restored...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-05
Vadim Zeitlin
No changes, just implement Raise() in wxTopLevelWindow...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
Vadim Zeitlin
Fix setting frame icon when using non-standard icon...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-17
Vadim Zeitlin
Don't activate MSW dialogs when setting their initial...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Václav Slavík
Fix NULL window argument to wxEVT_KILL_FOCUS when creat...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-10
Vadim Zeitlin
Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-10
Steve Lamerton
Merge in from trunk r68684 - r69046
blob
|
commitdiff
|
raw
|
diff to current
2011-08-25
Dimitri Schoolwerth
Fixed MSW/Univ compilation of toplevel.cpp.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-16
Vadim Zeitlin
wxMSW compilation fix when not using PCH.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-10
Steve Lamerton
Merge in from trunk r64802 - r68625
blob
|
commitdiff
|
raw
|
diff to current
2011-08-09
Vadim Zeitlin
Don't reset wxTLW::m_iconized when hiding the window...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-08
Vadim Zeitlin
Don't manually centre dialogs created with default...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-08
Vadim Zeitlin
Added wxTopLevelWindow::MSWGetSystemMenu() method.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Vadim Zeitlin
Don't un-maximize the window when Iconize(false) is...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-05-03
Dimitri Schoolwerth
Replaced Ok() occurrences with IsOk() throughout trunk.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-23
Vadim Zeitlin
Set event object correctly for the generated wxSizeEvents.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Dimitri Schoolwerth
No code changes, fixed various typos.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Václav Slavík
Fix wxMSW rendering artifacts with modal dialogs.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-24
Vadim Zeitlin
Remove asserts in wxMSW::wxTLW::SetIcons() and always...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-23
Vadim Zeitlin
Fix MSW compilation with wxUSE_DEFERRED_SIZING==0.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
Vadim Zeitlin
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
blob
|
commitdiff
|
raw
|
diff to current
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
next