| Commit message (Expand) | Author | Age | Files | Lines |
* | [docs] Cast to GFunc in gtk_tree_selection_get_selected_rows() example code | Javier Jardón | 2009-12-19 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -3/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -1/+1 |
* | Add gtk_tree_selection_get_select_function(). | Tim Janik | 2008-06-20 | 1 | -0/+18 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -3/+3 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -2/+2 |
* | Set model in all cases. (#357791, Andreas Köhler) | Matthias Clasen | 2006-10-02 | 1 | -3/+3 |
* | Separate sensitive/selectable properties. | Kristian Rietveld | 2006-06-02 | 1 | -50/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | rename to _gtk_tree_selection_row_is_selectable and export internally, | Kristian Rietveld | 2006-03-01 | 1 | -8/+11 |
* | Properly handle model changes in GtkTreeSelection: (#322569, Milosz | Matthias Clasen | 2005-11-29 | 1 | -22/+30 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -5/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | quit maintaining the iter on every iteration, only get the iter when we | Kristian Rietveld | 2005-07-12 | 1 | -32/+10 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | 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 |