summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-25/+25
* Fix #477175, reported by Juri Pakaste.Kristian Rietveld2008-01-101-0/+2
* add more convenience API.Kristian Rietveld2007-07-191-0/+2
* add _gtk_tree_view_column_get_focus_area().Kristian Rietveld2007-03-201-0/+4
* add cursor_offset field.Kristian Rietveld2007-02-161-0/+1
* Another fix for #164884.Kristian Rietveld2006-07-181-0/+2
* Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).Kristian Rietveld2006-06-121-0/+6
* Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.Kristian Rietveld2006-06-021-0/+21
* (broken pipe)Kristian Rietveld2006-04-261-0/+3
* rename to _gtk_tree_selection_row_is_selectable and export internally,Kristian Rietveld2006-03-011-0/+3
* #322591, Jonathan Blandford.Kristian Rietveld2006-01-241-4/+4
* Properly handle model changes in GtkTreeSelection: (#322569, MiloszMatthias Clasen2005-11-291-0/+1
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+3
* Add a new boolean property ::hover-expand and make the treeviewMatthias Clasen2004-08-021-0/+4
* New argumentsJonathan Blandford2004-08-011-0/+3
* Forgotten file.Matthias Clasen2004-07-071-0/+4
* Forgotten commitMatthias Clasen2004-05-101-0/+2
* Moved search entries into priv data.Jonathan Blandford2004-04-111-5/+12
* Add init_hadjust_value and prev_width. Initialize them here. ...and here.Matthias Clasen2004-02-021-0/+2
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-181-15/+0
* Yay! Fixed height mode! Hooray! (Part 2 of #80868).Kristian Rietveld2003-12-171-0/+4
* Big TreeView DnD fixage, makes drops on empty models work, makes TreeStoreKristian Rietveld2003-09-091-0/+3
* Merge from stable.Kristian Rietveld2003-08-251-1/+11
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-0/+15
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+2
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-2/+6
* Fixes #74206.Kristian Rietveld2002-04-251-0/+1
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-191-1/+4
* rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02Kristian Rietveld2002-04-191-2/+2
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-141-1/+6
* Fixes #78110Kristian Rietveld2002-04-091-1/+3
* add _gtk_rbtree_set_fixed_height()Kristian Rietveld2002-03-201-0/+2
* just return when we have an input_only window (fix by Owen Taylor)Kristian Rietveld2002-03-161-0/+1
* delay scrolling until we try to draw the window.Jonathan Blandford2002-02-231-1/+1
* add last_single_clicked and last_single_clicked_2 rowrefs and addKristian Rietveld2002-02-221-0/+4
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-1/+16
* Fix for bug #69586Kristian Rietveld2002-01-271-1/+1
* Update top_row. Remove extraneous print statements.Jonathan Blandford2002-01-211-0/+2
* Now we test we can unselect nodes before selecting new ones.Jonathan Blandford2002-01-101-0/+2
* Rename gtk_tree_view_queue_draw_node to _gtk_tree_view_queue_draw_node.Anders Carlsson2002-01-021-1/+4
* restore the else case of #ifdef __GNUC__ #66225Hidetoshi Tajima2001-12-051-0/+37
* Minor fix.Jonathan Blandford2001-12-041-45/+8
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-031-1/+0
* Remove trailing commas in enum declarations.Owen Taylor2001-11-211-3/+2
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-0/+3
* 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