non port: x11-wm/sway/distinfo |
SVNWeb
|
Number of commits found: 58 |
Mon, 27 Mar 2023
|
[ 09:48 Emmanuel Vadot (manu) ] 81d1e36
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
|
Sun, 12 Feb 2023
|
[ 18:21 Jan Beich (jbeich) ] cb45b94
x11-wm/sway: update to 1.8.1
Changes: https://github.com/swaywm/sway/releases/tag/1.8.1
Reported by: GitHub (watch releases)
|
Sun, 25 Dec 2022
|
[ 16:36 Jan Beich (jbeich) ] 3256acf
x11-wm/sway: update to 1.8
Changes: https://github.com/swaywm/sway/releases/tag/1.8
Reported by: GitHub (watch releases)
|
Mon, 19 Dec 2022
|
[ 11:13 Jan Beich (jbeich) ] 19fd1f3
x11-wm/sway: update to 1.8.r4
Changes: https://github.com/swaywm/sway/releases/tag/1.8-rc4
Reported by: GitHub (watch releases)
|
Mon, 12 Dec 2022
|
[ 11:22 Jan Beich (jbeich) ] 8d22b78
x11-wm/sway: update to 1.8.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.8-rc3
Reported by: GitHub (watch releases)
|
Sat, 3 Dec 2022
|
[ 18:35 Jan Beich (jbeich) ] 641a83d
x11-wm/sway: update to 1.8.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.8-rc2
Reported by: GitHub (watch releases)
|
Sat, 26 Nov 2022
|
[ 23:10 Jan Beich (jbeich) ] b22b6ee
x11-wm/sway: update to 1.8.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.8-rc1
Reported by: GitHub (watch releases)
|
Mon, 21 Nov 2022
|
[ 11:22 Jan Beich (jbeich) ] a347cfe
x11-wm/sway: unbreak WLR_BACKENDS != drm after 3eb7d7b7f6a0
$ echo 'exec swaymsg -t get_outputs' >/tmp/sway.conf
$ WLR_BACKENDS=headless sway -c /tmp/sway.conf
00:00:00.067 [wlr] [types/wlr_drm_lease_v1.c:716] No DRM backend supplied,
failed to create wlr_drm_lease_v1_manager
00:00:00.000 [common/ipc-client.c:87] Unable to receive IPC response
Segmentation fault
(lldb) bt
* thread #1, name = 'sway', stop reason = signal SIGSEGV: invalid address (fault
address: 0x0)
* frame #0: 0x000000082b381e84 libc.so.7`strlen + 84
frame #1: 0x0000000822cc530d
libjson-c.so.5`json_object_new_string(s=0x0000000000000000) at
json_object.c:1276:36
frame #2: 0x0000000000234de9
sway`ipc_json_describe_output(output=0x0000000871982200,
object=0x00000008755e63b0) at ipc-json.c:255:4
frame #3: 0x000000000023441f
sway`ipc_json_describe_node(node=0x0000000871982200) at ipc-json.c:707:3
frame #4: 0x0000000000239d07
sway`ipc_client_handle_command(client=0x000000084e3a1380, payload_length=0,
payload_type=IPC_GET_OUTPUTS) at ipc-server.c:672:31
frame #5: 0x00000000002397fa sway`ipc_client_handle_readable(client_fd=27,
mask=1, data=0x000000084e3a1380) at ipc-server.c:267:3 (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Nov 2022
|
[ 22:39 Jan Beich (jbeich) ] 3eb7d7b
x11-wm/sway: back to default wlroots
|
Sun, 23 Jan 2022
|
[ 00:23 Jan Beich (jbeich) ] ec0e1ef
x11-wm/sway: update to 1.7
Changes: https://github.com/swaywm/sway/releases/tag/1.7
Changes: https://github.com/swaywm/sway/compare/1.7-rc3...1.7
Reported by: GitHub (watch releases)
|
Sun, 16 Jan 2022
|
[ 23:53 Jan Beich (jbeich) ] b3af06c
x11-wm/sway: update to 1.7.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc3
Reported by: GitHub (watch releases)
|
Sun, 9 Jan 2022
|
[ 12:14 Jan Beich (jbeich) ] d0cda23
x11-wm/sway: update to 1.7.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc2
Reported by: GitHub (watch releases)
|
Thu, 23 Dec 2021
|
[ 14:05 Jan Beich (jbeich) ] 0a3efbf
x11-wm/sway: update to 1.7.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc1
Reported by: GitHub (watch releases)
|
Fri, 17 Dec 2021
|
[ 18:02 Jan Beich (jbeich) ] 3bccb3b
x11-wm/sway: unbreak workspace switching after 2af7805da5c5
Somehow the following got lost during rebase:
void handle_new_output(struct wl_listener *listener, void *data) {
struct sway_server *server = wl_container_of(listener, server, new_output);
struct wlr_output *wlr_output = data;
+ if (wlr_output == root->fallback_output->wlr_output) {
+ return;
+ }
+
sway_log(SWAY_DEBUG, "New output %p: %s (non-desktop: %d)",
wlr_output, wlr_output->name, wlr_output->non_desktop);
|
[ 11:30 Jan Beich (jbeich) ] 2af7805 (Only the first 10 of 20 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.15.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.0
Reported by: upstream (tracking bug)
|
Fri, 1 Oct 2021
|
[ 14:12 Jan Beich (jbeich) Author: Evgeniy Khramtsov ] b27dca4
x11-wm/sway: unbreak build with Clang 13
../sway/commands.c:470:23: error: variable 'context' set but not used
[-Werror,-Wunused-but-set-variable]
enum command_context context = 0;
^
PR: 258813
|
Thu, 24 Jun 2021
|
[ 18:46 Jan Beich (jbeich) ] bbc5b77
x11-wm/sway: update to 1.6.1
Changes: https://github.com/swaywm/sway/releases/tag/1.6.1
Reported by: GitHub (watch releases)
|
Wed, 23 Jun 2021
|
[ 20:29 Jan Beich (jbeich) ] 64fbe36
x11-wm/sway: backport Vulkan fix
$ WLR_RENDERER=vulkan sway
[...]
Assertion failed: (wlr_texture_is_gles2(wlr_texture)), function
gles2_get_texture, file render/gles2/texture.c, line 27.
PR: 256793
|
[ 18:07 Jan Beich (jbeich) ] f2820b6 (Only the first 10 of 20 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.14.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by: GitHub (watch releases)
|
Wed, 7 Apr 2021
|
[ 20:59 Jan Beich (jbeich) ] 2f03c33
x11-wm/sway: update to 1.6
Changes: https://github.com/swaywm/sway/releases/tag/1.6
Reported by: GitHub (watch releases)
Tested by: Evgeniy Khramtsov (via CFT on x11@ list)
|
[ 20:59 Jan Beich (jbeich) ] 70148c1 (Only the first 10 of 20 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.13.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.13.0
Reported by: GitHub (watch releases)
Tested by: Evgeniy Khramtsov (via CFT on x11@ list)
|
Tue, 6 Apr 2021
|
[ 08:11 Jan Beich (jbeich) ] f59286f
x11-wm/sway: unbreak fetch
$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
[...]
fetch: https://github.com/swaywm/sway/commit/cd9d1038a822.patch: size mismatch:
expected 8946, actual 8968
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.9gmrNeI9/ and try again.
*** Error code 1
-index 3fde0893a..c4f393910 100644
+index 3fde0893ac..c4f3939108 100644
-index 85605ce41..64f167dbc 100644
+index 85605ce410..64f167dbc8 100644
-index 6a56ff5a9..c00be6eb8 100644
+index 6a56ff5a9d..c00be6eb82 100644 (Only the first 15 lines of the commit message are shown above )
|
Mon, 21 Dec 2020
|
[ 14:15 jbeich ]
x11-wm/sway: enable tray in swaybar
|
Tue, 10 Nov 2020
|
[ 17:03 jbeich ]
x11-wm/sway: update to 1.5.1
Changes: https://github.com/swaywm/sway/releases/tag/1.5.1
Reported by: GitHub (watch releases)
|
Sun, 8 Nov 2020
|
[ 16:48 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.12.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0
Reported by: GitHub (watch releases)
|
Wed, 15 Jul 2020
|
[ 23:58 jbeich ]
x11-wm/sway: update to 1.5
Changes: https://github.com/swaywm/sway/releases/tag/1.5
Reported by: GitHub (watch releases)
|
[ 23:58 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.11.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.11.0
Reported by: GitHub (watch releases)
|
Sat, 16 May 2020
|
[ 23:24 jbeich ]
x11-wm/sway: unbreak X11=off build after r535134
../sway/commands/xwayland/scale.c:23:12: error: no member named 'xwayland' in
'struct sway_server'
if(server.xwayland.wlr_xwayland != NULL) {
~~~~~~ ^
../sway/commands/xwayland/scale.c:24:3: error: implicit declaration of function
'wlr_xwayland_set_scale' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
^
../sway/commands/xwayland/scale.c:24:3: note: did you mean 'xwayland_cmd_scale'?
../sway/commands/xwayland/scale.c:7:21: note: 'xwayland_cmd_scale' declared here
struct cmd_results *xwayland_cmd_scale(int argc, char **argv) {
^
../sway/commands/xwayland/scale.c:24:33: error: no member named 'xwayland' in
'struct sway_server'
wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
~~~~~~ ^
PR: 246498
Reported by: shamaz.mazum@gmail.com
|
Wed, 13 May 2020
|
[ 19:55 jbeich ]
x11-toolkits/wlroots: add Xwayland HiDPI scaling support
See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075
|
Wed, 22 Jan 2020
|
[ 20:16 jbeich ]
x11-wm/sway: update to 1.4
Changes: https://github.com/swaywm/sway/releases/tag/1.4
Changes: https://github.com/swaywm/sway/compare/1.3-rc3...1.4
Reported by: GitHub (watch releases)
MFH: 2020Q1 (stabilization: 1.3 series aborted)
|
Wed, 15 Jan 2020
|
[ 21:16 jbeich ]
x11-wm/sway: update to 1.3.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc3
Reported by: GitHub (watch releases)
|
Wed, 8 Jan 2020
|
[ 16:00 jbeich ]
x11-wm/sway: update to 1.3.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc2
Reported by: GitHub (watch releases)
|
Tue, 31 Dec 2019
|
[ 21:11 jbeich ]
x11-wm/sway: update to 1.3.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc1
Reported by: GitHub (watch releases)
|
Tue, 27 Aug 2019
|
[ 13:05 jbeich ]
x11-wm/sway: update to 1.2
Changes: https://github.com/swaywm/sway/compare/1.2-rc2...1.2
Changes: https://github.com/swaywm/sway/releases/tag/1.2
Reported by: GitHub (watch releases)
|
Tue, 20 Aug 2019
|
[ 10:33 jbeich ]
x11-wm/sway: update to 1.2.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc2
Reported by: GitHub (watch releases)
|
Fri, 9 Aug 2019
|
[ 07:51 jbeich ]
x11-wm/sway: update to 1.2.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc1
Reported by: GitHub (watch releases)
|
Mon, 3 Jun 2019
|
[ 16:36 jbeich ]
x11-wm/sway: update to 1.1.1
Changes: https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1
Changes: https://github.com/swaywm/sway/releases/tag/1.1
|
Tue, 21 May 2019
|
[ 15:07 jbeich ]
x11-wm/sway: update to 1.1.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc3
|
Sat, 11 May 2019
|
[ 22:31 jbeich ]
x11-wm/sway: update to 1.1.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc2
|
Fri, 3 May 2019
|
[ 17:42 jbeich ]
x11-wm/sway: update to 1.1.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc1
|
[ 16:41 jbeich ]
x11-toolkits/wlroots: update to 0.6.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.6.0
|
Mon, 11 Mar 2019
|
[ 17:47 jbeich ]
x11-wm/sway: update to 1.0
Changes: https://github.com/swaywm/sway/releases/tag/1.0
Changes: https://github.com/swaywm/sway/compare/1.0-rc5...1.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.5
|
Mon, 4 Mar 2019
|
[ 18:34 jbeich ]
x11-wm/sway: update to 1.0.r5
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc5
|
Tue, 26 Feb 2019
|
[ 00:22 jbeich ]
x11-wm/sway: update to 1.0.r4
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc4
Changes: https://github.com/swaywm/wlroots/releases/tag/0.4
|
Mon, 18 Feb 2019
|
[ 20:42 jbeich ]
x11-wm/sway: update to 1.0.r3
Changes: https://github.com/swaywm/sway/compare/1.0-rc2...1.0-rc3
|
Mon, 11 Feb 2019
|
[ 23:44 jbeich ]
x11-wm/sway: update to 1.0.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc2
|
Sun, 3 Feb 2019
|
[ 15:00 jbeich ]
x11-wm/sway: update to 1.0.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc1
Changes: https://github.com/swaywm/sway/compare/de76c4e0...1.0-rc1
Changes: https://github.com/swaywm/wlroots/compare/28f11aec...0.3
|
Fri, 1 Feb 2019
|
[ 23:43 jbeich ]
x11-wm/sway: update to 1.0.b.2.304
Changes: https://github.com/swaywm/sway/compare/5cb3d476...de76c4e0
Changes: https://github.com/swaywm/wlroots/compare/41af8d84...28f11aec
|
Thu, 31 Jan 2019
|
[ 15:57 jbeich ]
textproc/scdoc: update to 1.8.1
Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.8.1
|
Wed, 30 Jan 2019
|
[ 17:18 jbeich ]
x11-wm/sway: update to 1.0.b.2.291
Changes: https://github.com/swaywm/sway/compare/606f6a37...5cb3d476
Changes: https://github.com/swaywm/wlroots/compare/9fe8e379...41af8d84
Changes: https://github.com/swaywm/swaylock/compare/ecc8402...effdea5
|
Tue, 29 Jan 2019
|
[ 00:47 jbeich ]
x11-wm/sway: update to 1.0.b.2.282
Changes: https://github.com/swaywm/sway/compare/5f45a4bb...606f6a37
Changes: https://github.com/swaywm/wlroots/compare/209210d3...9fe8e379
Changes: https://github.com/swaywm/swayidle/compare/f002a7a...d18c7cb
Changes: https://github.com/swaywm/swaylock/compare/368f53e...ecc8402
|
Sat, 26 Jan 2019
|
[ 00:43 jbeich ]
x11-wm/sway: update to 1.0.b.2.274
Changes: https://github.com/swaywm/sway/compare/1a1133dc...5f45a4bb
Changes: https://github.com/swaywm/wlroots/compare/c41d0130...209210d3
Changes: https://github.com/swaywm/swaylock/compare/72d15f8...f002a7a
Changes: https://github.com/swaywm/swaylock/compare/3d94a60...368f53e
|
Thu, 24 Jan 2019
|
[ 00:14 jbeich ]
x11-wm/sway: update to 1.0.b.2.270
Changes: https://github.com/swaywm/sway/compare/410c9613...1a1133dc
Changes: https://github.com/swaywm/wlroots/compare/b619ab4d...c41d0130
Changes: https://github.com/swaywm/swaylock/compare/4e72a36...3d94a60
|
Tue, 22 Jan 2019
|
[ 00:42 jbeich ]
x11-wm/sway: update to 1.0.b.2.243
Changes: https://github.com/swaywm/sway/compare/1cce14e7...410c9613
Changes: https://github.com/swaywm/wlroots/compare/5dde2e79...b619ab4d
Changes: https://github.com/swaywm/swayidle/compare/c94949d...72d15f8
Changes: https://github.com/swaywm/swaylock/compare/52eeb9f...4e72a36
|
Sat, 19 Jan 2019
|
[ 00:32 jbeich ]
x11-wm/sway: update to 1.0.b.2.226
Changes: https://github.com/swaywm/sway/compare/70637b40...1cce14e7
Changes: https://github.com/swaywm/wlroots/compare/10b1de6e...5dde2e79
Changes: https://github.com/swaywm/swayidle/compare/1.1...c94949d
Changes: https://github.com/swaywm/swaylock/compare/1.2...52eeb9f
|
Wed, 16 Jan 2019
|
[ 19:17 jbeich ]
x11-wm/sway: update to 1.0.b.2.204
Changes: https://github.com/swaywm/sway/compare/2573606b...70637b40
Changes: https://github.com/swaywm/wlroots/compare/10a2c4ed...10b1de6e
|
Tue, 15 Jan 2019
|
[ 00:52 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.
Changes: https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes: https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
|
Sun, 6 Jan 2019
|
[ 13:28 jbeich ] (Only the first 10 of 19 ports in this commit are shown above. )
x11-wm/sway: add new port
Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.
https://swaywm.org/
|
Number of commits found: 58 |