-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
163 lines (157 loc) · 6.02 KB
/
NEWS
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
0.5.2 (2024-12-29)
=====
- Exit early and remove plugin on non X11 environments
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- title: Fix check for maximized window in wnck windows stack
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- title: Fix width in expand mode
- title: Fix crash with visible on desktop enabled
- buttons: Fix tooltip text of show_on_desktop checkbutton
- build: Add GLib requirement
- build: Fix autotools warnings
- Fix some blurry icons when UI scale > 1
- common: Convert GdkRGBA to #rrggbb
- README.md: Fix license badge
- Rename WBPlugin typedef to WckButtonsPlugin
- Rename XFCONF to LIBXFCONF and cleanup a little
- title: Rename windowck to wcktitle
- Remove -plugin suffix to unify names with other plugins
- settings: Use Xfconf backend
- Update About dialog
- title: Change enums values and simplify handling
- Fix Makefile rules when running multiple jobs
- Translation Updates:
Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
(Taiwan), Croatian, Czech, Danish, Dutch, English (Canada), English
(United Kingdom), Estonian, French, Galician, German, Hebrew,
Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian,
Russian, Russian (Russia), Serbian, Slovak, Slovenian, Spanish,
Swedish, Turkish, Ukrainian
0.5.1
Add new icon for Window Menu plugin
Fix window icon showing
Remove redundant widgets from Menu and Title settings dialogs
Remove TODO
Update README consistent with common template
Update project url to one in docs.xfce.org
Code cleanups
Add Croatian translation
Can build from tarball without xfce4-dev-tools and Python
Translation updates:
Albanian, Bulgarian, Chinese (China), Chinese (Taiwan), Czech,
Dutch, Estonian, French, German, Hebrew, Interlingue, Italian,
Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish,
Portuguese, Portuguese (Brazil), Russian, Russian (Russia), Serbian,
Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian
0.5.0
Port to GTK3
Add basic GitLab pipeline
Update project urls
Fix some memory leaks
A lot of code cleanup
Disconnect signal handlers before plugin exit
Fix buttons sensitivity on configure dialog creation
Fix crash on closing last active window
Fix title showing on desktop
Use plugin icon in preferences dialog
Replace ImageMagick convert with pure Python xpm2png
Fix deprecation warnings
Remove the debian directory
Move Window Menu to its own plugin
Translation updates:
Albanian, Bulgarian, Chinese (China), Chinese (Taiwan), Czech,
Dutch, Estonian, French, German, Hebrew, Interlingue, Italian,
Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish,
Portuguese, Portuguese (Brazil), Russian, Russian (Russia), Serbian,
Slovak, Slovenian, Spanish, Swedish, Turkish. Ukrainian
0.4.6
Fix #51: Build warnings
Fix #56: add some checks while processing changes of unfocused window title
0.4.5
Fix #28 - Updated deb packages dependency for ubuntu 15.10+
0.4.4
Fix #22 support of *.svg based unity themes
0.4.3
Fix #21 disable activate mouse action on desktop
properly hide title on desktop #21
0.4.2
ReAdd missing themerc from windowck themes
0.4.1
Add missing dependency in PKGBUILD
Update debian packaging
Remove *.xpm files from source code
0.4.0
Fix Icon on right behaviour reg. #da3b6c6
Drop xpm support
Improve windowck themes
Added Czech translation 100%
fix #16 Remove background on buttons
fix #14 correctly update title when switching workspace
fix #5 Let windowck plugin skip whiskermenu
0.3.1
Allow 'Log Out on close desktop' #12
Add multi-arch support to Debian packaging
0.3.0
Prepare release 0.3.0
Updates french translations (100%) and italian (45%)
Allow title text to be displayed on two lines
Allow resizing the window icon
Fix DEFAULT_SYNC_WM_FONT case formating
Fix #7 Window title widget vertical align
0.2.5
Add option to sync font with window manager for title plugin
Change show_window_menu option behaviour
Fix gcc warnings
Fix inactive title color for dark themes
0.2.4
Update plugin when the gtk theme changed
Fix fg color issue with some themes
Fix autogen warnings
0.2.3
Fix a wrong title display when desktop is shown.
0.2.2
Fix #2 plugin initialization issue
0.2.1
Disable actions on desktop window.
Fix wck_utils to properly disconnect signals.
Fix missing PKGBUILD.in.
Fix gcc warnings.
Fix xfwm4 theme loading.
0.2.0
Provide compatibility with unity button themes.
Add option to sync the theme with the window manager.
Add theme selection and button layout dialog options.
The menu button can show an arrow instead of the window icon.
Add option to show/hide the menu button.
Change dialogs windows appearance.
Fix reloadplugins.sh
0.1.3
Backport 0.2.2 updates.
0.1.1
Add tooltip on size_mode combobox and correct a misspelling.
Fix maximize button action.
Fix window tracking issue when desktop displayed and others special cases.
Fix theme loading.
Update Italian and French translations.
0.1.0
Improve controlled window state tracking.
Add wckbuttons plugin.
Add window actions on buttons and title clicks (activate, (un)maximize, close).
Add window action menu on left button click.
Set inactive title color to fit better to themes.
Add optional custom title font.
Add xfwm4 theme support for buttons.
Add plugins icons and a few themes.
Add window icon to windowck plugin.
Fix title overflow for expand option (use xfce_panel_plugin_set_shrink).
0.0.2
Add shrink, fixed and expand title options.
Add title padding and alignment options.
0.0.1
Initial release.