summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* treeview: Signal selection changes to the accessibleBenjamin Otte2011-12-161-1/+11
* docs: Update code demo for newer glibBenjamin Otte2011-12-101-2/+1
* treeview: Rename functionBenjamin Otte2011-11-291-1/+1
* rbtree: Introduce _gtk_rbtree_first()Benjamin Otte2011-11-221-19/+5
* * gtk/gtktreeselection.c:Juan Pablo Ugarte2011-03-311-0/+82
* gtktreeselection: Move public members to a private structureJavier Jardón2010-12-191-109/+204
* Removed GtkTreeViewPrivate from gtktreeprivate.h and added a few more accessors.Tristan Van Berkom2010-12-051-108/+90
* gtktreeselection: Move documentation to inline commentsJavier Jardón2010-10-231-0/+44
* Add a couple of missing annotationsJohan Dahlin2010-09-181-4/+4
* Allow to unset the tree selection functionMatthias Clasen2010-08-101-21/+12
* Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()Philip Withnall2010-08-051-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-1/+1
* Fix annotation.Ignacio Casal Quinteiro2010-06-301-1/+1
* Make declaration return a boolean when the function does thatBenjamin Otte2010-06-281-1/+1
* gtk_tree_selection_get_selected: added transfer none annotation to model out argJohn (J5) Palmieri2010-05-271-1/+1
* [docs] Cast to GFunc in gtk_tree_selection_get_selected_rows() example codeJavier Jardón2009-12-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+1
* Add gtk_tree_selection_get_select_function().Tim Janik2008-06-201-0/+18
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-3/+3
* Require gtk-doc 1.8Matthias Clasen2007-11-251-2/+2
* Set model in all cases. (#357791, Andreas Köhler)Matthias Clasen2006-10-021-3/+3
* Separate sensitive/selectable properties.Kristian Rietveld2006-06-021-50/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* rename to _gtk_tree_selection_row_is_selectable and export internally,Kristian Rietveld2006-03-011-8/+11
* Properly handle model changes in GtkTreeSelection: (#322569, MiloszMatthias Clasen2005-11-291-22/+30
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-5/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+3
* 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