summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in filename.Owen Taylor2001-05-051-1/+1
* fix bug in dropping columns. Moving columns now basically works modulaJonathan Blandford2001-05-021-3/+8
* Add autoscroll support. It mostly works, but could use some fine tuning.Jonathan Blandford2001-05-011-95/+127
* new function. (gtk_tree_view_move_column_after): Clean up interface.Jonathan Blandford2001-04-301-20/+19
* s/G_PARAM_WRITE/G_PARAM_WRITABLE/James Henstridge2001-04-281-1/+1
* Massive reorder/cleanup of a lot of the code. Some documentation added.Jonathan Blandford2001-04-281-2426/+2544
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-261-187/+307
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-70/+280
* get this to compile.Tim Janik2001-04-121-1/+1
* fix a fixme.Jonathan Blandford2001-04-121-76/+212
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-35/+88
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-17/+21
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-0/+5
* Massive reordering/sorting work. Now pretty much works.Jonathan Blandford2001-03-291-1/+3
* new function to handle reordering of trees. Seems to mostly work w/ theJonathan Blandford2001-03-281-5/+24
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-7/+11
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-0/+11
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-57/+51
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-3/+3
* modified to use "row_activated" signal.Jonathan Blandford2001-03-161-8/+10
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-34/+105
* Fixed some braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.Jonathan Blandford2001-03-161-2/+7
* Changed prototype to allow for getting the location of the cell relativeJonathan Blandford2001-03-151-77/+170
* Fix up focus code a lot.Jonathan Blandford2001-03-131-90/+40
* Make select_all not work if you're in SINGLE mode (it doesn't make thatJonathan Blandford2001-03-101-1/+0
* Add destroy function.Jonathan Blandford2001-03-091-334/+356
* Actually unref the nodes. Fixes bug #50058.Jonathan Blandford2001-03-091-2/+58
* add support for invisible cells. (gtk_tree_view_bin_expose): dittoJonathan Blandford2001-03-081-40/+33
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-18/+22
* marshaller fixes.Tim Janik2001-03-071-7/+10
* Updated docs to be saneJonathan Blandford2001-03-061-13/+13
* Apply patch from John Margaglione to add object properties.Jonathan Blandford2001-03-051-2/+177
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-23/+73
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-169/+93
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-11/+11
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-1/+0
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-2/+13
* Only draw the column that is exposed.Jonathan Blandford2001-02-231-72/+99
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-16/+16
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-3/+5
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-5/+0
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-3/+12
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-13/+37
* moved back to a sane value!Jonathan Blandford2001-02-081-1/+1
* let's darken colors, not lighten them.Havoc Pennington2001-02-081-2/+0
* remove validation idleHavoc Pennington2001-02-081-113/+259
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-45/+195
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-107/+208
* adapt to handle PangoColorHavoc Pennington2001-01-261-249/+670