Version: 4.18.3-bp155.1.6
* Tue Mar 28 2023 Manfred Hollstein <manfred.h@gmx.net>
- Update to version 4.18.3
* 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
* screensaver: Fix Xfconf memory management
* Thu Feb 09 2023 Manfred Hollstein <manfred.h@gmx.net>
- Update to version 4.18.2
* Update copyright year
* Add XfceScreensaver (!89)
* docs: Fix broken links
* shortcut-dialog: Use parent window for the grab if possible (Fixes #52)
* Fix memory leaks
* Wed Jan 11 2023 Maurizio Galli <maurizio.galli@suse.com>
- Update to version 4.18.1
* Enable line wrapping in the XfceFileNameInput widget
(gxo#xfce/libxfce4ui#60)
* xfce4-about: Removed excess square brackets
* Revert "XfceShortcutsGrabber: Detect auto-repeat key press"
* Translation Updates
- Removed unused _service file
* Sun Dec 18 2022 Dirk Müller <dmueller@suse.com>
- update to 4.18.0:
* Bump requirements for Xfce 4.18
* `g_once_init_enter()` parameter shouldn't be volatile anymore.
* about: Fix invalid length and Zink renderer string
* about: Make Close button translateable
* about: Replace stock with regular button
* Add 4.18 section to docs
* Add comment to return gboolean in XfceGtkActionEntry
* Add functions for handling accelerators that use the Tab key
* Add new function xfce_gtk_toggle_tool_button_new_from_action_entry
* Add new method "xfce_gtk_menu_append_separator"
* Add xfce_gdk_device_grab
* added xfce_gtk_label_set_a11y_relation to be used by various components
* Change "Setting System" to "Settings Manager"
* Check if pixbuf is valid before unref
* Check time.h and sys/time.h for libgtop
* Delay whitespace warning in XfceFilenameInput
* docs: Add missing deprecation guards
* docs: Add missing documentation
* docs: Add missing index of deprecated symbols
* docs: Fix "unused declarations" warning
* docs: Fix some broken links
* Don't leak pixbuf
* Don't reserve vertical space for subtitles in headerbars
* Fix cast alignment warning
* Fix intltool lock file problem during make distcheck
* Fix titled dialog subtitle when headerbar is not used
* Fix xfce_gdk_screen_get_active to return correct monitor number
* Function description spelling and format.
* i18n: Do not use textdomain() in libs
* initialize base_property prior xfce_shortcuts_provider_register
* Introduce a shortcuts editor widget
* libxfce4kbd-private: Reset shortcut recursively
* Prevent resizing on message display with XfceFilenameInput
* Remove Gtk2 leftovers
* Replace duplicate logic with xfce_str_replace
* Revamp the documentation to uniformize accross components
* Secure memory allocations
* Shortcuts Editor: Tooltip improvement
* shortcuts-grabber: Filter grabbing by key group
* shortcuts-grabber: Record xkb state group
* shortcuts-grabber: Redesign shortcut regrabbing
* shortcuts-grabber: Stop search when the first match is found
* shortcuts: Add Alt+Super+s for orca
* shortcuts: Fix a memory leak
* Simplify startup notification timeout
* Switch keyboard shortcut 'tile-up' with 'tile-down'
* tests: Fix deprecation warning
* titled-dialog: CSD XfceTitledDialog improvements
* titled-dialog: Exclude normal windows from CSD adjustments
* Update COPYING
* Update About credits
* Usage of '<' and '>' instead of '<' and '>' in XML
* Use headerbars for dialogs if Gtk/DialogsUseHeader is enabled
* xfce-about: Add kernel and gtk version to system tab
* xfce-about: Fix potential NULL pointer access
* xfce-about: Slightly tweak padding
* xfce-dialogs: Fix a memory leak
* xfce-spawn: Do not change DISPLAY on non-X11 displays
* xfce4-about - improve /etc/os-release value unquoting
* xfce4-about: Add support for 3A5000/loongarch64
* XfceShortcutDialog: Do not propagate key events
* XfceShortcutDialog: Fix a memory leak
* XfceShortcutsDialog: center the dialog on the parent window
* XfceShortcutsEditor: Add new vectorized constructor
* XfceShortcutsEditor: Allow NULL for section name and document it
* XfceShortcutsEditor: Allow to choose "Space" or "Enter" as shortcut
* XfceShortcutsEditor: Do not update editor if shortcut change failed
* XfceShortcutsEditor: Remove label formatting if necessary
* XfceShortcutsGrabber: Detect auto-repeat key press
* XfceShortcutsGrabber: Fix `-Wanalyzer-null-dereference` warning
* XfceTitledDialog: Add pixbuf support as fallback
* Translation Updates
* Wed May 11 2022 Jan Engelhardt <jengelh@inai.de>
- Resolve rpmlint report "libxfce4ui-2-0.x86_64: E:
shlib-policy-name-error SONAME: libxfce4kbd-private-3.so.0,
expected package suffix: 3-0"
- Move documentation to -devel package
Version: 4.16.0-bp153.1.20
* Thu Dec 24 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Added headerbar_subtitle.patch to remove subtitle space from
headerbars in Xfce applications
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.16.0
* about: Harmonize capitalisation
* Update credits for Xfce 4.16
* Translation Updates
* Wed Dec 16 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.8
* Add xfce_has_gtk_frame_extents to better handle CSD
* Translation Updates
* Mon Dec 14 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 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
- Rename typelib subpackage to match gir name
* Sun Dec 13 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 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 (gxo#xfce/libxfce4ui#30)
* No startup notification in Wayland to prevent crash
(gxo#xfce/libxfce4ui#17)
* Translation Updates
* Fri Nov 20 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Fix dependencies and add introspection for vala bindings
* Thu Nov 19 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.5
* Add new API xfce_spawn_no_child (gxo#xfce/libxfce4ui!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
(gxo#xfce/libxfce4ui#27)
* Improve xfce_icon_name API
* No startup notification in wayland to prevent crash
(gxo#xfce/libxfce4ui#17)
* Add missing docstring
* Fix typos
* Add README.md to EXTRA_DIST
* Translation Updates
* Tue Nov 03 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.4
* Avoid redundant key re-grabbing
* Adds new README.md and updates AM_INIT_AUTOMAKE
* Silence compiler warnings (gxo#xfce/libxfce4ui#25)
* AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS
* Add default shortcuts for tiling (gxo#xfce/libxfce4ui#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
(gxo#xfce/libxfce4ui#20)
* Translation Updates
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.3
* Update bug URLs to point to gitlab.xfce
* xfce-about: Hide empty email address tags (gxo#xfce/libxfce4ui#12)
* Remove translator email address as per request
(gxo#xfce/libxfce4ui#11)
* Add missing translator to xfce4-about (gxo#xfce/libxfce4ui#18)
* Replace deprecated 'gdk_keyboard_ungrab' function
(gxo#xfce/libxfce4ui#15)
* shortcuts-grabber: Correctly ungrab keys on updating shortcuts
(gxo#xfce/libxfce4ui#16)
* 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.
* 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 createthe specific menu-
or tool-items from an XfceGtkActionEntry
* Add a widget for filename input (bxo#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 (bxo#11979)
* Add more default keyboard shortcuts (bxo#16470)
* shortcuts: Replace xfrun4 by xfce4-appfinder
* shortcuts: Also map Homepage to browser
* shortcuts: Remove calculator shortcut
* Switch XfceTitledDialog to headerbar/CSD layout
* Use GtkMessageDialog as base class for Xfce Dialogs
* Add two new functions to search for app icons
* Improve Tests and Docs
* 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 (bxo#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 (bxo#16253)
* Rename test-ui-gtk3 to test-ui
* Improve docstrings
* 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 (bxo#16259)
* .gitignore: ignore all .o files
* Make autogen output friendlier
* 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 not visible when grabbing keyboard (bxo#16054)
* Bump Gtk3 to 3.22 (bxo#15781)
* Do not use gdk_screen_get_monitor_at_point (bxo#15781)
* Replace gtk_show_uri (bxo#15781)
* Replace gdk_display_get_screen (bxo#15781)
* Replace gdk_keymap_get_default (bxo#15781)
* Replace deprecated device functions (bxo#15781)
* Replace gdk_error_trap_* and gdk_flush (bxo#15781)
* Ignore what is hard to replace (bxo#15781)
* Add a dialog to confirm closure of multiple tabs (bxo#15873)
* Translation Updates
Version: 4.14.1-bp152.3.20
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Sun Aug 11 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.14.1
* No changes, re release because 4.14.0 tarball was broken
- Changes from 4.14.0
* Do not try to a set button' image if an empty string was used
* Translation Updates
- Cleaned up spec file
* Sun Jul 28 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.13.7
* Translations Updates
* Sun Jun 30 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.13.6
* Update active contributors
* Translation Updates
* Fri May 17 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.14.5
* Add PrintScreen as shortcut for xfce4-screenshooter (bxo#14524)
* Add Ctrl + Alt + t as default shortcut for terminal (bxo#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
(bxo#13945)
* Fix release tarball by adding libxfce4ui-dialog-ui.ui
* Fixes for gladeui2 detection
* Install icons when gladeui2 is set (bxo#15207)
* Fix build error with --disable-gtk2 and having gladeui-1.0 installed
* Remove styling of emails in about dialog (bxo#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
- Added conditional for source section for when building with
git master sources.
* Sat Apr 27 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.13.4
* Fix missing gresource file in release tarball (bxo#13705)
* Add Vala support (Vidar Haarr)
* Fix gladeui2 path detection (bxo#13944)
* Fix make distcheck (bxo#14039)
* Fix incorrect use of AC_ARG_ENABLE(tests..) (bxo#13703)
* Use BOOLEAN instead of deprecated BOOL
* Allows to properly show some characters, such as ampersand (bxo#12715)
* Translation Updates
- Changes from 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
- Changes from 4.13.2
* Fix build error with --disable-gtk3 bxo#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 debxoto yes instead of full
* Remove exo dependancy bxo#13326
* fix: add libxfce4ui_get_resource to abi check symbols bxo#13326
* Let autotools find and invoke glib-compile-resources bxo#13326
* Add support for GOBJECT-INTROSPECTION bxo#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
- Changes from 4.13.1
* Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call)
* Translation updates
- Changes from 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
- Clean up spec file and dropped obsolete macros
- Added conditional %bcond_with git for easier maintanance when using
git master branch
Version: 4.12.1-2.1
* Mon Jul 22 2019 sbahling@suse.com
- Remove pkgconfig(gladeui-1.0) BuildRequires and
glade3-catalog-libxfce4ui subpackage to enable building against
SLE 12 targets. Nothing provides gladeui-1.0 with SLE 12.
* Mon Dec 18 2017 crrodriguez@opensuse.org
- Add missing buildrequires on direct build dependencies
x11,pango,cairo,atk and ice.
* Sat Sep 23 2017 seife+obs@b1-systems.com
- correct licenses of libxfce4ui-1-0 and libxfce4ui-2-0 to GPL2.0+,
because files libxfce4kbd-private/xfce-shortcuts-xfwm4.{c,h} are
GPL 2, not LGPL.
* Fri Sep 22 2017 seife+obs@b1-systems.com
- disable gtk-doc build, fails with newer gtk-doc > 1.25
- do not package ChangeLog, NEWS is enough
* Thu Jun 01 2017 zaitor@opensuse.org
- Add conditional for pkgconfig(gladeui-1.0) BuildRequires and
corresponding subpackage glade3-catalog-libxfce4ui. No longer
build glade integration for Tumbleweed.
* Sun Mar 15 2015 gber@opensuse.org
- update to version 4.12.1
- fix glade directory information in .pc file (bxo#11353)
- add shortcuts for xfwm4 to tile windows to corners (bxo#11652)
- remove unused 'has_member' variable in xfce4-about (bxo#11654)
- update .gitignore
- increase xfce4-about default size
- improve formatting of translators list
- update translation contributors in xfce4-about
- update contributors lists
- translation updates
* Sun Mar 01 2015 ledest@gmail.com
- update BuildRequires
* Sun Mar 01 2015 ledest@gmail.com
- update BuildRequires
* Sat Feb 28 2015 gber@opensuse.org
- update to version 4.12.0
- bump version
- translation updates
* Thu Feb 19 2015 gber@opensuse.org
- update to version 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 (bxo#11176)
- add .gitignore
- fix grabbing shortcuts with <Super> modifier (bxo#10373)
- avoid double forking when spawning external apps (bxo#9373)
- don't drop startup notify hint when resetting to defaults
(bxo#10630)
- add <Ctrl><Alt>l shortcut for screen locking (xflock4)
(bxo#10728)
- fix xfce_dialog_show_help()
* Wed Apr 30 2014 gber@opensuse.org
- update to version 4.11.1
- add xfce_dialog_show_help_with_version() so applications can
send their own version number and not the desktop version
- compile GTK+-3 version of libxfce4ui when possible
- depend on GTK 2.24 and Glib 2.28
- only define distclean files in maintainer mode (bxo#8974)
- don't remove keyboard shortcut when entered twice (bxo#8749)
- fix keyboard shortcuts with Shift modifier (bxo#8744)
- fix alt + print being detected as SysReq (bxo#7897)
- use <Primary> instead of <Control> (bxo#8200)
- fix keyboard shortcuts with keypad (bxo#4178)
- autotools updates
- prefer exo-open for opening the manual pages
- add error domain for XfceSmClient
- translation updates
- add subpackage libxfce4ui-2-0 with the GTK3 variant of libxfce4ui
* Mon Oct 15 2012 gber@opensuse.org
- avoid circular dependency between libxfce4ui and exo
* Wed May 09 2012 gber@opensuse.org
- add versioned build dependency
* Mon May 07 2012 gber@opensuse.org
- bring back xfhelp4 since it is still needed until all
applications have been ported to xfce_dialog_show_help() or an
alternative mechanism
* Thu May 03 2012 gber@opensuse.org
- fix license of libxfce4ui-tools (bnc#760492)
* Sun Apr 29 2012 gber@opensuse.org
- update to version 4.10.0
- update contributor credits
- enable startup notification in xfce4-appfinder shortcuts
- translation updates
- make libxfce4ui-1-0 depend on exo-tools, it uses exo-open
* Sat Apr 14 2012 gber@opensuse.org
- update to version 4.9.2
- increase gtk and glib versions
- bump 4util dependency
- remove unused function prototype
- translation updates
* Sun Apr 08 2012 gber@opensuse.org
- update to version 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
- 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
- add shortcuts for XF86WWW and XF86Mail
- simplify the xfce_gdk_screen_get_active fucntion
- add xfce_dialog_show_help function
- translation updates
- dropped libxfce4ui-fix-shortcut-handling.patch which is not
applicable any more
- split off -tools subpackage
* Sat Mar 31 2012 gber@opensuse.org
- recommending the branding package is enough
* Sat Mar 24 2012 gber@opensuse.org
- split off libxfce4ui-1-0 subpackage in order to conform to the
shared library packaging policy
- specfile cleanup
- added libxfce4ui-fix-shortcut-handling.patch which normalizes
string representation of keyboard shortcuts before comparing them
in the libxfce4kbd-private shortcut matching code