]> git.saurik.com Git - wxWidgets.git/history - src/gtk/window.cpp
Trying to get these drawing right (little success)
[wxWidgets.git] / src / gtk / window.cpp
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
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-13  Robert Roebling More RTL work.
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-12  Paul Cornettcalling GtkPizza base class method on non-GtkPizza...
2006-09-12  Julian SmartSometimes, m_x and m_y don't reflect the true position...
2006-09-12  Robert Roebling More RTL fixes.
2006-09-12  Robert Roebling RD forgot to add "Do"
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Robert Roebling Also set GTK text direction to m_wxwindow.
2006-09-10  Robert Roebling Remove direct access to GtlPizza's offset
2006-09-10  Mart RaudseppRestore ability to have a much lower runtime GTK versio...
2006-09-09  Paul Cornettdon't set negative window size
2006-09-07  Paul Cornettremove a few unnecessary queue_resize/queue_draw calls
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlinno changes, just remove comments which don't make sense...
next