2012-06-17 |
Vadim Zeitlin | Provide wxGetKeyState() studfor wxGTK under Windows. |
blob | commitdiff | raw |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls. |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing. |
blob | commitdiff | raw | diff to current |
2012-05-07 |
Vadim Zeitlin | Use XkbKeycodeToKeysym() instead of deprecated XKeycode... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Vadim Zeitlin | Make wxGTK code returning correct focus in popup menu... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
Paul Cornett | defer queue-resize until after size-allocate processing... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Paul Cornett | move widget resize handling from DoSetSize to DoMoveWindow |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Paul Cornett | simplify default border code in DoSetSize |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Paul Cornett | rearrange some code in DoSetSize to facilitate upcoming... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Vadim Zeitlin | Fix for wxUniv/GTK compilation. |
blob | commitdiff | raw | diff to current |
2012-04-18 |
Paul Cornett | Adjust x,y parameters by pizza scroll offset in DoSetSize |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Paul Cornett | remove AdjustForParentClientOrigin call, it does nothin... |
blob | commitdiff | raw | diff to current |
2012-04-14 |
Vadim Zeitlin | Add support for horizontal mouse wheel events to wxGTK... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Paul Cornett | Fix keyboard navigation broken in r70324, see #14084 |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Paul Cornett | Remove code to query GDK window origin from DoGetPositi... |
blob | commitdiff | raw | diff to current |
2012-02-26 |
Vadim Zeitlin | Fix wxGTK compilation when using non X11-based GDK. |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Paul Cornett | modification to fix in r70597, has-window check is... |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Paul Cornett | avoid sending mouse events to the wrong window, fixes... |
blob | commitdiff | raw | diff to current |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
blob | commitdiff | raw | diff to current |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Paul Cornett | implement wxGetMousePosition without using X-specific... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width |
blob | commitdiff | raw | diff to current |
2012-01-14 |
Paul Cornett | in addition to key events, also prevent unhandled mouse... |
blob | commitdiff | raw | diff to current |
2012-01-12 |
Paul Cornett | prevent unhandled key events from propagating up parent... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Paul Cornett | remove SetBackgroundStyle call from OnInternalIdle... |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Paul Cornett | build fixes for Universal |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Vadim Zeitlin | Move GDK_META_MASK definition in the header in which... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | simplify Refresh(), ancestors of a mapped window have... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | in DoSetSize, only call GetPosition if necessary |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | correct callback function signature |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | move class function out of extern "C" block |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
Paul Cornett | avoid GDK warning "drawable is not a pixmap or window" |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Send wxEVT_CREATE and do other post-realization initial... |
blob | commitdiff | raw | diff to current |
2011-10-19 |
Václav Slavík | Set wxFocusEvent's window value for wxEVT_KILL_FOCUS... |
blob | commitdiff | raw | diff to current |
2011-10-15 |
Václav Slavík | Don't call wxEvent::SetTimestamp() twice in InitMouseEv... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Paul Cornett | update WarpPointer for GTK3 |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-09-07 |
Paul Cornett | remove unnecessary GTK declarations from defs.h, move... |
blob | commitdiff | raw | diff to current |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Paul Cornett | remove unneeded gdk_window_get_pointer() call |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Exclude windows not accepting keyboard focus from GTK... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Vadim Zeitlin | Generate events for two auxiliary mouse buttons in... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Vadim Zeitlin | Check for GTK window parent, not wx one, when reparenting. |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-18 |
Vadim Zeitlin | Don't assert when destroying a never created window... |
blob | commitdiff | raw | diff to current |
2011-04-02 |
Paul Cornett | fix overwrite of upper left part of parent window with... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | yet more avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | more avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | remove unused mouse event and redundant checks |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Paul Cornett | a few changes for gtk3, avoiding direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Vadim Zeitlin | Don't generate wxEVT_CHAR_HOOK events while the mouse... |
blob | commitdiff | raw | diff to current |
2011-03-06 |
Václav Slavík | Include gdk/gdkkeysyms-compat.h. |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Vadim Zeitlin | Switch to GtkTooltip from deprecated GtkTooltips in... |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Jaakko Salli | When setting empty string as a tooltip, call gtk_widget... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate the same flags for modifier key events in... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate unshifted Unicode key codes in wxEVT_KEY_XXX... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Remember the last key event in wxGTK before passing... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Don't set Unicode key code in key events to non-Unicode... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Vadim Zeitlin | Don't reuse the same event object for multiple events... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() for all ports. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Paul Cornett | invalidate border area when showing or hiding a pizza... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Robert Roebling | Patch update, probably fixes #12090: wxGTK cursor handl... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Paul Cornett | Remove pizza backing window. |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Robert Roebling | Applied patch, fixes #12090: wxGTK cursor handling... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Don't set invoking window recursively in wxGTK wxWindow... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Paul Cornett | freeze whole window for TLW |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Paul Cornett | avoid permanently frozen TLW when frozen child is destr... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Paul Cornett | remove unused data member |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | No real changes, just inline wxSuspendStyleEvents. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Small code cleanup in wxWindowGTK::PostCreation(). |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Julian Smart | Fixed wxBORDER_THEME breakage |
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-07-28 |
Michael Wetherell | Fix SetToolTip(NULL) to unset the tooltip. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
next |