summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged from stable.Kristian Rietveld2003-05-291-0/+5
* Merged from stable.Kristian Rietveld2003-05-291-3/+17
* Merged from stable.Kristian Rietveld2003-05-291-20/+32
* Merged from stable.Kristian Rietveld2003-05-291-0/+6
* check if tree/node are still the same after _internal_select_node. (FixesKristian Rietveld2003-05-291-0/+12
* Fixes #75745, reported by Richard Hult. Merged from stable.Kristian Rietveld2003-05-291-0/+5
* destroy the search data iff the destroy func isn't NULL.Jonathan Blandford2003-04-281-1/+1
* remove infinite loop caused by not clearing the scroll_to_path.Jonathan Blandford2003-04-171-2/+1
* Fix numerous misspellings of possessive "its". (#110027, Doug Quale)Matthias Clasen2003-04-071-1/+1
* rewrote the function that does node and arrow prelighting, queue allSven Neumann2003-03-261-85/+75
* Ctrl/Shift [left/right] expands/collapses the tree, #108092Jonathan Blandford2003-03-111-8/+8
* handle rtl code.Jonathan Blandford2003-03-031-66/+206
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-15/+15
* ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556,Kristian Rietveld2003-01-271-5/+22
* fix compiler warning.Kristian Rietveld2003-01-141-0/+2
* The full changelog for this commit is too long to paste here, so to avoidKristian Rietveld2003-01-141-38/+85
* the rand variable should be static to avoid conflicts with rand().Kristian Rietveld2002-12-191-1/+1
* x can be in the range [0, upper], which can be bigger than [0, page_size].Kristian Rietveld2002-12-101-1/+1
* implement a working use_align = FALSE implementation (also mentioned inKristian Rietveld2002-12-101-5/+51
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-53/+74
* Fix doc comment typos. (#97432, Vitaly Tishkov)Matthias Clasen2002-11-211-7/+7
* return a value in the range of [-1, 1] instead [0, 1],Kristian Rietveld2002-11-201-6/+30
* modify and free tmp instead of path ... (patch from #97927).Kristian Rietveld2002-11-181-3/+3
* This fixes a scrolling bug. Shouldn't cause problems, but you never knowKristian Rietveld2002-10-271-23/+26
* Another feature to create truly ugly TreeViews!: style properties for theKristian Rietveld2002-10-221-0/+14
* Deprecation cleanupManish Singh2002-10-131-246/+266
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-3/+3
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-3/+4