| Commit message (Expand) | Author | Age | Files | Lines |
* | handle rtl code. | Jonathan Blandford | 2003-03-03 | 1 | -0/+4 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -0/+5 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -7/+10 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -0/+2 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 1 | -16/+0 |
* | s/obj/klass/ where appropriate | jacob berkman | 2001-12-12 | 1 | -1/+1 |
* | get logic right, #66249 | Jonathan Blandford | 2001-12-08 | 1 | -6/+0 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -4/+9 |
* | Add a "resizable" property, to get rid of the | Jonathan Blandford | 2001-11-19 | 1 | -1/+4 |
* | Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, | Jonathan Blandford | 2001-09-25 | 1 | -2/+0 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -2/+1 |
* | centralize all the editing code | Jonathan Blandford | 2001-09-18 | 1 | -0/+1 |
* | Add editable interface. This should be the last big GtkTreeView API | Jonathan Blandford | 2001-09-17 | 1 | -1/+6 |
* | Removed 'fill' attribute. It was silly b/c that was a property of the cell | Jonathan Blandford | 2001-09-08 | 1 | -9/+11 |
* | Add "use_align" to give people the option to just make a cell visible. | Jonathan Blandford | 2001-08-24 | 1 | -12/+12 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -3/+3 |
* | 2 new signals; is_expander/is_expanded. | Jonathan Blandford | 2001-08-19 | 1 | -1/+3 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 1 | -0/+4 |
* | New function to reflect that you can (hypothetically) pack cell renderers | Jonathan Blandford | 2001-06-27 | 1 | -11/+25 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 1 | -1/+1 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+1 |
* | Docs fixups, and: | Havoc Pennington | 2001-06-15 | 1 | -1/+1 |
* | further justify gtk_tree_model_get_flags by adding a second flag for atk. | Jonathan Blandford | 2001-06-12 | 1 | -2/+0 |
* | Now it's a GObject instead of a GtkObject. The | Jonathan Blandford | 2001-06-07 | 1 | -3/+0 |
* | Fix bug #55573 | Jonathan Blandford | 2001-06-05 | 1 | -78/+81 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -7/+7 |
* | Remove almost all instances of GtkCellRenderer in code (all but dnd icon | Jonathan Blandford | 2001-05-25 | 1 | -62/+83 |
* | Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros to | Jonathan Blandford | 2001-05-22 | 1 | -1/+1 |
* | You can now set all sorts of properties in any order you wan, whether or | Jonathan Blandford | 2001-05-16 | 1 | -7/+11 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -0/+6 |
* | Massive reordering/sorting work. Now pretty much works. | Jonathan Blandford | 2001-03-29 | 1 | -2/+3 |
* | More work on implementing sortable interface. | Jonathan Blandford | 2001-03-28 | 1 | -2/+14 |
* | Forgot to namespace this. | Jonathan Blandford | 2001-03-23 | 1 | -7/+7 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 1 | -5/+5 |
* | Changed prototype to allow for getting the location of the cell relative | Jonathan Blandford | 2001-03-15 | 1 | -2/+3 |
* | Only draw the column that is exposed. | Jonathan Blandford | 2001-02-23 | 1 | -1/+1 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 1 | -8/+10 |
* | updated for win32 msvc build | Hans Breuer | 2001-02-19 | 1 | -1/+1 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -6/+12 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -14/+28 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -0/+1 |
* | add this function, bug 40251 | Havoc Pennington | 2001-01-11 | 1 | -0/+1 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 1 | -7/+8 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 1 | -1/+1 |
* | add this | Havoc Pennington | 2001-01-04 | 1 | -2/+2 |
* | Rename some stuff: | Havoc Pennington | 2001-01-04 | 1 | -6/+7 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 1 | -0/+1 |
* | added more fields to allow more interesting iterators. Also, made the | Jonathan Blandford | 2000-11-09 | 1 | -41/+43 |
* | New function. | Jonathan Blandford | 2000-10-30 | 1 | -1/+1 |