commit 4e43bef5e366c5d3b55bbf018e32b724e543892b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Feb 29 09:23:57 2024 +0100

    Update copyright year

commit 774b621ec0876cc3214751874246c4af5334f7df
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Feb 28 01:29:27 2024 -0800

    Ensure workspace/group state is correct on X11 before emitting signals
    
    Previously the `XfwWorkspace::group-changed` signal would get emitted
    before the workspace group's list of workspaces was updated.

commit 8774d83c3f96f94876c4477b48c383e38f09431f
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Feb 28 01:22:26 2024 -0800

    Set initial workspace's group properly on X11
    
    This fixes a critical warning because the XfwWorkspace:group property is
    read-only.  Instead, we have to do it via a private function.
    
    Closes #16.

commit 0ddd1517b11eff433eb6f6c35f65c35ed934f680
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Feb 27 15:22:01 2024 -0800

    Add XfwClientType to doc sections

commit baa70e20d933dace9ba67d831809474fff0e186e
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Feb 27 12:16:32 2024 -0800

    Add xfw_set_client_type() to doc sections

commit 3d0d72b510d9bd4a0a29995de107ff8aae826a64
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Feb 26 13:41:48 2024 -0800

    Add xfw_set_client_type()

commit 37d26946d8c2df7b4adf2add222f89d794c0a5aa
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Feb 25 22:27:28 2024 -0800

    Add an X11-specific header and xfw_window_get_xid()
    
    This also adds preprocessor defines so applications can determine at
    compile-time if X11 and/or Wayland support are compiled in.

commit d7d9bae6294df6fb0b6cefa50d6fe8ee3d1ce800
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Feb 25 22:10:47 2024 -0800

    Remove xfw_(window|application)_get_id()
    
    This always returned zero on Wayland, which is not useful at all, and
    the XID on X11, which is useful, but maybe should be a backend-specific
    function.

commit a3fd1449b97d0a9e37ed2b984fd1884372eda07b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 26 14:24:36 2024 +0100

    build: Use AM_DISTCHECK_CONFIGURE_FLAGS
    
    So user can extend or override the flags provided there by defining the
    DISTCHECK_CONFIGURE_FLAGS variable.

commit 37f495959bf94487fbc57dce41d36c4b1a02f4cd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 20 14:18:37 2024 +0100

    Expose class ids in XfwWindow and XfwApplication
    
    The term class id seems quite appropriate, since it is of course used on
    X11 in WM_CLASS, but also on Wayland, at least in the
    xdg_toplevel::set_app_id doc, even though we're actually retrieving the
    app-id from the wlr-foreign-toplevel-management protocol.
    
    Closes: #15

commit aa74758341727797f992d4d131134f261d1ddc8b
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Apr 27 17:14:47 2023 -0700

    Update ext-workspace protocol spec to current version

commit d2f412773c7abd4e57c2533ab7b814710888a4d6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Feb 24 17:48:42 2024 +0100

    XfwWindowX11: Improve monitor list management
    
    Completes previous commit:
    * Initialize monitor list
    * Listen to GdkDisplay::monitor-{added,removed}
    * Maintain a proper list of monitors where the window is, which should
      match what wlr-foreign-toplevel-management provides on Wayland

commit a8aa79e5c8c826f98549609016633ec9f86a71f9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 21 23:26:01 2024 +0100

    XfwWindowX11: Fix monitor management
    
    It was all wrong. Apparently never used by anyone.
    
    Fixes: 88188a98b4d2b2a020e4b3550a5de65600d2ef3b

