Skip to content
Tags give the ability to mark specific points in history as being important
  • libxfce4ui-4.13.2 protected
    6193e0ba · Updates for release ·
    libxfce4ui-4.13.2
  • libxfce4ui-4.13.3 protected
    1a6e46f2 · Updates for release ·
    libxfce4ui-4.13.3
  • libxfce4ui-4.13.4 protected
    a663a534 · Updates for release. ·
    libxfce4ui-4.13.4
  • libxfce4ui-4.13.5 protected
    e6e9d1f0 · Updates for release ·
    libxfce4ui-4.13.5
  • xfce-4.14pre1 protected
    e6e9d1f0 · Updates for release ·
    This release is part of the Xfce 4.14 pre1 platform release. For an overview of Xfce 4.14 pre1 please visit: https://wiki.xfce.org/releng/4.14/xfce_4.14pre1
  • libxfce4ui-4.13.6 protected
    95e7b13a · Updates for release ·
    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
  • xfce-4.14pre2 protected
    95e7b13a · Updates for release ·
    This release is part of the Xfce 4.14 pre2 platform release. For an overview of Xfce 4.14 pre2 please visit: https://wiki.xfce.org/releng/4.14/xfce_4.14pre2
  • libxfce4ui-4.13.7 protected
    378a05c7 · Updates for release ·
    4.13.7
    ======
    - Translation Updates:
      Norwegian Bokmål, Finnish, Portuguese (Brazil), Ukrainian
  • xfce-4.14pre3 protected
    378a05c7 · Updates for release ·
    This release is part of the Xfce 4.14 pre3 platform release. For an overview of Xfce 4.14 pre3 please visit: https://wiki.xfce.org/releng/4.14/xfce_4.14pre3
  • libxfce4ui-4.14.0 protected
    8806d162 · Update for release ·
    libxfce4ui-4.14.0
  • libxfce4ui-4.14.1 protected
    a39150c9 · Update for release ·
    libxfce4ui-4.14.1
  • xfce-4.14.0 protected
    a39150c9 · Update for release ·
    This release is part of the Xfce 4.14 platform release. For a complete changelog please visit: https://xfce.org/download/changelogs/4.14
  • libxfce4ui-4.15.0 protected
    d6271790 · Updates for release ·
    - 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 (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
  • libxfce4ui-4.15.1 protected
    48bfb189 · Updates for release ·
    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
  • libxfce4ui-4.15.2 protected
    2f8f5e11 · Updates for release ·
    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
  • libxfce4ui-4.15.3 protected
    68daa394 · Updates for release ·
    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
  • xfce-4.16pre1 protected
    68daa394 · Updates for release ·
    This release is part of the Xfce 4.16pre1 platform release. For an overview of Xfce 4.16pre1 please visit: https://wiki.xfce.org/releng/4.16/roadmap/xfce_4.16pre1
  • libxfce4ui-4.15.4 protected
    9abeb5c3 · Updates for release ·
    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
  • libxfce4ui-4.15.5 protected
    a2f9c0b7 · Updates for release ·
    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
  • xfce-4.16pre2 protected
    a2f9c0b7 · Updates for release ·
    This release is part of the Xfce 4.16pre2 platform release. For an overview of Xfce 4.16pre2 please visit: https://wiki.xfce.org/releng/4.16/roadmap/xfce_4.16pre2