summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added gtk_cell_view_new_with_context().Tristan Van Berkom2011-01-041-1/+28
* Reimplemented GtkCellView using an internal GtkCellArea.Tristan Van Berkom2011-01-041-443/+189
* Make GtkCellView use GtkStateFlagsCarlos Garnacho2011-01-041-2/+2
* docs: Move documentation to inline comments: GtkCellViewGarrett Regier2010-11-081-0/+13
* GtkCellView: Add gtk_cell_view_set_background_rgba()Carlos Garnacho2010-10-221-4/+68
* cellrenderer: Merge GtkCellSizeRequest into GtkCellRendererBenjamin Otte2010-09-261-10/+9
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-47/+39
* API: gtk_cell_renderer_render_cairo() => gtk_cell_renderer_render()Benjamin Otte2010-09-261-5/+5
* cellview: Port to draw vfuncBenjamin Otte2010-09-261-33/+16
* cellview: Port to Cairo renderingBenjamin Otte2010-09-261-11/+16
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* gtk/gtkcellview.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+10
* Added height-for-width management for GtkComboBox/GtkCellViewTristan Van Berkom2010-08-181-113/+400
* gtkcellview: unseal private pointerJavier Jardón2010-07-131-3/+7
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-5/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+1
* Remove deprecated GtkCellView functionChristian Dywan2010-05-031-20/+0
* Fix a misspelling in gtk_cell_view_new_with_markupChristian Dywan2010-03-281-1/+1
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4