Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-01 | keybindings: Do not present junk shortcut for headers | Colomban Wendling | 1 | -7/+26 | |
For screen reader's sake, make the shortcut empty when hidden, otherwise a more or less random value is presented. The actual value is whatever the render was last used with, remembering cell renderers are reused for every row. This could also be fixed in the accessibility implementation side, but we rely on GTK's, so it's easier to clean it up here than modify GTK or subclass it further. | |||||
2025-04-01 | keybindings: Present a message to screen readers when editing a shortcut | Colomban Wendling | 1 | -0/+2 | |
2022-02-09 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 1 | -3/+4 | |
2021-11-20 | Use a blank line at most | rbuj | 1 | -3/+0 | |
2021-11-11 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+3 | |
2020-07-20 | Remove unused macros | rbuj | 1 | -11/+2 | |
2019-02-02 | eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' | Pablo Barciela | 1 | -4/+55 | |
2018-07-14 | capplets/keybindings: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 1 | -2/+2 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -67/+0 | |
2018-01-13 | eggcellrendererkeys.c: Fix build warnings: | Pablo Barciela | 1 | -19/+18 | |
assignment from incompatible pointer type | |||||
2017-08-15 | keybindings eggcellrendererkey: avoid deprecated GDK pointer and keyboard types | raveit65 | 1 | -11/+84 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -4/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-06-17 | GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 1 | -1/+0 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 1 | -3/+3 | |
2016-01-15 | [GTK+3] keybindings: fix deprecated usage of GtkMisc | monsta | 1 | -0/+5 | |
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -7/+4 | |
2014-05-27 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 1 | -4/+0 | |
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always | |||||
2014-01-24 | keybindings: Add GTK3 support | Stefano Karapetsas | 1 | -0/+7 | |
2011-12-08 | fixing issue with <Control> key at keybinding | Perberos | 1 | -6/+4 | |
2011-12-08 | removing debug code | Perberos | 1 | -1/+0 | |
2011-12-08 | removing deprecated GDK_DISPLAY() | Perberos | 1 | -255/+248 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+695 | |