fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / gtk / window.cpp
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-13  Václav Slavíkremoved unused g_focusWindowLast
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2007-12-20  Paul Cornettremove old thread debugging code
2007-12-13  Robin DunnAdd a FIXME for a reminder...
2007-12-04  Julian SmartReverted mouse position change - wxMSW does send (...
2007-12-04  Julian SmartContext menu event from keyboard records the mouse...
2007-12-02  Paul Cornettdon't set resize mode to QUEUE, it seems to be wrong...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-20  Paul Cornettbuild fixes
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Julian SmartGetting borders working
2007-11-13  Paul Cornettblock signal handler rather than disconnecting
2007-11-12  Paul Cornettcleanup copy-and-paste
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Robert Roeblinglittle fix
2007-11-09  Robert RoeblingTrying to get these drawing right (little success)
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-04  Paul Cornettbuild fixes for universal
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-26  Julian SmartWorkaround for gtk-qt display bug
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-27  Robert Roebling[ 1803350 ] Wrong top-level window positioning on scrol...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-18  Paul Cornettreturn type for "grab-broken-event" is not void; remove...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-15  Robert RoeblingRemove redundant test later in keypress handling
2007-09-15  Robert RoeblingOnly send keypress events to focus widget, not its...
2007-09-15  Paul Cornettlet GtkRange clamp scroll position
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-16  Robert Roeblingcompile with GTK < 2.8
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-07-29  Vadim Zeitlinadd support for 4th and 5th mouse buttons; reduce code...
2007-07-18  Vadim ZeitlinwxGTK/Univ compilation fixes
2007-07-11  Robert RoeblingCompilo.
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-03  Paul Cornettmore checks for non-scrolling windows, some code duplic...
2007-03-31  Robert Roebling Don't create GtkScrolledWindow if neither wxHSCROLL
2007-03-30  Vadim Zeitlinno real changes, just fixed confusing (to both people...
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-06  Robin DunnReset g_lastMouseEvent after processing the mouse butto...
2006-12-03  Vadim Zeitlinno changes, just de TABified
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-10-27  Julian SmartFixed caret droppings left when scrolling
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-18  Robin DunnIf an empty string is passed, remove the tooltip instea...
2006-10-16  Robert Roebling Correct wxComboBox height in wxToolbar for old
2006-10-15  Paul Cornettremove gtk_pizza_expose, its purpose is easily accompli...
2006-10-15  Robert Roebling Do not remove GDK events for native GTK+ controls.
2006-10-15  Paul Cornettstore GtkPizza border width in GtkContainer.border_widt...
2006-10-14  Robert Roebling Better place for coordinate mirroring and removal
2006-10-14  Paul Cornettremove unused XIM code, minor cleanup
2006-10-11  Robert Roebling Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly
2006-10-09  Robert Roebling IsExposed() needs to reverse the direction in RTL.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-19  Robert Roebling Fix scrolling bug where client size was reported...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
next