Adjust x,y parameters by pizza scroll offset in DoSetSize
[wxWidgets.git] / src / gtk / window.cpp
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
2010-12-22  Vadim ZeitlinSwitch to GtkTooltip from deprecated GtkTooltips in...
2010-10-24  Vadim ZeitlinSet wxKeyEvent::m_rawFlags to hardware key code in...
2010-09-23  Jaakko SalliWhen setting empty string as a tooltip, call gtk_widget...
2010-09-11  Vadim ZeitlinGenerate the same flags for modifier key events in...
2010-09-11  Vadim ZeitlinGenerate unshifted Unicode key codes in wxEVT_KEY_XXX...
2010-09-11  Vadim ZeitlinRemember the last key event in wxGTK before passing...
2010-08-10  Vadim ZeitlinDon't set Unicode key code in key events to non-Unicode...
2010-07-18  Vadim ZeitlinDon't reuse the same event object for multiple events...
2010-07-11  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() for all ports.
2010-06-25  Paul Cornettinvalidate border area when showing or hiding a pizza...
2010-05-30  Robert RoeblingPatch update, probably fixes #12090: wxGTK cursor handl...
2010-05-30  Paul CornettRemove pizza backing window.
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-26  Vadim ZeitlinDon't set invoking window recursively in wxGTK wxWindow...
2010-04-05  Paul Cornettfreeze whole window for TLW
2010-04-05  Paul Cornettavoid permanently frozen TLW when frozen child is destr...
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2009-12-01  Paul Cornettremove unused data member
2009-10-05  Vadim ZeitlinNo real changes, just inline wxSuspendStyleEvents.
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinSmall code cleanup in wxWindowGTK::PostCreation().
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-09-22  Julian SmartFixed wxBORDER_THEME breakage
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-05-20  Vadim Zeitlindo allow calling Hide() on the window before it is...
2009-04-20  Francesco Montorsiuse WX_PIZZA(...) to deference pointers only when we...
2009-03-23  Vadim Zeitlindon't assert in Refresh() if window is not created...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-02-28  Robert RoeblingUse gdk_window_invalidate instead of gtk_widget_queue_d...
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
next