52afb16391
Added floating field to _tree_reply in ipc documentation
2021-03-15 10:42:39 +01:00
1c67683406
Make this sound less "X11 is horrible"
...
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-12 10:18:07 +01:00
fd500ee99d
Add a section on the sync IPC command
...
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-12 10:18:07 +01:00
8a5eac3457
Improve the docs for I3_SYNC
...
I was confused by the previous state of the docs since I imagined that
there is still a race possible. Thus, the images are updated to
explicitly include the IPC reply from i3 (since that is an important
synchronisation component). I also tried to clarify some of the text.
Fixes: https://github.com/i3/i3/issues/4365
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-12 10:18:07 +01:00
af2171d01d
Merge pull request #4363 from psychon/more-prefetch
...
Prefetch some information through xcb
2021-03-06 19:06:16 +01:00
db5a7dc22a
Only prefetch xinerama if it is likely needed
...
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-06 18:43:46 +01:00
42c3dbe025
Merge pull request #4362 from psychon/no-temp-cairo-surface2
...
Some follow-up to
2021-03-06 11:10:57 +01:00
f8bc7052ea
Remove unused member from surface_t
...
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-06 09:27:15 +01:00
bae1f4b354
Prefetch some information through xcb
...
This commit makes libxcb prefetch some information that will be needed
later anyway. This avoids some round-trips to the X11 server since the
information is already present when needed.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-05 14:16:52 +01:00
757b3dd573
Merge pull request #4361 from psychon/no-temp-cairo-surface
...
No temporary cairo surface for font drawing
2021-03-05 14:06:57 +01:00
b23c8875f7
font: Get rid of temporary cairo surface
...
i3 actually manages to have two different cairo surfaces referring to
the same drawable. One comes from the code in draw_util. The second is
temporarily created while rendering text via draw_text(). No idea how
well cairo handles this case.
This commit instead changes the code to pass the already existing cairo
surface from the caller through.
This might or might not fix https://github.com/i3/i3/pull/4357 . My
thinking here is that cairo now knows the actual size of the drawable
and thus does not clip the drawing to a smaller size.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-05 11:37:03 +01:00
8d645d0de6
Remove draw_text_ascii()
...
This function is unused since commit fa488d721d
from 2017.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2021-03-05 11:36:09 +01:00
7da136dca4
Update debian/changelog
2021-02-27 10:38:13 +01:00
98e0a07f15
Merge branch 'stable' into next
2021-02-27 10:38:13 +01:00
46bc841162
Merge branch 'release-4.19.2'
2021-02-27 10:38:13 +01:00
4ef47087d4
Restore non-git version suffix
2021-02-27 10:38:13 +01:00
ddebebd26b
release i3 4.19.2
2021-02-27 10:37:57 +01:00
0e1a828003
cherry-pick release.sh changes into stable branch
...
related to https://github.com/i3/i3/issues/4350
2021-02-27 10:20:16 +01:00
b95bab0e34
mark travis/push-balto.sh as executable ( #4347 )
...
related to https://github.com/i3/i3/issues/4340
2021-02-13 10:10:59 +01:00
521949b567
travis: push i3 autobuild packages to balto instead of bintray ( #4345 )
...
related to https://github.com/i3/i3/issues/4340
2021-02-13 09:56:15 +01:00
5df0b4b571
Merge pull request #4336 from tbgiles/next
...
Clear framebuffer for containers with visible windows
2021-02-07 19:10:23 +01:00
e8949c7df1
Merge pull request #4338 from orestisfl/move-workspaces-to-multiple-outputs
...
Move workspaces to multiple outputs
2021-02-06 12:52:08 +01:00
8ff8db3c36
Accept multiple outputs in move container|workspace to output
...
Fixes #4337
2021-02-06 11:00:16 +01:00
f2243a7a90
Tests: Fix get_output_for_workspace
...
In the case of more than one workspaces in an output
2021-02-06 10:59:16 +01:00
36b6fef990
Merge branch 'release-4.19.1'
2021-02-01 09:04:01 +01:00
ab2a22a78b
Update debian/changelog
2021-02-01 09:04:01 +01:00
001577c58c
Set non-git version to 4.19.1-non-git.
2021-02-01 09:04:01 +01:00
33bbce6c38
Merge branch 'stable' into next
2021-02-01 09:04:01 +01:00
0fb9123da9
release i3 4.19.1
2021-02-01 09:03:45 +01:00
77d5bbb9b5
Properly quote rofi call in i3 config
2021-02-01 08:54:48 +01:00
b35be84131
Comment-out duplicate i3-dmenu-desktop bindcode
...
Fixes #4304
2021-02-01 08:54:26 +01:00
0c09bc24ff
Fix workspace assignements after output changes
...
Fix #4261
The previous method was modifying the same list it was iterating upon
causing an erronous iteration and thus not every workspace got assigned
back to were they should (only the first one).
2021-02-01 08:53:36 +01:00
09e2bdaeba
Clear framebuffer on containers that are visible windows
2021-01-30 22:44:43 -08:00
ef12e9a5ab
Merge pull request #4331 from ImranVirani/patch-1
...
Properly quote rofi call in i3 config
2021-01-29 16:20:15 +01:00
60213accae
Properly quote rofi call in i3 config
2021-01-29 14:01:51 +01:00
62367c686d
Merge pull request #4007 from xzfc/3981-client-machine
...
Match WM_CLIENT_MACHINE
2021-01-28 14:52:50 +01:00
32c10a19f2
Add "machine" criterion to match WM_CLIENT_MACHINE
...
Closes #3981
Add "%machine" title_format placeholder
Add "machine" to the IPC and layout saving/restoring
2021-01-28 12:52:10 +01:00
921226783f
Merge pull request #4330 from orestisfl/revert-clear-framebuffer
...
Revert "Clear framebuffer before drawing borders (#4308 )"
2021-01-26 10:37:49 +01:00
8c8d5dc019
Revert "Clear framebuffer before drawing borders ( #4308 )"
...
This reverts commit 057a635279
.
2021-01-25 08:13:15 +01:00
dcd6079c9b
i3-dump-log -f: switch from pthreads to UNIX sockets
...
fixes #4117
2021-01-20 21:40:24 +01:00
131a6158c8
move set_nonblock, create_socket and path_exists to libi3
2021-01-20 21:40:24 +01:00
e4f12ac349
Merge pull request #4322 from orestisfl/i3bar-version
...
i3bar log version & correct exit code
2021-01-17 00:52:37 +01:00
ba134d3c7c
i3bar: Exit with 1 on wrong argument
2021-01-15 23:35:31 +01:00
6668d03157
i3bar: LOG version on startup
2021-01-15 23:28:33 +01:00
9c7616cc98
Merge pull request #4315 from orestisfl/i3bar-fixes
...
I3bar fixes
2021-01-12 09:10:22 +01:00
1a29b28fa5
i3bar: No reason to get_workspaces after output event
...
got_output_reply() requests this information anyway and if it is
received before the output reply, the information will be erased by
get_output_reply().
2021-01-12 08:56:38 +01:00
6e0b29a65b
i3bar: properly restart status command after config change
2021-01-12 08:56:38 +01:00
0370c5e297
i3bar: Properly close FDs
2021-01-12 08:35:41 +01:00
31580ddc7f
Merge pull request #4231 from orestisfl/i3bar-default-bar_id
...
i3bar: Add default bar_id
2021-01-03 19:49:25 +01:00
052c4bea5c
Merge pull request #4309 from i3/orestisfl-patch-1
...
Add release note for framebuffer fix
2021-01-03 10:26:55 +01:00