Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-02 | Travis CI: arch build: add autoconf-archive1.22 | Pablo Barciela | 1 | -0/+1 | |
2020-02-18 | travis: update config for new travis validation | raveit65 | 2 | -82/+83 | |
2020-02-17 | matekbd-keyboard-drawing: Uninitialized structure member | rbuj | 1 | -0/+1 | |
Initializer block for matekbd_keyboard_drawing_info has 9 fields, but GTypeInfo has 10 fields. | |||||
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-01 | Travis CI: use Ubuntu 19.10 instead 19.04 | Pablo Barciela | 1 | -1/+1 | |
2019-10-21 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-05-23 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-03-30 | github release for stable branch | raveit65 | 1 | -0/+19 | |
2019-03-12 | tx: update transifex config | raveit65 | 1 | -1/+1 | |
2019-02-23 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+7 | |
2019-02-23 | tx: sync with transifex | raveit65 | 123 | -204/+695 | |
2019-02-19 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |
2019-02-19 | Initialize Travis CI support | raveit65 | 1 | -0/+98 | |
2019-02-07 | rename g_strv_equal to matekbd_strv_equal | Leigh Scott | 1 | -2/+2 | |
2018-06-21 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+3 | |
2018-06-21 | sync with transifex | raveit65 | 123 | -2086/+2766 | |
2018-06-13 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-16 | tx: add makepot and move .pot file to srcdir | raveit65 | 2 | -0/+5 | |
2018-03-14 | tx: add libmatekbd.pot for auto-update translations | raveit65 | 1 | -0/+215 | |
2018-03-11 | transifex: add missing optins to config file | raveit65 | 1 | -0/+2 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -2/+2 | |
2018-02-28 | Use gdk screen resolution for font in keyboard status notification icon, to ↵ | Oliver Mangold | 1 | -0/+5 | |
get correct scaling on HiPDI displays. | |||||
2018-02-06 | update News for 1.20 releasev1.20.0 | raveit65 | 1 | -0/+2 | |
2018-02-06 | sync with transifex | raveit65 | 1 | -9/+9 | |
2018-01-27 | bump minimum GDK version according to GTK+ one | monsta | 1 | -1/+1 | |
2018-01-27 | building: bump required glib version to 2.50.0 | raveit65 | 1 | -1/+1 | |
2018-01-27 | release 1.20 | raveit65 | 2 | -2/+7 | |
2018-01-27 | sync with transifex | raveit65 | 1 | -2/+2 | |
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ | raveit65 | 3 | -12/+1 | |
2017-12-26 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+6 | |
2017-12-26 | sync with transifex | raveit65 | 86 | -959/+960 | |
2017-12-14 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -4/+4 | |
This commit reverts: https://github.com/mate-desktop/libmatekbd/commit/854356d2f21bbdd8a45093f360782339d5edb468 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-09-02 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+22 | |
2017-09-02 | sync with transifex | raveit65 | 8 | -83/+86 | |
2017-09-02 | matekbd-status: Fix Gdk-CRITICAL warning on creating status bar icon | raveit65 | 1 | -1/+2 | |
Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed inspired from: https://git.xfce.org/apps/xfce4-terminal/commit/?id=eff5e2d | |||||
2017-08-15 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+9 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-07 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+4 | |
2017-07-19 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -2/+2 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+9 | |
2017-04-09 | sync with transifex | raveit65 | 4 | -30/+32 | |
2017-04-08 | matekbd-indicator: Don't expand | Alexei Sorokin | 1 | -2/+0 | |
Causes problems with mate-screensaver. | |||||
2017-04-06 | matekbd-indicator: don't use deprecated gdk_cairo_create | raveit65 | 1 | -16/+9 | |
Expose event is changed to draw partial taken from: https://git.gnome.org/browse/libgnomekbd/commit/?id=16c6c2b | |||||
2017-04-06 | Fix for strange GtkIconInfo behaviour | raveit65 | 1 | -2/+9 | |
Sometimes you can get an icon without filename. Odd taken from: https://git.gnome.org/browse/libgnomekbd/commit/?id=44e2396 | |||||
2017-04-06 | matekbd-indicator: don't use deprecated GtkAlignment | raveit65 | 1 | -6/+10 | |
2017-04-02 | keyboard-drawing: set css name matekbd-keyboard-drawing | raveit65 | 1 | -0/+5 | |
Needed to avoid using wildcards in themes for styling selected bg on pressed keys on 'widget' css name. | |||||
2017-04-02 | Slightly increase the font size for the key labels | raveit65 | 1 | -1/+3 | |
It was 10, it is 12 now https://bugzilla.gnome.org/show_bug.cgi?id=642903 taken from: https://git.gnome.org/browse/libgnomekbd/commit/?id=efb1354 |