2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-07-22 |
Jamie Gadd | Don't handle WM_PRINTCLIENT anymore, manually draw... |
blob | commitdiff | raw | diff to current |
2006-07-01 |
Vadim Zeitlin | use WM_NCCALCSIZE in DoGetClientSize() if the window... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Vadim Zeitlin | don't ignore dialog code when processing Ctrl-keys... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Vadim Zeitlin | support Ctrl-PageUp/Dn for changing the notebook pages... |
blob | commitdiff | raw | diff to current |
2006-06-22 |
Vadim Zeitlin | added VK_SNAPSHOT <-> WXK_SNAPSHOT mapping |
blob | commitdiff | raw | diff to current |
2006-06-22 |
Vadim Zeitlin | recognize WXK_NUMPAD_XXX keys in wxCharCodeWXToMSW... |
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-19 |
Włodzimierz Skiba | Include wx/menuitem.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Włodzimierz Skiba | wxWinCE build fix. |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Vadim Zeitlin | fix wxFindWindowAtPoint for radiobox buttons, it didn... |
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-06-11 |
Vadim Zeitlin | don't send wxHelpEvent generated for WM_HELP to all... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | Include wx/textctrl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-04 |
Vadim Zeitlin | on some systems PBT_APMRESUMESUSPEND is not sent on... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include commctrl.h properly. |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Włodzimierz Skiba | wxWinCE power build fixes. |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Michael Wetherell | Compile fixes: gcc seems to need pbt.h including, and... |
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-07 |
Paul Cornett | call static functions directly |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Vadim Zeitlin | use non numpad equivalents for the numpad keys in CHAR... |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Vadim Zeitlin | removed more unneeded code in kbd handling logic |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Vadim Zeitlin | removed code which had no effect in HandleChar() |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | send wxWindowCreateEvent from SubclassWin(), not WM_CRE... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | don't generate duplicate event for numpad keys with... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Vadim Zeitlin | undid last commit, it was accidental and the commit... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Vadim Zeitlin | handle fatal exceptions in the other threads (based... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | call SetWindowPos(SWP_FRAMECHANGED) after changing... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | don't check that the cursor is over the window calling... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Julian Smart | If context menu not handled, treat as left click instead. |
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 |
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-15 |
Vadim Zeitlin | return non-numpad key codes from wxCharCodeMSWToWX... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-02-10 |
Jamie Gadd | Toplevel windows don't have sibling static boxes. Fixes... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Jamie Gadd | Fix drag and drop inside static boxes. |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Jamie Gadd | Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Julian Smart | Fix for WinCE - no delayed sizing for now |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Włodzimierz Skiba | Warning fixes after recent commits. |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Jamie Gadd | Calculate correct client size for windows that are... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Robin Dunn | Switched wxCheckWindowWndProc to always use the window... |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Vadim Zeitlin | no changes but more comments in DoSetClientSize() ... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Jamie Gadd | Improve extended key handling code readability. |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Jamie Gadd | Distinguish numpad extended keys. Fixes bug #1327720 |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1382329 ] [msw] SetScrollbar: Set thumb... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Vadim Zeitlin | return correct client size for child window which are... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Vadim Zeitlin | fixed crash with ownerdrawn menu items accelerators... |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Jamie Gadd | Repainting fixes/improvements. Use SWP_NOCOPYBITS for... |
blob | commitdiff | raw | diff to current |
2006-01-05 |
Robin Dunn | Added wxGetMouseState which returns the current state... |
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-12-15 |
Chris Elliott | fix Borland bug http://news.gmane.org/find-root.php... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Kevin Hock | Remove always moving window to the top of the Z-order... |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Włodzimierz Skiba | eVC4 warning fixes. |
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-29 |
Włodzimierz Skiba | Pressing build-in joystick on WinCE phones fires wxEVT_... |
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-11 |
Dimitri Schoolwerth | fixed MSVC6 compilation error ("C2639: compiler generat... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | don't call ::ShowWindow() if don't have HWND yet |
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-11 |
Kevin Hock | Send mouse leave events in HandleMouseMove if HAVE_TRAC... |
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-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
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-25 |
Vadim Zeitlin | pressing enter now activates the default button even... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Vadim Zeitlin | added wxSIZE_FORCE flag for SetSize() |
blob | commitdiff | raw | diff to current |
2005-08-06 |
Vadim Zeitlin | fix wxGetMessageName() in Unicode build (patch 1250662) |
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-31 |
Vadim Zeitlin | account for client area origin when returning pending... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Vadim Zeitlin | return pending position/size if any, not the current one |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Vadim Zeitlin | position of wxEVT_MOUSEWHEEL events is now in client... |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Vadim Zeitlin | check whether there is a critical window and don't... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Vadim Zeitlin | moved Esc processing from wxWindow to wxDialog where... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
Vadim Zeitlin | fixed DoSetClientSize() to use ::MoveWindow() instead... |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Julian Smart | Applied [ 1223122 ] [wxMSW] Proper repainting when... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Julian Smart | Fix for eVC++ 3 |
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-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Włodzimierz Skiba | Simpler fix for Borland. |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Włodzimierz Skiba | Fixes for Borland access to members in MSWUniv. |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Julian Smart | Suppressed error when loading colour bitmap since there... |
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-17 |
Dimitri Schoolwerth | applied patch #1185523: "Replace GetTextExtentPoint... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Julian Smart | HandlePrintClient shouldn't go above a top-level window |
blob | commitdiff | raw | diff to current |
next |