Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
0.5 25 Feb 2025 22:53:42
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.5
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.5
Reported by: GitHub (watch releases) |
0.4_3 15 Feb 2025 09:16:59
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots017: version shared library a la 2d64423989c1
Prevent 0.18 consumers from accidentally picking up 0.17 headers.
See also https://github.com/phkaeser/wlmaker/issues/117 |
0.4_2 13 Jul 2024 00:36:35
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.18.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.18.0
Reported by: GitLab (notify releases) |
0.4_1 15 May 2024 22:28:54
    |
Jan Beich (jbeich)  |
x11-servers/xwayland: drop HiDPI patches to unblock updates
- Rootful HiDPI[1] introduces non-trivial conflicts to rootless HiDPI
- AUR[2] tracks Xwayland releases, so may not help with rebases
- Sway should probably adopt zero scaling from Mir/KWin/Hyprland
- Xwayland usage has reduced since 2020
[1] https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1197
[2] https://aur.archlinux.org/packages/xorg-xwayland-hidpi-xprop
This reverts commit 466f3a1eabfe2acf82e64e2c388759a5b0e4276d.
This reverts commit 843e295cf33f9d2652c7b2e0d4ea0b2bc14e9c59.
This reverts commit dce99729d741f14bc81d941d29b70a8a7147298c.
PR: 278495
Approved by: manu |
0.4 29 Apr 2024 07:06:25
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.4
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.4
Reported by: GitHub (watch releases) |
0.3.2_1 24 Apr 2024 02:11:14
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: restore install message after 66405adbabf6 |
0.3.2_1 01 Mar 2024 10:49:59
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: drop unused += after 66405adbabf6 |
0.3.2_1 01 Mar 2024 05:49:27
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: flatten to detach from master port |
0.3.2_1 21 Nov 2023 17:24:00
    |
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.17.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0
Reported by: GitLab (notify releases) |
0.3.2 29 Jul 2023 17:46:04
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: unbreak with wlroots/X11=off after e83c39ced11e
../sway/tree/root.c:63:7: error: implicit declaration of function
'wlr_surface_is_xwayland_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
if (wlr_surface_is_xwayland_surface(con->view->surface)) {
^
../sway/tree/root.c:63:7: note: did you mean 'wlr_surface_is_layer_surface'?
/usr/local/include/wlr/types/wlr_layer_shell_v1.h:144:6: note:
'wlr_surface_is_layer_surface' declared here
bool wlr_surface_is_layer_surface(struct wlr_surface *surface);
^
../sway/tree/root.c:64:44: error: implicit declaration of function
'wlr_xwayland_surface_from_wlr_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
^
../sway/tree/root.c:64:44: note: did you mean
'wlr_xdg_surface_from_wlr_surface'?
/usr/local/include/wlr/types/wlr_xdg_shell.h:494:25: note:
'wlr_xdg_surface_from_wlr_surface' declared here
struct wlr_xdg_surface *wlr_xdg_surface_from_wlr_surface(
^
../sway/tree/root.c:64:33: error: incompatible integer to pointer conversion
initializing 'struct wlr_xwayland_surface *' with an expression of type 'int'
[-Werror,-Wint-conversion]
struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../sway/tree/root.c:65:4: error: implicit declaration of function
'wlr_xwayland_surface_set_minimized' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
wlr_xwayland_surface_set_minimized(xsurface, minimize);
^ |
0.3.2 07 Jul 2023 04:44:37
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.3.2
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3.2
Reported by: GitHub (watch releases) |
0.3.1 03 Jun 2023 00:39:53
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.3.1
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3.1
Reported by: GitHub (watch releases) |
0.3 21 May 2023 05:35:25
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update description after e83c39ced11e |
0.3 21 May 2023 05:32:46
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: update to 0.3
Changes: https://github.com/WillPower3309/swayfx/releases/tag/0.3
Reported by: GitHub (watch releases) |
0.2_1 22 Apr 2023 14:40:09
    |
Jan Beich (jbeich)  |
x11-wm/sway-devel: restore port
This reverts commit 517f98aaf3e3cadc36f13500d1dae686c9d58e59. |
0.2_1 27 Mar 2023 09:48:33
    |
Emmanuel Vadot (manu)  |
x11-wm/sway: unbreak build after 42a49699a75e
../sway/ipc-json.c:898:11: error: enumeration value
'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror,-Wswitch]
switch (libinput_device_config_accel_get_profile(device)) {
^
Reviewed by: jbeich
Approved by: jbeich
Differential Revision: https://reviews.freebsd.org/D39280
Sponsored by: Beckhoff Automation GmbH & Co. KG |
0.2 11 Mar 2023 05:05:58
    |
Jan Beich (jbeich)  |
x11-wm/swayfx: add new port
Sway is an incredible window manager, and certainly one of the most
well established wayland window managers. However, it is restricted to
only include the functionality that existed in i3. This fork ditches
the simple wlr_renderer, and replaces it with our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:
+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
saturation (Digital Vibrance) for specific applications. Great for
some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
taskbar, to correctly interpret minimize / unminimize requests
https://github.com/WillPower3309/swayfx/ |