summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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