| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -8/+8 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -2/+1 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -12/+5 |
* | docs: correct various spelling and grammar errors | Will Thompson | 2013-03-04 | 1 | -4/+4 |
* | Fix malformed doc comments | Matthias Clasen | 2012-04-12 | 1 | -7/+7 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtkcellview: Do not use deprecated GdkColor api | Javier Jardón | 2012-01-03 | 1 | -1/+13 |
* | Deprecate all the public API that is using GdkColor struct | Javier Jardón | 2011-12-22 | 1 | -1/+11 |
* | gtk/gtkcellview.c: Use new GdkRGBA api instead GdkColor one | Javier Jardón | 2011-12-20 | 1 | -7/+8 |
* | cellview: Stop checking for sensitivity on draw | Rui Matos | 2011-12-19 | 1 | -2/+0 |
* | Use G_VALUE_INIT | Javier Jardón | 2011-10-15 | 1 | -3/+3 |
* | GtkCellViewPrivate: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -5/+5 |
* | Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode | Tristan Van Berkom | 2011-03-25 | 1 | -0/+11 |
* | Added documentation to "cell-area" construct-only properties. | Tristan Van Berkom | 2011-02-24 | 1 | -0/+3 |
* | Minor documentation improvements | Murray Cumming | 2011-02-23 | 1 | -4/+4 |
* | Bandaid fix for icon view subclassing | Matthias Clasen | 2011-01-31 | 1 | -14/+39 |
* | Add gtkorientableprivate.h header | Matthias Clasen | 2011-01-30 | 1 | -1/+1 |
* | Removed a useless redundant line of code in gtkcellview.c | Tristan Van Berkom | 2011-01-27 | 1 | -1/+0 |
* | Avoid a warning if GtkCellView has no model | Matthias Clasen | 2011-01-20 | 1 | -0/+3 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | Redo patch in efae64b (Set vertical/horizontal class...) | Carlos Garnacho | 2011-01-12 | 1 | -20/+1 |
* | Set vertical/horizontal class on all widgets overriding GtkOrientable::orient... | Carlos Garnacho | 2011-01-12 | 1 | -0/+21 |
* | Make GtkTreeMenu a private class: | Tristan Van Berkom | 2011-01-04 | 1 | -5/+6 |
* | Fixing GtkCellView to not strcmp() in buildable_custom_tag_end() | Tristan Van Berkom | 2011-01-04 | 1 | -3/+3 |
* | Added clarification to the GtkCellView:cell-area-context documentation. | Tristan Van Berkom | 2011-01-04 | 1 | -0/+9 |
* | Added remaining missing gtk-doc statements for GtkCellView. | Tristan Van Berkom | 2011-01-04 | 1 | -0/+49 |
* | Removed calls to gtk_cell_area_context_sum_*() since they went away. | Tristan Van Berkom | 2011-01-04 | 1 | -2/+0 |
* | Fixed combo-refactor branch for recent switch to gtk_cell_area_context_reset(... | Tristan Van Berkom | 2011-01-04 | 1 | -5/+5 |
* | Updated GtkCellView for new gtk_cell_area_context_allocate() api. | Tristan Van Berkom | 2011-01-04 | 1 | -6/+3 |
* | Make GtkCellView orientable and only allocate the cell area in the orientable... | Tristan Van Berkom | 2011-01-04 | 1 | -7/+35 |
* | Removing apis from GtkCellView | Tristan Van Berkom | 2011-01-04 | 1 | -81/+10 |
* | Fixed GtkCellView to always allocate when in fit-model mode. | Tristan Van Berkom | 2011-01-04 | 1 | -2/+6 |
* | Implementing GtkComboBox using GtkTreeMenu ! | Tristan Van Berkom | 2011-01-04 | 1 | -3/+8 |
* | Added "fit-model" and "draw-sensitive" properties to GtkCellView | Tristan Van Berkom | 2011-01-04 | 1 | -154/+374 |
* | Fixed GtkCellView to call cell_view_set_model() and disconnect signals at dis... | Tristan Van Berkom | 2011-01-04 | 1 | -5/+1 |
* | Reduced code in GtkCellView by just implementing the GtkCellLayout->get_area ... | Tristan Van Berkom | 2011-01-04 | 1 | -124/+9 |
* | GtkCellView now watches the "row-changed" signal. | Tristan Van Berkom | 2011-01-04 | 1 | -2/+34 |
* | Fixed GtkCellView to not clear the layout when disposing | Tristan Van Berkom | 2011-01-04 | 1 | -2/+35 |
* | Fixing GtkCellView PROP_CELL_AREA_CONTEXT property id | Tristan Van Berkom | 2011-01-04 | 1 | -45/+46 |
* | Added gtk_cell_view_new_with_context(). | Tristan Van Berkom | 2011-01-04 | 1 | -1/+28 |
* | Reimplemented GtkCellView using an internal GtkCellArea. | Tristan Van Berkom | 2011-01-04 | 1 | -443/+189 |
* | Make GtkCellView use GtkStateFlags | Carlos Garnacho | 2011-01-04 | 1 | -2/+2 |
* | docs: Move documentation to inline comments: GtkCellView | Garrett Regier | 2010-11-08 | 1 | -0/+13 |
* | GtkCellView: Add gtk_cell_view_set_background_rgba() | Carlos Garnacho | 2010-10-22 | 1 | -4/+68 |
* | cellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer | Benjamin Otte | 2010-09-26 | 1 | -10/+9 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -47/+39 |
* | API: gtk_cell_renderer_render_cairo() => gtk_cell_renderer_render() | Benjamin Otte | 2010-09-26 | 1 | -5/+5 |
* | cellview: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -33/+16 |