summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync to tree changesHavoc Pennington2001-01-191-55/+56
* add this function, bug 40251Havoc Pennington2001-01-111-11/+27
* don't draw if label->layout is NULL due to a pending resizeHavoc Pennington2001-01-091-26/+319
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-1/+1
* Show menu items before adding to option menu.Jonathan Blandford2001-01-081-0/+3
* add thisHavoc Pennington2001-01-041-10/+10
* Rename some stuff:Havoc Pennington2001-01-041-8/+8
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-13/+19
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-0/+14
* doh, this was broken beyond believe.Tim Janik2000-12-131-4/+2
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-1/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-9/+8
* New function.Jonathan Blandford2000-10-301-4/+3
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-4/+3
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-4/+4
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* #include gtklabel.h, fixing compilationHavoc Pennington2000-10-161-1/+3
* Added API documentation to all public functions.Jonathan Blandford2000-10-161-8/+213
* Checked in initial draft of the new tree widget.42000-10-051-0/+633