summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-5/+60
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-12/+21
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-6/+6
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* Fix docs. (#61976)Matthias Clasen2001-10-181-16/+18
* We're a gobject, not a GtkObject. Thanks andersca.Jonathan Blandford2001-10-091-11/+5
* add a finalize and destroy handler.Jonathan Blandford2001-10-011-0/+31
* Stop being stupid and emitting the signal every time.Jonathan Blandford2001-09-271-32/+67
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-14/+14
* Write documentation Write documentationJonathan Blandford2001-09-081-41/+51
* fix initial val for sort column.Jonathan Blandford2001-09-041-2/+2
* handle default sort featureJonathan Blandford2001-09-031-61/+116
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-8/+8
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-3/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-3/+0
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-16/+15
* New function for language bindings.Jonathan Blandford2001-06-301-0/+37
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-48/+15
* New functions to clear a model.Jonathan Blandford2001-06-191-6/+17
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-23/+23
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-11/+5
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-1/+1
* warn if row/cols are out of range. Fix bug #55921Jonathan Blandford2001-06-081-6/+7
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-7/+3
* fix a fixme.Jonathan Blandford2001-04-121-0/+1
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-3/+3
* Initial work on implementing the GtkTreeSortable interface. Basicaly a bigJonathan Blandford2001-04-011-7/+57
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-2/+1
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-0/+2
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-6/+11
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-55/+327
* Forgot to namespace this.Jonathan Blandford2001-03-231-9/+10
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-4/+128
* Fix up focus code a lot.Jonathan Blandford2001-03-131-1/+1
* Fix a stupid typo. (gtk_list_store_set_cell): Fix a stupid typo.Jonathan Blandford2001-03-101-6/+6
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-101-6/+57
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-2/+1
* add functions for signal emission.Jonathan Blandford2001-02-221-30/+22
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-63/+17
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-82/+0
* remove validation idleHavoc Pennington2001-02-081-11/+0
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-2/+158
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-40/+132
* adapt to handle PangoColorHavoc Pennington2001-01-261-13/+232
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-37/+119
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-4/+12
* hack on this someHavoc Pennington2001-01-081-0/+130
* add thisHavoc Pennington2001-01-041-35/+35
* doh, this was broken beyond believe.Tim Janik2000-12-131-3/+0