summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* accellabel: Fix code snippetTimm Bäder2017-10-111-0/+2
* accellabel: Document new APITimm Bäder2017-10-111-4/+36
* AccelLabel: set_accel_closure() arg is nullableDaniel Boles2017-08-071-1/+8
* AccelLabel: set_accel_widget() arg is nullableDaniel Boles2017-08-071-2/+7
* AccelLabel: Fix typos of Ctl to CtrlDaniel Boles2017-08-061-3/+3
* AccelLabel: Fix displaying accel unichars >= 0x80Daniel Boles2017-08-051-1/+1
* modelmenuitem: Set label on menu itemsTimm Bäder2017-07-191-1/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-3/+5
* GtkAccelLabel: Add use-underline propertyTimm Bäder2017-07-191-1/+43
* accellabel: Inherit from GtkWidgetTimm Bäder2017-07-191-154/+100
* accellabel: Initialize allocation variableBenjamin Otte2016-12-311-0/+1
* gtk: Remove unneeded gtk_snapshot_push()/pop() callsBenjamin Otte2016-12-091-11/+1
* snapshot: Move GtkSnapshot declaration to gtypes.hBenjamin Otte2016-11-191-0/+1
* snapshot: Convert GtkLabel and GtkAccelLabelBenjamin Otte2016-11-151-28/+18
* rendernode: Require passing a renderer to get_draw_context()Benjamin Otte2016-11-011-1/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-16/+30
* Convert GtkAccelLabel to indirect renderingMatthias Clasen2016-10-181-8/+25
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-1/+0
* accellabel: Remove unused variableBenjamin Otte2016-01-181-1/+0
* accel label: Fix RTL handlingMatthias Clasen2016-01-171-40/+12
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* acccellabel: Use right state when querying fontBenjamin Otte2015-11-061-1/+1
* accel label: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+5
* accel label: Use a css node for the acceleratorMatthias Clasen2015-10-251-4/+43
* accel label: Remove unneeded spacesMatthias Clasen2015-08-291-4/+2
* accel label: Allow a different font for the acceleratorMatthias Clasen2015-08-291-9/+42
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-2/+3
* Remove redundant checks for NULLMarek Kasik2014-10-021-10/+2
* GtkAccelLabel: unconditionally chain up in drawMatthias Clasen2014-07-191-6/+2
* GtkAccelLabel: use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* GtkAccelLabel: Convert to g_object_class_install_propertiesMatthias Clasen2014-06-091-18/+22
* GtkAccelLabel: Drop use of GtkMiscMatthias Clasen2014-05-241-7/+2
* Fix a leftover deprecation warningMatthias Clasen2014-05-131-2/+1
* Deprecate GtkMiscMatthias Clasen2014-05-131-0/+2
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-8/+7
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-7/+9
* docs: use proper quotesWilliam Jon McCann2014-02-051-4/+4
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: fix docs for out paramsWilliam Jon McCann2014-01-211-3/+3
* GtkAccelLabel: Add a setter for manual accelsMatthias Clasen2014-01-051-0/+24
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* GtkAccelLabel: Don't show "+" if there's no more keys to addBastien Nocera2013-02-181-2/+6
* GtkAccelLabel: adjust recent accel changesRyan Lortie2012-09-181-8/+22