summaryrefslogtreecommitdiff
path: root/gtk/gtkcellarea.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* The big versioning cleanupMatthias Clasen2018-02-061-108/+0
* cell area: Use GTK_PARAM_READWRITE consistentlyMatthias Clasen2017-11-171-18/+15
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* cellarea: Update to using GdkEvent APICarlos Garnacho2017-09-191-9/+11
* cellrenderer: Move snapshotting down into cell renderersBenjamin Otte2016-12-231-84/+31
* cellview: Implement snapshot()Benjamin Otte2016-12-201-0/+48
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-6/+2
* 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