summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
Commit message (Expand)AuthorAgeFilesLines
* set the sort_func correctly, 77030Jonathan Blandford2002-04-021-3/+8
* start implementingJonathan Blandford2002-03-071-3/+10
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+15
* call _gtk_tree_view_column_cell_set_dirty when visible, so this columnKristian Rietveld2002-02-251-5/+6
* set value of func to NULL during initialization (we don't use func in theKristian Rietveld2002-02-111-1/+1
* Get the damn fix right, see my latest ChangeLog entry.Kristian Rietveld2002-02-111-3/+1
* increase value of new_location by one if cmp_a > 0 and we hit the end ofKristian Rietveld2002-02-101-1/+4
* let's set the path, which we're going to pass with the emission ofKristian Rietveld2002-02-051-1/+1
* set upper member of vadjustment correct, so the vscrollbars of listsKristian Rietveld2002-02-021-2/+0
* save last minute changes before committing.Jonathan Blandford2002-01-311-12/+14
* only emit the signal if an interesting column changes.Jonathan Blandford2002-01-301-4/+33
* pass NULL to gtk_tree_model_rows_reordered and not an iter with user_dataKristian Rietveld2002-01-091-4/+2
* nuke the stamp++, per jrb's requestKristian Rietveld2001-12-081-1/+0
* Fix docs. (#66383)Matthias Clasen2001-12-061-11/+18
* 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