summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-82/+205
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-6/+82
* Forgot to namespace this.Jonathan Blandford2001-03-231-1/+1
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-1/+1
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-0/+2
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-2/+2
* marshaller fixes.Tim Janik2001-03-071-8/+4
* Add "clicked" signal back to columns.Jonathan Blandford2001-03-061-4/+8
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-7/+14
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-12/+152
* Only draw the column that is exposed.Jonathan Blandford2001-02-231-2/+2
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-12/+10
* updated for win32 msvc buildHans Breuer2001-02-191-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-18/+66
* remove validation idleHavoc Pennington2001-02-081-60/+267
* adapt to handle PangoColorHavoc Pennington2001-01-261-5/+10