2010-09-11 |
Vadim Zeitlin | Rename wxCharCode{MSWToWX,WXToMSW}() and move them... |
blob | commitdiff | raw |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Inherit notebook background recursively under wxMSW. |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Simplify and correct MSW selection of background brush... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Override wxWindow::MSWGetCreateWindowCoords() in wxTopL... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const. |
blob | commitdiff | raw | diff to current |
2009-12-26 |
Vadim Zeitlin | Don't forward declare wxSystemColour enum. |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Vadim Zeitlin | Finally really correct background erasing for wxMSW... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Vadim Zeitlin | implement new wxBG_STYLE_XXX semantics for wxMSW too |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
blob | commitdiff | raw | diff to current |
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 |
next |