summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
...
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-131-59/+248
* Documentation additionsMatthias Clasen2007-06-071-0/+14
* also remove the auto expand timeout if it exists.Kristian Rietveld2007-06-061-0/+6
* Disable key bindings during rubber banding, make pressing Esc stop rubberKristian Rietveld2007-05-091-0/+13
* stop the rubber band if it's active.Kristian Rietveld2007-05-021-1/+6
* Set the background of the header window again. (#431067, Benjamin Berg)Matthias Clasen2007-04-251-0/+1
* add _gtk_tree_view_column_get_focus_area().Kristian Rietveld2007-03-201-105/+87
* only hide the search dialog and send focus events if the search dialog isKristian Rietveld2007-03-101-5/+8
* add cursor_offset field.Kristian Rietveld2007-02-161-1/+14
* send a focus-in event to the tree view after hiding the search dialog.Kristian Rietveld2007-02-161-0/+1
* remove unused style_get of vertical-separator. (#403165, Chris Wilson).Kristian Rietveld2007-02-021-3/+0
* factor out add_scroll_timeout(). (taken from maemo-gtk).Kristian Rietveld2007-01-191-9/+16
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-4/+4
* don't include "gtkprivate.h" to avoid differing definitions ofHans Breuer2007-01-131-4/+4
* handle tree == NULL. (Fixes #392259, reported by Christian Persch).Kristian Rietveld2007-01-051-3/+12
* do allow for invalidated nodes if the tree view is not realized. (#363147,Kristian Rietveld2007-01-051-7/+3
* fix typo causing the search dialog timeout never to be refreshed.Kristian Rietveld2006-12-261-1/+1
* Lots of scrolling fixes. Made scrolling work properly in not fullyKristian Rietveld2006-12-261-53/+47
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-59/+18
* when not using an explicit alignment, use the full area of the row (notKristian Rietveld2006-12-031-2/+3
* if we can't go up/down, consult gtk_widget_keynav_failed() and leave theMichael Natterer2006-11-241-2/+25
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-31/+98
* disable don't move cursor case for SELECTION_NONE. (#371756, John Ellis).Kristian Rietveld2006-11-091-1/+4
* don't forget to queue a draw for the new cursor node. (Fixes #366548,Kristian Rietveld2006-10-301-0/+1
* change left/right keybindings to collapse/expand rows instead of movingKristian Rietveld2006-10-301-16/+19
* guard against child removal in row-expanded callback. (#366782, JohnKristian Rietveld2006-10-291-1/+1
* rework the area_above == 0 case to not overwrite the variables in theKristian Rietveld2006-10-271-21/+19
* add getter/setter for show-expanders property, queue a redraw when thisKristian Rietveld2006-10-081-4/+98
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-6/+0
* if the tree view has already been realized; scroll to background areaKristian Rietveld2006-09-251-1/+1
* only attempt to create the GCs if the widget is realized. (Fixes #357578).Kristian Rietveld2006-09-251-1/+1
* Send change notification for the right property. (#355308, TorstenMatthias Clasen2006-09-161-1/+1
* refactored column header navigation/resizing/reordering to be moreMichael Natterer2006-09-151-154/+148
* actually directly return after handling column button focus; we disableKristian Rietveld2006-09-151-1/+1
* make column resizing code RTL aware, also break from the loops after weKristian Rietveld2006-09-151-3/+10
* Renew the flush timeout. (#354043, Nelson Benitez)Matthias Clasen2006-09-101-0/+11
* Be more careful when creating gcs, also emit change notification.Matthias Clasen2006-08-061-92/+126
* Fix for #335012, reported by Matteo Nastasi.Kristian Rietveld2006-07-181-3/+21
* Another fix for #164884.Kristian Rietveld2006-07-181-0/+3
* use MAX priv->width, alloc.width when allocating the bin_window,Kristian Rietveld2006-07-181-2/+3
* check if the iter still has children after running the test-expand-rowKristian Rietveld2006-07-171-1/+5
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Don't leak dash_list. (#346639, Christian Persch)Matthias Clasen2006-07-051-0/+1
* cancel the expand collapse timeout when unsetting the model (FixesKristian Rietveld2006-06-271-0/+6
* Fix the registration of the grid-lines property (#345456, Murray Cumming)Matthias Clasen2006-06-211-7/+8
* Allocate space for the grid lines when they are enabled.Kristian Rietveld2006-06-211-18/+102
* Better fix.Matthias Clasen2006-06-201-1/+1
* (gtk_tree_view_set_column_drag_info): Don't crash if theMatthias Clasen2006-06-201-3/+4
* Don't leak dash_list.Matthias Clasen2006-06-201-0/+2
* Fix 344838Matthias Clasen2006-06-141-2/+2