2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using... |
blob | commitdiff | raw |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | fix another minor bug in DLGC_WANTMESSAGE handling... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | fix unreachable code warning in TranslateBorder() |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | correction to the changes of r49805 to make the code... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Tidying |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Vadim Zeitlin | don't forward Enter presses to the default button if... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Vadim Zeitlin | reverted unrelated changes accidentally committed as... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Vadim Zeitlin | release update region as soon as we finished painting... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Vadim Zeitlin | wxUniv compilation fixes in themed border drawing code |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
blob | commitdiff | raw | diff to current |
2007-09-08 |
Robert Roebling | Compile error (no idea why Mingw doesn't like wxPoint()) |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Julian Smart | Bring back double border |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Julian Smart | Use new function GetItemLabel |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Julian Smart | Toolbars shouldn't have themed borders |
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-07-29 |
Vadim Zeitlin | CE compilation fix for X button stuff |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Vadim Zeitlin | fixed showing busy cursor for disabled windows and... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Vadim Zeitlin | fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | fix compilation in ANSI STL build |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Vadim Zeitlin | use wxCopyRectToRECT instead of duplicating it |
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 | added a generic mechanism for registering global handle... |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw | diff to current |
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 |
next |