]> Pileus Git - ~andy/gtk/history - gtk/gtktreeprivate.h
Moved search entries into priv data.
[~andy/gtk] / gtk / gtktreeprivate.h
2004-04-11 Jonathan BlandfordMoved search entries into priv data.
2004-02-02 Matthias ClasenAdd init_hadjust_value and prev_width. Initialize them...
2003-12-18 Kristian RietveldMigrating all cell renderers to use the new instance...
2003-12-17 Kristian RietveldYay! Fixed height mode! Hooray! (Part 2 of #80868).
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-08-25 Kristian RietveldMerge from stable.
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-05-05 Kristian RietveldThe "big treeview focus patch". Fixes several issues...
2002-04-25 Kristian RietveldFixes #74206.
2002-04-19 Kristian Rietveldadd _gtk_tree_view_column_autosize
2002-04-19 Kristian Rietveldrename last_single_clicked{,_2} to last_button_press...
2002-04-14 Kristian Rietveldadd _gtk_tree_view_column_get_editable_cell and
2002-04-09 Kristian RietveldFixes #78110
2002-03-20 Kristian Rietveldadd _gtk_rbtree_set_fixed_height()
2002-03-16 Kristian Rietveldjust return when we have an input_only window (fix...
2002-02-23 Jonathan Blandforddelay scrolling until we try to draw the window.
2002-02-22 Kristian Rietveldadd last_single_clicked and last_single_clicked_2 rowre...
2002-02-19 Kristian Rietveldchange gtk_tree_view_column_cell_render, gtk_tree_view_...
2002-01-27 Kristian RietveldFix for bug #69586
2002-01-21 Jonathan BlandfordUpdate top_row. Remove extraneous print statements.
2002-01-10 Jonathan BlandfordNow we test we can unselect nodes before selecting...
2002-01-02 Anders CarlssonRename gtk_tree_view_queue_draw_node to _gtk_tree_view_...
2001-12-05 Hidetoshi Tajimarestore the else case of #ifdef __GNUC__ #66225
2001-12-04 Jonathan BlandfordMinor fix.
2001-12-03 Kristian Rietveldif we use pointers, we should free the previous pointer...
2001-11-21 Owen TaylorRemove trailing commas in enum declarations.
2001-10-22 Jonathan BlandfordRemove handle_box from App demo.
2001-09-25 Jonathan BlandfordMake a GtkCellEditable (get_widget_window_size): Change...
2001-09-18 Jonathan Blandfordcentralize all the editing code
2001-09-18 Jonathan BlandfordAdd put for use with editable widgets. This function...
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-07-22 Anders CarlssonAdd support for animating expanders.
2001-06-29 Jonathan BlandfordPatch Thomas Broyer from <tbroyer@ltgt.net>. Expander...
2001-06-26 Jonathan Blandfordfix stupid missing statement
2001-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-06-08 Jonathan Blandfordnew function to clean up cursor handling.
2001-05-25 Hans Breuermade fil mode GDK_STIPPLED actually work -> check boxes...
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-26 Jonathan Blandfordclean up column dragging code. Revealed some (potential...
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-12 Jonathan Blandfordfix a fixme.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-08 Jonathan Blandfordadd support for invisible cells. (gtk_tree_view_bin_exp...
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-23 Jonathan BlandfordOnly draw the column that is exposed.
2001-02-08 Havoc Penningtonremove validation idle
2001-01-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-21 Jonathan BlandfordMake fail when not realized. (gtk_tree_view_scroll_to_c...
2001-01-19 Havoc Penningtonsync to tree changes
2001-01-04 Havoc Penningtonadd this
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-17 Havoc PenningtonPort to GObject, can go back in gdk-pixbuf after settin...
2000-10-05 4Checked in initial draft of the new tree widget.