commit 1e4a0a494773aaf60b643a4627b1a65340948b04
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 8 00:45:41 2024 +0100

    I18n: Update translation it (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ddfb5ca67d99988c0d6b6cc222e0752e7ed1675a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Jan 11 18:40:33 2024 +0100

    build: Search for bind_textdomain_codeset in libintl too
    
    In FreeBSD bind_textdomain_codeset is provided by external package
    gettext via libintl.
    
    Related: https://gitlab.xfce.org/xfce/libxfce4util/-/issues/25

commit 210a67c25b60d8b14e75ac5b3ebe42ed817444cc
Author: Anonymous <noreply@xfce.org>
Date:   Fri Dec 8 00:45:54 2023 +0100

    I18n: Update translation oc (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1fbbf174734dd485102357ae1a169fc487844c97
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Nov 2 19:01:28 2023 +0100

    build: Test if wlr-protocols dir is empty at configure time
    
    A rough test, but should prevent unnecessary bug reports if the
    submodule has not been cloned with the repository, which is likely.
    
    Completes: b729a07c87aa18d576ba35070b9afe4b1edc48bd

commit b729a07c87aa18d576ba35070b9afe4b1edc48bd
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 31 08:37:01 2023 -0700

    Use system wlr-protocols defs if avail, fall back to submodule if not

commit 735e0eae0e01a1fd6f019c6644f2d584b57c64fa
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 17 00:45:37 2023 +0200

    I18n: Update translation zh_TW (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit fed8c588f953582de403c97c82a03d1a17944073
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 5 19:11:07 2023 +0200

    Reduce verbosity

commit 1ed2f8d030aa992ff6baf96d29ebb5d82d6d2ef0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 2 11:54:47 2023 +0200

    Add missing G_END_DECLS

commit 5801cff7fca6744e7fafd492cd93d911592db719
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 13 00:45:49 2023 +0200

    I18n: Update po/LINGUAS list

commit 3dc1560458d502922ba9de5e20e97b544eab3cd3
Author: Anonymous <noreply@xfce.org>
Date:   Wed Sep 13 00:45:49 2023 +0200

    I18n: Add new translation da (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 60aa40223ebaadc6c90bf6fa2589bc0e40b671fa
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Aug 15 13:01:10 2023 +0200

    window-wayland: Set app_id only if it changes
    
    Some compositors may send the app_id every time a window becomes active,
    for example, even though it hasn't changed (since it should probably
    never change).

commit cc2d33c102e8be2a38bb0189ecc700a2e686fd3b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Aug 15 12:55:47 2023 +0200

    application: Fix window memory management (V2)
    
    If the app is finalized before its last window. This shouldn't normally
    happen, but in any case a WeakNotify is required in addition to the
    ToggleRef.
    
    Completes: 6486f0096e2d672d2318e084075b69a9efbc07c1

commit ddfdf7c24c61993d4fb8a650419a7970f03c228a
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 31 00:45:36 2023 +0200

    I18n: Update po/LINGUAS list

commit 3b6497d8e0a9c981d0f8d558220e5d33351e9092
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jul 31 00:45:35 2023 +0200

    I18n: Add new translation ga (73%).
    
    14 translated messages, 5 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 848e3c5dd37e293f16bc156fc9a020bc1d2cb23e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 20 12:45:40 2023 +0200

    I18n: Update po/LINGUAS list

commit ef2cf5ec2f76b5585a71088f4afab885651182cc
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 20 12:45:40 2023 +0200

    I18n: Add new translation et (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit db1e54a7adeab14b2bcea58bfbda760171e8054d
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 19 12:45:40 2023 +0200

    I18n: Update po/LINGUAS list

commit fd5f3c88b38e0390c24abe4299a9af5f44647568
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 19 12:45:39 2023 +0200

    I18n: Add new translation ca (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 97804b1964a1855c519b8d24fc689badcbd0ac16
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu May 11 11:42:20 2023 +0200

    window-wayland: Ensure app always exists (Fixes #14)

commit 279d8e3f082e68a2aa468cd1e9f1db96761eabf7
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu May 4 22:42:58 2023 +0200

    I18n: Update po/LINGUAS list

commit 87163e09602e2d51edccf504a97f19142b99992b
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu May 4 21:49:12 2023 +0200

    I18n: Update po/LINGUAS list

commit 5bdda56ab44e241d474b69eecfe6fc37c095361f
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Apr 29 15:23:45 2023 -0700

    Add monitor-added and monitor-removed signals to XfwWorkspaceWayland

commit 0e13756d2eef460b2ec2a3c39f897a7418aeb1de
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Apr 29 15:21:19 2023 -0700

    Minor cleanup to wayland group monitor code

commit 5de98b414e1f020713ef3b9f6d7316170d7853bf
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Apr 29 15:19:21 2023 -0700

    Remove unused code from XfwWorkspaceGroupWayland

commit 087fbf3baa83648305c751744e81d41c902dbce7
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Apr 29 15:14:32 2023 -0700

    Fix missing monitors-changed signal emission on x11/dummy

commit 3071b24f37c61c0dfd41e595acd4364a156e8823
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Apr 28 17:04:39 2023 -0700

    x11: use workspace number as ID

commit ef09987a6a700255a5dcce3a508f7308ca10c253
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Apr 28 12:03:03 2023 +0200

    Use G_N_ELEMENTS()

commit 28ba2632e3e44b48843ce7c2a3d723ef1edcd394
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Apr 25 18:22:32 2023 +0200

    Fix previous commit

commit 6486f0096e2d672d2318e084075b69a9efbc07c1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 24 16:15:44 2023 +0200

    XfwApplication: Fix window memory management
    
    This avoids reference cycle when the XfwScreen is released and windows
    remain open. This is rarely a problem in practice but can cause crashes
    that are difficult to debug.
    
    Fixes: 9364b05146448c89224376c87f82686da4e93a66

commit de3b95be4a71ede8ef9c6a2add318f73c56339f7
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 19 00:50:17 2023 +0200

    I18n: Update translation uk (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cf28f361ed12bb1e9b5738ab19101d0497eb4d2d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 19 00:50:17 2023 +0200

    I18n: Update translation it (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a7792d4f76334014679f63f912b1c583dda25185
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 17 16:43:47 2023 +0200

    Back to development

commit 76a10eb67e7741886ba101f3891fca4de062aaac
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 17 16:43:24 2023 +0200

    Updates for release

commit 3ff4cfe38b9854867042b12c7d354f7902a0bf1b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Apr 17 16:33:45 2023 +0200

    Update copyright year

commit ae5e6e95ad82488a5ccf92a5c05d0d5a597c5421
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Apr 8 16:26:02 2023 +0200

    XfwScreenX11: Fix typo in property name when creating window
    
    An apparently rarely used code path.

commit cb2e2d1ca54a0cc78f30c9240775f6014f4b772d
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 7 01:15:36 2023 +0200

    I18n: Update translation pt_BR (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2603596dd01f1919cb6eda3f44bd28d1f70df9c8
Author: Anonymous <noreply@xfce.org>
Date:   Mon Apr 3 12:45:53 2023 +0200

    I18n: Update translation fr (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0ab53e0a20f541960df34ae48ca59dee62635a21
Author: Anonymous <noreply@xfce.org>
Date:   Sat Mar 18 01:03:31 2023 +0100

    I18n: Add new translation ro (57%).
    
    11 translated messages, 8 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d1d464d0a7ead0756f1bc027a34313d4b3c76d91
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 13 00:45:25 2023 +0100

    I18n: Add new translation en_GB (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 92088c66a19876786e19b4e3b0c36bcc54d58aef
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Mar 5 21:15:16 2023 -0800

    Use XDT_CHECK_PACKAGE_BINARY for wayland-scanner

commit 65457c891fbcbf6233d3dc0d4de361773311a592
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Mar 5 21:09:26 2023 -0800

    Use XDT_CHECK_OPTIONAL_FEATURE

commit ca3773e3501dc76629381db7dd58dc273436efae
Author: Anonymous <noreply@xfce.org>
Date:   Mon Mar 6 00:45:23 2023 +0100

    I18n: Add new translation id (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4a9f397af4a0d1ff595615f5caddf7725248e9af
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Feb 19 13:09:02 2023 -0800

    Use XDT_VERSION_INIT() and eliminate need for configure.ac.in

commit 0120b2d96306e736552479fb9e21b3e903b08c93
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Mar 3 22:06:44 2023 -0800

    Use $PKG_CONFIG and not pkg-config in configure.ac

commit 89198a1ca8efafb5f18f0d49681aff83bbe2bd47
Author: Enrico Weigelt, metux IT consult <info@metux.net>
Date:   Wed Mar 1 14:01:11 2023 +0000

    autogen.sh: fix xfce4-dev-tools dependency version
    
    configure.ac.in requires newer xfce4-dev-tools, otherwise build breaks
    in various ways, eg. config.rpath isn't generated (needs extra
    autoreconf run) and makefile variables not filled correctly:
    
        /usr/bin/msgfmt: error while opening "@MSGFMT_OPTS@" for reading: No such file or directory
    
    Closes: https://gitlab.xfce.org/xfce/libxfce4windowing/-/issues/13
    Closes. https://gitlab.xfce.org/xfce/libxfce4windowing/-/issues/11
    Closes: https://gitlab.xfce.org/metux/libxfce4windowing/-/issues/1
    Closes: https://gitlab.xfce.org/metux/libxfce4windowing/-/issues/2
    Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>

commit d0245eb47c2c2840a441145ea95ce5e24eecafaa
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 25 12:45:32 2023 +0100

    I18n: Add new translation hr (68%).
    
    13 translated messages, 6 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6672a6bd137f48518f03242bee016d67cf27bf02
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 23 12:45:34 2023 +0100

    I18n: Update translation ko (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit db08a695365299be56421edafdcf8dcd250b0e44
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 23 00:45:18 2023 +0100

    I18n: Update translation sv (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 19987e58be8977b247f1f82a1f5a259bd7497233
Author: Đoàn Trần Công Danh <sgn.danh@gmail.com>
Date:   Tue Feb 21 11:49:34 2023 +0000

    build: Get rid of IntlTool
    
    All functionalities of IntlTool have been supported by GNU GetText.
    See: https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration

commit 9939827e7ec57f91f7ba81c44f665322773724cd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 21 12:27:32 2023 +0100

    Use bind_textdomain_codeset() if available
    
    HAVE_BIND_TEXTDOMAIN_CODESET is set in XDT_I18N.

commit 098691b6154f86cbcb62aea06cb7ede3cf740da8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 20 17:04:47 2023 +0100

    build: Fix autotools warning

commit 539af2a75679f442b0632986c6352f9f9c0ea664
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Feb 18 16:55:08 2023 +0100

    Update bug report address

commit d4a38530265e5a53f2cb437aa35724107dba5782
Author: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Date:   Fri Feb 17 19:08:48 2023 +0700

    build: Fix "make dist" when disable wayland

commit 5e7058d7df74c523d41d0a8fc2ab59e567c233c2
Author: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Date:   Fri Feb 17 18:25:46 2023 +0700

    configure: Fix X11's dependencies detection

commit 59416bd5d8d339ccbde003bc04559268352ac607
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 5 12:45:28 2023 +0100

    I18n: Add new translation ie (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cefc69c848d9457378030d2007f2e5a765380308
Author: Anonymous <noreply@xfce.org>
Date:   Sun Feb 5 00:45:24 2023 +0100

    I18n: Add new translation uk (73%).
    
    14 translated messages, 5 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8f72515e2342904b899462f2dcfdf6d9ceae258b
Author: Anonymous <noreply@xfce.org>
Date:   Sat Feb 4 00:45:17 2023 +0100

    I18n: Add new translation ru (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8e210157de3237ea3eb53bc42cd5da5e2d2df0bd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Feb 3 00:45:22 2023 +0100

    I18n: Add new translation oc (78%).
    
    15 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9923ca4debea137a881a719696ce1332b38758d9
Author: Anonymous <noreply@xfce.org>
Date:   Thu Feb 2 12:45:31 2023 +0100

    I18n: Add new translation en_CA (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3ab4c88dfcacabc333454fe4f82a4aa5f97f0945
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:07 2023 +0100

    I18n: Add new translation zh_TW (89%).
    
    17 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit af33795de17eff4156236a235167ef4887f79e7b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:07 2023 +0100

    I18n: Add new translation zh_CN (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit abe143818fa180df0d7b8b88aac1338b701ab135
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:07 2023 +0100

    I18n: Add new translation tr (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a2bf4cce0fdb3364d63481502be8817f5fd7a013
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation sv (94%).
    
    18 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6aa5593a260e9de03e47c655207d240b31fb548e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation sr (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c580062d0fc926ba4568a7ce22139a51cd88d77a
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation sq (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cd88a7258e671f0ca3e270c1e12ee59b5daf2435
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation sl (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 31b91ada050fa3e00eecd16d6e62369a55b24081
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation pt_BR (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a76b868f6a681b9c1086ecd6a9a006cdd110a597
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation pt (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6317094f5058b1415037f6b4fc1336e30032c4b4
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation pl (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit abf279b47bb1566c08a88638f26d45fad74f1f1b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation nl (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 35ceb075ecb49e30b437c1781395ef99ae49dddc
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:06 2023 +0100

    I18n: Add new translation nb (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2a4960cc3bf6c1d10e8bf31b396c1372addf4651
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation lt (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1a717a9bbe3055fe9aee75d13451ed34b7437427
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation ko (89%).
    
    17 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cec3acba6487f5431970811e1846bcd02c154b9f
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation ja (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 30a30fee37938445a20a08eaa1d4f8c1a657957b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation it (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a732e2842aeda15adf0bd74744e5b1c6965ba99e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation he (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e3fb3bc4a243e2b869a2dc105ddd906bca3975d9
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation fr (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1c6b09f0eb881a8707aa008aadfb8f722287ae35
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation fi (73%).
    
    14 translated messages, 5 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f2d1ab060c8c4718a868c0d3a5f80bb30cb74587
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation es (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6dc2839508558a7a3046014916ab9264d5e96b8d
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation de (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 52973ca788482faa28a238a1cc2eb4147d856233
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jan 31 09:59:05 2023 +0100

    I18n: Add new translation bg (100%).
    
    19 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 66ca431cec25aa748ce4b4a0811312d6311d5b5e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jan 11 18:05:54 2023 +0100

    XfwWnckIcon: Silently return NULL if no X11 window can be found
    
    If `_xfw_wnck_object_get_x11_window()` should not return `None`, it
    would be up to it to issue a warning rather than the calling function.
    But in this case it can return `None` because WnckClassGroup can emit
    the "icon-changed" signal when its window list is empty.

commit 04c6ce260450ce734f3c8c463368e3308bd9c645
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Jan 10 20:51:00 2023 -0800

    Add new CI builds to build without X11 and Wayland
    
    This should keep me from breaking these builds in the future.

commit 0dcd0a348c02786e45e8cd167d9ba92df29a2148
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Jan 10 20:44:32 2023 -0800

    configure: error out if no windowing backend enabled

commit 4cd7595961ff2851f98b14d277d58df3aa4458c1
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Jan 10 20:40:52 2023 -0800

    Add configure args to enable/disable X11/Wayland
    
    Instead of having to disable specific dependencies to disable one of the
    windowing backends, now you only need to pass --disable-x11 or
    --disable-wayland.
    
    You can also pass --enable-x11 and/or --enable-wayland, and configure
    will error out if the dependencies aren't met.

commit 19dde29828a6fbc49a3279f5b2943f0b87d54e25
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Jan 10 20:26:27 2023 -0800

    Fix Wayland-only build
    
    Closes #8

commit fda955b179685695e5cf81f1ee72e6532c2e5fd6
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 9 13:51:26 2023 -0800

    Back to development

commit fbfc36b25842a209465e188dcfa1b38258ccc97d
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 9 13:49:22 2023 -0800

    Updates for release

commit 3f338ee8505abb39d4d7f5623bf4443f1be31474
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 9 11:59:57 2023 -0800

    Allow callers to determine if a returned icon is a fallback icon
    
    Adds xfw_window_icon_is_fallback() and
    xfw_application_icon_is_fallback().

commit 28780240b1a2378fea41f83dc9d85ed20a1ec861
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 9 11:38:49 2023 -0800

    Remove duplicate _get_icon() code
    
    XfwWindow and XfwApplication just call _get_gicon() and then render it.
    There's really no need for the get_icon() virtual function in either
    class; the abstract base class can just call _get_gicon() and render it.

commit 0b6fec7bf1715196080d1372e0c6b66faf8369de
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Jan 4 13:08:38 2023 -0800

    Return correct fallback icon for XfwWindowWayland

commit 78ff5b80f5e94441bed60236a2f90a4bb957c1a8
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Jan 4 03:46:45 2023 -0800

    Cache GIcon and GdkPixbuf in XfwApplication

commit 710b90cc55c5ebb6850168a5f8fec3d4c6b557d7
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Jan 4 03:46:21 2023 -0800

    Cache GIcon and GdkPixbuf in XfwWindow

commit 95d1178e72823ab5b63861d74fca3f78ba84f9ab
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Jan 1 04:52:56 2023 -0800

    Add xfw_(window|application)_get_gicon()
    
    This also stops using libwnck's get_icon() and get_mini_icon() on X11,
    as they're awkward to use and inflexible.  Instead, we can just fetch
    _NET_WM_ICON ourselves, and get access to (possibly) several icons of
    different sizes.
    
    This also allows the GIcon to function properly with UI scaling, as for
    some reason it seems GdkPixbuf (when used as a GIcon) doesn't support UI
    scaling properly.

commit ec23d5137ee3fa32af294135c1cff8c4a025b4e6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Jan 7 12:12:03 2023 +0100

    XfwApplication: Make XfwApplicationInstance opaque

commit b47677458240b2fc7fa2eb76ed024a9bf6a4f604
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Jan 3 03:36:58 2023 -0800

    Fix build when X11 disabled

commit a4062a9c7439d3de28d26763608df39bef08b68d
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 2 16:18:44 2023 -0800

    Back to development

commit 2948bd2b314dfcdffa4b3631e500cc7432b3c696
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 2 16:16:37 2023 -0800

    Updates for release

commit ee4b35542d7310493caaf2a4eff01b0c966478eb
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Jan 2 15:29:53 2023 -0800

    Make interface structs private

commit a6c0435422585565dd520c119044c7476ea01aed
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Dec 31 02:44:13 2022 -0800

    Fix blurry icons in XfwWindowActionMenu

commit c16b45bb527fef46ba09cf5f4b80c47680047f8f
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Dec 20 18:36:24 2022 -0800

    Enable gitlab CI

commit 9e80d0881da61dcdd56f4ca422d77366eb95e8f3
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Dec 20 18:31:14 2022 -0800

    Add README content

commit f5ae5d12810e46465f4fce348e4b299f368807bd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 18 11:40:35 2022 +0100

    build: Bump requirements to match Xfce 4.18

commit f52d6f0e66409f7de5eeddc72bdd1bfb7474bc5c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 18 11:50:41 2022 +0100

    docs: Fix warning and get_icon() docs

commit f8814eca0cd5b7f3bf7527438293431e04f85a31
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 18 11:35:03 2022 +0100

    docs: Fix typos, warnings and deprecated syntax

commit 931853b6a3a053a2d50bd32b323968af55f4b01e
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Dec 17 16:01:42 2022 -0800

    Add library version macros and functions

commit 19d41a15cbf7d80a1f6a5be8a0e394cbaf477805
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Dec 17 17:19:31 2022 -0800

    Fix X11 window icon getting scaled down to half-size
    
    I forgot to multiply the requested size by the scale factor when
    checking to see if the icon needs to be scaled after getting it from
    libwnck.

commit b93e985f22225054926546601c7698b3901b4199
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Dec 17 14:41:07 2022 -0800

    Thread UI scale factor through to _get_icon() functions

commit b9b0135217ecdeeb32b39d2cf4031477690f964b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 17 23:24:18 2022 +0100

    Silence deprecation warnings from xfce4-dev-tools >= 4.17.1
    
    Which automatically set GLIB_VERSION_MAX_ALLOWED.

commit 5da68cff37936b6b77afb73f2d647bd46dbae341
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 17 20:31:01 2022 +0100

    Move xfw_g_desktop_app_info_get() to private

commit b8100488b08ea2006c9465e60555f3b40ffe4f05
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 17 20:07:45 2022 +0100

    Add missing assert in previous commit

commit ca54db0968f96363b96db43f9884e9c453972b76
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Dec 14 23:42:32 2022 +0100

    Make application_x11_get_icon() and window_x11_get_icon() consistent

commit e8e26e476f4fdbd4a00019cbdf605a31dd8c3e7a
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Dec 15 03:02:19 2022 -0800

    Fix GTK_PREFIX commandline

commit 3de5ed95bdaa50a1d826a4dcf3f7262493433640
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Dec 15 02:52:25 2022 -0800

    Reduce glib version requirement to 2.66

commit 36901129fb2eb63d72a293805d80b86b3d8af193
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Dec 14 15:08:31 2022 -0800

    Disconnect signal handlers in dispose in XfwWindowActionMenu
    
    Disconnecting in finalize is too late; we can still get signals from the
    window after the menu item widgets are destroyed.

commit 8171f1440faa81657d6fb8fd5a1fd70460e7bbdf
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Dec 14 15:05:58 2022 -0800

    Fix missing superclass chaining in XfwWindowActionMenu

commit 9ffbaf001ee18b2130260b0b81ee00f5541f4fc2
Author: Johan Malm <jgm323@gmail.com>
Date:   Sat Dec 10 22:01:13 2022 +0000

    XfwWindowWayland: Emit signal "name-changed" on title change
    
    ...to fix intermittent failure to update title.
    
    Fixes: issue #3

commit 09dfa7c7dda554e0e5c957592dc2ed6d5f4da7f1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Nov 5 22:32:41 2022 +0100

    XfwScreenWayland: Add missing sanity check

commit 09b0b3c1fdc7e7dca0c132599094e00a2afb409b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 29 10:17:43 2022 +0200

    XfwWindowX11: Initialize geometry

commit 8e53ee64b3f7935943ccd797ac5f0280c004ca23
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Oct 28 01:55:42 2022 -0700

    Eliminate blurriness in X11 window icons
    
    We need to tell libwnck the default icon size we want, otherwise it'll
    give us icons of its default size, which are quite small.  Since we
    don't want to keep invalidating the entirety of libwnck's icon cache any
    time an app wants an icon of a different size, we just track the largest
    icon size ever requested, and tell libwnck to generate icons of that
    size.  If the caller requests something smaller, we downscale.
    
    This isn't perfect, but is probably the best we can do.

commit 71ee42a9775a907e56f584a78788e6bcfcfeb8b5
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Oct 22 10:54:55 2022 -0700

    Use G_N_ELEMENTS instead of hand-rolled arrayof

commit b3509d90d691f974563341e9f932d3d53e6146a8
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Oct 22 01:44:05 2022 -0700

    Add min/max/close icons to window action menu

commit 31c177a85329a8abfa47e3ae437251916222896d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 18 20:39:18 2022 +0200

    docs: Fix "unused declarations" warnings

commit 61b998dfef8d1b85c444c1aeaab400c6d16350ab
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 18 18:49:26 2022 +0200

    Use G_DECLARE_FINAL_TYPE()

commit aea4b5d690753fa5eb64bd7b0b1797a3f28c1a43
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 18 18:09:30 2022 +0200

    Use G_DECLARE_INTERFACE()

commit 0c92998a7b27fc34709085f5bba5f1b963725ba3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 18 20:03:59 2022 +0200

    docs: Various small fixes

commit 419cb4b9ac5e3f2dfad230f8c50413d8b49ff32f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 18 15:24:30 2022 +0200

    docs: Add XfwApplication

commit dca0f00419be4f87eae3cc3c57b38d4c32b8b130
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 18 01:57:59 2022 -0700

    Fix gtkdoc-fixxref options

commit 39cc5975f7b29e709fa13c1604dbd28632dd08a8
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 18 01:41:05 2022 -0700

    Add docs for some of XfwWindow

commit b626c36dd8d20a4e3b3a4565c072aa234fda5b2c
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 18 01:00:53 2022 -0700

    Add docs for libxfce4windowingui

commit 0b5f5dc5ed82b5500ec48c34b65c09ab67b4137d
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 18 00:59:46 2022 -0700

    Fix gitignore rules for reference docs

commit 299e261e9e64191a3782c3d0c95dcaf67166c426
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 18 00:54:44 2022 -0700

    Fix glib/gdk references in libxfce4windowing docs
    
    Also add a couple missing symbols

commit 13d0f71a2f61328ab45aa8e7aa0d7513c091ee2a
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 14:54:31 2022 -0700

    Make XfwWorkspace::state-changed consistent
    
    Prior to this changed, the state-changed signal passed the old state to
    the signal handler.  The other signals that handle bitfield changes
    instead pass a changed mask and the new state.

commit 644785116bf139f2172d4f4ac454daec682877eb
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 14:43:08 2022 -0700

    Fix incorrect type signature for XfwWorkspace::capabilities-changed

commit 3df2497d0a2fd18c885a0ff03760cca82a4732da
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 14:38:58 2022 -0700

    Document XfwWorkspace

commit ede47f5f1bd105813bc81ccdd1cabd5988f235b0
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 14:15:08 2022 -0700

    Add docs for XfwWorkspaceGroupCapabilities

commit 2cffa23383d9f780960ccb02cf8b1d6c97739c80
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 17 19:18:11 2022 +0200

    Fix XfwWindowX11::type-changed emission

commit f86e6a2ec90a1c02ee88d1425d82d203256757e1
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 01:21:09 2022 -0700

    Add module-level docs for workspace manager and group

commit 4258ce06c66af1b9cf3ca1050f354cf807ba7858
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 01:13:38 2022 -0700

    Update doc configuration

commit 01dfc6fbb10f1d40d54df86398a848af808a1064
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 01:05:26 2022 -0700

    Move libxfce4windowing docs to subdir
    
    We have two libraries now, so each will need their own directory.

commit 66aa34daca0f8f0801db469aad13b7f26d75c4b9
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Oct 17 01:02:23 2022 -0700

    Add more API docs, and fix a couple doc errors

commit e841449018db3ab922a165818964f5caca458e72
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 14 20:29:56 2022 +0200

    Add GObject introspection support
    
    Passes make distcheck, perhaps to refine when filling/fixing the doc.

commit e1b16130339ab81a83a8f368a0db2208b83136fb
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Oct 13 17:48:12 2022 -0700

    Don't exit(1) if we can't figure out the windowing system
    
    As much as it's not clear what a caller would actually do with a weird
    situation where the windowing system is not X11 or Wayland (or if it is,
    but support for that windowing system was not compiled in), it's
    probably better to just return "unknown" to the caller and let them
    figure out what they want to do.

commit 980997fedb36e16eaec06ab6ecf3221021e32ba2
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Oct 12 14:57:49 2022 -0700

    Make XfwWindowActionMenu update as things change
    
    If the window's state or capabilities or workspace change after the menu
    is created, now the items will update accordingly.
    
    This also fixes a bug where simply popping up the menu would set the
    window to be pinned.

commit 4c46819dd5d42fa20c8522bc35f68fe3ebb8d903
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Oct 12 13:45:03 2022 -0700

    Fix window capability for moving between workspaces
    
    This gets rid of the CAN_PIN and CAN_UNPIN caps, and replaces it with
    CAN_CHANGE_WORKSPACE.

commit 955c8088a9a66a13b22ddab321feef19e944df60
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Oct 11 21:21:45 2022 -0700

    Ok, actually use LGPL 2.1 for COPYING
    
    This is what I intended from the start (headers in files said LGPL, but
    COPYING was GPL).  Also, silly to use LGPL 2.0 when LGPL 2.1 is there
    and has better naming.

commit 133ddcf70d785fa8c54d1deb3ff315872744f35c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 10 20:46:00 2022 +0200

    Add XfwScreen::window-manager-changed

commit 9364b05146448c89224376c87f82686da4e93a66
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 10 13:05:49 2022 +0200

    XfwApplication: Keep a ref on XfwWindows

commit ff129083c18867ee252c42f6f42d60859813f2a2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 10 12:22:27 2022 +0200

    Add xfw_workspace_group_set_layout()

commit 84c7c2fa65c5abf1cda6f2a3c70a1a970c20b8b1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 10 09:34:52 2022 +0200

    Add xfw_workspace_dummy_get_geometry()
    
    An oversight in c4980d68b71efa5057829acdaf44dadd0fd0bc57.

commit 2b1c4051c3efb5091e417157cc7b8c3823e9b056
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 19:36:59 2022 +0200

    XfwWorkspaceGroup: Add move-viewport capability
    
    Completes b6843eccbd072866b2166b80a893d2fee50bc20b.

commit 53329a6cc9f230b243cd58771bfcaacae2240eda
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 19:14:36 2022 +0200

    XfwWorkspaceGroupWayland: Fix hash table management

commit 6202f65ded2990f479696df596d4198c868e04d1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 18:09:07 2022 +0200

    Prevent Wnck warning
    
    For wnck_window_unminimize(): "Received a timestamp of 0; window
    activation may not function properly."

commit a19bb96ef9e1a26d26b695cc3c5e75556cebf3a3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 17:34:34 2022 +0200

    XfwScreenWayland: Properly update active window
    
    Since we have no guarantee of the order in which the compositor sends
    the change of window state (newly activated window first, deactivated
    window next, or vice versa), we must emit
    XfwScreenWayland::active-window-changed when a window loses its active
    state if XfwScreenWayland:active-window has not already been updated.
    So, in particular, when the stack of displayed windows empties,
    XfwScreenWayland:active-window is properly reset.

commit aeb9dab117b1774743db793547889e44f03797a7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 17:03:23 2022 +0200

    XfwWindowWayland: Fix typo

commit 06c985ca81df0790eb7ea0def1d97935d734455e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 17:02:41 2022 +0200

    XfwWindowWayland: Fix broken unmaximize capability

commit 456d7909e06d30629841e684a16f5ad2428e546a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 12:12:57 2022 +0200

    XfwWindowX11: Update active state early enough
    
    Unlike the previously reverted commit, this ensures that XfwWindow:state
    is updated before XfwScreen::active-window-changed emission, during
    which xfw_window_is_active() would otherwise return the wrong result.

commit 1f3be2f8f96ff7eb43a398eb14934b83c753e006
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 9 12:11:42 2022 +0200

    Revert "XfwWindowX11: Update active state"
    
    This reverts commit 1d5a39205bf18602a41e90b3c29522e9e2b2ea07.
    Better version in next commit.

commit 0e887579f44e9edc0a37fbd2b9c06b594918ac72
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 20:41:31 2022 +0200

    XfwApplicationX11: Keep a ref on WnckApps

commit 5ef0a80a7c3498abae7f34fb865c1c6c175634e5
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 20:04:25 2022 +0200

    Ignore Libwnck 43.0 deprecations

commit 46833a0dbe50295b79b0039abc32bae696192d25
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 19:58:02 2022 +0200

    Add XfwWorkspaceGroup::viewports-changed

commit b6843eccbd072866b2166b80a893d2fee50bc20b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 19:35:51 2022 +0200

    Add xfw_workspace_group_move_viewport()

commit 1a1d4d79403200c4ce6bffc569dbf0a1ec90dade
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 19:16:00 2022 +0200

    XfwWorkspaceGroupDummy: Remove unused member

commit 6226e1a2287cd78b1b1f1192198340663c092167
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 18:45:53 2022 +0200

    XfwWorkspace: Add virtual state

commit c4980d68b71efa5057829acdaf44dadd0fd0bc57
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 18:36:08 2022 +0200

    Add xfw_workspace_get_geometry()

commit df8a1dacb38f73a2e950de9a1bcbea73abf70d83
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 18:08:33 2022 +0200

    XfwWorkspace: Add missing static qualifier

commit 298bdaea06f4abfd499fbc141a731ec9c001eade
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 17:24:57 2022 +0200

    Add xfw_window_is_on_workspace() and xfw_window_is_in_viewport()

commit 87802ec8086a0f1c4c4f74b24e142c2cfa5098dd
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 17:01:53 2022 +0200

    XfwWindow: Add urgent state

commit 7b19c31753dd02801c5000c3230513f008df5973
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 11:22:07 2022 +0200

    Add xfw_window_set_button_geometry()

commit 594c9effaaac47b3cfcaf86712b563afc49d5d7c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 8 10:46:41 2022 +0200

    Add xfw_window_set_geometry()

commit 62ea63fc30a4781f12e98195aed12a79f135db6c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 7 20:45:54 2022 +0200

    XfwWindowX11: Test actual state change in one place

commit 0c9061f81439226445f1c210bbb6489cea00ef2b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 7 20:32:58 2022 +0200

    XfwWindowX11: Fix broken shade/unshade

commit ccf29f97c3aaaa73012be2c2c09b04823160c2ba
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 7 20:29:16 2022 +0200

    XfwWindow: Add missing enum values

commit 02a99ccad4508b4e0465189815c74d66e9b2074d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Oct 7 17:06:56 2022 +0200

    XfwScreenWayland: Emit "active-window-changed" after "window-opened"

commit 805b3ba613e03548dc4864a1f8db9fedb403de3c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 23:27:34 2022 +0200

    Add XfwApplication:instances

commit 74347e4d3f1e4ebab306846322f6747a03d0897d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 18:48:07 2022 +0200

    Remove XfwApplication:pid

commit ca76622bf1e54b7b2647112515a42c385b855aa6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 18:25:15 2022 +0200

    XfwApplicationX11: Use WnckClassGroup instead of WnckApplication
    
    What Libwnck calls "application" corresponds in fact to the instance of
    an application (a single pid), while "class group" corresponds roughly
    to the notion of application, as it can be inferred on Wayland from the
    app-id.
    
    Therefore what has been done in 702eafd3 does not allow to find a
    satisfactory result for window grouping by application on X11, while the
    result on Wayland is correct.
    
    So let's deviate from Wnck naming on this point by starting to use
    WnckClassGroup as a reference Wnck object for XfwApplication. This is
    essentially a renaming since the two APIs are very similar.
    
    The following commits continue this refactoring by introducing the
    notion of instance as a member of XfwApplication, in order to retrieve
    the pid, as well as the name and the list of windows per instance.

commit 0ac8a339e7b0997a02a160862150d134aca2553f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 17:13:57 2022 +0200

    XfwApplicationX11: Manage window list as on Wayland
    
    An oversight in 702eafd38ea5a9aa0f8481f74ac326c8487087ef.

commit 2208e6f9f344a83b8310227b616dc60c368d5bec
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 16:59:57 2022 +0200

    XfwWindowWayland: Remove private getter
    
    Unnecessarily added in 702eafd38ea5a9aa0f8481f74ac326c8487087ef.

commit 4382149fa1e7f876e7696b933c0ac0a505767d59
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 5 09:08:02 2022 +0200

    Remove public multi-screen API
    
    Multi-screen support has been dropped since GTK 3.10.

commit 29a7076080b2943e0dd60179ea2abe81152d0b7b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 12:50:47 2022 +0200

    XfwWindowActionMenu: Show menu items

commit 05bb437ce93ab11188c8bd5a594f3e5466a26363
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 12:39:49 2022 +0200

    XfwWorkspaceGroup: Set missing workspace manager

commit 704f947476500dfd04537b8298a4b6d66e55d608
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 10:37:52 2022 +0200

    XfwApplicationWayland: Set fallback app name

commit 1d5a39205bf18602a41e90b3c29522e9e2b2ea07
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Oct 6 07:01:53 2022 +0200

    XfwWindowX11: Update active state

commit ac9805be5686b7d7897d264d2ac4e5f80e1daa40
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 5 12:01:11 2022 +0200

    Handle fallback icon internally on X11
    
    Instead of adding get_icon_is_fallback() for XfwApplication and
    XfwWindow. The return value of get_icon() is nullable, it is up to the
    user to use a fallback icon if he wants.

commit 655f753a25158748d362489879fb5d7be1bff263
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 4 19:06:24 2022 +0200

    Move desktop app search to xfw-util

commit e174368f551d5d0ef78addb5c1cc53cc33ca815d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 4 18:29:30 2022 +0200

    XfwApplicationWayland: Improve desktop app search

commit e12ef42421ab4b78710cd3d9485e2d36a3c0ec14
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 3 18:52:07 2022 +0200

    XfwWindowWayland: Forward icon from XfwApplication

commit 9d07bb87b9290ea1c1555a2ae9a8ac9d46d403f7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 3 18:16:34 2022 +0200

    Add XfwWindow:application

commit 702eafd38ea5a9aa0f8481f74ac326c8487087ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Oct 3 17:44:03 2022 +0200

    Add XfwApplication

commit c341643593fb093090526d9ffa793ce65ce25422
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Oct 4 10:48:21 2022 +0200

    Fix memory management of Wnck objects
    
    Contrary to what was said in b379bcc7, we can't do without keeping a
    reference on Wnck objects, because we can't control the references kept
    on Xfw objects. We can therefore find ourselves in the situation where
    an Xfw object outlives its Wnck reference object.
    
    Moreover, keeping a reference on an object for the time of its use is a
    normal thing to do, which we cannot blame the user for doing (whatever
    the Libwnck documentation says).

commit eb0d250d7d71db049b5edc53eb75a86fd0734841
Merge: 6db5461 14ff72a
Author: Brian Tarricone <brian@tarricone.org>
Date:   Mon Oct 3 21:29:39 2022 +0000

    Merge branch 'window-icon-size' into 'main'
    
    Add a size argument to xfw_window_get_icon()
    
    See merge request kelnos/libxfce4windowing!2

commit 14ff72abef56b424824b4a0de6c4b9d3fbc8d59e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 2 23:01:51 2022 +0200

    Add a size argument to xfw_window_get_icon()

commit 6db5461b1846b4faa2fb6761627b5f32acfdaf69
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 2 15:53:57 2022 +0200

    XfwScreenX11: Properly disconnect signal handlers

commit b379bcc7c408168620a03086aa21b35a11450f4e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 2 15:36:07 2022 +0200

    XfwWorkspaceManagerX11: Fix memory management of Wnck objects
    
    A `g_object_ref()` was missing when adding a new workspace on
    WnckWorkspace::workspace-created, but it seems to be better to do as for
    the WnckWindow hash table of XfwScreenX11: no ref/unref on Wnck objects,
    as the doc usually prescribes.

commit 1cb312ffd6d7a33d2f0b0d1ca22a2f3a5b8828b6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Oct 2 13:08:46 2022 +0200

    XfwWindowWayland: Fix some memory leaks

commit 74470e59456cde58cee48ac6fb8f537ab7c8c273
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 1 06:43:13 2022 +0200

    Emit XfwScreenX11::active-window-changed for null active window

commit e31f691fc9ec257a2b31edc76bb43ebf2f2adcce
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Oct 1 06:39:41 2022 +0200

    Revert "Reset active window as Libwnck does"
    
    This reverts commit fa56593e0276d7d1cf89339074ca4c83fac7b9b7.

commit fa56593e0276d7d1cf89339074ca4c83fac7b9b7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Sep 30 22:59:46 2022 +0200

    Reset active window as Libwnck does
    
    * reset pointer on WnckWindow::active-window-changed
    * emit XfwWindow::active-window-changed for `active_window == NULL`
    * release previous_window

commit ef2da5d3872eda8d26d1e96043718c6bb444333c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 29 22:36:56 2022 +0200

    Add XfwScreen:show-desktop

commit f4e89c40cfb14f78fa0ee9082b4c2ccb2e4e1ac9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 29 10:15:24 2022 +0200

    build: Move "protocols" to the top of the directory tree
    
    Perhaps more conventional, and avoids a bunch of gtk-doc warnings.

commit 837c0091593330dc4bd747fec75cac815e6cb734
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Sep 29 10:30:55 2022 +0200

    build: Fix make distcheck

commit cdb50f454a01d00dbe28c5820c0975998d090930
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 28 23:40:55 2022 +0200

    build: Bump required GLib to 2.74
    
    Required by G_DEFINE_ENUM_TYPE, among others. Also check for glib-2.0
    using the GLIB symbol so that m4 macros based on its detection work
    properly (see e.g. xfce/xfce4-dev-tools@e17223e0).

commit 3581203c3e3fb4a2ce60389726769efbe659e909
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Sep 28 22:48:32 2022 -0700

    Add xfw_window_is_active()

commit b9d20de96a950dcebcd6fa9d816e0d6b03541e7e
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Sep 28 21:14:52 2022 -0700

    Add xfw-window-action-menu.c to POTFILES

commit 3865a3fcffe341765677a3a1105cd011e5d3ec06
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Sep 28 15:36:39 2022 -0700

    Add start_move() and start_resize() to window

commit 17ef2282fa65e674629f2aeecce324c2d3517920
Merge: 560270c 88188a9
Author: Brian Tarricone <brian@tarricone.org>
Date:   Wed Sep 28 21:21:52 2022 +0000

    Merge branch 'add-monitors-property' into 'main'
    
    Add XfwWindow:monitors
    
    See merge request kelnos/libxfce4windowing!1

commit 88188a98b4d2b2a020e4b3550a5de65600d2ef3b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 28 22:54:34 2022 +0200

    Add XfwWindow:monitors

commit 560270ccb1483b598aaf5e5c054a960cf6fe7019
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 28 22:48:24 2022 +0200

    Reset XfwScreenWayland:active-window on close

commit 3e77a753722eafa26edee4b3b2b74e23785d8d7c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Sep 28 22:46:46 2022 +0200

    Update .gitignore

commit 2732dbf706859f523d7c2e278ffbd735b2ed48ef
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Sep 28 00:04:56 2022 -0700

    Retrieve wl_seat instance from compositor
    
    It turns out that activating a toplevel with a NULL wl_seat parameter
    causes a protocol error, which crashes the calling app.  So make sure
    we've fetched a wl_seat from the server before trying to activate a
    window.

commit cd9a664beb09f8e0a87d419eb9723c75d2e3d2d9
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 22:59:52 2022 -0700

    Implement get_icon() for wayland windows
    
    Turns out the app_id event from the toplevel manager is useful after
    all: it provides the desktop-id of the application, which we can look
    up, and then see if there's an Icon= field in the .desktop file.  From
    there, we can try to load it.

commit 86b358f7f25fc046088ff53069e287e5fa1ee14c
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 21:42:41 2022 -0700

    Use idiomatic G_CALLBACK() rather than casting

commit 79974e28a8148c856d90b264107273ee88f81e8a
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 18:16:29 2022 -0700

    Make window's pinned state a bit more correct
    
    'Pinned' and 'sticky' are two distinct things: the former means that the
    window is displayed on all workspaces, and the latter means that the
    window should be kept in the same place on the "monitor glass" if the
    viewport is scrolled.  (Not even sure what WMs even do viewports larger
    than the monitor size anymore.)
    
    Confusingly, 'sticky' seems to also get set when pinning a window?
    
    At any rate, this stops using 'sticky' from Wnck as our version of
    'pinned'.

commit 05764c0e1d47ccfb09353f5f2f947674fb619b10
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 17:58:46 2022 -0700

    Fix broken impl of X11 active-workspace-changed
    
    I was interpreting the Wnck signal handler's parameter as the new active
    workspace, when it's actually to previously-active workspace.

commit a75316d96b86257a69c81f923a414957b85a7ec7
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 17:51:17 2022 -0700

    Add libxfce4windowingui sub-library
    
    This one links to GTK and can have widgets.  XfwWindowActionMenu is the
    first one.

commit d7393dfc081b73e32ac5e6fe0d1ddae2041ce325
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 17:49:15 2022 -0700

    Forgot to implement window move_to_workspace

commit b39ba33bf36b5298120715e1c613fd71f6b1fc56
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 15:31:19 2022 -0700

    Add window set_above() and set_below()

commit ba1a1471572d65590e110ce5b4929b4b0f2edd81
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 15:03:51 2022 -0700

    Add more window capabilities
    
    * _MOVE
    * _RESIZE
    * _CAN_PLACE_ABOVE
    * _CAN_PLACE_BELOW
    
    Also added window state bits for above/below.

commit 65a312cdb0721af2940789930a6b8d45c20f3d84
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 14:51:44 2022 -0700

    Add workspace layout functions
    
    * xfw_workspace_get_layout_row()
    * xfw_workspace_get_layout_column()
    * xfw_workspace_get_neighbor()

commit 8e058450d89f18b67a456988e11ae44d7c975c68
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Tue Sep 27 00:01:20 2022 -0700

    Add missing '-0' suffix in pkgconfig file contents

commit 882f85b5157b0472c090d8770684adf3ad2e5074
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 23:53:36 2022 -0700

    Make methods on XfwWindow that can error return gboolean

commit 0b57dcd13eebb6c387d7000fa31e79ad162413f3
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 23:35:33 2022 -0700

    Add 'shaded' window state, with setter & getter

commit 3dd9e44decfffba0d4e1ee35ffa894b52392b779
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 23:25:48 2022 -0700

    Add xfw_screen_get_default()

commit c1517b0f7ab10698802a3765dbf1778eb1fc6c81
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 23:23:06 2022 -0700

    Add xfw_window_get_window_type() & signal & property

commit 36ebabbb406373980d2157d6a43d8414901962b2
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 04:06:28 2022 -0700

    Fix license: I intended LGPL, not GPL

commit 2de4ccee58c1e026b87875fc07621c398a469b6f
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 03:04:05 2022 -0700

    Add workspace capabilities tracking and getter
    
    This also changes the workspace activate() and remove() methods to obey
    the capabilities of the workspace, and they now return a bool to
    indicate success or failure.

commit 2af195dae252eb3e0d73669cca2ad218545297ff
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 02:46:28 2022 -0700

    Remove setters for most wayland workspace properties
    
    They're not writeable anyway; not sure why I put them in there.

commit b20f0b9143b44db4f332f66deb1b102916c3bdf7
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 26 02:06:48 2022 -0700

    Add gtk-doc, with docs for xfw-util and XfwScreen

commit 9776e50f11c8d26f191814db3a36b0f056b5fc2f
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Sep 25 22:56:03 2022 -0700

    Add API version suffix to lib and .pc file

commit 8bbe6961516a5dfe8fb6fdbd0e4a243afc3d72cc
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Sep 25 22:27:34 2022 -0700

    Fix i18n stuff

commit 00d1da72af6033332d371ec30ee3818f66135b7d
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Sep 25 22:03:57 2022 -0700

    Fix build when srcdir != buildir

commit 7f53509a596b7ccfa6ba11c671cddf9604ecd4b8
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sun Sep 25 21:43:35 2022 -0700

    Override finalize() instead of dispose()
    
    Also remember to chain up to the parent class's finalize().

commit 25e22d91198558cf001d651f6cd700d23d44eb31
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Sep 24 09:02:12 2022 -0700

    Add workspace group capabilities & create workspace

commit 01bdb766c576538f5f5dfbc489f4f3f7211146e3
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Sep 24 07:58:13 2022 -0700

    Add window action capabilities tracking/signals

commit 5b1c6e33266ed299ab05b17642cabaea2510615a
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Sat Sep 24 01:40:12 2022 -0700

    Add xfw_workspace_group_get_workspace_manager()

commit ab9bb7c1e1e1b7d77f2855a4175285c133538d2d
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 23:18:34 2022 -0700

    Better workspace faking for Wayland
    
    (Only when the workspace extension isn't present though, since it's
    otherwise hard to fake.)

commit 96882c98ba56f9632b25ea97adff8629957ed36c
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:51:39 2022 -0700

    Fix missing iface property installer for XfwWorkspaceDummy

commit ed9da6558125c812ebe4bb77fde60bbb27ee1db2
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:45:28 2022 -0700

    Downgrade some g_warning()s to g_message()s
    
    This isn't an issue with the library, and if people want to use
    G_DEBUG=fatal-warnings to debug their own stuff, us warning here will
    interfere.

commit 6625b25dae554462f14601e9c5c4bcd833d53f04
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:44:30 2022 -0700

    Fall back to dummy workspace manager on Wayland
    
    If the Wayland compositor does not support the workspace protocol,
    substitute a dummy workspace manager so things will at least sort of
    work.

commit ee900418b5142ebc0e90df99113a268f785048af
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:42:19 2022 -0700

    Remove old workspace manager constructor/getter/singleton
    
    XfwScreen is responsible for creating and managing lifecycle of these
    now.

commit 333144ccac31f70d5c254ee29c147bfb26416087
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:25:34 2022 -0700

    Fix typo in property name

commit 0f2d92053e4747bd5ed92531d63eab062ea93061
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:16:56 2022 -0700

    Remove old_workspace param from XfwWindow::workspace-changed
    
    Wnck doesn't have this param so forget it.

commit 6cd34195c2aefe89284e1162edc50ddd84fda15c
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:07:37 2022 -0700

    Fix XfwScreen not being passed to XfwWindowX11 construction

commit ed6c3a2364ead373d31287273f53f8bc45e9d643
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 22:05:07 2022 -0700

    Add XfwWindow::geometry-changed & a getter
    
    Not supported on Wayland as there's no way to retrieve this info

commit d76460a6fa7223eebe55a5c470c5b049a2c0ac0c
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 04:35:10 2022 -0700

    Fix a bunch of crasher and gobject-related bugs
    
    * I forgot that ->priv pointers don't get automatically set
    * I forgot that even construct-time properties don't get set before
      foo_init() (how could they?!); but they can be used in
      foo_constructed()
    * XfwScreenX11->priv->wnck_screen never got set at all
    * XfwScreen::window-stacking-changed signal was specified incorrectly
    * XfwWorspaceGroupDummy was missing its G_ADD_PRIVATE(), causing memory
      corruption and crashes
    * There was a circular dependency creation issue in
      XfwWorkspaceManagerX11 between the dummy group and the workspaces
    * XfwWorkspaceGroupWayland was using the wrong property ID for one of
      the setters
    * I was misusing the GValue API (and shouldn't really have been doing
      what I was doing anyway)

commit 6ca6091de703b0b63d88b8214a974335ecb15c82
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 03:08:10 2022 -0700

    Add xfw_screen_get_number()

commit 4ad70c339252af866a89b2ce1c61a39120d85599
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 02:30:59 2022 -0700

    Add xfw_window_get_screen()

commit 92b25c8d155b7e237c471c0a32d92c03d2d12431
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 01:59:46 2022 -0700

    Emit 'closed' signal when X11 window closes

commit b6b59cf0a6768d94912017d5f1a67ac675d94f25
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 01:45:49 2022 -0700

    Make XfwWindow state-changed like libwnck's
    
    WnckWindow state-changed passes a changed mask and the new state.

commit 275e0a46556134ff20f3a8f1720f000d5d51ccab
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 01:13:00 2022 -0700

    Add xfw_workspace_get_workspace_group()

commit 2cfb643683210a1a24dc9712b6afe0062a721da9
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 00:34:00 2022 -0700

    Add X11 error trap push/pop wrappers

commit 23ca4a5400e0535c26f465fa8a4c8b9e7833adf1
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Fri Sep 23 00:25:18 2022 -0700

    Add event timestamp to window activate and close

commit a637e3b9f2438f54381dc02e889a1e49ef03a2c6
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 23:41:41 2022 -0700

    Rename some signals and change some semantics
    
    Some of my signal names deviated from the names that libwnck uses for
    really no reason, and changing names (and/or semantics) will make
    migrating to this library harder.  So let's try to match libwnck where
    possible.  This changes:
    
    * workspace-activated -> active-workspace-changed
    * active-workspace-changes is passed the previously-active workspace
      instead of the newly-activated workspace
    * workspace-group-added -> workspace-group-created
    * workspace-group-removed -> workspace-group-destroyed
    * workspace-added -> workspace-created
    * workspace-removed -> workspace-destroyed
    * window-created -> window-opened
    * title -> name
    * title-changed -> name-changed
    
    more rename

commit 05cbddfc199a044da3b84d33b7ff6ca732cb6d49
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 23:40:54 2022 -0700

    Avoid double workspace-activated signals on Wayland

commit 005fbf6e212b8a3629ffa17aeb13168d48220e31
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 23:22:37 2022 -0700

    Change include dir root in pkgconfig file

commit 4fee15dd279965eacd94131eedb228be48392168
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 23:09:33 2022 -0700

    Parameterize workspace state conversion

commit da3d5627ee60c20309624dd2299473a2105756e9
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 23:04:30 2022 -0700

    Emit active-workspace-changed signal in the right order
    
    Previously it would get emitted sometime in the middle of the
    workspace's state::notify signel emission, but we really want it
    completely after that.

commit a343a0dde6bff60d27caf94a2100f756cebc6ec8
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 22:35:51 2022 -0700

    Add Wayland screen/window implementation

commit 11e68ec8c8a632b4eb8990ae4480647608c4d257
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 21:34:48 2022 -0700

    Add X11 screen/window implemention
    
    Wayland to come soon.

commit 61401a4a0b7943658a2c5ef15d20e0be4b33b798
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 21:21:03 2022 -0700

    Fix -no-undefined ldflag

commit 78169ea3637415a509c5df0fcbe079e7b3677688
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 13:46:30 2022 -0700

    Add missing wnck-workspace property to XfwWorkspaceX11

commit 95255f39f3f74186f69965a6088825d2a33c93d4
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 13:28:44 2022 -0700

    No need to store signal IDs in interfaces

commit 7de8fe9b183db8cdfbfffeb6072f6659994aa041
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 13:22:28 2022 -0700

    Use glib flags type for workspace state instead of uint

commit 03c1488faa626d99c12d0a5bd5ce0a1287580aea
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 04:57:43 2022 -0700

    Add xfw_workspace_group_get_workspace_count()
    
    With this, I should have enough for xfdesktop to work properly, with the
    exception of listing all toplevel windows.

commit bb52cfe6c64dd65171052a4efa4663921515e725
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 04:51:51 2022 -0700

    Add 'active-workspace' property to XfwWorkspaceGroup

commit 8adfcdb39bd3b34cd0dca981a3576c700efe10d5
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 04:29:53 2022 -0700

    Add 'number' property to XfwWorkspace

commit f740ba014f0a438ab283dafcbf1eaa79421e2a35
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Thu Sep 22 03:58:02 2022 -0700

    Introduce workspace groups
    
    The Wayland workpaces protocol has the concept of workspace groups,
    which are assigned to one (or more?) outputs (monitors).  X11 doesn't
    have that concept (well, libwnck doesn't), so we just emulate a single
    workspace group there.
    
    This also refactors a bunch of things and fixes bugs here and there.

commit 9e1638e914c8d0bb1e5ebd01c681481ba5ff6899
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Wed Sep 21 19:52:30 2022 -0700

    Get rid of singleton stuff in the backends
    
    This makes things a bit simpler; the backends will create new instances
    when asked, but the frontend handles keeping a single instance per
    screen.

commit 875514ae17b3955acc0136d27ebbbf27a7b99bc0
Author: Brian J. Tarricone <brian@tarricone.org>
Date:   Mon Sep 19 17:29:14 2022 -0700

    Initial import
