125 Commits

Author SHA1 Message Date
sthen
7f14e92644 update to i3-4.20.1, plus sync a few things with the i3-mousedrag port
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:06:07 +00:00
sthen
d6adaccd24 update to i3-4.19.2 2021-02-27 13:56:04 +00:00
sthen
15563edbc3 i3/forks: don't detect that we're running a debug build. worked out with tb@
https://github.com/i3/i3/issues/4350
2021-02-18 11:19:19 +00:00
sthen
3cbcb35098 i3: patch to avoid requoring bash during build, spotted by tb
drop xxCONFIGURS_ARGS used during testing, spotted by rsadowski
2021-02-13 09:00:05 +00:00
sthen
f23cf92dca update to i3-4.19.1, from Guy Godfroy with a couple of tweaks from me 2021-02-12 23:14:04 +00:00
solene
95708dc482 Update to i3-4.18.2 2020-07-31 10:00:51 +00:00
bket
063c2c727f Update to i3-4.18
Changes: https://github.com/i3/i3/blob/4.18/RELEASE-NOTES-4.18

OK tb@
2020-03-10 16:27:52 +00:00
sthen
5a03c386ba neuter pledges (committed to upstream code) with #if 0, some change in
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.

reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2

(missing pieces after forgotten cvs add)
2019-09-04 20:25:48 +00:00
sthen
a4a9f41dd7 neuter pledges (committed to upstream code) with #if 0, some change in
the 4.16.1->4.17 timeframe is causing calls into cairo which do shm access.
shm is not possible in a pledged process.

reported by Ralf Horstmann; for more details see
https://marc.info/?l=openbsd-ports&m=156762440931634&w=2
2019-09-04 20:24:04 +00:00
sthen
59bf7412a6 update to i3-4.17.1 2019-08-31 13:55:44 +00:00
sthen
837ba80f84 update to i3-4.17 2019-08-23 15:07:20 +00:00
giovanni
a2398e6825 update to 4.16.1
ok rsadowsky@ kn@
properly enable debug when needed (patch from kn@)
maintainer timeout
2019-03-17 13:46:41 +00:00
giovanni
4def1a7597 Add missing patches 2019-01-18 11:57:36 +00:00
giovanni
e5ea238dde revert an upstream commit IPC related that causes an i3 crash.
diff spotted by Josh Grosse
ok rsadowsky@ jasper@
2019-01-18 11:34:20 +00:00
rsadowski
882fe26d9a Update i3 to 4.16
Maintainer timeout

feedback and ok tb, tested from Josh Grosse
2019-01-13 12:48:10 +00:00
kn
7c1d129042 Update i3 to 4.15
Diff from Henrik Friedrichsen, tested and OK rsadowski, tb.
2018-03-29 21:05:32 +00:00
danj
0e2c1d50a8 Fix toggle splith/splitv from upstream
ok dcoppa@ (maintainer)
2017-11-08 21:14:27 +00:00
tb
1c258ea8de With i3 4.14, i3-nagbar was migrated to libi3's draw_util in
8edb4a1f0c
As a consequence, libcairo may call shmget after pledge. Reproduce with
'i3-nagbar -f whatever'.  Thus, postpone the pledge to avoid an abort.

ok dcoppa
2017-10-21 19:22:04 +00:00
dcoppa
3d244a4625 Bugfixing update to i3-4.14.1 2017-09-25 06:30:43 +00:00
dcoppa
1b8533228a Merge fixes from upstream:
Check if con_id exists in cmd_swap
(git commit 369c9ed50f2b9fc2dc904db07907cd5f95f0a5ad)

Set marks to NULL after freeing
realloc() was being called on an already freed pointer.
(git commit b48cbe42af94cf69700843922e57c68b81f3fddd)

Properly initialize sigaction struct
(git commit 09ee12d8e5e1cd219493fde3393dbca10c0cc23f)
2017-09-13 12:50:33 +00:00
dcoppa
f6e0dadc67 Update to i3-4.14
Tested by Josh Grosse
Tests, feedback and ok tb@
2017-09-04 14:33:07 +00:00
dcoppa
03393c7d09 Update to i3-4.13
OK tb@, jasper@
2016-11-13 20:46:23 +00:00
dcoppa
43078b6786 Update to i3-4.12
Added halex@'s window hints fix
Fixed trailing whitespace in pkg/DESCR (spotted by Josh Grosse)

Tested by tb@ and Josh Grosse
OK tb@
2016-03-09 09:25:51 +00:00
dcoppa
8c3458dafb Sync with upstream 2016-01-26 09:42:35 +00:00
dcoppa
771ac6ebea Fix i3-nagbar invocation from src/commands.c and the example in its
manpage.
2016-01-21 13:22:58 +00:00
tb
a538b86afc Backport semarie@'s improvement of the pledge patch which is now
upstream.  i3 is now pledged unconditionally and the shmlog can
again be enabled at runtime.

