| Commit message (Expand) | Author | Age | Files | Lines |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 1 | -6/+4 |
* | Add functions which allow faster insertion of rows in sorted list stores. | Matthias Clasen | 2004-12-09 | 1 | -0/+10 |
* | Mark as const. | Matthias Clasen | 2004-11-23 | 1 | -1/+1 |
* | gtk/gtkexpander.c | Soeren Sandmann | 2004-08-22 | 1 | -1/+1 |
* | New function. | Soeren Sandmann | 2004-08-14 | 1 | -4/+4 |
* | modify and free tmp instead of path ... (patch from #97927). | Kristian Rietveld | 2002-11-18 | 1 | -2/+5 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -6/+6 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -0/+8 |
* | Discussed in #76249. | Kristian Rietveld | 2002-06-04 | 1 | -1/+3 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | fix evil ref bug where the wrong row and a deleted row was unreffed. Found | Jonathan Blandford | 2002-02-09 | 1 | -0/+3 |
* | s/obj/klass/ where appropriate | jacob berkman | 2001-12-12 | 1 | -1/+1 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -31/+35 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 1 | -8/+8 |
* | handle default sort feature | Jonathan Blandford | 2001-09-03 | 1 | -0/+3 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -1/+1 |
* | Fix a small typo. It's LIST_STORE, not LISTSTORE. | Anders Carlsson | 2001-08-22 | 1 | -1/+1 |
* | add missing gtk_list_store_newv prototype. | James Henstridge | 2001-07-04 | 1 | -0/+2 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -7/+1 |
* | New functions to clear a model. | Jonathan Blandford | 2001-06-19 | 1 | -1/+1 |
* | Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros to | Jonathan Blandford | 2001-05-22 | 1 | -0/+1 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 1 | -15/+1 |
* | fix braino. New interface to add cleanup sortable support. | Jonathan Blandford | 2001-03-23 | 1 | -1/+5 |
* | renamed "child_toggled" to "has_child_toggled". | Jonathan Blandford | 2001-03-05 | 1 | -11/+11 |
* | removed signals. Moved to inherit from GObject instead of GtkObject. | Jonathan Blandford | 2001-02-21 | 1 | -2/+2 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -6/+0 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -0/+1 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -0/+1 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 1 | -0/+12 |
* | Not sure how this ever worked. Fixed it to use new iter stuff, and added | Jonathan Blandford | 2000-10-27 | 1 | -37/+40 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -24/+25 |
* | Move GtkTreeModel from object to interface. | 6 | 2000-10-16 | 1 | -2/+16 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -24/+24 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+87 |