summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4
Commit message (Collapse)AuthorAgeFilesLines
* xfwm4: fix gcc -Wincompatible-pointer-typesKai Kang2024-06-122-0/+40
| | | | | | | | | | | | | | | Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types: | ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types] | 139 | sn_startup_sequence_get_last_active_time (sequence, &l_sec, &l_usec); | | ^~~~~~ | | | | | long int * Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.16.1 -> 4.18.0Kai Kang2022-12-271-2/+2
| | | | | | | | | Update xfwm4 from 4.16.1 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: upgrade 4.16.0 -> 4.16.1Andreas Müller2021-01-131-1/+1
| | | | | | | | | | | | | | | | | Release notes for 4.16.1 ======================== - Catch more XErrors (#476, #486) - Untile window before switching to fullscreen (#478) - Allow interactive resizing with any keyboard modifier (#487) - Do not prefer Xpresent on AMD/Radeon (#490) - Use g_info/g_print instead of g_message for some message - I18n: Update translation: ast, be, be@tarask, cs, el, et, eu, fi, he, hr, hu, ie, pl, pt_BR, zh_TW. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.5 -> 4.16.0Andreas Müller2021-01-062-95/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compositor patch does not apply anymore and testing x86-64 excceeds my resources. Looked into Fedora sources: They build xfwm4 un-patched either. Release notes for 4.16.0 ======================== - common: Avoid zero refresh rate for monitor - hints: Protect against XError from XGetTransientFor() - netwm: Allow above/below only for regular windows - netwm: Mark splashscreen as transient for groups - client: Complete client state even on different workspaces - build: Increase GTK+ requirement to 3.22 - Add `cycle_minimized` option - compositor: Release overlay window last - compositor: Free GLX data when really using GLX - compositor: Remove useless trace message - compositor: Release current GLX context on teardown - display: Remove custom XError handler - compositor: Check for XError when adding windows - compositor: Trap XErrors when disabling compositor - main: Enable compositor by default - compositor: Remove automatic redirect support - main: Add short command line options - main: Add debug command line option - pixmap: Use a safer strncpy() - settings: Fix compiler warning - Remove useless autotools macros and Makefile targets - Use --enable-debug=yes when compiling from git - Revert "compositor: Do not damage on opaque region update" - themes: Use smaller, lighter shadows - compositor: Check if compositor is enabled - compositor: Avoid XError when disabling compositor - compositor: Warn for missing epoxy GL function - netwm: Do not raise window if activate is set to none - Remove GSourceFunc casts - compositor: Fix build with older epoxy versions - settings: Add 'Always on top' to the double click action - Settings: Remove default alphabetical sorting of keyboard shortcuts Closes: #451 (Disable initial sorting of keyboard shortcuts) - compositor: Handle XFixes XError - compositor: Add support for GL_ARB_sync - compositor: Return early if a Present swap is pending - debug: Fix build in debug mode - compositor: Fix compilation issue with Xpresent - compositor: Log fence and GLX swap time in debug mode - compositor: Move fence sync to redraw_glx - compositor: Move fence triggered to its own function - compositor: Set swap control if possible - compositor: Adjust to the actual number of buffers - compositor: Use a GLX drawable per buffer - client: Allow transients for group to be minimized - settings: Add a UI option for desktop zooming - themes: Remove title shadow - themes: Adjust shadows size/opacity - client: Make above/below consistent - compositor: Limit damage region to the screen - compositor: Optimize repaint without vblank - compositor: Only accumulate damage with multiple buffers - compositor: Copy entire content for GLX buffers - xsync: Handle XError - compositor: Ignore opaque region for shaded windows - compositor: Clip opaque region against window shape - client: Protect against XError in XKillClient() - compositor: Do not damage on opaque region update - compositor: Opaque region applies to client window - compositor: Reuse client size - client: Toggle tiling on key shortcut - client: Small cleanup - Add README.md to EXTRA_DIST - client: Keep tiled size of windows - compositor: No need to update compositor window on configure - compositor: Limit opaque region clipping to window extents - compositor: Damage on opaque region update only if visible - client: Send synthetic configure on force redraw - Post release tag bump - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), 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), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Quick release after 4.15.2 to fix a regression with opaque regions leaving trails of unpainted areas on resize. Release notes for 4.15.2 ======================== [Please note this is a preview release of a development version] - Add support for opaque regions in the compositor - Make cursor zoom optional (xfce/xfwm4#439) - Remove the deprecated options "--daemon" (Pablo Mazzini) - Disable Xi2 support by default - Add column sorting in settings - Optimize window matching in the compositor with a hash table (Michael Banack) - Add more XErrors traps - I18n: Updated translations: ar, ast, be, be@tarask, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, et, eu, fa_IR, fi, fr, gl, he, hr, hu, hy_AM, hye, id, ie, is, it, ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW New translations: be@tarask, fa_IR, hye, ka Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse - Prefer zero initialized memory allocation functions - Use g_slice allocator for compositor windows Release notes for 4.15.0 ======================== [Please note that this is a development release.] - First 4.15.x development release - Show tabwin only on primary monitor if set - All fixes and i18n as found in 4.14.4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.4 -> 4.14.5Andreas Müller2020-08-131-1/+1
| | | | | | | | | | | Release notes for 4.14.5 ======================== - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.3 -> 4.14.4Andreas Müller2020-08-091-2/+1
| | | | | | | | | | | | | | Release notes for 4.14.4 ======================== 4.14.4 ====== - Fix a crash on FreeBSD (xfce/xfwm4#411) - Fix compilation warning due to g_type_class_add_private deprecation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.2 -> 4.14.3Andreas Müller2020-07-281-2/+2
| | | | | | | | | | | | | | | | | | Release notes for 4.14.3 ======================== 4.14.3 ====== - Add support for XRes X11 extension to get the PID of sandboxed apps - Fix use-after-free of settings strings (xfce/xfwm4#406) - More XError traps (xfce/xfwm4#405) - I18n: Update translations: en_CA, et, he, hy_AM, id, it, sq, zh_HK New translations: hye Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.2 ======================== 4.14.2 ====== - Prefer GLX on AMD (Bug #16716) - Fix compositor without required X11 extensions (Bug #16713) - Fix window decorations without XRender extension (Bug #16713) - Avoid grabbing the keyboard with Alt-Tab to work around a bug in Qt with XInput2 valuators (Bug #16708) - Automatically update window title fonts on scale change - Fix a regression with title font size at scale 2 (Bug #16711) - Fix an X error with XShape (Bug #16383) - I18n: Update translations: ar, be, be@tarask, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hy_AM, id, ie, is, it, ka, ko, lt, lv, nb, nl, nn, oc, pl, pt, pt_BR, ro, sk, sl, sq, sv, th, ug, ur, ur_PK, zh_CN, zh_HK Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.0 -> 4.14.1Andreas Müller2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.1 ======================== “Easter Egg” - Restore “Always below” menu options (bug #15884) - Fix a crash with GL or high CPU usage without any monitor (bug #15852) - Fix raise delay (bug #15974) - Fix translucent wireframe repaint (bug #15966) - Fix hostname not showing initially when running apps remotely (bug 15984) - Avoid drawing server-side shadows on maximized windows (Simon Steinbeiss, bug #16381) - Add keywords to settings dialogs desktop definitions (Yousuf Philips, bug #16621) - Fix Dnd of decoration buttons with embedded settings dialog (Stefan Berzl, bug #13861) - Blacklist SVGA3D GL renderer (bug #16274) - Fix window title alignment (bug #16067) - Restore window state when moving a maximized window (bug #16348) - Fix pointer interactions with clients grabbing the pointer (bug #16347) - Fix GTimeVal deprecation (Andre Miranda, bug #16644) - Fix window selection vs. hovering in tabwin (Simon Steinbeiss, bug ##16382) - Improve vblank mode auto-selection (GL/XPresent) - Fix transients pulling their parents from lower layers (bug #15891) - I18n: Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, hy_AM, id, ie, is, it, ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW New translations: fa_IR, ka Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: fix assertion errorKai Kang2019-07-262-0/+93
| | | | | | | | | | | | | It fails to start xfwm4 on intel_x86_64 boards: | xfwm4: ../mesa-19.1.1/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: | intel_miptree_match_image: Assertion `image->TexObject->Target == mt->target' failed. | Aborted Revert the upstream commit which introduce the issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.13.2 -> 4.13.3Kai Kang2019-07-161-3/+3
| | | | | | | | | * clean DEPENDS - remove dbus-glib which is replaced by gdbus - libxfce4util and xfconf are required by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.13.1 -> 4.13.2Kai Kang2019-06-151-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.12.5 -> 4.13.1Andreas Müller2018-08-191-3/+13
| | | | | | | | | * gtk3 based * it is a development version - but no stoppers were found * add PACKAGECONFIGs for better customization Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.12.4 -> 4.12.5Kang Kai2018-08-081-3/+3
| | | | | | | | Upgrade xfwm4 from 4.12.4 to 4.12.5. * add dependency libxinerama Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller2018-06-141-2/+0
| | | | | | | These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* xfwm4: 4.12.3 -> 4.12.4Andreas Müller2017-04-182-36/+2
| | | | | | After ages my patch was finally applied Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | xfwm4 depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: update to 4.12.3Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.12.2Andreas Müller2015-03-211-11/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: fix configue by inheriting xfce-git.bbclassAndreas Müller2014-04-201-5/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: add exo-native to DEPENDSAndreas Müller2013-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes (detected in Martin's world build): | make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs' | gdk-pixbuf-csource --raw --build-list \ | monitor_icon_data ./monitor-icon.png > monitor-icon.h | exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui xfwm4-dialog.glade >xfwm4-dialog_ui.h | exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui xfwm4-tweaks-dialog.glade >xfwm4-tweaks-dialog_ui.h | exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui xfwm4-workspace-dialog.glade >xfwm4-workspace-dialog_ui.h | /bin/bash: exo-csource: command not found | /bin/bash: exo-csource: command not found | /bin/bash: exo-csource: command not found | make[2]: *** [xfwm4-dialog_ui.h] Error 127 | make[2]: *** Waiting for unfinished jobs.... | make[2]: *** [xfwm4-tweaks-dialog_ui.h] Error 127 | make[2]: *** [xfwm4-workspace-dialog_ui.h] Error 127 | make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git' | make: *** [all] Error 2 | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: move to git repoAndreas Müller2013-09-191-3/+14
| | | | | | | | | follow libxfce4ui API change [1] [1] http://git.xfce.org/xfce/xfwm4/commit/settings-dialogs/xfwm4-settings.c?id=21ebbe4722b01763822157f9242fc865a9687c68 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: don't turn into unusablity after setting system time backwardsAndreas Müller2013-06-202-0/+34
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.10.1Andreas Müller2013-05-191-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-191-1/+1
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfwm4: update to 4.10.0Andreas Müller2012-09-181-5/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: cleanup update-alternatives deprecated codeAndreas Müller2012-08-271-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa2012-07-191-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfwm4: update to 4.8.1Andreas Müller2012-01-052-39/+2
| | | | | | | | * build tested incremental & from empty build dir * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfwm4: update to 4.8.2Koen Kooi2011-10-152-5/+8
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Andreas Müller <schnitzeltony@gmx.de>
* xfwm4: Add initial recipe with version 4.8.1Andreas Mueller2011-08-052-0/+65
* xfwm4 must be started once manually to work