-
Notifications
You must be signed in to change notification settings - Fork 11
/
NEWS
847 lines (786 loc) · 35 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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
4.19.6 (2024-10-24)
======
- Add "overlap groups" to the shortcut editor (#115)
- build: Bump requirements for Xfce 4.20
- shortcuts: Fix xfconf_channel_get_properties leak
- Fix AtkRelationSet leak in xfce_gtk_label_set_a11y_relation
- Apply .clang-format file
- Add missing includes of libxfce4ui-alias.h
- clipboard-manager: Add missing include guard
- Remove forced icon from XfceTitledWindow cliend side decorations
- clipboard-manager: Use GtkClipboard iff image-only format is available
- xfce4-about: Show info about windowing system
- dialogs: Also wrap primary label to limit dialog size
- gcc-analyzer: Fix -Wanalyzer-null-dereference
- gcc-analyzer: Add false positive file
- scan-build: Add false positive file
- build: clang: Fix -Wcast-align
- Revert "Add new CI builds to build without X11 and Wayland"
- | is a GNU sed extension; use a portable construct instead
- clipboard-manager: Get images from GtkClipoard
- Translation Updates:
Albanian, Arabic, Asturian, Bulgarian, Chinese (China), Chinese
(Taiwan), Czech, Dutch, English (United Kingdom), Estonian, French,
German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian,
Norwegian Bokmål, Occitan (post 1500), Persian (Iran), Polish,
Portuguese, Portuguese (Brazil), Serbian, Slovenian, Spanish,
Swedish, Ukrainian
4.19.5 (2024-02-29)
======
- build: Fix linking to libICE when --enable-libsm is used
- Add XfceClipboardManager
- build: Fix regenerating libxfce4ui.h after configure options change
- build: Do not distribute libxfce4ui.h
- shortcuts-grabber: Remove filtering by level
- Translation Updates:
Italian
4.19.4 (2024-02-05)
======
- Update copyright year
- Update `.gitignore`
- Add new CI builds to build without X11 and Wayland
- build: Search for bind_textdomain_codeset in libintl too
- sm-client: Reset SmcConnection when IceConnection is closed on error
- docs: Improve xfce_sm_client_get()
- build: Make libsm optional again
- build: Do not use ENABLE_X11/WAYLAND in installed headers
- build: Adapt ABI check so it passes with --disable-x11
- build: Use AM_DISTCHECK_CONFIGURE_FLAGS
- build: Properly distinguish X11/Wayland code paths
- cleanup: Remove useless X11-specific includes, formatting
- xfce4-about: Use GdkGLContext for system tab
- Replace deprecated xfce_spawn_command_line_on_screen()
- Add title to read manual dialog
- Translation Updates:
Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
Croatian, Danish, Dutch, English (United Kingdom), Estonian, French,
German, Greek, Interlingue, Italian, Japanese, Korean, Lithuanian,
Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Swedish,
Turkish, Ukrainian
4.19.3 (2023-10-14)
======
- titled-dialog: Ensure a single icon on the left when CSD is used (#92)
- wayland: Reduce verbosity
- Remove remaining uses of xfce_titled_dialog_create_action_area()
- titled-dialog : Deprecate xfce_titled_dialog_create_action_area()
- titled-dialog: Ensure action area is shown when using CSD
- titled-dialog: Ensure action widget can default
- Fix xfce_titled_dialog action area margin
- shortcuts-grabber: Implement refcounted grabs as a set
- shortcuts-grabber: Formatting
- shortcuts-grabber: Remove dead code, useless casts and declarations
- shortcuts-grabber: Variable renaming
- shortcuts-grabber: Clarify keys management in _grab*() funcs
- shortcuts-grabber: Avoid duplicate code in _grab*() funcs
- shortcuts-grabber: Remove constructed()
- shortcuts-grabber: Isolate layout-related code more clearly
- Display distribution logo in xfce4-about (Fixes #54)
- shortcuts-grabber: Fix filtering by level
- shortcuts-grabber: Simplify filtering by group
- shortcuts-grabber: Variable renaming
- shortcuts-grabber: Filter grabbing by key level
- Detect keyboard shortcuts with only single modifier keys on key
release
- Translation Updates:
Danish, Greek, Portuguese (Brazil)
4.19.2 (2023-05-29)
======
- screensaver: Prevent recursive calling of lock command
- screensaver: Add lock-on-sleep property
- screensaver: Update fallback list
- screensaver: Prioritize user lock command
- screensaver: Rewrite D-Bus proxies management
- screensaver: Use reasonable timeout for methods that may not reply
- screensaver: Remove support for gnome-screensaver (Fixes #62)
- screensaver: Do not take into account empty commands
- screensaver: Simplify Xfconf management
- screensaver: Fix memory leak
- screensaver: Fix typos
- Update `.gitignore`
- screensaver: Run lock command synchronously (Fixes #70)
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- screensaver: Add missing include guard
- Translation Updates:
Bulgarian, Chinese (China), Chinese (Taiwan), Dutch, English (United
Kingdom), Estonian, French, German, Italian, Japanese, Korean,
Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese
(Brazil), Russian, Serbian, Slovenian, Swedish, Turkish, Ukrainian
4.19.1 (2023-04-20)
======
- Add deprecation warning and hide append_seperator() in the doc
- Revert "Remove unused 'xfce_gtk_menu_append_seperator' (#49)"
- build: Do not clean tracked file libxfce4ui-2.xml
- Translation Updates:
Chinese (China), Italian
4.19.0 (2023-04-17)
======
- Remove unused 'xfce_gtk_menu_append_seperator' (#49)
- Switch to XDT_VERSION_INIT
- Switch from intltool to gettext
- Add comment about the need for gtk_widget_destroy()
- Fix memory management in Vala generated code
- Add annotation "(nullable)" where appropriate
- Replace deprecated annotation: "(allow-none)"
- Harden xfce_gtk_handle_tab_accels (thunar#1067)
- screensaver: Avoid Xfconf warning
- shortcuts-grabber: Ignore keyboard layout change
- shortcuts: Fix Xfconf memory management
- screensaver: Fix Xfconf memory management
- Update copyright year
- Add XfceScreensaver
- docs: Fix broken links
- shortcut-dialog: Use parent window for the grab if possible (Fixes
#52)
- Fix memory leak
- Fix memory leaks
- XfceFileNameInput - wrap error message (Issue #60)
- xfce4-about: Removed excess square brackets
- Revert "XfceShortcutsGrabber: Detect auto-repeat key press"
- build: Let xdt-depends.m4 macros set GLib macros
- build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian,
Azerbaijani, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese
(China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran),
Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
Ukrainian, Uyghur, Welsh
4.18.0 (2022-12-15)
======
- Update About credits
- build: Bump requirements for Xfce 4.18
- Translation Updates:
Chinese (China), Czech, German, Hungarian, Lithuanian, Norwegian
Bokmål, Occitan (post 1500), Portuguese (Brazil), Serbian, Turkish
4.17.9 (2022-11-30)
======
- Added move-window-to-monitor shortcut options (!80)
- Translation Updates:
Albanian, Bulgarian, Chinese (Taiwan), Dutch, Estonian, French,
Italian, Japanese, Kazakh, Lithuanian, Polish, Portuguese, Spanish
4.17.8 (2022-10-31)
======
- Bump GObject Introspection minim version to 1.66 (xfconf#8, !79)
- Translation Updates:
Basque, Kazakh, Occitan (post 1500), Slovenian
4.17.7 (2022-09-05)
======
- Update copyright year
- docs: Add missing index of deprecated symbols
- libxfce4kbd-private: Reset shortcut recursively (#53)
- tests: Fix deprecation warning
- docs: Fix some broken links
- docs: Fix "unused declarations" warning
- docs: Add missing documentation
- docs: Add missing deprecation guards
- docs: Update `.gitignore`
- Fix titled dialog subtitle when headerbar is not used (!78)
- xfce-about: Add kernel and gtk version to system tab (!76)
- titled-dialog: Exclude normal windows from CSD adjustments (!72)
- xfce-about: Slightly tweak padding (!75)
- xfce4-about: Add support for 3A5000/loongarch64 (!74)
- titled-dialog: CSD XfceTitledDialog improvements (#26, !71)
- Shortcuts Editor: Tooltip improvement (!70)
- Fix intltool lock file problem during make distcheck (!69)
- xfce-spawn: Do not change DISPLAY on non-X11 displays (#13, !68)
- xfce-dialogs: Fix a memory leak
- Bump minimal required libxfce4util to 4.17.2
- Translation Updates:
Albanian, Arabic, Azerbaijani, Basque, Bulgarian, Chinese (China),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Estonian, French,
Georgian, German, Greek, Hebrew, Hungarian, Indonesian, Italian,
Japanese, Korean, Lithuanian, Norwegian Bokmål, Occitan (post 1500),
Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovenian, Spanish, Swedish, Turkish, Ukrainian, Welsh
4.17.6
======
- XfceShortcutsEditor: Do not update editor if shortcut change failed
- XfceShortcutsEditor: Allow to choose "Space" or "Enter" as shortcut
- XfceShortcutDialog: Do not propagate key events
- Function description spelling and format.
- Add new function xfce_gtk_toggle_tool_button_new_from_action_entry
- XfceShortcutsGrabber: Fix `-Wanalyzer-null-dereference` warning
- Secure memory allocations
- Update COPYING
- XfceShortcutsGrabber: Detect auto-repeat key press
- XfceShortcutDialog: Fix a memory leak
- Translation Updates:
Azerbaijani
4.17.5
======
- XfceShortcutsEditor: Allow NULL for section name and document it
- XfceShortcutsEditor: Add new vectorized constructor
- i18n: Do not use textdomain() in libs
- XfceShortcutsEditor: Remove label formatting if necessary
- Simplify startup notification timeout
- XfceShortcutsDialog: center the dialog on the parent window
- Translation Updates:
Danish, Russian
4.17.4 (2022-02-21)
======
- Replace duplicate logic with xfce_str_replace
- Use headerbars for dialogs if Gtk/DialogsUseHeader is enabled (#14)
- Add new method "xfce_gtk_menu_append_separator" (Issue #49)
- xfce4-about - improve /etc/os-release value unquoting (Issue #47)
- Add comment to return gboolean in XfceGtkActionEntry
- Translation Updates:
Czech, Hebrew, Occitan (post 1500), Romanian, Ukrainian
4.17.3
======
- Add functions for handling accelerators that use the Tab key
- Check time.h and sys/time.h for libgtop
- `g_once_init_enter()` parameter shouldn't be volatile anymore.
- Translation Updates: Croatian
4.17.2
======
- xfce-about: Fix potential NULL pointer access
- Introduce a shortcuts editor widget
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
(Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
Eastern Armenian, English (Australia), English (United Kingdom),
Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
4.17.1
======
- Add xfce_gdk_device_grab
- Fix xfce_gdk_screen_get_active to return correct monitor number
- Switch keyboard shortcut 'tile-up' with 'tile-down' (were mixed up)
- Usage of '<' and '>' instead of '<' and '>' in XML (Issue #44)
- Change "Setting System" to "Settings Manager"
- Add 4.18 section to docs
- Add 4.16 section to docs
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
(Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
Eastern Armenian, English (Australia), English (United Kingdom),
Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
4.17.0
======
- added xfce_gtk_label_set_a11y_relation to be used by various components
- initialize base_property prior xfce_shortcuts_provider_register
- about: Replace stock with regular button
- about: Make Close button translateable (Fixes #41)
- Check if pixbuf is valid before unref
- shortcuts: Add Alt+Super+s for orca (Fixes #39)
- shortcuts-grabber: Filter grabbing by key group
- shortcuts-grabber: Redesign shortcut regrabbing (Bug #33)
- shortcuts-grabber: Stop search when the first match is found
- shortcuts: Fix a memory leak
- shortcuts-grabber: Record xkb state group (Bug #33)
- about: Fix invalid length and Zink renderer string
- Don't leak pixbuf
- XfceTitledDialog: Add pixbuf support as fallback
- Revamp the documentation to uniformize accross components
- Prevent resizing on message display with XfceFilenameInput
- Delay whitespace warning in XfceFilenameInput
- Fix cast alignment warning
- Remove Gtk2 leftovers
- Don't reserve vertical space for subtitles in headerbars
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
(Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
Eastern Armenian, English (Australia), English (United Kingdom),
Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
4.16.0
======
- about: Harmonize capitalisation
- Update credits for Xfce 4.16
- Translation Updates:
Basque, Bulgarian, Catalan, Chinese (Taiwan), Dutch, Galician,
Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese
(Brazil), Serbian
4.15.8
======
- Add xfce_has_gtk_frame_extents to better handle CSD
- Translation Updates:
Catalan, French, German, Italian, Japanese, Portuguese, Serbian,
Spanish, Swedish, Turkish
4.15.7
======
- libxfce4ui now needs libxfce4util >= 4.15.6
- Update configure.ac.in syntax
- Namespace of the gir needs capital first letter
- Remove hardcoded translators list
- Bump libepoxy version to 1.2
- Translation Updates:
Portuguese (Brazil), Slovenian, Swedish
4.15.6
======
- Introduce xfce_spawn and xfce_spawn_command_line
in favor and instead of xfce_spawn_no_child
- Bump GLib (and gio, gthread, etc) minimum to 2.50.0
- about: Support multiple GPUs and print GPU memory size
- about: Drop window subtitle
- Always perform sanity check
- Avoid checking for epoxy if libgtop is disabled
- XfceTitledDialog: Fix erroneous check (Fixes #30)
- No startup notification in Wayland to prevent crash (Issue #17)
- Translation Updates:
Chinese (China), Chinese (Taiwan), Estonian, French, German, Hebrew,
Indonesian, Italian, Japanese, Lithuanian, Norwegian Bokmål,
Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish,
Turkish
4.15.5
======
- Add new API xfce_spawn_no_child (!8):
Launch processes re-parenting them to init vs. as children
- about: Fix icon names
- about: Display userspace bitness if it differs from OS kernel bitness
- about: Print GPU name in system info
- about: Use more understandable arch labels (Issue #27)
- Improve xfce_icon_name API
- No startup notification in wayland to prevent crash (Issue #17)
- Add missing docstring
- Fix typos
- Add README.md to EXTRA_DIST
- Translation Updates:
Catalan, Chinese (China), Danish, Galician, German, Italian,
Lithuanian, Turkish
4.15.4
======
- Avoid redundant key re-grabbing
- Adds new README.md and updates AM_INIT_AUTOMAKE
- Silence compiler warnings (Fixes #25)
- AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS
- Add default shortcuts for tiling (Fixes #4)
- Avoid shortening the keycodes GArray while walking it.
- about: Revamp About Xfce tab
- about: More icon name fixes
- Add more logo icons and new about icon
- Update deprecated icon names
- keyboard-shortcuts: Improve UI for setting shortcuts
- shortcut-dialog: Add label to clear button
- shortcut-dialog: Port to new XfceTitledDialog API
- shortcut-dialog: Only grab keyboard
- Always return GTK_RESPONSE_OK for accepted shortcut keys (fixes #20)
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
(Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
Eastern Armenian, English (Australia), English (United Kingdom),
Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh
4.15.3
======
- Update bug URLs to point to gitlab.xfce
- xfce-about: Hide empty email address tags (Fixes #12)
- Remove translator email address as per request (Fixes #11)
- Add missing translator "Hugo Carvalho" to xfce4-about (issue #18)
- Replace deprecated 'gdk_keyboard_ungrab' function (Fixes #15)
- shortcuts-grabber: Correctly ungrab keys on updating shortcuts (Fixes
#16)
- Add basic GitLab pipeline
- Allow more granular control over menu item accelerators.
- No automatic accelerator activation formenu items
- Added 'gtk_menu_item_set_accel_label'
- Added 'xfce_gtk_accel_group_connect_action_entries'
- renamed 'xfce_gtk_accel_group_append' to
'xfce_gtk_accel_map_add_entries' and modified internals accordingly.
No automatic add to an accel_group any more, since this may lead to
double-activation in some cases.
- Add "xfce_gtk_accel_group_disconnect_action_entries" to be able to
revert "xfce_gtk_accel_group_connect_action_entries"
- Add title to xfce_dialog_confirm_close_tabs
- Add new methods to libxfce4ui.symbols. Followup of
231e57daccb5946379f413ed440629c32025f6f3
- Translation Updates:
Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque,
Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
Armenian, English (Australia), English (United Kingdom), Estonian,
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
Uighur, Ukrainian, Welsh
4.15.2
======
- Introduced 'XfceGtkActionEntry' as replacement for the deprecated 'GtkAction',
'GtkActionEntry' in order to keep simple menu creation. This includes various
support methods, like:
'xfce_gtk_translate_action_entries' to to translate a list of XfceGtkActionEntrys
'xfce_gtk_accel_group_append' to register the provided accelerators of the entries
'xfce_gtk_get_action_entry_by_id' to find a single XfceGtkActionEntry, e.g. by
using a enumeration
'xfce_gtk_***_new_from_action_entry' to create the specific menu- or
tool-items from an XfceGtkActionEntry
- Add a widget for filename input (Bug #16542)
- Enabled doc generation for XfceGtkActionEntry and related methods
- Enabled doc generation for new widget 'xfce-filename-input'
- Switch Ctrl+Alt+Del to xfce4-session-logout (Bug #11979)
- Add more default keyboard shortcuts (Bug #16470)
- shortcuts: Replace xfrun4 by xfce4-appfinder
- shortcuts: Also map Homepage to browser
- shortcuts: Remove calculator shortcut
- Update gitignore
- Translation Updates:
Albanian, Basque, Belarusian, Chinese (China), Chinese (Taiwan),
Croatian, Danish, Dutch, French, Galician, German, Hebrew, Hungarian,
Kazakh, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil),
Russian, Serbian, Slovenian, Swedish, Ukrainian
4.15.1
======
- Switch XfceTitledDialog to headerbar layout
- XfceTitledDialog: Keep buttons in the action area
- XfceTitledDialog: Also repack xfce_titled_dialog_new
- XfceTitledDialog: Make sure windows can be dragged
- XfceTitledDialog: Add _create_action_area, _add_button
and _add_action_widget
- Introduce xfce_titled_dialog_set_default_response
- Mark xfce_titled_dialog_new_with_buttons as deprecated
- Add two new functions to search for app icons
- xfce-about: Fix Makefile
- shortcut-dialog: Show dialog content (Bug #16338)
- xfce-dialogs: Use GtkMessageDialog as base class
- xfce-dialogs: Improve layout of confirm_close_tabs
- xfce-dialogs: Improve alignment and layout of dialogs
- xfce-dialogs: Add right margin back to labels
- xfce-dialogs: Drop default window titles
- docs: Add xfce_dialog_confirm_close_tabs
- tests: Add xfce_dialog_confirm_close_tabs
- tests: Improve UI
- tests: Add icons to dialog buttons
- tests: Simplify code by using XfceTitledDialog
- tests: Re-order buttons
- tests: Fix typo in test-ui.c (Bug #16253)
- Rename test-ui-gtk3 to test-ui
- Improve docstrings
- Fix typos
- Drop gladeui Gtk2 from distcheck options
- Drop unused declaration
- Fix compiler warnings
- Remove trailing whitespace
- Always provides needed files for vala binding in dist tarball
- Add recents functions to libxfce4ui.symbols
- Drop xfce-header from pot files
- Update docstrings
- Fix license text box too small (Bug #16259)
- .gitignore: ignore all .o files
- Make autogen output friendlier
- Translation Updates:
Albanian, Bulgarian, Catalan, Chinese (China), Croatian, Danish, Dutch,
French, Galician, German, Hungarian, Italian, Japanese, Lithuanian,
Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian
4.15.0
======
- Drop support for Gtk2
- Make glibtop an optional dependency ("About System" tab)
- about: Add system info tab
- about: Hide system tab conditionally
- dialogs: Use symbolic window-close icon
- Fix Window has not been made visible when grabbing keyboard (Bug #16054)
- Do not use gdk_screen_get_monitor_at_point (Bug #15781)
- Replace gtk_show_uri (Bug #15781)
- Replace gdk_display_get_screen (Bug #15781)
- Replace gdk_keymap_get_default (Bug #15781)
- Replace deprecated device functions (Bug #15781)
- Replace gdk_error_trap_* and gdk_flush (Bug #15781)
- Ignore what is hard to replace (Bug #15781)
- Bump gtk to 3.22 (Bug #15781)
- Add a dialog to confirm closure of multiple tabs (bug #15873)
- Translation Updates:
Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, English (United Kingdom), Finnish, French, Galician, German,
Hungarian, Interlingue, Italian, Japanese, Korean, Norwegian Bokmål,
Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian,
Serbian, Slovak, Slovenian, Spanish, Turkish
4.14.1
======
- No changes, re release because 4.14.0 tarball was broken
4.14.0
======
- Do not try to a set button' image if an empty string was used
- Translation Updates: Galician
4.13.7
======
- Translation Updates:
Norwegian Bokmål, Finnish, Portuguese (Brazil), Ukrainian
4.13.6
======
- Update active contributors
- Translation Updates:
Albanian, Belarusian, Catalan, Danish, Dutch (Flemish), English
(Australia), Finnish, Galician, Hebrew, Hungarian, Italian, Japanese,
Kazakh, Malay, Portuguese, Portuguese (Brazilian), Russian, Serbian,
Spanish, Thai, Turkish
4.13.5
======
- Add PrintScreen as shortcut for xfce4-screenshooter (Bug #14524)
- Add Ctrl + Alt + t as default shortcut for terminal (Bug #14510)
- Add xfce_gdk_screen_get_geometry (a replacement for gdk_screen_width/gdk_screen_height)
- Remove useless glade_*dir variables from libxfce4ui-{1,2}.pc (Bug #13945)
- Fix release tarball by adding libxfce4ui-dialog-ui.ui
- Fixes for gladeui2 detection
- Install icons when gladeui2 is set (Bug #15207)
- Fix build error with --disable-gtk2 and having gladeui-1.0 installed
- Remove styling of emails in about dialog (Bug #14638)
- Fix compiler error -Wcast-function-type (GCC 8)
- Use https://docs.xfce.org for help url
- Fix compilation warnings ""defined" may not be portable"
- Update xfce4-about (core contributors, contributors, translators)
- Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Bengali, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Latvian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
4.13.4
======
- Fix missing gresource file in release tarball (Bug #13705)
- Add Vala support (Vidar Haarr)
- Fix gladeui2 path detection (Bug #13944)
- Fix make distcheck (Bug #14039)
- Fix incorrect use of AC_ARG_ENABLE(tests..) (Bug #13703)
- Use BOOLEAN instead of deprecated BOOL
- Allows to properly show some characters, such as ampersand (Bug #12715)
- Add api indices in gtk-doc
- Translation Updates: Amharic, Arabic, Asturian, Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
4.13.3
======
- Fix make distcheck with gladeui2 install path
- Add an --enable-tests option
- Remove the filterout from introspection sources
- Move gresource building out of maintainer mode
- Fix condition in confirm dialog
- Add POTFILES.skip to appease gmake distcheck gods on OpenBSD
- ship libxfce4ui.gresource.xml in the tarball too
- Add libxfce4ui-marshal.list to EXTRA_DIST to fix
--enable-maintainer-mode on released tarballs
- Fix build error with --disable-gtk2
- Translation updates: bg, cs, fr, it, ca, hr, it, da, ru.
4.13.2
======
- Fix build error with --disable-gtk3 Bug #12648
- Improve layout of labels in xfce dialogs
- Set a reasonable default window width to make sure labels wrap
- Improve vertical alignment of primary and secondary label
- Bump the default dialog width to 500px
- Update libxfce4ui documentation
- Fix make docs compilation warning
- Fix xfce_dialog_show_help(_with_version) doc
- Remove Makefile.am space to fix autogen.sh warning
- Better documentation processing
- Change xfce_dialog_show_help(_with_version)
- Default debug to yes instead of full
- Remove exo dependancy Bug #13326
- fix: add libxfce4ui_get_resource to abi check symbols Bug #13326
- Let autotools find and invoke glib-compile-resources Bug #13326
- Add support for GOBJECT-INTROSPECTION Bug #13461
- Add GtkDoc checks
- Add missing introspection.m4 file
- fix: make distcheck
- fix: remove deprecation warnings
- feat: Switch to Gtk3 default, Gtk2 Optional
- Rename introspection GIR to 4ui-2.0 to match util
- Translation updates: am ast ca da el eu fi gl id it ko lt ms nn
oc pl pt ro ru sl sr th zh_CN zh_TW
4.13.1
======
- Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call)
- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch (Flemish), English (Australia), French, German,
Hebrew, Japanese, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese
(Brazilian), Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian
4.13.0
======
- Add xfce_widget_reparent to replace the deprecated gtk_widget_reparent
- Add xfce_titled_dialog_new_with_mixed_buttons to allow for setting
icon names, button label text and response id.
- Add xfce_gtk_menu_popup_until_mapped as a convenience function to fix
widespread problems with popping up menus (e.g. on keyboard shortcuts)
- Add dialog UI tests for Gtk2 and Gtk3
- Fix Glade Gtk3 support
- Fix a memory leak
- Translation updates: Asturian, Basque, Bulgarian, Catalan, Chinese
(Taiwan), Croatian, Danish, English (Australia), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Korean, Lithuanian, Malay,
Norwegian Bokmål, Occitan, Portuguese, Russian, Slovak, Slovenian, Spanish,
Swedish
4.12.1
======
- Fix glade directory information in .pc file (bug #11353)
- Add shortcuts for xfwm4 to tile windows to corners (bug #11652)
- Remove unused 'has_member' variable in xfce4-about (bug #11654)
- Update .gitignore
- Increase xfce4-about default size
- Improve formatting of translators list
- Update translation contributors in xfce4-about
- Update contributors lists
- Translation updates: Bulgarian, Chinese (China), Croatian, Czech, Dutch
(Flemish), French, German, Hebrew, Indonesian, Italian, Japanese, Kazakh,
Korean, Malay, Polish, Portuguese, Russian, Serbian, Slovak, Spanish, Thai,
Turkish, Ukrainian
4.12.0
======
- Bump version
- Lots of translation updates
4.11.2
======
- Bump dependencies versions (autotools, Xfce libraries)
- Remove SVN $Id$ tags
- Properly quote AC_LANG_SOURCE
- Fix autoconf m4 directory warning
- Fix IT_PROG_INTLTOOL warning
- Fix build with --enable-debug=full and GTK3 (bug #11176)
- Add .gitignore
- Fix grabbing shortcuts with <Super> modifier (bug #10373)
- Avoid double forking when spawning external apps (bug #9373)
- Don't drop startup notify hint when resetting to defaults (bug #10630)
- Add <Ctrl><Alt>l shortcut for screen locking (xflock4) (bug #10728)
- Fix xfce_dialog_show_help()
4.11.1
======
- Add xfce_dialog_show_help_with_version() so applications can send
their own version number and not the desktop version.
- Translation updates: Arabic, Bulgarian, Bengali, Danish, German,
Greek, Finnish, Galician, Croatian, Icelandic, Japanese, Kazakh,
Korean, Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk,
Occitan (post 1500), Portuguese, Portuguese (Brazilian), Romanian,
Russian, Slovak, Slovenian, Serbian, Telugu, Ukrainian, Chinese
(China), Chinese (Hong Kong), Chinese (Taiwan).
4.11.0
======
- Compile GTK+-3 version of libxfce4ui when possible.
- Depend on GTK 2.24 and Glib 2.28.
- Only define distclean files in maintainer mode (bug #8974).
- Don't remove keyboard shortcut when entered twice (bug #8749).
- Fix keyboard shortcuts with Shift modifier (bug #8744).
- Fix alt + print being detected as SysReq (bug #7897).
- Use <Primary> instead of <Control> (bug #8200).
- Fix keyboard shortcuts with keypad (bug #4178).
- Autotools updates.
- Prefer exo-open for opening the manual pages.
- Add error domain for XfceSmClient.
- Translation updates: Amharic, Arabic, Asturian, Bulgarian, Bengali,
Catalan (Valencian), Czech, Danish, German, Greek, English (United
Kingdom), Spanish (Castilian), Basque, Finnish, French, Galician,
Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian,
Japanese, Kazakh, Korean, Kurdish, Lithuanian, Latvian, Norwegian
Bokmal, Dutch (Flemish), Norwegian Nynorsk, Panjabi (Punjabi),
Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
Sinhala, Slovak, Serbian, Swedish, Telugu, Thai, Tagalog, Tagalog
(Philippines), Turkish, Uyghur, Ukrainian, Urdu, Urdu (Pakistan),
Vietnamese, Chinese (China), Chinese (Taiwan).
4.10.0
======
- Update contributor credits.
- Update translators, week 15 and 16.
- Enable startup notification in xfce4-appfinder shortcuts.
- Check abicheck.sh to be more portable (bug #8702).
- Translation updates: English (United Kingdom), Spanish (Castilian),
Galician, Japanese, Kazakh, Korean, Dutch (Flemish), Portuguese,
Portuguese (Brazilian), Chinese (China).
4.9.2
=====
- Update translators, week 13 and 14.
- Increase gtk and glib versions.
- Bump 4util dependency.
- Remove unused function prototype.
- Translation updates: German, Greek, Galician, Japanese, Korean,
Dutch (Flemish), Polish, Portuguese, Russian, Turkish.
4.9.1
=====
- Open docs.xfce.org when Help in xfce4-about is clicked.
- Cache header icons and avoid large icons in XfceTitledDialog.
- Restore glade directory information in .pc file.
- Update translator credits.
- Translation updates (ar, ca, cs, da, de, es, eu, fi, fr, hu, id,
it, kk, ko, lt, nl, nn, pt, pt_BR, ru, sk, te, tr, uk, zh_CN, zh_TW).
4.9.0
=====
- A lot of improvements in the shortcuts code.
- Add Alt + F1 as a shortcut for applications menu.
- Remove unused code from the internal header widget.
- Add xfce4-about from xfce-utils package.
- Use xdt-csource instead of exo-csource, depend on xdt 4.9.0.
- Update to new xfce4-appfinder commands.
- Fix build against 3.9 Glade (bug #7334).
- Add shortcuts for XF86WWW and XF86Mail.
- Simplify the xfce_gdk_screen_get_active fucntion.
- Add xfce_dialog_show_help function.
4.8.1
=====
- Fix memory leak (bug #8079).
- Translation updates: ar, is, ko, ms, nl, ru, sk, te, tl, zh_CN.
4.8.0
=====
- Fix memory corruption in the register function (bug #5892).
- Translation updates: Romanian.
4.7.6
=====
- Fix ABI check in ppc (bug #7005).
- Update default shortcuts for xfce4-display-settings (bug #7036).
- Translation updates (pt, he, cs, en_BG, nb, ar).
4.7.5
=====
- Also request an interact for save-state-extended.
- Return a NULL state file is the sm-client is disabled.
- Fix the save-state signal.
- Translation updates (pt).
4.7.4
=====
- Add startup notification support for shortcuts.
- Translation updates (gl, sv, ja, it, ug).
4.7.3
=====
- Fix typo preventing shortcuts from working with new users.
- Make g_critical warning about exit(0) a DBG message.
- Translation updates (is, zh_TW, tr, hu, fr, sk, el, id, de).
4.7.2
=====
- Add key binding to popup Xfdesktop menu (bug #4994).
- Print warning before calling exit(0) in the session client.
- Test if working directory exists before spawning command.
- Allow icon names in xfce_gtk_button_new_mixed().
- Unset startup notification when launching in terminal.
- Make variable a volatile for thread safety.
- Fix bold labels in xfce_gtk_frame_box_new().
- Cleanup code comments.
- Translation updates (gl, de, nl, fi, ru, hu, uk, si, kk, pt, da,
es, hr, eu, pr_BR, bn, pa, zh_CN).
4.7.1
=====
- New function xfce_spawn_on_screen_with_child_watch().
- Don't generate enums for XfceSMClientPriority.
- Build ChangeLog during make dist.
- Add visibility/alias handing code.
- Rename configure.in.in to configure.ac.in.
- Some other small fixes.
- Translation updates (es, pt_BR, sv, pt, kk, ca, gl, sk, cs, lv, eu,
zh_CN, ja).
4.7.0
=====
Initial version of the library. The intention of this new library is a
cleanup of the old libxfcegui4 library to remove the deprecated code
and get rid of netk (since 4.6 we use libwnck for that).
Biggest changes compared to libxfcegui4:
- New session manager client.
- Improved code for spawing applications.
- New dialog functions.
- Support for glade-3's GtkBuilder implementation.