revert slop from previous commit
[wxWidgets.git] / src / gtk / window.cpp
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...
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
next