summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* cellview: Convert to gadgetsMatthias Clasen2015-12-161-154/+210
* cell view: Add an element nameMatthias Clasen2015-11-101-0/+6
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-1/+1
* cellview: Implement border and background drawingBenjamin Otte2015-07-211-8/+70
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-19/+8
* GtkCellView: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* GtkCellView: Explicitly notify for orientationMatthias Clasen2014-06-091-5/+8
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-8/+8
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-12/+5
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-4/+4
* Fix malformed doc commentsMatthias Clasen2012-04-121-7/+7
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkcellview: Do not use deprecated GdkColor apiJavier Jardón2012-01-031-1/+13
* Deprecate all the public API that is using GdkColor structJavier Jardón2011-12-221-1/+11
* gtk/gtkcellview.c: Use new GdkRGBA api instead GdkColor oneJavier Jardón2011-12-201-7/+8
* cellview: Stop checking for sensitivity on drawRui Matos2011-12-191-2/+0
* Use G_VALUE_INITJavier Jardón2011-10-151-3/+3
* GtkCellViewPrivate: Improve struct packingMatthias Clasen2011-04-121-5/+5
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-0/+11
* Added documentation to "cell-area" construct-only properties.Tristan Van Berkom2011-02-241-0/+3
* Minor documentation improvementsMurray Cumming2011-02-231-4/+4
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-14/+39
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
* Removed a useless redundant line of code in gtkcellview.cTristan Van Berkom2011-01-271-1/+0
* Avoid a warning if GtkCellView has no modelMatthias Clasen2011-01-201-0/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-1/+1
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-20/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+21
* Make GtkTreeMenu a private class:Tristan Van Berkom2011-01-041-5/+6
* Fixing GtkCellView to not strcmp() in buildable_custom_tag_end()Tristan Van Berkom2011-01-041-3/+3
* Added clarification to the GtkCellView:cell-area-context documentation.Tristan Van Berkom2011-01-041-0/+9
* Added remaining missing gtk-doc statements for GtkCellView.Tristan Van Berkom2011-01-041-0/+49
* Removed calls to gtk_cell_area_context_sum_*() since they went away.Tristan Van Berkom2011-01-041-2/+0
* Fixed combo-refactor branch for recent switch to gtk_cell_area_context_reset(...Tristan Van Berkom2011-01-041-5/+5
* Updated GtkCellView for new gtk_cell_area_context_allocate() api.Tristan Van Berkom2011-01-041-6/+3
* Make GtkCellView orientable and only allocate the cell area in the orientable...Tristan Van Berkom2011-01-041-7/+35
* Removing apis from GtkCellViewTristan Van Berkom2011-01-041-81/+10
* Fixed GtkCellView to always allocate when in fit-model mode.Tristan Van Berkom2011-01-041-2/+6
* Implementing GtkComboBox using GtkTreeMenu !Tristan Van Berkom2011-01-041-3/+8
* Added "fit-model" and "draw-sensitive" properties to GtkCellViewTristan Van Berkom2011-01-041-154/+374
* Fixed GtkCellView to call cell_view_set_model() and disconnect signals at dis...Tristan Van Berkom2011-01-041-5/+1
* Reduced code in GtkCellView by just implementing the GtkCellLayout->get_area ...Tristan Van Berkom2011-01-041-124/+9
* GtkCellView now watches the "row-changed" signal.Tristan Van Berkom2011-01-041-2/+34
* Fixed GtkCellView to not clear the layout when disposingTristan Van Berkom2011-01-041-2/+35
* Fixing GtkCellView PROP_CELL_AREA_CONTEXT property idTristan Van Berkom2011-01-041-45/+46