summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
Commit message (Expand)AuthorAgeFilesLines
* GtkExpander: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-7/+7
* expander: Use multipress gesture for event managementCarlos Garnacho2014-06-051-58/+30
* expander: don't use focus-line-widthCosimo Cecchi2014-05-091-30/+9
* expander: don't use focus paddingCosimo Cecchi2014-05-091-32/+17
* expander: add support for CSS padding and bordersCosimo Cecchi2014-05-091-83/+108
* expander: always use interior focusCosimo Cecchi2014-05-091-55/+7
* expander: Call set_realized() laterBenjamin Otte2014-03-201-2/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-10/+10
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-5/+4
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-4/+4
* docs: Use markup for linksWilliam Jon McCann2014-02-071-5/+5
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-2/+2
* docs: Convert to markdownMatthias Clasen2014-02-021-14/+8
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-6/+4
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Don't activate GtkExpander if mouse dragged awayPhilip Chimento2013-09-161-1/+2
* Deprecate and ignore timeout-expand settingWilliam Jon McCann2013-07-111-7/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* GtkExpander: Clarify a nested switchMatthias Clasen2012-11-291-2/+4
* css: Remove old animation codeBenjamin Otte2012-04-171-23/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkexpander: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-2/+2
* expander: Use the widget state flags as a base for drawingRui Matos2011-12-191-3/+5
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* Language improvementsRachid BM2011-08-101-1/+1
* Convert GailExpander to GtkExpanderAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Bug 643805 - Allow GtkExpander to resize the toplevel upon expanding/collpasingMichael Natterer2011-03-211-1/+110
* Try again to fix the doc buildMatthias Clasen2011-01-051-4/+3
* fix documentation buildMatthias Clasen2011-01-041-4/+8
* Move GtkExpander docs inlineMatthias Clasen2011-01-041-353/+431
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+2
* GtkExpander: remove unneeded callCarlos Garnacho2011-01-041-2/+0
* Make GtkExpander use GtkStyleContextCarlos Garnacho2010-12-131-120/+70
* GtkExpander: Set widget state as state flags.Carlos Garnacho2010-12-041-4/+9
* GtkExpander: avoid use of gtk_get_event_widget()Javier Jardón2010-10-221-8/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-5/+5
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-11/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-63/+54
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-3/+3
* expander: Port to draw vfuncBenjamin Otte2010-09-261-39/+35
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-1/+2
* Fix more SizeRequest implementations to avoid recursive calls to wrapper APIHavoc Pennington2010-09-121-2/+1
* gtk/gtkexpander.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-40/+66