| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -2/+2 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -0/+1 |
* | Clear the iter instead of returning it unmodified. (#154186, Jonathan | Matthias Clasen | 2004-10-06 | 1 | -0/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #139290: | Federico Mena Quintero | 2004-07-09 | 1 | -11/+10 |
* | Support separators in combo boxes and more generally in tree views | Matthias Clasen | 2004-07-07 | 1 | -8/+16 |
* | Don't allow unless selection mode is multiple. (#142634, John Finlay) | Matthias Clasen | 2004-06-02 | 1 | -1/+3 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -20/+69 |
* | Don't recommend gtk_tree_row_reference_new_proxy(). (#138309, Tim-Philipp | Matthias Clasen | 2004-04-23 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Improve the efficiency here by prepending on the list and reverting it | Matthias Clasen | 2004-02-18 | 1 | -3/+5 |
* | Merge from stable. | Kristian Rietveld | 2003-08-25 | 1 | -11/+12 |
* | Fix function name in warning message. (#118156, Tim-Philipp Müller) | Matthias Clasen | 2003-07-27 | 1 | -1/+1 |
* | added checks to ensure that the iter is not reordered to its own position. | Michael Natterer | 2003-04-14 | 1 | -1/+5 |
* | Fix numerous misspellings of possessive "its". (#110027, Doug Quale) | Matthias Clasen | 2003-04-07 | 1 | -2/+2 |
* | fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net> | Jonathan Blandford | 2003-03-30 | 1 | -1/+1 |
* | The full changelog for this commit is too long to paste here, so to avoid | Kristian Rietveld | 2003-01-14 | 1 | -1/+1 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+6 |
* | initialize anchor_path to NULL. | Manish Singh | 2002-11-20 | 1 | -1/+1 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -0/+15 |
* | Bah, and of course I broke something ... | Kristian Rietveld | 2002-11-03 | 1 | -7/+8 |
* | small doc fixes. | Matthias Clasen | 2002-10-29 | 1 | -1/+1 |
* | Another feature to create truly ugly TreeViews!: style properties for the | Kristian Rietveld | 2002-10-22 | 1 | -6/+67 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -16/+18 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -1/+1 |
* | Related bugs: #76252, #76396, #80866. | Kristian Rietveld | 2002-06-05 | 1 | -6/+212 |
* | A bunch of trivial doc fixes. | Matthias Clasen | 2002-04-20 | 1 | -1/+1 |
* | Fixes #75510 | Kristian Rietveld | 2002-04-13 | 1 | -16/+18 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -6/+21 |
* | check the return value of _gtk_tree_view_find_node and return if it's | Kristian Rietveld | 2002-04-08 | 1 | -15/+21 |
* | free anchor row reference after unselecting the selection (fixes #76272) | Kristian Rietveld | 2002-04-05 | 1 | -1/+3 |
* | Fix cut-n-paste bug. | Jonathan Blandford | 2002-03-13 | 1 | -1/+1 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -2/+17 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -1/+1 |
* | Now we test we can unselect nodes before selecting new ones. | Jonathan Blandford | 2002-01-10 | 1 | -4/+24 |
* | Rename gtk_tree_view_queue_draw_node to _gtk_tree_view_queue_draw_node. | Anders Carlsson | 2002-01-02 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | Fix reorder_fixup, #59583 | Jonathan Blandford | 2001-11-02 | 1 | -1/+2 |
* | Add GTK_SELECTION_NONE enum, #61695 | Jonathan Blandford | 2001-10-31 | 1 | -10/+29 |
* | Fix docs. (#61976) | Matthias Clasen | 2001-10-18 | 1 | -1/+1 |
* | new function, #61923 (gtk_tree_selection_path_is_selected): Ditto | Jonathan Blandford | 2001-10-10 | 1 | -0/+65 |
* | remove unused enum | Havoc Pennington | 2001-10-08 | 1 | -1/+5 |
* | only start editing when you select with a keyboard. | Jonathan Blandford | 2001-09-27 | 1 | -1/+1 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 1 | -1/+9 |
* | Use the GTK selection types rather than GtkTreeSelectionMode. | Jonathan Blandford | 2001-08-27 | 1 | -28/+27 |
* | Fix selection. I think it's all dandy now. We check the current event for | Jonathan Blandford | 2001-08-22 | 1 | -23/+7 |
* | Use correct marshaller. | Jonathan Blandford | 2001-08-20 | 1 | -1/+1 |
* | Fix up warnings, #58928. | Jonathan Blandford | 2001-08-19 | 1 | -1/+1 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -0/+3 |
* | Remove strict checking for rows. | Jonathan Blandford | 2001-08-13 | 1 | -2/+5 |