summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* quit maintaining the iter on every iteration, only get the iter when weKristian Rietveld2005-07-121-32/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-2/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-0/+1
* Clear the iter instead of returning it unmodified. (#154186, JonathanMatthias Clasen2004-10-061-0/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #139290:Federico Mena Quintero2004-07-091-11/+10
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-8/+16
* Don't allow unless selection mode is multiple. (#142634, John Finlay)Matthias Clasen2004-06-021-1/+3
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-20/+69
* Don't recommend gtk_tree_row_reference_new_proxy(). (#138309, Tim-PhilippMatthias Clasen2004-04-231-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Improve the efficiency here by prepending on the list and reverting itMatthias Clasen2004-02-181-3/+5
* 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