summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-1/+0
* centralize all the editing codeJonathan Blandford2001-09-181-0/+11
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-181-0/+7
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-0/+1
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-3/+0
* Add heavily modified patch from Kristian Rietveld to handle interactiveJonathan Blandford2001-08-171-0/+11
* Add support for animating expanders.Anders Carlsson2001-07-221-0/+5
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-1/+1
* fix stupid missing statementJonathan Blandford2001-06-261-0/+5
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-0/+1
* new function to clean up cursor handling.Jonathan Blandford2001-06-081-0/+3
* made fil mode GDK_STIPPLED actually work -> check boxes and radio buttonsHans Breuer2001-05-251-1/+1
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-1/+3
* New function to let user control where columns are dragged.Jonathan Blandford2001-05-091-0/+2
* New "columns_changed" signal.Jonathan Blandford2001-05-091-1/+11
* new function. (gtk_tree_view_move_column_after): Clean up interface.Jonathan Blandford2001-04-301-1/+0
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-261-16/+3
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-1/+19
* fix a fixme.Jonathan Blandford2001-04-121-1/+6
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-1/+2
* add support for invisible cells. (gtk_tree_view_bin_expose): dittoJonathan Blandford2001-03-081-4/+8
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-2/+26
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-5/+3
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-0/+8
* Only draw the column that is exposed.Jonathan Blandford2001-02-231-3/+1
* remove validation idleHavoc Pennington2001-02-081-0/+3
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-271-3/+3
* Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make workJonathan Blandford2001-01-211-0/+6
* sync to tree changesHavoc Pennington2001-01-191-1/+14
* add thisHavoc Pennington2001-01-041-1/+1
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-0/+4
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-171-3/+4
* Checked in initial draft of the new tree widget.42000-10-051-0/+191