summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops. Minor fixJonathan Blandford2002-01-231-1/+1
* Fix sizing bug I introduced accidentally, #69358Jonathan Blandford2002-01-221-20/+45
* Update top_row. Remove extraneous print statements.Jonathan Blandford2002-01-211-1/+22
* only resize the window.Jonathan Blandford2002-01-211-4/+4
* For some reason, I was activating a row while just selecting it. ReportedJonathan Blandford2002-01-181-5/+11
* allow cancel to happen.Jonathan Blandford2002-01-141-8/+23
* revert Owen's change (using a strdupped string as object data), so theKristian Rietveld2002-01-121-3/+3
* don't cast a possible NULL pointer.Tim Janik2002-01-091-2/+2
* Rename gtk_tree_view_queue_draw_node to _gtk_tree_view_queue_draw_node.Anders Carlsson2002-01-021-26/+21
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-261-1/+3
* Don't call map here.Anders Carlsson2001-12-201-3/+0
* Fix typo (list->data becomes list->next)Padraig O'Briain2001-12-181-1/+1
* free path at the endKristian Rietveld2001-12-131-0/+2
* do not try to find the clicked node in the tree when tree == NULLKristian Rietveld2001-12-131-1/+2
* Compare event->state with the default mod mask.Anders Carlsson2001-12-131-1/+1