summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtktreemodelsort.c typo in docs forVitaly Tishkov2002-03-141-1/+1
* Update offsets before finding where to insert the new value.Darin Adler2002-03-071-8/+8
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+18
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-2/+2
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-121-3/+13
* Consider reordering the row even when there's no sort column, if there's aDarin Adler2002-02-121-44/+47
* convert the iter to a child iter again, after doing _iter_children. It'sKristian Rietveld2002-02-091-0/+6
* fix evil ref bug where the wrong row and a deleted row was unreffed. FoundJonathan Blandford2002-02-091-8/+21
* Pass the ref_node and unref_node calls through to the child model.Darin Adler2002-02-081-0/+10
* rip out all the debugging ifdefs, as modelsort seems to be stable (andKristian Rietveld2002-02-061-49/+0
* add some more stamp checks (pointed out by Anders Carlsson)Kristian Rietveld2002-01-221-5/+6
* fix a load of open line ends, (gtk_tree_model_sort_set_model): only freeKristian Rietveld2002-01-151-68/+69
* various cleanups, (get_child_iter_from_elt): removed,Kristian Rietveld2002-01-131-96/+20
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-1/+1
* fix a few places where I was confused between modelsort iters and otherKristian Rietveld2001-12-271-6/+0
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-261-109/+154
* new "model" construct property for language bindings.Jonathan Blandford2001-11-141-0/+68
* chain finalize to parent class to get removed from the toplevel_list.Hans Breuer2001-11-031-0/+5
* it's amazing how well things work sometimes, even when they're completelyJonathan Blandford2001-11-011-3/+10
* massize rewrite. Static models now totally work. I'm not 100% sure aboutJonathan Blandford2001-10-311-127/+82
* Darn. I can't believe this took this long to fix.Jonathan Blandford2001-10-291-1/+1
* fix reordered signal.Jonathan Blandford2001-10-291-44/+24
* sync minor clenupJonathan Blandford2001-10-261-46/+12
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-146/+111
* treat s_path as a child pathKristian Rietveld2001-10-241-1/+12
* more changes in an attempt to get it right. It's not yet ready for generalKristian Rietveld2001-10-241-208/+213
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-1/+9
* we probably have rows_reordered nailed down now (this code is not yetKristian Rietveld2001-10-191-1235/+1237
* preparation for surgery dittoKristian Rietveld2001-10-031-110/+328
* Small warning cleanups.Owen Taylor2001-09-201-1/+0
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-76/+70
* much changes in an attempt to make it working. It mostly works now,Kristian Rietveld2001-09-021-352/+1213
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-4/+4
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-5/+0
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-20/+16
* fix stupid missing statementJonathan Blandford2001-06-261-1/+1
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-11/+11
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-19/+19
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-112/+172
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-16/+20
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1
* Actually unref the nodes. Fixes bug #50058.Jonathan Blandford2001-03-091-6/+6
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-14/+18
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-13/+13
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-70/+24
* remove validation idleHavoc Pennington2001-02-081-1/+1
* add test stuff for CellRendererToggleHavoc Pennington2001-01-161-0/+16
* Doc fixups.Owen Taylor2001-01-091-4/+4
* add thisHavoc Pennington2001-01-041-16/+16