summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* Doc markup fix.Matthias Clasen2001-12-081-33/+35
* Minor fix.Jonathan Blandford2001-12-041-92/+75
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-4/+6
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-031-1/+2
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-2/+47
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Fix docs for gtk_tree_view_column_set_sort_order. (#62647)Matthias Clasen2001-11-101-7/+8
* don't know why this didn't commitJonathan Blandford2001-10-311-1/+3
* Add note about width having to be greater than 0. This fixes #55574.Anders Carlsson2001-10-271-1/+1
* fix broken code.Jonathan Blandford2001-10-091-0/+4
* improve warning.Jonathan Blandford2001-10-061-25/+30
* s/width/fixed_width/ in order to get things to compile.James Henstridge2001-10-031-4/+4
* docsJonathan Blandford2001-10-031-2/+3
* typo fix: s/Wether/Whether/ in reorderable property descriptionManish Singh2001-09-291-1/+1
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-18/+4
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-47/+150
* centralize all the editing codeJonathan Blandford2001-09-181-0/+16
* Get rid of broken "can_edit" and "can_activate" properties in favor ofJonathan Blandford2001-09-181-5/+4
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-181-21/+20
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-171-56/+30
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-7/+13
* remove g_print.Jonathan Blandford2001-09-081-54/+0
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-75/+274
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-15/+18
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-14/+14
* chain parent class handlers, pointed out by Joshua N PritikinTim Janik2001-08-231-1/+2
* Grr... Get it right.Jonathan Blandford2001-08-211-9/+3
* *** empty log message ***Jonathan Blandford2001-08-211-3/+2
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-4/+2
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-1/+6
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-17/+0
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-4/+4
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-1/+5
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-1/+42
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-15/+15
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-3/+0
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-4/+4
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-110/+238
* Fix a typo.Kjartan Maraas2001-06-271-1/+1
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-1/+1
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+21
* Fix bug #55573Jonathan Blandford2001-06-051-1/+1
* Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.Jonathan Blandford2001-06-051-8/+28
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-29/+9
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-52/+180
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-1/+0
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-115/+60
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-494/+627
* fix a fixme.Jonathan Blandford2001-04-121-0/+67