summaryrefslogtreecommitdiff
path: root/libgnomekbd
Commit message (Expand)AuthorAgeFilesLines
* data: provide app iconJakub Steiner2023-02-131-1/+1
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-304-18/+1
* Revert "desktop: Remove obsolete Bugzilla entries"Michael Catanzaro2022-09-122-1/+14
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-112-14/+1
* meson: Install pkgconfig filesMatt Turner2022-09-041-0/+16
* meson: Install introspection dataMatt Turner2022-09-041-16/+24
* meson: Install libgnomekbd{,ui}.so.8Matt Turner2022-09-041-5/+3
* Invert alignment for RTL symbols to place them correctlyDaniel Kahn Gillmor2022-06-221-1/+8
* GkbdKeyboardDrawing: set_key_label_in_layout returns Bidi informationDaniel Kahn Gillmor2022-06-221-1/+4
* Make all symbol drawings full-width, using alignment to place themDaniel Kahn Gillmor2022-06-221-30/+15
* gkbd-keyboard-display: Don't crash on unknown layoutRobert Ancell2022-06-221-0/+4
* status: Fix wrong parent class structureCorentin Noël2022-06-221-1/+1
* indicator: Modernize the codebaseCorentin Noël2022-06-172-36/+25
* configuration: Remove unused code pathsCorentin Noël2022-06-171-16/+6
* gkbd-keyboard-display: include string.h to avoid the inplicite defination war...zhaoqiang2022-06-151-0/+1
* Remove the `extern` keywordCorentin Noël2022-06-149-112/+97
* configuration: Use GLib macros to declare the objectCorentin Noël2022-06-142-75/+131
* Merge branch 'modernize' into 'master'Corentin Noël2022-06-145-37/+26
|\
| * Avoid deprecated GtkStock, use standard icon names insteadDaniel Kahn Gillmor2022-04-081-1/+1
| * Drop deprecated GtkAlignment, apply properties directly to the labelDaniel Kahn Gillmor2022-04-081-5/+8
| * gtk_icon_info_free is deprecated; use g_object_unref insteadDaniel Kahn Gillmor2022-04-081-2/+2
| * Avoid use of GdkScreenDaniel Kahn Gillmor2022-04-083-19/+5
| * Use plain "const" instead of deprecated "G_CONST_RETURN"Daniel Kahn Gillmor2022-04-082-10/+10
* | Merge branch 'wip/piotrdrag/unicode-typography' into 'master'Corentin Noël2022-06-142-4/+4
|\ \
| * | Use Unicode in translatable stringswip/piotrdrag/unicode-typographyPiotr Drąg2020-07-252-4/+4
| |/
* | Add meson build systemCorentin Noël2022-06-141-0/+190
|/
* rename g_strv_equal to gkbd_strv_equalAbderrahim Kitouni2018-12-181-2/+2
* build: Fix desktop file generationPiotr Drąg2017-08-031-5/+4
* Move translator comments right above the stringsPiotr Drąg2016-10-111-4/+4
* build: Ensure we install gsettings schemasRui Matos2016-09-204-0/+1
* gkbd-keyboard-display: Require that GDK use the X11 backendRui Matos2016-09-141-0/+1
* gkbd-keyboard-drawing: Don't use deprecated GDK APIRui Matos2016-09-141-13/+4
* gkbd-keyboard-drawing: Don't unset double bufferingRui Matos2016-09-141-1/+0
* gkbd-keyboard-drawing: Don't set allocation from ::size-allocateRui Matos2016-09-141-6/+3
* gkbd-keyboard-drawing: Use non-deprecated API to get the font descRui Matos2016-09-141-6/+4
* gkbd-keyboard-drawing: Handle XkbGetKeyboard() failingRui Matos2016-09-141-12/+15
* gkbd-keyboard-drawing: Prevent gtk+ keynav from taking focus awayRui Matos2016-09-141-1/+1
* Add a translator comment to the .desktop filePiotr Drąg2016-07-281-0/+1
* Remove intltool markers from gschema filesPiotr Drąg2016-07-283-36/+36
* Use upstream gettext instead intltoolJavier Jardón2016-07-282-17/+17
* libgnomekbd/gkbd-keyboard-drawing.c: fix a segfaultAntonio Ospite2016-01-221-1/+1
* Fix criticalsMichael Catanzaro2016-01-211-1/+3
* libgnomekbd/gkbd-keyboard-drawing.c: fix modifier key pressed stateAntonio Ospite2016-01-211-20/+4
* libgnomekbd/gkbd-keyboard-drawing.c: draw keys with invalid keycodesAntonio Ospite2016-01-211-3/+1
* Fix gobject-introspection commentsStef Walter2012-05-1211-22/+41
* Removed unneeded xmodmap supportSergey V. Udaltsov2012-05-042-44/+0
* Following XDG specs, using user data directorySergey V. Udaltsov2012-04-281-21/+26
* install : fix install with a DESTDIR (jhbuild)Alban Browaeys2012-04-101-2/+2
* gkbd_keyboard_config_options_equals: fix comparison of optionsOwen W. Taylor2012-04-051-0/+4
* Separating xmodmap patching into standalone functionsSergey V. Udaltsov2012-04-052-39/+45