2005-03-08 |
Vadim Zeitlin | removed unused wxDirToWinStyle() (part of patch 1159289) |
blob | commitdiff | raw |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters) |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Włodzimierz Skiba | In MSWUniv wxWindow and wxWindowMSW are different class... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Robin Dunn | Oops, checked in wrong file by mistake. Reverted last... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Robin Dunn | Don't build the old versions of OGL or iewin by default... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Stefan Csomor | XTI fix for VC 7.1 (VC 8.0 didn't complain) |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Vadim Zeitlin | wxUniv compilation fix |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Vadim Zeitlin | cleanup of TrackMouseEvent() code (use a single #ifdef... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Julian Smart | Don't repaint window if hidden |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | added wxNavigationEvent::FromTab flag |
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-19 |
Vadim Zeitlin | extracted check for wxListCtrl in WM_PRINT handler... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601) |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Julian Smart | Absolutely no idea what DisableAutomaticSETranslator... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Włodzimierz Skiba | Various cleanings. |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | wxWindow::GetClientAreaOrigin duplicated wxWindowBase... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Julian Smart | Can now set msw.window.no-clip-children to 1 to elimina... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | - use CreateWindowEx(), please explain why CreateWindow... |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Vadim Zeitlin | moved Begin/EndDeferWindowPos() calls to WM_SIZE handle... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Robin Dunn | Don't use the parent's defered sizing handle if the... |
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-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Vadim Zeitlin | reset m_hDWP to NULL after calling EndDeferWindowPos() |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Vadim Zeitlin | corrected bg colour inheritance once again: only immedi... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Vadim Zeitlin | don't ignore the background colour set for the dialog... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Vadim Zeitlin | use HasTransparentBackground() to correctly draw the... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Vadim Zeitlin | extracted background painting in a separate function... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Włodzimierz Skiba | wxMSWUniv wxWindowMSW vs. wxWindow fix. |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Włodzimierz Skiba | MS Smartphone fixes. |
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-29 |
Włodzimierz Skiba | Fixes to FIXME about stock IDs usage. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Vadim Zeitlin | last fix resulted in wrongly inheriting bg colour from... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Vadim Zeitlin | fixes fo inheriting colours set with SetOwnBackround() |
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-19 |
Vadim Zeitlin | only use our background for children if it's inheritable |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Robin Dunn | Only test the high order bit from GetKeyState, otherwis... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Włodzimierz Skiba | wxUniversal fix. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Vadim Zeitlin | more wxUniv compilation fixes (bug 1085003) |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | reverted recent VK_OEM_PLUS change, do map it to '... |
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-12-12 |
Vadim Zeitlin | only handle WM_NULL in wxIdleWakeUpModule if it is... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Vadim Zeitlin | translate VK_OEM_PLUS to '=', not '+', because this... |
blob | commitdiff | raw | diff to current |
2004-11-22 |
Vadim Zeitlin | don't apply tab control background when using wxUniv... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | don't draw themed background for standard controls... |
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 | don't draw background at all if bg style is custom |
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-11-14 |
Ryan Norton | spelling/grammer (lol) :) |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | rewrite wxGetKeyState a bit, spun from [ 1058347 ]... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Vadim Zeitlin | don't set focus to the window when it is clicked if... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Vadim Zeitlin | check that item pointer is non-NULL in WM_DRAW/MEASUREITEM |
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-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Ryan Norton | revert bad change |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Vadim Zeitlin | set click coordinates to (-1, -1) if right mouse button... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Ryan Norton | pass by reference, not value |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | WXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Vadim Zeitlin | fixes for harmless mingw32 warnings |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Włodzimierz Skiba | Warning fix (unused value assignment). |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Vadim Zeitlin | fixed wxMaximizeEvent generation |
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-08-23 |
Włodzimierz Skiba | WinCE warning fixes. |
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-22 |
Robin Dunn | Also don't send set focus events when the window is... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Włodzimierz Skiba | Limited setup.h warning fix. |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Włodzimierz Skiba | Warning fix for assignment of unused value. |
blob | commitdiff | raw | diff to current |
2004-07-02 |
Václav Slavík | BCC compilation fix |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | call InheritAttributes() during creation |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Vadim Zeitlin | made GetTextExtent() work correctly with NULL theFont... |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | default colours are not stored in m_fore/backgroundColo... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Włodzimierz Skiba | Conditional compilation fix. |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Włodzimierz Skiba | Warning fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robin Dunn | oops, forgot to remove a bit of test code |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robin Dunn | Use GetBackgroundColour in the default OnEraseBackgroun... |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Dimitri Schoolwerth | partially applied patch #895170: "Building with minimal... |
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-21 |
Robin Dunn | fixed wxGetKeyState to get current status of non-togle... |
blob | commitdiff | raw | diff to current |
2004-05-19 |
Włodzimierz Skiba | Extended patch #942204, centralized wxDefaultSize,... |
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-05-08 |
Dimitri Schoolwerth | removed tab characters; minor code cleanup |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Dimitri Schoolwerth | don't repaint window if hidden: reduces flickering... |
blob | commitdiff | raw | diff to current |
next |