projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
work around (harmless) warnings in VC7 release build
[wxWidgets.git]
/
include
/
wx
/
msw
/
window.h
2009-05-01
Vadim Zeitlin
added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
blob
|
commitdiff
|
raw
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
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-06-02
Robin Dunn
Add a SetDoubleBuffered method for wxMSW (XP+)
blob
|
commitdiff
|
raw
|
diff to current
2008-05-08
Václav Slavík
changed ShowWithEffects() to use directional wxSHOW_EFF...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-01-05
Vadim Zeitlin
move Freeze() and Thaw() to wxWindowBase to ensure...
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-24
Vadim Zeitlin
added Show/HideWithEffect() and implemented them using...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
Julian Smart
More border rationalisation. GetDefaultBorder is now...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Paul Cornett
make access for virtuals match base
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Julian Smart
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
blob
|
commitdiff
|
raw
|
diff to current
2007-08-07
Julian Smart
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-01
Julian Smart
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Vadim Zeitlin
compilation fix for wxUniv after last commit
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Vadim Zeitlin
added a generic mechanism for registering global handle...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vadim Zeitlin
added wxWindow::IsDoubleBuffered() and improve wxBuffer...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Vadim Zeitlin
added wxWindow::IsFrozen() (only existed in wxMSW and...
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-06-22
Vadim Zeitlin
reorganized VK to WXK translation code to use a table...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Julian Smart
Fix for wrong combobox/height being reported if set...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-11
Vadim Zeitlin
update the real window flags when extended flags change...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-27
Vadim Zeitlin
added wxPowerEvent; moved power functions stubs to...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-12
Vadim Zeitlin
added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-04
Vadim Zeitlin
relay mouse move events to the tooltips even when the...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-28
Julian Smart
Added context menu support under PocketPC
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-24
Jamie Gadd
Make wx{List,Tree}Ctrl resize their standard font if...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
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-03
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow (wxMSW part).
blob
|
commitdiff
|
raw
|
diff to current
2005-10-23
Julian Smart
Applied patch [ 1307056 ] [wxMSW] Focus showing fix...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-09
Vadim Zeitlin
filter out duplicate mouse move events too; moved last...
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-08-28
Vadim Zeitlin
added IsSizeDeferred() (part of patch 1199639)
blob
|
commitdiff
|
raw
|
diff to current
2005-08-05
Vadim Zeitlin
don't remember size passed to SetSize() as pending...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-30
Vadim Zeitlin
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-16
Julian Smart
Applied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-19
Robin Dunn
Moved the pending pos and size into wxWindowMSW
blob
|
commitdiff
|
raw
|
diff to current
2005-05-14
Michael Wetherell
Another attempt at a compilation fix for VC++ 5 and 6
blob
|
commitdiff
|
raw
|
diff to current
2005-05-14
Michael Wetherell
Reverting previous commit
blob
|
commitdiff
|
raw
|
diff to current
2005-05-14
Michael Wetherell
Compilation fix for VC++ 5 and 6
blob
|
commitdiff
|
raw
|
diff to current
2005-04-29
Julian Smart
Removed previous broken fix for deferred positioning...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-28
Julian Smart
Worked around an apparent bug in Windows whereby some...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-11
Vadim Zeitlin
after latest changes background of radio buttons _not_...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-10
Vadim Zeitlin
extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-10
Vadim Zeitlin
simplifications and corrections to background drawing:
blob
|
commitdiff
|
raw
|
diff to current
2005-02-19
Vadim Zeitlin
added MSWPrintChild() for drawing child background...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Włodzimierz Skiba
wxWindow::GetClientAreaOrigin duplicated wxWindowBase...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Vadim Zeitlin
reenabled WM_MOUSELEAVE event handling (patch 1104551...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-05
Vadim Zeitlin
don't include wx/msw/wrapwin.h in public header; correc...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-05
Włodzimierz Skiba
Error fix after recent changes.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Vadim Zeitlin
restored using DeferWindowPos() for moving all windows...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-22
Vadim Zeitlin
reverted use of DeferWindowPos() instead of MoveWindow()
blob
|
commitdiff
|
raw
|
diff to current
2004-12-19
Vadim Zeitlin
use DeferWindowPos() instead of MoveWindow() if possibl...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-19
Vadim Zeitlin
moved wxWindow::m_hMenu to wxFrame, it is not needed...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-15
Włodzimierz Skiba
Move unused values into 2.4 compatibility. Source cleaning.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Vadim Zeitlin
(blind) wxUniv compilation fix: define the method using...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Vadim Zeitlin
rewrote and virtualized the background erasing logic...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Vadim Zeitlin
replaced OnCtlColor(7 params) with MSWControlColor...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Vadim Zeitlin
removed (unused) nCtlColor parameter of OnCtlColor...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-15
Vadim Zeitlin
restored OnEraseBackground(), we do need it but only...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-15
Vadim Zeitlin
don't always erase the background ourselves as this...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-07
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-11
Vadim Zeitlin
added As/DissociateHandle() and implemented it for...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-07
Włodzimierz Skiba
Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-28
David Elliott
wxWindowMSW::OnInitDialog is only implemented for WinCE
blob
|
commitdiff
|
raw
|
diff to current
2004-07-28
Julian Smart
Worked around static box opaqueness problem on WinCE...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-25
Vadim Zeitlin
added IsFrozen() (part of patch 925808)
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-05-15
Mattia Barbon
wxUniversal compilation fix.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-08
Mattia Barbon
wxUniversal compilation fix. The fix is ok because...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-08
Vadim Zeitlin
removed HandleSysCommand() and don't generate duplicate...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-22
Vadim Zeitlin
moved wxWinHandleHash below wxWindow declaration as...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-21
Vadim Zeitlin
distinguish between main keyboard and numeric enter...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-02
Vadim Zeitlin
wxWindow::Freeze()/Thaw() can now be nested
blob
|
commitdiff
|
raw
|
diff to current
2004-02-25
Julian Smart
Applied patch [ 903619 ] Win64 and Itanium support
blob
|
commitdiff
|
raw
|
diff to current
2004-01-15
Julian Smart
Reverted patch [ 832096 ] Final separation for GUI...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Vadim Zeitlin
linking fixes and code cleanup after hotkey patch
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Julian Smart
Applied patch [ 758687 ] RegisterHotkey implemented
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Vadim Zeitlin
warnings fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-06-01
Julian Smart
Partially applied patch [ 531199 ] new EVT_MOVING and...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-06
Julian Smart
Revamped border handling.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-21
Vadim Zeitlin
handle accel keys for owner drawn menu items (based...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-30
Vadim Zeitlin
disable children when the parent is disabled
blob
|
commitdiff
|
raw
|
diff to current
2002-06-20
Vadim Zeitlin
fixed setting tooltips for slider by moving the code...
blob
|
commitdiff
|
raw
|
diff to current
next