]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodelsort.c
gtk/gtktreemodelsort.c typo in docs for
[~andy/gtk] / gtk / gtktreemodelsort.c
2002-03-14 Vitaly Tishkovgtk/gtktreemodelsort.c typo in docs for
2002-03-07 Darin AdlerUpdate offsets before finding where to insert the new...
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-02-12 Kristian Rietveldemit row_deleted before we start unreffing the nodes...
2002-02-12 Darin AdlerConsider reordering the row even when there's no sort...
2002-02-09 Kristian Rietveldconvert the iter to a child iter again, after doing...
2002-02-09 Jonathan Blandfordfix evil ref bug where the wrong row and a deleted...
2002-02-08 Darin AdlerPass the ref_node and unref_node calls through to the...
2002-02-06 Kristian Rietveldrip out all the debugging ifdefs, as modelsort seems...
2002-01-22 Kristian Rietveldadd some more stamp checks (pointed out by Anders Carlsson)
2002-01-15 Kristian Rietveldfix a load of open line ends, (gtk_tree_model_sort_set_...
2002-01-13 Kristian Rietveldvarious cleanups, (get_child_iter_from_elt): removed,
2002-01-10 Vitaly Tishkovgtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2001-12-27 Kristian Rietveldfix a few places where I was confused between modelsort...
2001-12-26 Kristian Rietveldensure we are unprelighted before reordering
2001-11-14 Jonathan Blandfordnew "model" construct property for language bindings.
2001-11-03 Hans Breuerchain finalize to parent class to get removed from...
2001-11-01 Jonathan Blandfordit's amazing how well things work sometimes, even when...
2001-10-31 Jonathan Blandfordmassize rewrite. Static models now totally work. I...
2001-10-29 Jonathan BlandfordDarn. I can't believe this took this long to fix.
2001-10-29 Jonathan Blandfordfix reordered signal.
2001-10-26 Jonathan Blandfordsync minor clenup
2001-10-25 Jonathan BlandfordAdd support for invalid nodes. (_gtk_rbnode_rotate_righ...
2001-10-24 Kristian Rietveldtreat s_path as a child path
2001-10-24 Kristian Rietveldmore changes in an attempt to get it right. It's not...
2001-10-22 Jonathan BlandfordRemove handle_box from App demo.
2001-10-19 Kristian Rietveldwe probably have rows_reordered nailed down now (this...
2001-10-03 Kristian Rietveldpreparation for surgery ditto
2001-09-20 Owen TaylorSmall warning cleanups.
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-09-02 Kristian Rietveldmuch changes in an attempt to make it working. It mostl...
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Darin AdlerIgnore the sgml directory made by gtkdoc. Use gtk_windo...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-26 Jonathan Blandfordfix stupid missing statement
2001-06-18 Jonathan BlandfordFix bug where collapsing a selected row would result...
2001-06-15 Jonathan BlandfordRename gtk_tree_sortable_sort_column_id_set_func. It...
2001-06-14 Jonathan BlandfordWhoops. Forgot this a couple months ago. Now GtkTreeSto...
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-16 Havoc Penningtonadd test stuff for CellRendererToggle
2001-01-09 Owen TaylorDoc fixups.
2001-01-04 Havoc Penningtonadd this
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-21 Jonathan Blandford:get_property): remove g_value_init calls, as they...
2000-12-20 Jonathan Blandfordsync
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-11-22 Jonathan Blandfordsync to home
2000-11-21 Jonathan BlandfordAdd convertion functions to let you convert to and...
2000-11-13 Jonathan Blandfordconfirm path != NULL ditto
2000-11-11 Jonathan BlandfordNew function to help handle keeping things in sync.
2000-11-10 Jonathan Blandforduse the new BOXED marshallers.
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...