| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtktreeviewcolumn.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -2/+4 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -2/+2 |
* | Use accessor functions to access GtkCellRenderer | Javier Jardón | 2010-07-13 | 1 | -15/+25 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -1/+2 |
* | Remove deprecated GtkTreeViewColumn functions | Javier Jardón | 2010-05-03 | 1 | -17/+0 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -9/+9 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -5/+5 |
* | Deprecate widget flag: GTK_WIDGET_CAN_FOCUS | Javier Jardón | 2010-01-07 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | Bug 589336 – Add GtkTreeViewColumn:sort-column-id property | Philip Withnall | 2009-07-26 | 1 | -2/+32 |
* | Move get_cells implementation from deprecated function | Alexander Larsson | 2009-07-08 | 1 | -16/+17 |
* | Deprecate get_cell_renderers implementations | Matthias Clasen | 2009-06-15 | 1 | -0/+2 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | Fix #316087. | Kristian Rietveld | 2008-07-11 | 1 | -0/+7 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -3/+3 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -27/+27 |
* | always determine what arrow to show if show_sort_indicator is true. | Kristian Rietveld | 2007-12-17 | 1 | -2/+1 |
* | Plug leak: When reordering the info in the list the old node is removed | Xan Lopez | 2007-12-15 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -3/+3 |
* | fix up if-condition to only set the true arrow type if show_sort_indicator | Kristian Rietveld | 2007-10-01 | 1 | -1/+1 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+14 |
* | use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here. | Kristian Rietveld | 2007-06-06 | 1 | -1/+1 |
* | new function. (#342471, Lorenzo Gil Sanchez). | Kristian Rietveld | 2007-06-06 | 1 | -0/+21 |
* | calculate the depth with the corrected real_cell_area and don't subtract | Kristian Rietveld | 2007-03-24 | 1 | -5/+5 |
* | add _gtk_tree_view_column_get_focus_area(). | Kristian Rietveld | 2007-03-20 | 1 | -0/+18 |
* | use TREE_VIEW_DRAG_WIDTH/2 when calculating the drag window position | Kristian Rietveld | 2007-02-14 | 1 | -1/+1 |
* | New function to get the cell renderers of a cell layout. | Matthias Clasen | 2006-12-29 | 1 | -0/+8 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -2/+8 |
* | draw the indicator if the column has a sort column id (and the model is | Kristian Rietveld | 2006-09-24 | 1 | -21/+22 |
* | take the cell spacing into account when calculating the available extra | Kristian Rietveld | 2006-08-16 | 1 | -1/+6 |
* | Protect against tree_view being NULL. (#348652, Patrick K. O'Brian, Chris | Matthias Clasen | 2006-08-06 | 1 | -1/+2 |
* | only check sort column id if connected to sortable model. | Kristian Rietveld | 2006-05-30 | 1 | -4/+11 |
* | refactor to work correctly in RTL mode. | Kristian Rietveld | 2006-05-28 | 1 | -9/+42 |
* | add GTK_ARROW_NONE. | Kristian Rietveld | 2006-05-28 | 1 | -15/+25 |
* | broken pipe | Kristian Rietveld | 2006-05-27 | 1 | -11/+13 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -45/+4 |
* | Reorganize to avoid a possible NULL pointer dereference. (Coverity) | Matthias Clasen | 2006-04-13 | 1 | -52/+27 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -8/+3 |
* | Fix some issues with background drawing in RTL. (#318781, Eric Cazeaux) | Matthias Clasen | 2005-10-26 | 1 | -3/+19 |
* | Make drag reordering work properly for columns other than the first. | Matthias Clasen | 2005-09-09 | 1 | -5/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |