blob: 6046aff1f3d8f715f4d22e8aeee2c0fd6998d1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
### libmatekbd 1.20.0
* sync with transifex
* remove < gtk+-3.22 bits and bump required gtk+
### libmatekbd 1.19.1
* Translations update
* WidthOfScreen and HeightOfScreen implementation
### libmatekbd 1.19.0
* Translations update
* matekbd-status: Fix Gdk-CRITICAL warning on creating status bar icon
* gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
* avoid deprecated gdk_screen_get_width/height
* avoid deprecated gdk_screen_get_number
* update issue_template
* create issue_template.md
* Restore Polish translation credits from GNOME
* sync with transifex
* matekbd-indicator: Don't expand
* matekbd-indicator: don't use deprecated gdk_cairo_create
* Fix for strange GtkIconInfo behaviour
* matekbd-indicator: don't use deprecated GtkAlignment
* keyboard-drawing: set css name matekbd-keyboard-drawing
* Slightly increase the font size for the key labels
* matekbd-keyboard-drawing: Don't unset double buffering
* matekbd-keyboard-drawing: Handle XkbGetKeyboard() failing
* matekbd-keyboard-drawing: Prevent gtk+ keynav from taking focus away
* fix some introspection warnings
* show-layout.ui: don't use deprecated widgets
* UI: expand kbdraw vertical
### libmatekbd 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
--with-gtk build option
* Translations update
### libmatekbd 1.16.0
* Require libxklavier 5.2 and use its introspection
* GTK+3: fix some deprecations
* distcheck: explicitly use currently selected GTK+ version
* Translations update
### libmatekbd 1.14.1
* Translations updated
### libmatekbd 1.14.0
* Drop MateConf migration script
* Reduce introspection build warnings
* Fix some GTK+3 deprecations
* Some more fixes and cleanups
* Translations update
* Fix Changelog generation
### libmatekbd 1.12.1
* Translations update
### libmatekbd 1.12.0
* Add GObject introspection
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Layout view/print dialog: remove useless Help button
* Layout view/print dialog: some UI fixes
* Some GTK+3 fixes
* Some more fixes and cleanups
* Translations update
### libmatekbd 1.10.0
* Bugfixes
### libmatekbd 1.8.0
* Improved indicator font customization
* GTK3 support
### libmatekbd 1.5.0
* Switch to gsettings (dropped mateconf)
* Removed old obsolete plugin system for keyboard indicators (unused)
|