summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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