summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from stable.Kristian Rietveld2003-08-251-11/+12
* Fix function name in warning message. (#118156, Tim-Philipp Müller)Matthias Clasen2003-07-271-1/+1
* added checks to ensure that the iter is not reordered to its own position.Michael Natterer2003-04-141-1/+5
* Fix numerous misspellings of possessive "its". (#110027, Doug Quale)Matthias Clasen2003-04-071-2/+2
* fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>Jonathan Blandford2003-03-301-1/+1
* The full changelog for this commit is too long to paste here, so to avoidKristian Rietveld2003-01-141-1/+1
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+6
* initialize anchor_path to NULL.Manish Singh2002-11-201-1/+1
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-0/+15
* Bah, and of course I broke something ...Kristian Rietveld2002-11-031-7/+8
* small doc fixes.Matthias Clasen2002-10-291-1/+1
* Another feature to create truly ugly TreeViews!: style properties for theKristian Rietveld2002-10-221-6/+67
* Deprecation cleanupManish Singh2002-10-071-16/+18
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Related bugs: #76252, #76396, #80866.Kristian Rietveld2002-06-051-6/+212
* A bunch of trivial doc fixes.Matthias Clasen2002-04-201-1/+1
* Fixes #75510Kristian Rietveld2002-04-131-16/+18
* Fixes #78110Kristian Rietveld2002-04-091-6/+21
* check the return value of _gtk_tree_view_find_node and return if it'sKristian Rietveld2002-04-081-15/+21
* free anchor row reference after unselecting the selection (fixes #76272)Kristian Rietveld2002-04-051-1/+3
* Fix cut-n-paste bug.Jonathan Blandford2002-03-131-1/+1
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-2/+17
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-1/+1
* Now we test we can unselect nodes before selecting new ones.Jonathan Blandford2002-01-101-4/+24
* Rename gtk_tree_view_queue_draw_node to _gtk_tree_view_queue_draw_node.Anders Carlsson2002-01-021-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Fix reorder_fixup, #59583Jonathan Blandford2001-11-021-1/+2
* Add GTK_SELECTION_NONE enum, #61695Jonathan Blandford2001-10-311-10/+29
* Fix docs. (#61976)Matthias Clasen2001-10-181-1/+1
* new function, #61923 (gtk_tree_selection_path_is_selected): DittoJonathan Blandford2001-10-101-0/+65
* remove unused enumHavoc Pennington2001-10-081-1/+5
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-271-1/+1
* Write documentation Write documentationJonathan Blandford2001-09-081-1/+9
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-271-28/+27
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-23/+7
* Use correct marshaller.Jonathan Blandford2001-08-201-1/+1
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-1/+1
* const correct string parameter.Tim Janik2001-08-171-0/+3
* Remove strict checking for rows.Jonathan Blandford2001-08-131-2/+5
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-14/+0
* add path argument to selection callbacks.Jonathan Blandford2001-06-291-11/+19
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+19
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-1/+0
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-12/+12
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-2/+2
* removed set_sort_column, as it was moved to the GtkTreeSortable interface.Jonathan Blandford2001-04-031-0/+7
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-101-50/+18
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-47/+44
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-56/+115
* remove validation idleHavoc Pennington2001-02-081-0/+4