-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNEWS
465 lines (407 loc) · 19.7 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
icewm -- history of user-visible changes. 2025-03-09
Release icewm-3.7.2 released 2025-03-09
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.1...3.7.2
Bert Gijsbers <gijsbers@science.uva.nl> (14):
Always print icons double-quoted for issue #794.
Also support SVG icons when the image library supports it natively.
Mark the WindowList as a toplevel and redirect its input to the listbox.
Fix compiling without internationalization for icewm-menu-fdo.
Also update the server time before setting focus to the topWindow.
Try not to go backwards in our notion of the X server time.
Only save event time when it is non-zero.
Add updateServerTime to class declaration in header.
Use the window handle when retrieving the user time.
Fix off-by-one errors in the QuickSwitch bottom right border for
ice-wm/icewm#174.
Log the keycode as a decimal.
Improve readability in SwitchWindow::resize.
Ignore key releases and modifier presses in the top window key handler.
Remove the incompatible cmake_path from the po CMakefile.
Release icewm-3.7.1 released 2025-02-27
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.0...3.7.1
Bert Gijsbers <gijsbers@science.uva.nl> (11):
Link against NLS libs for icewm-menu-fdo and closes ice-wm/icewm#185.
Fix broken modSuperIsCtrlAlt for issue #791.
Simplify key handling in MenuProgSwitchItems.
Skip past carriage-returns in getArgument for ice-wm/icewm#186.
Remove trailing carriage-returns from each input line in icewm-menu-fdo
for ice-wm/icewm#186.
Let QuickSwitch select the proper client tab, before activating a frame.
Fix toolbar addButton for issue ice-wm/icewm#186.
Wait for the Return key-release event before accepting the address bar
input line to avoid stray Return key-release events in applications.
Improve focusing xterms by first updating our notion of the server time
from xproperty events for issue ice-wm/icewm#188.
Update the event time strictly increasing.
Prepare 3.7.1 release
Temuri Doghonadze <temuri.doghonadze@gmail.com> (1):
Translated using Weblate (Georgian)
Release icewm-3.7.0 released 2025-02-22
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.6.0...3.7.0
Eduard Bloch <blade@debian.org> (107):
LC_CTYPE specific hints to Xft selection
Minor fixes and improvements on XDG menu
WIP: switched more glib containers to stl
Workaround for gettext not applied on submenu
WIP: redesigning menu handling
First working printing code after rewrite
Fixup some of the expansion patterns in the exec string
Cleanup, fix Other menu population
Localized sorting
Map unknown subcats to Other main cat
Simple attempt to get duplicated items in parent nodes
Attaching menu description, incomplete
Fix main cat fallback
Work around missing reverse iterator, can be plain C++11 again
Fallback to directory file base name matching the category name
Mark submenu labels translateable
Drop menu info getter
Don't recurse for .directory fetching
clang-reformat fdomenu.cc
Stop requiring glib in CMake build
Common DBG macro to turn on/off debug notes
Filter out duplicates where apps declare some intermediate categories as
well
Add extra separator handling
Implemented execution in Terminal
Rename local DBG macro
Cleaning
Support --no-sub-cats
Stop storing lookup helper in global member
Fewer stat operations using readdir hints
Match country-specific languages correctly
Printing of GenericName
Drop old Perl based converter (obsolete)
Restore option to remove Other menu
Option to move lone entries to their parent menues.
Update CMake requirement to prevent warnings
Minor updates
Helper to create locale folder mock
Fix loading from gettext if menu did not have a description
Fix and streamline conversion flow
Hint on requirement of SVG support
Drop dependency on YLocale class and X11 libs
Disable sync with stdio
Include implicitly pulled headers directly
Deadline option to abort XDG data reading and print what we got so far
Refactor, reformat, fix typo
Better fix for duplicated appendixes
Bugfixes, cleanup
More sophisticated -S operation, also fixes, cleanup
Restore .desktop launching function
Simple string matching filter implemented
Icon donation from AudioVideo section to Audio / Video
Reimplemented --flat mode
Fix segfault when AudioVideo did not have decoration
Relocate --match-osec check to hit translated section names too
Added a user hint and basic precaching hack on menu timeout
Minor refactoring (DRYing)
Minor heap usage optimization
Tiny runtime saving by not cleaning up the tree in the end
Document missing options and align help text format
Document new options
In timeout, don't waste time with nice-to-have optimizations
Disable --no-sep-others again
Configured timeout defaults to "sane" values
Dodge the GenericName which just repeats Name content
Support more OS with the d_ent shortcut
Optional source comment, more hidding, various fixes
Minor performance tuning with different containers
Save a few CPU cycles
Update XDG format reference version
Fixed merging of some submenu entries into correct parent
Stop using std::regex
Don't evaluate TryExec
Local formating of prog title
Option to clamp rogue menu title's length
Make true/false checks case-insensitive
Overhaul content processing
Resolve shadowing of apps which are having the same translated name
Convert translated sorting to internal bubble sort
Wide char aware string cropping
Drop unused fields, ignore comments earlier
More similar standard level selection (to autoconf with recent compilers)
Fix C++14 issue with constness of functors
Use system installation of nanosvg package, where possible
Stop using smart pointers
Work around GCC11 issue
Solve some warnings from receng clang and gcc
Stop using VLAs, they are not fully legal in C++
Make PACKAGE/VERSION overridable in from-git build mode
Document optional requirements
Ignore local junk from IDEs and personal notes
Build dependency on gennews.sh for NEWS creation
Control language selection by LINGUAS file, not filesystem wildcards
POT/PO update
Explicit blacklisting of menu-xdg subfolders
Ignore certain prefix commands
Unmark text while not moving ahead at the end
Never mark text in the complete operation
Fix potential resize-to-smaller problem
Drop ycollections classes
Render the list of proposals in a tooltip
Make the tooltip act like an assistant with further proposals
Stop tooltip when space was typed in
Redo completion when deleting
Try using smaller icon versions in WS overview
Make clicks in the corner effective to ShowDesktop button in right-placed
mode
Fix a crash when selecting Default from the clock menu
No text insertion while doing tooltip update only
Bert Gijsbers <gijsbers@science.uva.nl> (70):
Add support for _NET_WM_MOVERESIZE_CANCEL.
Better guard move/sizes and make sure they are properly terminated.
Stop move/sizes when changing tabs.
End manual placement when the client exits.
Properly compute the first parameter to the select(2) system call.
Add -Await option to icesh to wait for and select new client windows.
Improve support for properties with COMPOUND_TEXT in icesh.
When a key event is handled, don't propagate it further.
When DockApps has "dock" and LimitByDockLayer=1 then update the desktop
work area so that maximized windows leave the DockApps container visible
for issue #779.
Also update DockApps container when downsizing.
Update DockApps preferences comment.
Document the layers and the support for dockapps.
Document the use of the LimitByDockLayer pref for DockApps.
Simplify captureEvents/releaseEvents.
Support changing the Dock container layer while running.
When focusing a frame under the mouse, prefer to focus its topmost
transient.
When raising a frame, check if the focused frame needs to bind the mouse
buttons, if it is overlapped. When minimizing or hiding transients,
check against transients being tabs in the same frame.
When LimitPosition is false, you can drag maximized windows off-screen and
closes issue #780.
Revert "When LimitPosition is false, you can drag maximized windows
off-screen."
To drag a maximized window, keep the Shift key down for issue #780.
Elaborate on symbols and expressions and document the minus operator.
Support keybindings to shifted XF86keysyms like XF86AudioPause for issue
#781.
Move parsing key definitions to class WMKey.
Reuse WMKey in KProgram.
Enforce a limit of 8 mouse pointer buttons, as more is impossible.
Add constructors to WMKey.
Consistently use keyCodeToKeySym.
Dissolve the WM_KEY macros.
Move all keybinding initializations to its own C++ file.
Correct versions and date.
Drop ycollections.
Succinct.
Improve pager icon sizes conditional structure.
Remove smart pointers from misc.cc.
Restore mstring strncpy's.
Improve readability.
Restore unsigned char array in yarray.
Replace max by min.
Let icesh accept UTF-8 strings in properties.
Support locales with three letter language codes.
Remove silly casts.
Restore simple arrays and avoid mallocs.
Retstore the previous fontmacro's, because e.g. the InputFont no longer
was bold.
Let icewmbg also support the AVIF image format.
Remove the default 1px black border on the right and bottom sides of the
QuickSwitch window when Look is flat for issue ice-wm/icewm#174.
Support OpenBSD tar in --install list for issue ice-wm/icewm#179.
Both scrollbars need to be able to process the same key event.
Cleanup the listing of installable themes for issue ice-wm/icewm#179.
Revert "When undoing an arrange or showing the desktop, focus the last
focused window instead of the topmost window." for issue #788.
fix fi.po to fix the build.
Don't call XKeysymToKeycode several times per key grab, but cache it.
Create YKeycodeMap and getKeycodeMap.
Drop grabVKey and fixupPreferences. Move unshift to WMKey grab.
Support grabbing two keys simultaneously by a single keybinding definition
when both keys are bound to the same keysym.
Increase max backgrounds to 8000.
Increase toolbar height when icons are taller for issue ice-wm/icewm#178.
Drop a NOTE.
Make 4 graph widths themable for issue ice-wm/icewm#178.
Revert "Remove the default 1px black border of the QuickSwitch for issue
ice-wm/icewm#174." This reverts commit
e7511806257cdee92585a21a4a794e19e33478dd.
Revert "Don't draw a border on QuickSwitch when Look=flat for issue #736."
This reverts commit 11c0b34db6b24f5fbd9815d359e0b5ef1360517f.
Mark support for global modality as done.
Add ColorQuickSwitchBorder themable preference for issue #736.
Never use CurrentTime, but always use last event time when setting the
input focus to a window.
Fix compilation error for fdomenu.cc undefined msglang when no I18N.
Include locale include files last in fdomenu.cc, because they contain
macro's.
Restore support for NanoSVG in the CMake build.
Update the about copyright to 2025.
Update potfiles.
Restore support for C++11 in fdomenu.cc.
Check for __GNUC__ at least 5 for codecvt dependency.
Prepare 3.7.0 release
Baurzhan Muftakhidinov <baurthefirst@gmail.com> (2):
Translated using Weblate (Kazakh)
Translated using Weblate (Kazakh)
David Medina <medipas@gmail.com> (2):
Translated using Weblate (Catalan)
Translated using Weblate (Catalan)
Ferdinand Galko <galko.ferdinand@gmail.com> (2):
Translated using Weblate (Slovak)
Translated using Weblate (Slovak)
Luna Jernberg <bittin@opensuse.org> (2):
Translated using Weblate (Swedish)
Translated using Weblate (Swedish)
Marina J. Donis <marinajdonis@gmail.com> (2):
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
Alessio Adamo <alessio.adamo@gmail.com> (1):
Translated using Weblate (Italian)
Aleš Kastner <alkas@volny.cz> (1):
Translated using Weblate (Czech)
Dmitriy Khanzhin <jinn@altlinux.org> (1):
Translated using Weblate (Russian)
Ettore Atalan <atalanttore@googlemail.com> (1):
Translated using Weblate (German)
Hugo Carvalho <hugokarvalho@hotmail.com> (1):
Translated using Weblate (Portuguese)
Mehmet Akif 9oglu <madanadam@gmail.com> (1):
Translated using Weblate (Turkish)
Rantala <toni.rantala@protonmail.com> (1):
Translated using Weblate (Finnish)
Temuri Doghonadze <temuri.doghonadze@gmail.com> (1):
Translated using Weblate (Georgian)
Virinas code <alexcode228@gmail.com> (1):
Translated using Weblate (French)
Yasuhiko Kamata <belphegor@belbel.or.jp> (1):
Translated using Weblate (Japanese)
Release icewm-3.6.0 released 2024-06-16
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.5.1...3.6.0
Bert Gijsbers <gijsbers@science.uva.nl> (19):
Double-click the border to maximize just that side for ice-wm/icewm#163.
Repeat to restore that side. Also for corners.
Restore moving windows by dragging with the right button down.
Double-clicking on the border can undo a maximization.
Support composing characters in the address bar with X input method.
Fix checking for mkdir success in ensureDirectory.
Provide for the case when XCreateIC fails.
Convert to wchar_t using YWideString.
Only compare icewm-extra tar file against ctime.
Ignore moving/sizing requests, when a moving or sizing is already in
progress.
Don't create Window handle when destroyed or without a parent.
Don't install mouse bindings when the frame is being destroyed.
Don't dispatch events to destroyed windows.
Fix length calculation after getCharFromEvent.
Log key events.
Avoid constructing invalid work areas.
Do XFilterEvent globally.
Mention the requirements for the --install option.
Update pot files.
Prepare 3.6.0 release
Baurzhan Muftakhidinov <baurthefirst@gmail.com> (3):
Translated using Weblate (Kazakh)
Translated using Weblate (Kazakh)
Translated using Weblate (Kazakh)
Temuri Doghonadze <temuri.doghonadze@gmail.com> (1):
Translated using Weblate (Georgian)
Release icewm-3.5.1 released 2024-06-06
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.5.0...3.5.1
Bert Gijsbers <gijsbers@science.uva.nl> (24):
Drop obsolete AC_HEADERs from configure.
MailBoxPath is a list separated by spaces.
MailBoxPath is a list separated by spaces.
Replace duplicate code in getsesfile with getPrivConfFile.
Add ensureDirectory to upath.
Use 'space' instead of 'Space' in default key bindings.
Extra test on upath expansion.
Check for path existence in rewritePrefs.
Use ensureDirectory in getPrivConfDir.
Always create directory in getPrivConfFile.
Add minute as a time unit.
Add Tab completion on usernames and on environment variables.
Add a permanent history of commands to the address bar.
Update new address bar features.
Tab-complete a leading environment variable in the address bar.
Don't arrange, but only limit the position on screen dimension changes.
Warn if DESKTOP_SESSION is icewm instead of icewm-session.
Update icewm manpage description.
Also expand a leading tilde username prefix.
Update INSTALL.cmakebuild from INSTALL-cmakebuild.md.
Drop empty si.po.
Fix test -nt for NetBSD and closes ice-wm/icewm#168.
Add percentage to icesh move for ice-wm/icewm#169
Prepare 3.5.1 release
Hugo Carvalho <hugokarvalho@hotmail.com> (1):
Translated using Weblate (Portuguese)
Rodrigo Macedo <sottomaiormacedotec@sottomaiormacedo.tech> (1):
Translated using Weblate (Portuguese (Brazil))
Release icewm-3.5.0 released 2024-05-20
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.4.7...3.5.0
Bert Gijsbers <gijsbers@science.uva.nl> (31):
Never handle internal WM actions via XSendEvent, but always via XPutBack.
Succinct handling of mstrings in themes.
Let "icesh restore" also clear the urgency flag.
Clear urgency and stop flashing when focusing a client.
When the frame drops urgency, also update the client.
Improve readability of setState.
Set errno in dirExists and fix leak for userhome in expand.
Avoid a shell in show_backtrace.
Add fmt to mstring.
Add -i,--install option to icewm to install an extra theme.
Clarify icons for keyboard layouts.
Keyboard layout icon names can be longer than 2 letters for issue
ice-wm/icewm#161.
Add chdir and set errno in fileExists.
Add -i,--install option to help output.
Update pot files.
Show spaces around KeyboardLayouts example.
2024
Fix portability to NetBSD 10 and closes #774.
Fix portability to NetBSD 10 and closes #775.
Add file argument completion to the addressbar for ice-wm/icewm#33
'icesh winoptions' only affects new windows.
Drop the C from the glob flags as it returns a starred string on failure.
update README to 3.4.7
Point documentation links to website.
Document the address bar editing keys.
Also do tilde expansion in file arguments.
Delay clearing the urgency flag in the client for half a second.
When lowering a frame by KeyWinLower or by a menu action, then also lower
the frame in the focus order, otherwise it appears as the first entry in
the Quick Switch.
Add "cd" and "pwd" commands to the address bar. Add tilde expansion on
user login names.
Don't chdir after realpath, but test for directory.
Prepare 3.5.0 release
Dmitriy Khanzhin <jinn@altlinux.org> (2):
Translated using Weblate (Russian)
Translated using Weblate (Russian)
Ferdinand Galko <galko.ferdinand@gmail.com> (2):
Translated using Weblate (Slovak)
Translated using Weblate (Slovak)
Mehmet Akif 9oglu <madanadam@gmail.com> (2):
Translated using Weblate (Turkish)
Translated using Weblate (Turkish)
Aleš Kastner <alkas@volny.cz> (1):
Translated using Weblate (Czech)
David Medina <medipas@gmail.com> (1):
Translated using Weblate (Catalan)
Eduard Bloch <blade@debian.org> (1):
Adding FDO weblinks to specification references
Freek de Kruijf <freek@opensuse.org> (1):
Translated using Weblate (Dutch)
Luna Jernberg <bittin@opensuse.org> (1):
Translated using Weblate (Swedish)
Yasuhiko Kamata <belphegor@belbel.or.jp> (1):
Translated using Weblate (Japanese)
Release icewm-3.4.7 released 2024-03-25
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.4.6...3.4.7
Bert Gijsbers <gijsbers@science.uva.nl> (3):
Support more international keyboard layouts for issue #768.
detail
Prepare 3.4.7 release