fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / gtk / window.cpp
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
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-04  Robert RoeblingUse wxRound() instead of (int)(my_double + 0.5);
2009-02-02  Robert RoeblingInvalidate only the specified rectangle
2009-02-02  Robert RoeblingThe recent change to ::Refresh() (strangely) fails...
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-02-01  Paul Cornettfix drawing from Update() being overwritten, fixes...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-24  Francesco Montorsiwxgtk_window_size_request_callback is not needed by...
2009-01-23  Robert RoeblingRemove scrollbar spacing from client size
2009-01-22  Robert RoeblingRespect that GTK+ wants to have space between scrollbar...
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Paul Cornettrevert slop from previous commit
2009-01-08  Robert RoeblingOverride mouse wheel scrolling steps from GTK and make...
2008-12-24  Vadim Zeitlinhandle correctly never/always shown scrollbars in GetCl...
2008-11-16  Paul Cornettsimplify wxPizza a bit by always drawing the border...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-10  Paul Cornettuse correct background color when drawing borders
2008-10-06  Robert RoeblingMake keyboard input to controls in a wxPopupWindow...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-07-21  Václav SlavíkFixed detection of Meta key state so that NumLock isn...
2008-07-07  Paul Cornettgtk-universal build fixes
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-10  Paul Cornettdon't send paint events for exposures of the border...
2008-03-29  Václav Slavíkset initial GTK_CAN_FOCUS value to match AcceptsFocus...
2008-03-22  Václav Slavíkfixes to Freeze/Thawn when the window is shown or hidde...
2008-03-22  Václav Slavíkfixed spurious debug message about unexpected focus...
2008-03-18  Václav Slavíkmade wxAcceleratorTable work with buttons in wxGTK too
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2008-03-18  Paul Cornettmove wxWindowGTK::DoPopupMenu back to window.cpp
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-05  Václav Slavíkmade wxFindFocusedChild static, the comment wasn't...
next