summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutlabel.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-26/+26
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-3/+0
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+4
* gtk: Stop using GDK_MODx_MASKMatthias Clasen2020-04-061-8/+0
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-1/+1
* accelerators: Make gtk_accelerator_parse() return TRUE/FALSEBenjamin Otte2020-03-251-2/+1
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-1/+2
* accelerators: Make gtk_accelerator_parse() return TRUE/FALSEBenjamin Otte2020-03-181-2/+1
* shortcutlabel: Remove unnecessary includesTimm Bäder2020-02-251-2/+0
* gdk: Make gdk_keyval_name() return a const charBenjamin Otte2020-02-091-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-2/+2
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-2/+2
* shortcutlabel: Inherit from GtkWidgetTimm Bäder2019-10-221-14/+36
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-3/+0
* shortcuts: the accelerator should always be LTRChristian Hergert2016-10-101-0/+3
* shortcut-label: add 'disabled-text' propertyGeorges Basile Stavracas Neto2016-07-271-2/+76
* shortcut-label: make it publicGeorges Basile Stavracas Neto2016-07-271-1/+48
* shortcuts window: Fix handling of significant xml charsMatthias Clasen2016-06-191-0/+15
* shortcutlabel: Use a label directlyTimm Bäder2016-01-141-10/+4
* shortcut label: Tweak modifier key renderingMatthias Clasen2015-12-041-3/+13
* shortcuts: Extend the accelerator syntax moreMatthias Clasen2015-12-041-4/+103
* help overlay: Allow key sequencesMatthias Clasen2015-11-141-41/+53
* shortcuts label: Redo the keycap themingMatthias Clasen2015-10-281-0/+1
* shortcut: Improve formatting of rangesMatthias Clasen2015-10-231-1/+1
* shortcuts: Support ranges in the display of shortcutsMatthias Clasen2015-10-221-21/+60
* Add GtkShortcutsWindowMatthias Clasen2015-10-211-0/+314