| Commit message (Expand) | Author | Age | Files | Lines |
* | took out the useless check for refs->list (#97353, reported by Morten | Kristian Rietveld | 2002-11-03 | 1 | -3/+0 |
* | s/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reported | Kristian Rietveld | 2002-10-23 | 1 | -5/+5 |
* | Another feature to create truly ugly TreeViews!: style properties for the | Kristian Rietveld | 2002-10-22 | 1 | -50/+67 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -0/+3 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -16/+18 |
* | Make GtkTreeRowReference a boxed type. | Jonathan Blandford | 2002-09-11 | 1 | -0/+23 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -1/+4 |
* | Fix doc comment. | Matthias Clasen | 2002-08-07 | 1 | -1/+2 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -0/+32 |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 1 | -1/+5 |
* | Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, | Owen Taylor | 2002-06-13 | 1 | -2/+2 |
* | add gtk_tree_model_get_string_from_iter (#74667). | Kristian Rietveld | 2002-06-04 | 1 | -0/+30 |
* | [ merge from stable ] | Daniel Elstner | 2002-05-10 | 1 | -0/+17 |
* | if the deleted node was "below" this path, then do not unref all nodes | Kristian Rietveld | 2002-04-26 | 1 | -1/+8 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -2/+2 |
* | add check for y > tree_view->priv->height (fixes #76974) | Kristian Rietveld | 2002-04-01 | 1 | -1/+3 |
* | Make path arg const, #75653 | Jonathan Blandford | 2002-03-25 | 1 | -1/+1 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -3/+3 |
* | fix totally broken foreach function. | Jonathan Blandford | 2002-03-12 | 1 | -6/+5 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 1 | -2/+2 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 1 | -0/+26 |
* | gtk/gtktreemodel.c misprints in documentation for | Vitaly Tishkov | 2002-02-26 | 1 | -2/+2 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -2/+2 |
* | change new_root to new_first to avoid confusion. | Jonathan Blandford | 2002-02-24 | 1 | -9/+8 |
* | Documented undocumented functions. | Jonathan Blandford | 2002-02-23 | 1 | -8/+56 |
* | emit row_deleted before we start unreffing the nodes ourselves | Kristian Rietveld | 2002-02-12 | 1 | -8/+4 |
* | unref the model after the last use, not before.GTK_MULTIHEAD_MERGEPOINT_01_02_02 | Jonathan Blandford | 2002-01-31 | 1 | -2/+2 |
* | gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c | Vitaly Tishkov | 2002-01-10 | 1 | -2/+2 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -39/+52 |
* | ensure we are unprelighted before reordering | Kristian Rietveld | 2001-12-26 | 1 | -1/+1 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -0/+10 |
* | free path before we return (in case of a failure here) | Kristian Rietveld | 2001-11-24 | 1 | -1/+4 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -1/+1 |
* | replace gboolean free_last in the function parameters with gint depth. | Kristian Rietveld | 2001-11-20 | 1 | -13/+12 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -5/+6 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 1 | -1/+1 |
* | fix infinite loop noticed by yosh. | Jonathan Blandford | 2001-11-01 | 1 | -3/+11 |
* | rename gtk_selection_data_set_tree_row, #60218 | Jonathan Blandford | 2001-10-31 | 1 | -6/+15 |
* | Fix typo in docs. This fixes #62942. | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. | Jonathan Blandford | 2001-10-25 | 1 | -1/+1 |
* | cvs got a broken pipe signal, missed these two. ChangeLog is already there. | Kristian Rietveld | 2001-10-10 | 1 | -0/+33 |
* | improve warning. | Jonathan Blandford | 2001-10-06 | 1 | -5/+77 |
* | change scroll_to_cell delayed code to happen in size_allocate. | Jonathan Blandford | 2001-10-01 | 1 | -36/+25 |
* | Add put for use with editable widgets. This function is private, and | Jonathan Blandford | 2001-09-18 | 1 | -1/+0 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -55/+63 |
* | Add "use_align" to give people the option to just make a cell visible. | Jonathan Blandford | 2001-08-24 | 1 | -1/+1 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -4/+4 |
* | Check the return value from gtk_tree_model_get_iter, the model might be | Jonas Borgström | 2001-07-21 | 1 | -1/+3 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -5/+0 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -58/+24 |