summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a sporadic segfault in treeview keynavMatthias Clasen2010-08-101-0/+7
* Remove some unused variablesJavier Jardón2010-08-031-5/+0
* treeview: Draw the dnd pixmaps with CairoBenjamin Otte2010-07-261-12/+13
* treeview: Draw lines with CairoBenjamin Otte2010-07-261-49/+58
* treeview: Unify all line drawing into the same functionBenjamin Otte2010-07-261-50/+88
* treeview: Draw column reordering arrows with CairoBenjamin Otte2010-07-261-56/+43
* Moved the drawing of horizontal grid lines after cell drawing.Szilárd Pfeiffer2010-07-251-17/+17
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-3/+3
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-2/+2
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-21/+20
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-6/+6
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-6/+6
* Exposed GtkTreeView's internal GtkTreeSelection for builder filesTristan Van Berkom2010-06-251-12/+31
* gtk_tree_view_get_model: return value annotated transfer noneJohn (J5) Palmieri2010-05-271-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-22/+64
* add a transfer none annotation to gtk_tree_view_get_selectionJohn (J5) Palmieri2010-05-251-1/+1
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-15/+7
* Bug 565559 - Incorrect leave-notify signals for treeviewKristian Rietveld2010-05-121-0/+2
* Fix various gir annotations on tree APIAlan Knowles2010-05-111-6/+6
* Remove deprecated GtkTreeView functionsChristian Dywan2010-05-031-65/+0
* tree-view: Use gtk_widget_send_focus_change()Emmanuele Bassi2010-04-261-13/+3
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-12/+13
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-33/+34
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-6/+6
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-7/+7
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-24/+26
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Correct annotations for gtk_tree_view_get_path_at_posMatthias Clasen2010-02-231-4/+4
* [annotations] Add allow-noneJohan Dahlin2010-02-191-36/+36
* gtk: fix crash in _gtk_rbtree_find_offset() called from update_prelight()Michael Natterer2010-02-061-4/+6
* GtkTreeView: plug a leaking GtkTreeRowReferenceClaudio Saavedra2010-01-221-2/+1
* Bug 607322 - Double-click doesn't work if the item is selected in...Kristian Rietveld2010-01-181-20/+18
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-8/+8
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Unset expander_column when expander column is removed from tree viewKristian Rietveld2009-12-281-0/+3
* Fix call to update_prelight()Kristian Rietveld2009-12-231-2/+2
* Correct problems with earlier fix for bug #480065Kristian Rietveld2009-12-211-15/+65
* Bug 480065 - wrong tree collapsed (or expanded) after having scrolledKristian Rietveld2009-12-211-2/+39
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-12/+12
* Revert dd511e825aef9edada30107b3d891d496cc39fd8Benjamin Otte2009-12-161-39/+2
* Bug 596473 - Second double-click of GtkTreeView row doesn't emit...Kristian Rietveld2009-11-271-62/+31
* Bug 480065 - wrong tree collapsed (or expanded) after having scrolledKristian Rietveld2009-11-271-2/+39
* Use standard mac shortcutsYevgen Muntyan2009-10-261-2/+2
* Avoid recursive calls to gtk_tree_view_top_row_to_dy()Kristian Rietveld2009-09-061-0/+4
* Recalculate heights when a (new) separator func is set on GtkTreeViewKristian Rietveld2009-09-041-0/+4
* Have tree view process exposes after adjustments have been updatedKristian Rietveld2009-09-041-0/+3