ok dcoppa@
2016-01-18 10:04:28 +00:00
tb
da8b85fdce add pledge support to three constituents of i3 for wider testing:
i3 itself, i3-msg and i3-nagbar.  Unfortunately, i3bar's design
is incompatible with pledge.

Tested by David Coppa (maintainer), Ralf Horstmann and myself.
Thanks for the great feedback!

ok dcoppa@
2015-12-21 10:16:03 +00:00
dcoppa
41b6e84e50 Merge all the fixes from the git stable branch of i3
Regen WANTLIB while here
2015-12-18 15:53:08 +00:00
dcoppa
0d1a0040b2 Update to i3-4.11 2015-10-04 08:48:12 +00:00
dcoppa
2dfb759f5a Bugfix update to i3-4.10.4 2015-09-09 09:01:52 +00:00
dcoppa
0e7a02535f Bugfix update to i3-4.10.3 2015-08-01 09:03:31 +00:00
dcoppa
9f00ac2a4a Update to i3-4.10.2 2015-04-24 09:30:15 +00:00
dcoppa
c4e7ccf925 as clarified by schwarze@, this patch is still needed.
Just update the comment.

thanks Ingo!
2015-03-30 16:30:37 +00:00
dcoppa
7938a2e55e Update to i3-4.10.1 2015-03-30 12:33:46 +00:00
dcoppa
9d9b0db1b5 Update to i3-4.9.1
new dependency on x11/xkbcommon
2015-03-17 15:39:47 +00:00
dcoppa
d4377b0506 Merge fixes from upstream:
i3bar/src/child.c: remove one level of indentation
(git commit bf0e8c2862631d41963fdb6bcb3f41667a7eccc9)

Make click events on status blocks work if 'workspace_buttons no' is set.
(git commit 594b29f83d73b9d4a781d2c33cc6fb06f649dc45)
2015-02-12 08:43:07 +00:00
dcoppa
fb3d91c620 Merge fixes from upstream:
Bugfix: correctly restore workspaces regardless of where "type" is
(git commit 55b5f491a469ccf47c7fdc66f3f0df86ef2e1f64)

Bugfix: actually parse client.placeholder
(git commit 13220e75d87991508ee1c30d9a797d42b131dc21)
2015-02-02 17:24:26 +00:00
dcoppa
b6ec384c03 Bugfix: render floating windows during global fullscreen
(upstream git commit 8b96bb0298fd9555a7c87d807651c0094c469e76)
2015-01-18 19:45:43 +00:00
dcoppa
5eefb99e99 Fixes from upstream:
Bugfix: properly restore workspace containers
(upstream git commit 679a5de8cfb9211afb1a1dd882e53bd672084754)

Bugfix: missed case for decoration rerender
(upstream git commit 56c284af8e281d9d5657e55b3edb7f7c673fc747)

Bugfix: add a sync call to i3bar to confirm reparents before exiting
(upstream git commit 4699c714b33afb1c264f3d19911b880267165b94)

Bugfix: don't set focus in con_set_layout() on invisible workspaces
(upstream git commit fc886315342b3a2292ad0c08394b6bb452663bb1)
2014-08-18 08:46:27 +00:00
dcoppa
9cf404c7b6 Update to i3-4.8 plus fixes.
Initial diff by Theo Buehler <theo AT math DOT ethz DOT ch>
2014-07-11 15:49:58 +00:00
dcoppa
79abf89384 Pushed upstream. 2014-04-16 14:12:04 +00:00
dcoppa
81976900f8 Cleanup following libxcb/xcb-util updates 2014-04-15 10:31:30 +00:00
matthieu
87404526a7 WANTLIB updates and patches for new xcb-util libs. tested by naddy@ 2014-04-14 19:52:44 +00:00
ajacoutot
4507a05861 Make the librt conditional match on OpenBSD only; will be easier to send
upstream.

ok dcoppa@ (maintainer)
2014-03-26 07:02:34 +00:00
kili
27785ee95e Revert librt changes.
Prodded by espie@.
2014-03-23 18:17:34 +00:00
ajacoutot
471d28a9d8 Remove the librt chunk.
ok dcoppa@ (maintainer)
2014-03-19 07:31:53 +00:00
dcoppa
374d770ac8 Bugfix: don't try to resize docks by command
cmd_resize does not implement a method to resize dock clients.
A command like `[instance=".*"] resize grow width 160 px or 16 ppt`
when a dock client matched would crash i3.

(upstream git commit a6a6c9b6d9d47ef1ccbff5ac5d4fe17f9666f29f)
2014-03-18 12:12:05 +00:00
dcoppa
a4d6d657c8 Bugfix: ipc_receive_message reply memleak
(upstream git commit a16dfdb15e2767d9753d45982b189de6edfdf70b)
2014-03-12 12:34:27 +00:00
dcoppa
dbdc121178 i3bar: fix resource leak: statusline_ctx needs to be freed first
(upstream git commit a4d504485139dc9bf4c846c26a38968a920dfcb1)
2014-02-03 09:54:17 +00:00
dcoppa
6c0a7c0c02 Update to i3-4.7.2 2014-01-24 10:08:38 +00:00