| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Make spacing a property, correct the declared default values of several | Matthias Clasen | 2004-07-15 | 1 | -3/+27 |
* | Make this work in RTL context. | Matthias Clasen | 2004-07-13 | 1 | -15/+27 |
* | Remove an excessive g_return_if_fail(). | Matthias Clasen | 2004-04-23 | 1 | -1/+0 |
* | Moved search entries into priv data. | Jonathan Blandford | 2004-04-11 | 1 | -1/+0 |
* | Keep the cell_list in a consistent state while iterating over it, since | Matthias Clasen | 2004-03-12 | 1 | -7/+6 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Clip narrow columns in rtl-oriented tree views (#128089, | Matthias Clasen | 2004-02-03 | 1 | -3/+4 |
* | Correct the documentation for new_order. (#124790, Tim-Philipp Müller) | Matthias Clasen | 2004-01-31 | 1 | -1/+2 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -30/+30 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 1 | -0/+31 |
* | Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers, | Jonathan Blandford | 2003-11-29 | 1 | -2/+3 |
* | Make string setters safe for self-assignment. (#122745, Soeren Sandmann) | Matthias Clasen | 2003-11-07 | 1 | -4/+4 |
* | Some API doc comment fixes. | Kristian Rietveld | 2003-09-30 | 1 | -6/+6 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -2/+2 |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 1 | -113/+219 |
* | Make it compile with C89 compilers. | Soeren Sandmann | 2003-06-27 | 1 | -1/+6 |
* | silly typo fix. s/seperator/separator/. This gets rid of the assert spam | Kristian Rietveld | 2003-06-11 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -1/+1 |
* | Merged from stable. | Kristian Rietveld | 2003-06-09 | 1 | -15/+15 |
* | Fixes #75745, reported by Richard Hult. Merged from stable. | Kristian Rietveld | 2003-05-29 | 1 | -2/+9 |
* | Doc additions and fixes. | Matthias Clasen | 2003-04-15 | 1 | -1/+1 |
* | Document. | Matthias Clasen | 2003-04-12 | 1 | -8/+27 |
* | handle rtl code. | Jonathan Blandford | 2003-03-03 | 1 | -33/+128 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -3/+3 |
* | only count the special cell if it is also visible, | Kristian Rietveld | 2003-01-30 | 1 | -6/+11 |
* | ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556, | Kristian Rietveld | 2003-01-27 | 1 | -2/+5 |
* | implement a working use_align = FALSE implementation (also mentioned in | Kristian Rietveld | 2002-12-10 | 1 | -3/+22 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+34 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -0/+4 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -37/+40 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -1/+1 |
* | docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, | Soeren Sandmann | 2002-10-05 | 1 | -2/+3 |
* | Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly | Soeren Sandmann | 2002-09-28 | 1 | -6/+8 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -2/+3 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -2/+12 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | New function, split off from gtk_tree_view_column_clear_attributes. | Matthias Clasen | 2002-06-07 | 1 | -6/+16 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -55/+476 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+2 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 1 | -3/+31 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -2/+15 |
* | add _gtk_tree_view_column_autosize | Kristian Rietveld | 2002-04-19 | 1 | -0/+8 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -12/+12 |
* | add _gtk_tree_view_column_get_editable_cell and | Kristian Rietveld | 2002-04-14 | 1 | -0/+68 |
* | Fixes #78110 | Kristian Rietveld | 2002-04-09 | 1 | -0/+13 |
* | free anchor row reference after unselecting the selection (fixes #76272) | Kristian Rietveld | 2002-04-05 | 1 | -1/+1 |
* | implement. (gtk_tree_view_move_cursor_up_down): check for focus | Jonathan Blandford | 2002-04-05 | 1 | -13/+8 |
* | add example to docs, as people are seeming to have trouble with this | Jonathan Blandford | 2002-03-15 | 1 | -0/+16 |