fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / gtk / window.cpp
2013-09-20  Paul Cornettfix vertical mouse wheel event rotation value, sign...
2013-09-14  Paul Cornettadd support for GDK_SCROLL_SMOOTH mouse wheel event...
2013-09-14  Paul Cornettuse native lines/columns per action for mouse wheel...
2013-09-06  Vadim ZeitlinFix horizontal mouse wheel scrolling in wxGTK.
2013-08-31  Paul CornettDon't update position of widgets in a wxPizza from...
2013-08-30  Václav SlavíkLoosen the assert in IsScrollIncrement().
2013-08-13  Vadim ZeitlinDon't hide the window in its dtor in wxGTK.
2013-08-05  Paul Cornettprevent infinite loop if gtk_menu_popup() fails, fixes...
2013-07-31  Paul Cornettdefer calling SetCanFocus() on wxGTK until after creation
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-25  Vadim ZeitlinDon't crash when creating wxStaticBox in wxGTK.
2013-07-18  Vadim ZeitlinDon't assume that KeySym is always defined as long...
2013-07-15  Vadim ZeitlinFix wxGTK compilation in wxUSE_MENUS==0 case.
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-06-01  Paul Cornettupdate position for widgets in native containers, fixes...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-21  Vadim ZeitlinAdd IM and full wxEVT_CHAR support to wxTextCtrl and...
2013-03-21  Vadim ZeitlinRefactor wxGTK IM-related code to allow future modifica...
2013-01-10  Paul Cornettcall GTKApplyWidgetStyle() from PostCreation() instead...
2013-01-10  Paul Cornettallow setting window font and bg/fg color before creation
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2012-12-20  Paul CornettUse client size determined by size-allocate when possible
2012-12-14  Paul Cornettcompute scrollbar spacing the same way GtkScrolledWindo...
2012-12-08  Vadim ZeitlinDon't test for key code being valid unnecessarily.
2012-11-26  Paul Cornettfix for GTK assert after r72696, a draw/expose_event...
2012-11-26  Vadim ZeitlinFix wxALWAYS_SHOW_SB behaviour in wxGTK.
2012-11-24  Vadim ZeitlinAdd check for destroying window with mouse capture...
2012-11-19  Paul Cornettput both versions of wxGetMousePosition in one place...
2012-11-16  Paul Cornettavoid deprecated functions with GTK3
2012-11-16  Paul Cornettsilence warnings about unhandled enum value in switch
2012-11-16  Paul CornettRemove code that has no effect
2012-11-14  Paul CornettFix GetClientSize() when scrollbars are present
2012-11-04  Paul Cornettfix setting background color in wxGTK3 with themes...
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-16  Vadim ZeitlinAdd a debug helper to show information about a GtkWidge...
2012-09-28  Paul CornettAvoid unrealizing a frozen window
2012-09-25  Paul Cornettcall Thaw() instead of DoThaw() so frozen status will...
2012-09-09  Vadim ZeitlinSet modifiers properly for the key events with AltGr...
2012-07-31  Vadim ZeitlinFix wxKeyEvent::m_uniChar for EVT_CHAR for native contr...
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-23  Vadim ZeitlinHandle accelerators earlier in keyboard processing...
2012-07-20  Paul Cornettsimplify mouse button handling code
2012-07-19  Paul Cornettimprove appearance of themed borders
2012-07-13  Vadim ZeitlinAllow building wxGTK3 with Broadway backend.
2012-07-02  Vadim ZeitlinFix wxGTK compilation with MSVC after GTK+ 3 changes.
2012-06-30  Paul Cornettsupport for GTK3
2012-06-17  Vadim ZeitlinProvide wxGetKeyState() studfor wxGTK under Windows.
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-06-07  Paul Cornettfix warnings about unreachable return statements
2012-06-04  Paul CornettFix layout of wxStaticText, and possibly other controls.
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-07  Vadim ZeitlinUse XkbKeycodeToKeysym() instead of deprecated XKeycode...
2012-04-28  Vadim ZeitlinMake wxGTK code returning correct focus in popup menu...
2012-04-20  Paul Cornettdefer queue-resize until after size-allocate processing...
2012-04-19  Paul Cornettmove widget resize handling from DoSetSize to DoMoveWindow
2012-04-19  Paul Cornettsimplify default border code in DoSetSize
2012-04-19  Paul Cornettrearrange some code in DoSetSize to facilitate upcoming...
2012-04-19  Vadim ZeitlinFix for wxUniv/GTK compilation.
2012-04-18  Paul CornettAdjust x,y parameters by pizza scroll offset in DoSetSize
2012-04-16  Paul Cornettremove AdjustForParentClientOrigin call, it does nothin...
2012-04-14  Vadim ZeitlinAdd support for horizontal mouse wheel events to wxGTK...
2012-03-20  Paul CornettFix keyboard navigation broken in r70324, see #14084
2012-02-28  Paul CornettRemove code to query GDK window origin from DoGetPositi...
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2012-02-15  Paul Cornettmodification to fix in r70597, has-window check is...
2012-02-15  Paul Cornettavoid sending mouse events to the wrong window, fixes...
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-05  Paul Cornettremove code ifdef-ed on __X__, it is never defined...
2012-01-31  Paul Cornettremove virtual override that just calls base
2012-01-31  Paul Cornettimplement wxGetMousePosition without using X-specific...
2012-01-31  Paul Cornetthandle theme change which changes window border width
2012-01-14  Paul Cornettin addition to key events, also prevent unhandled mouse...
2012-01-12  Paul Cornettprevent unhandled key events from propagating up parent...
2011-12-22  Paul Cornettremove SetBackgroundStyle call from OnInternalIdle...
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-08  Vadim ZeitlinRefactor to eliminate duplication in wxGTK key events...
2011-12-08  Vadim ZeitlinFix Unicode key code for Ctrl-letter in wxGTK.
2011-12-07  Paul CornettIn Refresh(), allow for possibility that child is mappe...
2011-12-07  Vadim ZeitlinPretend that the window showing popup menu has focus...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
2011-11-28  Paul Cornettbuild fixes for Universal
2011-11-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-10-31  Paul Cornettsimplify Refresh(), ancestors of a mapped window have...
2011-10-31  Paul Cornettin DoSetSize, only call GetPosition if necessary
2011-10-31  Paul Cornettcorrect callback function signature
2011-10-31  Paul Cornettmove class function out of extern "C" block
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-25  Paul Cornettavoid GDK warning "drawable is not a pixmap or window"
2011-10-19  Václav SlavíkMove InitMouseEvent<T>() to wx/gtk/private/event.h.
2011-10-19  Václav SlavíkSend wxEVT_CREATE and do other post-realization initial...
2011-10-19  Václav SlavíkSet wxFocusEvent's window value for wxEVT_KILL_FOCUS...
2011-10-15  Václav SlavíkDon't call wxEvent::SetTimestamp() twice in InitMouseEv...
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Paul Cornettupdate WarpPointer for GTK3
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
next