summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Small documentation fix.Philip Withnall2009-01-281-1/+1
* Use gtk-doc syntax to refer to properties in the docstrings.Claudio Saavedra2009-01-241-4/+4
* improve ::search-column property description.Claudio Saavedra2009-01-241-1/+1
* Fix typosMatthias Clasen2009-01-231-5/+5
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-111-0/+9
* Bug 554453 – "typeahead find" widget of GtkTreeView appears on wrongMatthias Clasen2008-11-301-0/+4
* bnc447004 - Flip tree lines around in the right-to-left caseFederico Mena Quintero2008-11-291-20/+29
* gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_item():Murray Cumming2008-10-201-0/+3
* Bug 541391 – Unfocussable Treeview swallows focusChristian Dywan2008-09-241-2/+2
* small formatting fix.Michael Natterer2008-08-211-14/+14
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-7/+7
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-29/+29
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-50/+50
* some more signals I missed in my last commitSven Neumann2008-08-081-10/+10
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-14/+15
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-2/+2
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.cMichael Natterer2008-08-061-15/+7
* Bug 540379 – gtk_tree_view_enable_model_drag_dest andBjörn Lindqvist2008-08-031-13/+22
* Bug 539733 – No way to control treeview separator heightMatthias Clasen2008-08-021-2/+11
* Bug 543989 - Crash in gtk_tree_view_size_allocate_columnsKristian Rietveld2008-07-211-1/+2
* Fix #316087.Kristian Rietveld2008-07-111-26/+80
* Doc improvementMatthias Clasen2008-07-071-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk_gc_set_dashes expects a list of gint8, not guint8.Johan Dahlin2008-06-191-2/+2
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-7/+7
* Make gtk_tree_view_enable_model_drag_[source|dest] compatible withChristian Persch2008-06-101-41/+12
* Use GSlice. Patch from bug #506853.Christian Persch2008-06-101-17/+18
* Bug 536730 - memory corruption in gtktreeviewKristian Rietveld2008-06-081-2/+2
* Bug 488119 - critical warnings from gtk_tree_view_get_visible_rangeKristian Rietveld2008-06-081-4/+13
* Bug 530146 - Setting non-string tooltip withKristian Rietveld2008-05-301-5/+21
* Bug 449625 - crash in gtk_tree_view_real_move_cursor at gtktreeview.c:9641Kristian Rietveld2008-05-281-1/+1
* Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.Kristian Rietveld2008-05-281-0/+1
* Refactor expand/collapse timeout handling (amendment to bug 511217).Kristian Rietveld2008-05-281-75/+63
* Bug 511217 - potential memory corruption after refreshing a tree_viewMatthias Clasen2008-05-281-0/+3
* FixesMatthias Clasen2008-05-271-2/+3
* Bug 523930 – sort -> search in gtktreeview.cMatthias Clasen2008-05-251-1/+1
* Set window type hint on the search popup. (#522279, Danny Baumann)Matthias Clasen2008-03-151-0/+2
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-85/+19
* only queue a redraw if the rubber banding has actually been active.Kristian Rietveld2008-02-131-2/+2
* guard against people deleting the row in question in the selection-changedKristian Rietveld2008-02-121-0/+22
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+5
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-95/+95
* fully initialize GdkWindowAttr to avoid valgrind warnings. (#507751, patchKristian Rietveld2008-01-101-11/+12
* Fix #477175, reported by Juri Pakaste.Kristian Rietveld2008-01-101-11/+14
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* More default property value fixesMatthias Clasen2007-12-281-1/+1
* pass correct argument to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter*Xan Lopez2007-12-231-1/+1
* Fix a typoMatthias Clasen2007-11-251-1/+1