summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GtkRBTree to GtkTreeRBTreeMatthias Clasen2019-01-141-90/+90
* g-i: Add some nullable annotationsChristoph Reiter2018-11-181-1/+1
* treeview: Remove invalidation tracking codeBenjamin Otte2018-04-051-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-10/+0
* rbtree: Privatize headerBenjamin Otte2018-02-031-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* tree view: Fix compiler warningsMatthias Clasen2015-06-021-2/+0
* gtktreeselection: Fix an abort on selecting an invalid rangePhilip Withnall2015-03-111-2/+3
* gtktreeselection: Fix a potential use of uninitialised variablesPhilip Withnall2015-03-091-1/+1
* gtktreeselection: Fix potential NULL pointer dereferencesPhilip Withnall2015-03-091-4/+6
* GtkTreeSelection: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* treeselection docs: spelling fixChristoph Reiter2014-03-031-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-11/+11
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: fix typoWilliam Jon McCann2014-01-211-1/+1
* docs: fix link to DND infoWilliam Jon McCann2014-01-211-2/+2
* gtktreeselection: Eliminate a dead assignmentPhilip Withnall2013-12-021-3/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-11/+3
* Make accessible implementations publicMatthias Clasen2012-12-271-1/+1
* Trivial whitespace fixMatthias Clasen2012-12-111-1/+1
* 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