summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-051-4/+1
* only validate the visible area if we've ever been requisitioned.Jonathan Blandford2002-07-021-1/+4
* sync up white space/variable names to match tree_store equiv.Jonathan Blandford2002-07-011-2/+2
* Typo fix.Owen Taylor2002-06-181-1/+1
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-181-3/+4
* Fix bug #84268, where validate_rows sometimes didn't remove itselfJonathan Blandford2002-06-141-10/+24
* disconnect_by_func instead of disconnect_by_data. Someone else could useJonathan Blandford2002-06-141-7/+32
* Fix sizing bug.Jonathan Blandford2002-06-081-2/+32
* added gtk_tree_view_expand_to_path.Kristian Rietveld2002-06-041-0/+34
* set_redraw_on_allocate (FALSE); (gtk_tree_view_size_allocate): invalidateSoeren Sandmann2002-05-081-11/+54
* call func on current node before the child nodes.Kristian Rietveld2002-05-061-1/+1
* unset user_data before destroying the window. (fixes #80065).Kristian Rietveld2002-05-061-4/+15
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-18/+129
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-13/+18
* make the search dialog not scroll horizontally (prolly fixes #74806).Kristian Rietveld2002-04-251-2/+2
* Remove GTK_OBJECT_CONNECTED.Matthias Clasen2002-04-241-2/+2
* temporarily set ->priv->edited_column to NULL. Pleas read the comment inKristian Rietveld2002-04-241-3/+19
* add _gtk_tree_view_column_autosizeKristian Rietveld2002-04-191-22/+25
* cancel editing if tree_view->priv->edited_column != NULL (fixes #76066)Kristian Rietveld2002-04-191-0/+3
* subtract TREE_VIEW_HEADER_HEIGHT from allocation->height to get the realKristian Rietveld2002-04-191-1/+7
* rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02Kristian Rietveld2002-04-191-39/+44
* check ->priv->cursor and ->priv->anchor rowrefs before removingKristian Rietveld2002-04-161-26/+47
* add _gtk_tree_view_column_get_editable_cell andKristian Rietveld2002-04-141-9/+19
* Fixes #75510Kristian Rietveld2002-04-131-2/+6
* add clamp_node argument (toplevel): update usages ofKristian Rietveld2002-04-121-15/+20
* Fixes #78110Kristian Rietveld2002-04-091-5/+9
* free anchor row reference after unselecting the selection (fixes #76272)Kristian Rietveld2002-04-051-1/+1
* implement. (gtk_tree_view_move_cursor_up_down): check for focusJonathan Blandford2002-04-051-5/+49
* add check for y > tree_view->priv->height (fixes #76974)Kristian Rietveld2002-04-011-0/+3
* Don't install the handler if the widget isn't realized.GTK_MULTIHEAD_MERGEPOINT_28_03_02Dave Camp2002-03-281-0/+3
* Corrected registered return type of move-cursor signal. Had to add aMurray Cumming2002-03-271-2/+2
* Free the path after calling gtk_tree_view_row_activated() rather thanDave Camp2002-03-261-1/+3
* Make path arg const, #75653Jonathan Blandford2002-03-251-7/+16
* fix logic (fixes #74235, #73593)Kristian Rietveld2002-03-201-4/+4
* add _gtk_rbtree_set_fixed_height()Kristian Rietveld2002-03-201-1/+27
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-5/+5
* use do_validate_rows instead of validate_rows_handler (fix by Mike Pieper,Kristian Rietveld2002-03-171-1/+2
* just return when we have an input_only window (fix by Owen Taylor)Kristian Rietveld2002-03-161-5/+39
* make args const, 74159 (gtk_tree_view_insert_column_with_attributes):Jonathan Blandford2002-03-151-2/+2
* finally get the right behavior.Jonathan Blandford2002-03-111-39/+41
* compare path with cursor path and not with the selected iter in theKristian Rietveld2002-03-111-3/+9
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-081-47/+25
* start implementingJonathan Blandford2002-03-071-101/+147
* Update offsets before finding where to insert the new value.Darin Adler2002-03-071-6/+7
* Fix docs.Matthias Clasen2002-03-051-1/+1
* Don't use this same functions as idle callbacks and directly, to avoidOwen Taylor2002-03-051-11/+25
* move edit ifs above _set_cursor code, don't collapse/expand row on doubleKristian Rietveld2002-03-031-44/+37
* set first_cell to FALSE after first iterationKristian Rietveld2002-03-011-5/+5
* take into account that a path from a rowref can be NULL. (#72623 andKristian Rietveld2002-02-261-2/+8
* Fix #72586. Silently accept empty tree. (gtk_tree_view_collapse_all):Richard Hult2002-02-261-2/+6