]> Pileus Git - ~andy/gtk/history - gtk/gtktreeview.h
Add row_draggable() vfunc, and wrapper function.
[~andy/gtk] / gtk / gtktreeview.h
2001-11-06 Owen TaylorAdd row_draggable() vfunc, and wrapper function.
2001-11-02 Jonathan BlandfordClean up height code a bit. I don't think it's complete...
2001-10-31 Jonathan BlandfordAdded a "cursor_changed" signal, #62850.
2001-10-25 Jonathan BlandfordAdd support for invalid nodes. (_gtk_rbnode_rotate_righ...
2001-10-01 Jonathan Blandfordadd a finalize and destroy handler.
2001-09-27 Jonathan Blandfordonly start editing when you select with a keyboard.
2001-09-27 Jonathan BlandfordStop being stupid and emitting the signal every time.
2001-09-25 Jonathan BlandfordRemoved (gtk_tree_view_column_set_alignment): xalign...
2001-09-25 Jonathan BlandfordMake a GtkCellEditable (get_widget_window_size): Change...
2001-09-01 Jonathan Blandfordpass in user data.
2001-08-24 Jonathan BlandfordAdd "use_align" to give people the option to just make...
2001-08-22 Jonathan BlandfordFix selection. I think it's all dandy now. We check...
2001-08-17 Jonathan BlandfordAdd heavily modified patch from Kristian Rietveld to...
2001-06-29 Jonathan BlandfordPatch Thomas Broyer from <tbroyer@ltgt.net>. Expander...
2001-06-26 Jonathan Blandfordfix stupid missing statement
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-19 Jonathan BlandfordNew function to test if a node is expanded.
2001-06-11 Jonathan Blandfordchanged expand_row/collapse_row to be 2 signals each...
2001-06-08 Jonathan BlandfordNew keybinding. (gtk_tree_view_focus): Fix merge conflict.
2001-06-08 Jonathan Blandfordnew function to clean up cursor handling.
2001-06-07 Jonathan BlandfordHandle key bindings to expand and collapse rows.
2001-06-01 Jonathan BlandfordInitial stab at getting the focus code to work.
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-22 Jonathan BlandfordAdded patch from Jeff Franks <jcf@tpg.com.au> to add...
2001-05-16 Jonathan BlandfordYou can now set all sorts of properties in any order...
2001-05-09 Jonathan BlandfordNew function to let user control where columns are...
2001-05-09 Jonathan BlandfordNew "columns_changed" signal.
2001-04-30 Jonathan Blandfordnew function. (gtk_tree_view_move_column_after): Clean...
2001-04-28 Jonathan BlandfordMassive reorder/cleanup of a lot of the code. Some...
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-02 Jonathan BlandfordBug fix to make trees work again when not sorted.
2001-03-16 Jonathan Blandfordmodified to use "row_activated" signal.
2001-03-16 Jonathan Blandfords/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-09 Owen TaylorDoc fixups.
2001-01-06 Havoc Penningtonhack on this a bit
2000-10-30 Jonathan BlandfordNew function.
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-16 Jonathan BlandfordNew function proposed by Guy Harris <gharris@flashcom...
2000-10-15 5Fix GtkTreeNode *node ->GtkTreeNode node issue.
2000-10-05 4Checked in initial draft of the new tree widget.