| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtktreemodelsort.c typo in docs for | Vitaly Tishkov | 2002-03-14 | 1 | -1/+1 |
* | Update offsets before finding where to insert the new value. | Darin Adler | 2002-03-07 | 1 | -8/+8 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -3/+18 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -2/+2 |
* | emit row_deleted before we start unreffing the nodes ourselves | Kristian Rietveld | 2002-02-12 | 1 | -3/+13 |
* | Consider reordering the row even when there's no sort column, if there's a | Darin Adler | 2002-02-12 | 1 | -44/+47 |
* | convert the iter to a child iter again, after doing _iter_children. It's | Kristian Rietveld | 2002-02-09 | 1 | -0/+6 |
* | fix evil ref bug where the wrong row and a deleted row was unreffed. Found | Jonathan Blandford | 2002-02-09 | 1 | -8/+21 |
* | Pass the ref_node and unref_node calls through to the child model. | Darin Adler | 2002-02-08 | 1 | -0/+10 |
* | rip out all the debugging ifdefs, as modelsort seems to be stable (and | Kristian Rietveld | 2002-02-06 | 1 | -49/+0 |
* | add some more stamp checks (pointed out by Anders Carlsson) | Kristian Rietveld | 2002-01-22 | 1 | -5/+6 |
* | fix a load of open line ends, (gtk_tree_model_sort_set_model): only free | Kristian Rietveld | 2002-01-15 | 1 | -68/+69 |
* | various cleanups, (get_child_iter_from_elt): removed, | Kristian Rietveld | 2002-01-13 | 1 | -96/+20 |
* | gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c | Vitaly Tishkov | 2002-01-10 | 1 | -1/+1 |
* | fix a few places where I was confused between modelsort iters and other | Kristian Rietveld | 2001-12-27 | 1 | -6/+0 |
* | ensure we are unprelighted before reordering | Kristian Rietveld | 2001-12-26 | 1 | -109/+154 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -0/+68 |
* | chain finalize to parent class to get removed from the toplevel_list. | Hans Breuer | 2001-11-03 | 1 | -0/+5 |
* | it's amazing how well things work sometimes, even when they're completely | Jonathan Blandford | 2001-11-01 | 1 | -3/+10 |
* | massize rewrite. Static models now totally work. I'm not 100% sure about | Jonathan Blandford | 2001-10-31 | 1 | -127/+82 |
* | Darn. I can't believe this took this long to fix. | Jonathan Blandford | 2001-10-29 | 1 | -1/+1 |
* | fix reordered signal. | Jonathan Blandford | 2001-10-29 | 1 | -44/+24 |
* | sync minor clenup | Jonathan Blandford | 2001-10-26 | 1 | -46/+12 |
* | Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. | Jonathan Blandford | 2001-10-25 | 1 | -146/+111 |
* | treat s_path as a child path | Kristian Rietveld | 2001-10-24 | 1 | -1/+12 |
* | more changes in an attempt to get it right. It's not yet ready for general | Kristian Rietveld | 2001-10-24 | 1 | -208/+213 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -1/+9 |
* | we probably have rows_reordered nailed down now (this code is not yet | Kristian Rietveld | 2001-10-19 | 1 | -1235/+1237 |
* | preparation for surgery ditto | Kristian Rietveld | 2001-10-03 | 1 | -110/+328 |
* | Small warning cleanups. | Owen Taylor | 2001-09-20 | 1 | -1/+0 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -76/+70 |
* | much changes in an attempt to make it working. It mostly works now, | Kristian Rietveld | 2001-09-02 | 1 | -352/+1213 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -4/+4 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -5/+0 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 1 | -1/+0 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -20/+16 |
* | fix stupid missing statement | Jonathan Blandford | 2001-06-26 | 1 | -1/+1 |
* | Fix bug where collapsing a selected row would result in the cursor/anchor | Jonathan Blandford | 2001-06-18 | 1 | -11/+11 |
* | Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now. | Jonathan Blandford | 2001-06-15 | 1 | -19/+19 |
* | Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts. | Jonathan Blandford | 2001-06-14 | 1 | -112/+172 |
* | BOXED,BOXED,BOXED,BOXED): new marshaller. | Jonathan Blandford | 2001-04-02 | 1 | -16/+20 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | Actually unref the nodes. Fixes bug #50058. | Jonathan Blandford | 2001-03-09 | 1 | -6/+6 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -14/+18 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -13/+13 |
* | removed signals. Moved to inherit from GObject instead of GtkObject. | Jonathan Blandford | 2001-02-21 | 1 | -70/+24 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -1/+1 |
* | add test stuff for CellRendererToggle | Havoc Pennington | 2001-01-16 | 1 | -0/+16 |
* | Doc fixups. | Owen Taylor | 2001-01-09 | 1 | -4/+4 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -16/+16 |