| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate get_cell_renderers implementations | Matthias Clasen | 2009-06-15 | 1 | -0/+2 |
* | gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h | Michael Natterer | 2008-06-23 | 1 | -1/+0 |
* | Switch to "guint GSEAL (foo) : width;" when packing fields in guints. | Tim Janik | 2008-06-20 | 1 | -9/+9 |
* | Seal GtkTreeViewColumn. | Tim Janik | 2008-06-20 | 1 | -35/+35 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -1/+1 |
* | whitespace cleanup: remove trailing whitespace and excess newlines and | Michael Natterer | 2008-05-28 | 1 | -3/+2 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -0/+4 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -1/+1 |
* | new function. (#342471, Lorenzo Gil Sanchez). | Kristian Rietveld | 2007-06-06 | 1 | -0/+1 |
* | new function (fixes #169961, reported by Morten Welinder). | Kristian Rietveld | 2005-07-14 | 1 | -0/+1 |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 1 | -6/+5 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -2/+2 |
* | Mark as const. | Matthias Clasen | 2004-11-23 | 1 | -1/+1 |
* | 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 |