2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw |
2007-03-23 |
Vadim Zeitlin | don't use TPM_RECURSE under NT4, it results in TrackPop... |
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-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | added more message names to wxGetMessageName() (modifie... |
blob | commitdiff | raw | diff to current |
2007-03-14 |
Vadim Zeitlin | don't really enable the window when its parent is disab... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Julian Smart | Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Allow wxWANTS_CHARS to be effective on native controls too |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Vadim Zeitlin | only set cursor immediately in SetCursor() if the mouse... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | include X11/Xutil.h for wxMotif compilation |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | document HasAlignment(), Left/RightIndent() and Tabs... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Vadim Zeitlin | load _TrackMouseEvent dynamically to make it possible... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Vadim Zeitlin | put #if wxUSE_STATBOX around wxStaticBox usage (bug... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Włodzimierz Skiba | wxUnivMSW build fix. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | return false from IsDoubleBuffered() if the first top... |
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-29 |
Jamie Gadd | Re-enable WM_PRINTCLIENT handling code as it is needed... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Vadim Zeitlin | allow specifying the size of wxDCTemp and do specify... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | return correct coordinates for child windows from DoGet... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | ensure that IsDialogMessage() is not called in the... |
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 |
Michael Wetherell | A better compile fix for Wine (which lacks pbt.h). |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Michael Wetherell | Hacks for wine. |
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-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 |
next |