summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* propagate expose events to children.Jonathan Blandford2004-04-141-1/+22
* remove unused variable. (gtk_tree_view_button_press): If we activated theJonathan Blandford2004-04-131-4/+9
* Typo fix.Matthias Clasen2004-04-121-1/+1
* Moved search entries into priv data.Jonathan Blandford2004-04-111-106/+84
* set the height correctly for fixed height when inserting a node, #138082Jonathan Blandford2004-04-021-7/+10
* Mention GtkTreeViewSearchEqualFunc return value oddity here as well.Owen Taylor2004-03-151-8/+13
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* scroll to the new path.Jonathan Blandford2004-03-051-1/+4
* Clarify the doc comment. (#118602)Matthias Clasen2004-03-051-2/+2
* only draw the sort column as different if there are 3 or more visibleJonathan Blandford2004-02-241-3/+16
* Document the tree DND API.Matthias Clasen2004-02-151-0/+62
* Call gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() workMatthias Clasen2004-02-121-0/+6
* Add init_hadjust_value and prev_width. Initialize them here. ...and here.Matthias Clasen2004-02-021-2/+29
* Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.Federico Mena Quintero2004-02-021-3/+3
* Fixes #132929.Not Zed2004-01-301-2/+6
* Don't crash when there are no columns, or all columns are hidden, #131402Jonathan Blandford2004-01-231-6/+16
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-36/+36
* move grab_focus to after handling the button presses in the TreeView toJonathan Blandford2004-01-151-11/+20
* Fix memory leaks caused by the failure to free the result ofMatthias Clasen2003-12-211-1/+6
* do not invalidate all of treeview when resizing (#110074, patch fromKristian Rietveld2003-12-201-1/+3
* use strstr instead of strcmp (#117127, suggestion from Soeren Sandmann).Kristian Rietveld2003-12-191-1/+1
* add key bindings for "*" and "/" (expand/collapse all). (#110195, reportedKristian Rietveld2003-12-181-0/+23
* Jonathan got the logical flag backwards in the expand_collapse_cursor_rowKristian Rietveld2003-12-181-13/+17
* only start editing when activated by the left mouse button. (#106869,Kristian Rietveld2003-12-181-1/+1
* only try to strcmp or strlen if we managed to normalize and casefold theKristian Rietveld2003-12-171-6/+12
* fix compile warning. (#122727, patch from Kjartan Maraas).Kristian Rietveld2003-12-171-1/+1
* Yay! Fixed height mode! Hooray! (Part 2 of #80868).Kristian Rietveld2003-12-171-15/+164
* A trick for a faster treeview, step 1. Patch to short circuitKristian Rietveld2003-12-131-3/+15
* Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers,Jonathan Blandford2003-11-291-6/+10
* set ctrl_pressed and shift_pressed according to the current event stateKristian Rietveld2003-10-211-0/+14
* Don't do operations on windows if the tree view is not mapped.Federico Mena Quintero2003-10-131-18/+22
* Improve documentation. (#117306, Steve Chaplin)Soeren Sandmann2003-09-191-0/+3
* Merge from stable.Jonathan Blandford2003-09-121-1/+4
* Big TreeView DnD fixage, makes drops on empty models work, makes TreeStoreKristian Rietveld2003-09-091-44/+182
* Merge from stable.Kristian Rietveld2003-09-021-3/+2
* Merge from stable.Kristian Rietveld2003-08-251-17/+35
* Slightly modified patch from Yann Rouillard to improve selection behaviorKristian Rietveld2003-08-211-44/+61
* Merged from stable.Kristian Rietveld2003-08-151-0/+2
* (Note: This is not exactly the same as the patch which went in gtk-2-2).Kristian Rietveld2003-08-151-20/+93
* Merged from stable.Kristian Rietveld2003-07-171-6/+12
* Merged from stable.Kristian Rietveld2003-07-171-1/+2
* Merged from stable.Kristian Rietveld2003-07-171-0/+3
* Merged from stable.Kristian Rietveld2003-07-121-1/+9
* Merged from stable.Kristian Rietveld2003-07-121-1/+6
* Merged from stable.Kristian Rietveld2003-07-121-3/+11
* Merged from stable.Kristian Rietveld2003-07-121-12/+45
* Merged from stable.Kristian Rietveld2003-06-061-8/+16
* Merged from stable.Kristian Rietveld2003-06-041-1/+39
* Merged from stable.Kristian Rietveld2003-05-291-4/+12
* Merged from stable.Kristian Rietveld2003-05-291-0/+12