summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* free iter before going to doneKristian Rietveld2002-02-251-0/+10
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-7/+7
* Didn't refind node when it was NULL. Bug found by Tor Lillqvist.Jonathan Blandford2002-02-241-0/+1
* delay scrolling until we try to draw the window.Jonathan Blandford2002-02-231-74/+176
* honor min_width and max_width while resizing columns (pointed out by JornKristian Rietveld2002-02-231-2/+13
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* leave threads before returningKristian Rietveld2002-02-221-0/+1
* add last_single_clicked and last_single_clicked_2 rowrefs and addKristian Rietveld2002-02-221-12/+96
* s/columns/rows/ in docs. (#70199)Matthias Clasen2002-02-221-28/+1
* add keynav handling for unselect all, focus column header, change focusKristian Rietveld2002-02-211-18/+427
* new function (gtk_tree_view_column_create_button): use g_signal_* insteadKristian Rietveld2002-02-191-10/+2
* change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus,Kristian Rietveld2002-02-191-43/+69
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-181-4/+4
* This commit lands the 'dy patch'.Kristian Rietveld2002-02-161-0/+58
* Implements DnD scrolling and fixes #71139Kristian Rietveld2002-02-111-0/+46
* set upper member of hadjustment correct, so the hscrollbars of listsKristian Rietveld2002-02-111-1/+1
* install presize handler, so the validate_rows_handler will always be runKristian Rietveld2002-02-111-0/+1
* Remove a tiny bit more dead code.Darin Adler2002-02-091-2/+0
* Fix stale pointer bug.Darin Adler2002-02-081-12/+7
* Fixes #70782 and some drag dest rectangle/line issuesKristian Rietveld2002-02-071-15/+31
* Fixes #70708Kristian Rietveld2002-02-061-10/+4
* set upper member of vadjustment correct, so the vscrollbars of listsKristian Rietveld2002-02-021-1/+1
* use y coordinate relative to the tree and not the treeview window (fixesKristian Rietveld2002-02-011-1/+1
* adjust cell_area and background_area for possible treeview scroll (fixesKristian Rietveld2002-02-011-0/+14
* (committed this again -- broken pipe and ChangeLog update)Kristian Rietveld2002-02-011-1/+1
* set tree to NULL if tree_view->priv->tree is NULL (#70152, patch by JohnKristian Rietveld2002-02-011-3/+6
* only emit the signal if an interesting column changes.Jonathan Blandford2002-01-301-4/+4
* Patch from Jacob Berkman to fix problem when the height/width of a layoutOwen Taylor2002-01-291-21/+2
* free cursor_path after usageKristian Rietveld2002-01-291-40/+70
* no longer g_assert.Jonathan Blandford2002-01-281-1/+9
* When setting the GtkTreeView's model, set prelight_node, prelight_tree,Jon Trowbridge2002-01-281-0/+6
* Changes to gtktreeview to better support thicker focus lines,Bill Haneman2002-01-281-3/+7
* Only activate/edit the row if shift is not pressed, #69248Jonathan Blandford2002-01-281-1/+6
* General property notification cleanup.Matthias Clasen2002-01-281-2/+8
* Forgot to commit this last week.Jonathan Blandford2002-01-281-0/+7
* Fix for bug #69586Kristian Rietveld2002-01-271-51/+76
* update docs, return current FALSE if x is smaller than the current visibleKristian Rietveld2002-01-241-10/+11
* fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug.Jonathan Blandford2002-01-241-35/+65
* Don't clear the model until we clean up all the other objects that mightOwen Taylor2002-01-241-8/+3