| Commit message (Expand) | Author | Age | Files | Lines |
* | centralize all the editing code | Jonathan Blandford | 2001-09-18 | 1 | -0/+16 |
* | Get rid of broken "can_edit" and "can_activate" properties in favor of | Jonathan Blandford | 2001-09-18 | 1 | -5/+4 |
* | Add put for use with editable widgets. This function is private, and | Jonathan Blandford | 2001-09-18 | 1 | -21/+20 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -56/+30 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -7/+13 |
* | remove g_print. | Jonathan Blandford | 2001-09-08 | 1 | -54/+0 |
* | Removed 'fill' attribute. It was silly b/c that was a property of the cell | Jonathan Blandford | 2001-09-08 | 1 | -75/+274 |
* | Add "use_align" to give people the option to just make a cell visible. | Jonathan Blandford | 2001-08-24 | 1 | -15/+18 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -14/+14 |
* | chain parent class handlers, pointed out by Joshua N Pritikin | Tim Janik | 2001-08-23 | 1 | -1/+2 |
* | Grr... Get it right. | Jonathan Blandford | 2001-08-21 | 1 | -9/+3 |
* | *** empty log message *** | Jonathan Blandford | 2001-08-21 | 1 | -3/+2 |
* | Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>> | Jonathan Blandford | 2001-08-19 | 1 | -4/+2 |
* | 2 new signals; is_expander/is_expanded. | Jonathan Blandford | 2001-08-19 | 1 | -1/+6 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -1/+1 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -17/+0 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -4/+4 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -1/+5 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -1/+42 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -15/+15 |
* | Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are now | Jonathan Blandford | 2001-06-29 | 1 | -3/+0 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -4/+4 |
* | New function to reflect that you can (hypothetically) pack cell renderers | Jonathan Blandford | 2001-06-27 | 1 | -110/+238 |
* | Fix a typo. | Kjartan Maraas | 2001-06-27 | 1 | -1/+1 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 1 | -1/+1 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -2/+21 |
* | Fix bug #55573 | Jonathan Blandford | 2001-06-05 | 1 | -1/+1 |
* | Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>. | Jonathan Blandford | 2001-06-05 | 1 | -8/+28 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -29/+9 |
* | Remove almost all instances of GtkCellRenderer in code (all but dnd icon | Jonathan Blandford | 2001-05-25 | 1 | -52/+180 |
* | Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros to | Jonathan Blandford | 2001-05-22 | 1 | -1/+0 |
* | Evil function to deal with very large (TM) amounts of text. May be moved | Jonathan Blandford | 2001-05-22 | 1 | -115/+60 |
* | You can now set all sorts of properties in any order you wan, whether or | Jonathan Blandford | 2001-05-16 | 1 | -494/+627 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -0/+67 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 1 | -82/+205 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -6/+82 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 1 | -1/+1 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 1 | -1/+1 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -0/+2 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -2/+2 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -8/+4 |
* | Add "clicked" signal back to columns. | Jonathan Blandford | 2001-03-06 | 1 | -4/+8 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -7/+14 |
* | Move handling of buttons fully in gtktreeviewcolumn. This code is less | Jonathan Blandford | 2001-03-02 | 1 | -12/+152 |
* | Only draw the column that is exposed. | Jonathan Blandford | 2001-02-23 | 1 | -2/+2 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 1 | -12/+10 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 1 | -1/+1 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -18/+66 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -60/+267 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -5/+10 |