Use client size determined by size-allocate when possible
[wxWidgets.git] / src / gtk / window.cpp
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
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-12  Paul Cornettremove unneeded gdk_window_get_pointer() call
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinExclude windows not accepting keyboard focus from GTK...
2011-07-09  Vadim ZeitlinGenerate events for two auxiliary mouse buttons in...
2011-07-09  Vadim ZeitlinCheck for GTK window parent, not wx one, when reparenting.
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-18  Vadim ZeitlinDon't assert when destroying a never created window...
2011-04-02  Paul Cornettfix overwrite of upper left part of parent window with...
2011-03-27  Paul Cornettyet more avoiding direct struct access
2011-03-27  Paul Cornettmore avoiding direct struct access
2011-03-27  Paul Cornettremove unused mouse event and redundant checks
2011-03-27  Paul Cornetta few changes for gtk3, avoiding direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-06  Václav SlavíkInclude gdk/gdkkeysyms-compat.h.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
next