summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.Jonathan Blandford2001-01-271-2/+2
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-28/+88
* add thisHavoc Pennington2001-01-041-0/+8
* Rename some stuff:Havoc Pennington2001-01-041-3/+3
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-49/+64
* doh, this was broken beyond believe.Tim Janik2000-12-131-4/+2
* Changed to have the list become non-italic when the demo window isJonathan Blandford2000-11-181-0/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-4/+9
* New function.Jonathan Blandford2000-10-301-2/+2
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-39/+52
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* Add API documentation to all public functions.Jonathan Blandford2000-10-161-1/+126
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-5/+5
* Added values other then G_TYPE_STRING. Minor commenting updates. FormatJonathan Blandford2000-10-131-0/+2
* Replaced with GTK_TREE_SELECTION_OLD to prevent conflict withJonathan Blandford2000-10-061-111/+172
* Checked in initial draft of the new tree widget.42000-10-051-0/+702