]> Pileus Git - ~andy/gtk/history - gtk/gtktreeprivate.h
Revert dd511e825aef9edada30107b3d891d496cc39fd8
[~andy/gtk] / gtk / gtktreeprivate.h
2010-04-04 Benjamin OtteRevert dd511e825aef9edada30107b3d891d496cc39fd8
2009-12-19 Matthias Clasenimplement extended layout for GtkTreeView and GtkTreeVi...
2009-11-27 Kristian RietveldBug 596473 - Second double-click of GtkTreeView row...
2009-11-27 Kristian RietveldBug 480065 - wrong tree collapsed (or expanded) after...
2009-11-27 Kristian RietveldLogically re-group fields in GtkTreePrivate structure
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-26 Javier JardónUse G_STRFUNC and G_STRLOC instead __FUNCTION__ and...
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Federico Mena Quinterobgo#580560 - Make Backspace work in the file chooser...
2008-07-11 Kristian RietveldFix #316087.
2008-06-18 Michael Nattererdeprecate GtkDestroyNotify.
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2008-01-10 Kristian RietveldFix #477175, reported by Juri Pakaste.
2007-07-19 Kristian Rietveldadd more convenience API.
2007-03-20 Kristian Rietveldadd _gtk_tree_view_column_get_focus_area().
2007-02-16 Kristian Rietveldadd cursor_offset field.
2006-07-18 Kristian RietveldAnother fix for #164884.
2006-06-12 Kristian RietveldIntroduce grid and tree lines in GtkTreeView. (#106406...
2006-06-02 Kristian RietveldRubber banding for GtkTreeView, #80127. Uses same metho...
2006-04-26 Kristian Rietveld(broken pipe)
2006-03-01 Kristian Rietveldrename to _gtk_tree_selection_row_is_selectable and...
2006-01-24 Kristian Rietveld#322591, Jonathan Blandford.
2005-11-29 Matthias ClasenProperly handle model changes in GtkTreeSelection:...
2005-06-21 Matthias ClasenTrivial cleanups. (#169647, #303455, Fabricio Barros...
2004-08-02 Matthias ClasenAdd a new boolean property ::hover-expand and make...
2004-08-01 Jonathan BlandfordNew arguments
2004-07-07 Matthias ClasenForgotten file.
2004-05-10 Matthias ClasenForgotten commit
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.