| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 1 | -33/+35 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -92/+75 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -4/+6 |
* | if we use pointers, we should free the previous pointer first (if it | Kristian Rietveld | 2001-12-03 | 1 | -1/+2 |
* | Add a "resizable" property, to get rid of the | Jonathan Blandford | 2001-11-19 | 1 | -2/+47 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 1 | -7/+8 |
* | don't know why this didn't commit | Jonathan Blandford | 2001-10-31 | 1 | -1/+3 |
* | Add note about width having to be greater than 0. This fixes #55574. | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | fix broken code. | Jonathan Blandford | 2001-10-09 | 1 | -0/+4 |
* | improve warning. | Jonathan Blandford | 2001-10-06 | 1 | -25/+30 |
* | s/width/fixed_width/ in order to get things to compile. | James Henstridge | 2001-10-03 | 1 | -4/+4 |
* | docs | Jonathan Blandford | 2001-10-03 | 1 | -2/+3 |
* | typo fix: s/Wether/Whether/ in reorderable property description | Manish Singh | 2001-09-29 | 1 | -1/+1 |
* | Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, | Jonathan Blandford | 2001-09-25 | 1 | -18/+4 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -47/+150 |
* | 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 |