summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-28/+28
* Code cleanupMatthias Clasen2015-07-311-5/+2
* gtkcellarea: Optimize GtkStyleContext usageJasper St. Pierre2014-11-251-2/+2
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-0/+1
* gtkcellarea: Fix docsJasper St. Pierre2014-06-291-2/+2
* cellarea: don't use focus-line-widthCosimo Cecchi2014-05-091-26/+24
* GtkCellArea: allow finding attributes at runtimeMatthias Clasen2014-05-081-0/+40
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-19/+19
* docs: use proper apostropheWilliam Jon McCann2014-02-071-27/+27
* docs: Use markup for linksWilliam Jon McCann2014-02-071-3/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-3/+3
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-6/+16
* docs: Convert to markdownMatthias Clasen2014-02-021-50/+26
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-5/+5
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-10/+10
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* docs: don't try to link to vfuncsWilliam Jon McCann2014-01-211-3/+3
* Add missing introspection annotationsPhil Clayton2013-09-101-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Fix mouse interaction in combo cell rendererMatthias Clasen2013-04-191-1/+1
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-4/+4
* Fix a typo in the the commentsWilliam Jon McCann2012-08-261-1/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Add custom va_marshallers in some placesAlexander Larsson2012-03-051-0/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkcellarea: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-5/+5
* Fixed gtk_cell_area_stop_editing() to properly notify when editing is not can...Tristan Van Berkom2011-10-041-4/+14
* Documentation fixesMatthias Clasen2011-09-251-4/+4
* Make focus rectangles optionalMatthias Clasen2011-08-101-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* cellarea: Fix warning messages to display the right typeBenjamin Otte2011-05-021-2/+2
* Minor documentation improvementsMurray Cumming2011-02-231-17/+17
* Add some missing symbols to the docsMatthias Clasen2011-02-081-1/+3
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-071-2/+2
* Added default implementations of various GtkCellArea vfuncs.Tristan Van Berkom2011-02-031-106/+152
* Make GtkCellArea use GtkStyleContextCarlos Garnacho2011-01-271-65/+12
* Silence new gcc warningsMatthias Clasen2011-01-231-4/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-7/+8
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-2/+2
* Plugging memory leak in GtkCellArea (free ->style_detail at finalize time).Tristan Van Berkom2011-01-161-0/+1
* _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy when creating a n...Guillaume Desmottes2011-01-121-0/+1
* Fixed GtkCellArea to never activate/start editing insensitive cells.Tristan Van Berkom2011-01-101-0/+3
* Fixed documentation of gtk_cell_area_set_focus_cell().Tristan Van Berkom2011-01-071-5/+6
* Forgotten documentation fixMatthias Clasen2011-01-061-1/+1
* More documentation fixes2.99.0Matthias Clasen2011-01-061-1/+1
* Fix GtkCellArea:edit-widget to be of type GtkCellEditableMilan Bouchet-Valat2011-01-051-1/+1
* Fix some parameter name mismatches in the docsMatthias Clasen2011-01-051-1/+1