summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkAccelLabel: add manual accel APIRyan Lortie2012-09-171-6/+48
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* accellabel: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* Use a weak ref in GtkAccelLabelMatthias Clasen2011-08-241-18/+34
* accellabel: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* gtkaccellabel: Do not use GET_PRIV macroJavier Jardón2011-06-021-5/+6
* Fix an exampleMatthias Clasen2011-05-311-1/+1
* accellabel: Remove leftover debug codeBenjamin Otte2011-05-021-1/+1
* accellabel: Only daw accelerator after natural size has been reachedBenjamin Otte2011-05-011-2/+2
* GtkAccelLabel: Improve struct packingMatthias Clasen2011-04-121-2/+2
* Don't try to modify readonly stringsMatthias Clasen2011-02-091-22/+22
* Strip XF86 prefix from untranslated keysymsMatthias Clasen2011-02-041-2/+17
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* Make GtkAccelLabel use GtkStyleContext.Carlos Garnacho2010-12-241-8/+8
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+7
* accellabel: Remove gtk_widget_is_drawable() check from draw vfuncBenjamin Otte2010-09-261-70/+65
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-22/+10
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* accellabel: Port to draw vfuncBenjamin Otte2010-09-261-20/+26
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2