Orestis Floros
f397698d43
floating_resize: Use uint32_t
2018-11-12 18:45:00 +02:00
Orestis Floros
01960f956f
floating_check_size: Use window variable
2018-11-12 18:44:45 +02:00
Ingo Bürk
90c39a4bf6
Merge pull request #3484 from xzfc/3476-export-i3sock
...
Export I3SOCK
2018-11-10 22:12:01 +01:00
Ingo Bürk
56bb806b52
Merge pull request #3397 from orestisf1993/randr-enable-disable
...
Fix bugs in enabling & disabling randr outputs
2018-11-10 21:56:34 +01:00
Ingo Bürk
cf553ce31e
Merge pull request #3516 from orestisf1993/truncate-utf8
...
Truncate wm_name utf8 strings to first zero byte
2018-11-09 21:01:57 +01:00
Orestis Floros
11bc25b70b
Truncate wm_name utf8 strings to first zero byte
...
Fixes #3515
2018-11-09 19:42:32 +02:00
Orestis
665b16807f
Merge pull request #3511 from aksel/247-gaps-resize-fix
...
For resizing, convert pixel diff to percentage, based on parent.
2018-11-09 00:31:06 +02:00
aksel
bbfa140c0f
For resizing, convert pixel diff to percentage, based on parent.
...
Previously, it first calculated one of the containers' next percentage, and then subtracted the previous percentage to find the actual change.
Now it directly calculates the change, and subtracts and adds the change to the two affected containers.
Added util function con_rect_size_in_orientation.
Removed px_resize_to_percent; inlined, using con_rect_size_in_orientation.
Also, prematurely return when pixel diff is 0, as no action is necessary.
This is related to [this issue on i3-gaps](https://github.com/Airblader/i3/issues/247 ).
2018-11-08 23:15:23 +01:00
Ingo Bürk
44e8fddc28
Merge pull request #2954 from orestisf1993/swap-for-floating
...
Rewrite con_swap to work only with queue operations
2018-11-07 13:13:41 +00:00
Ingo Bürk
4e1c20c871
Merge pull request #3508 from orestisf1993/load_layout-marks
...
load_layout: Correctly mark non-leaf containers
2018-11-07 07:11:21 +00:00
Orestis Floros
eb53ec83b9
load_layout: Correctly mark non-leaf containers
...
Example problematic layout:
{
"layout": "splith",
"marks": ["H1"],
"nodes": [
{
"swallows": [
{
"class": "^a$"
}
]
}
]
}
Since the marks were added to the json_node during end_map, the
container that ended up getting the "H1" mark was the child instead of
the parent.
2018-11-07 02:32:12 +02:00
Ingo Bürk
3649ecb71e
Merge pull request #3482 from hamishimac/next
...
Do not assume STDIN_FILENO is available for input from child
2018-11-05 22:32:54 +01:00
Ingo Bürk
21cbb1000d
Merge pull request #3504 from Foxboron/morten/i3-man-path
...
Change config order in manpage
2018-11-05 22:32:27 +01:00
Ingo Bürk
584ca21032
Merge pull request #3485 from xzfc/3412-outer-border
...
Draw outer header borders for all layouts
2018-11-05 22:31:35 +01:00
Orestis
f4a1482000
Merge pull request #3505 from stapelberg/release-docs
...
release.sh: save docs first
2018-11-05 20:45:59 +02:00
Michael Stapelberg
3a3f0f18e6
release.sh: save docs first
...
Otherwise, as @orestisf1993 pointed out, the saved documentation will have the
wrong version number.
2018-11-05 19:32:29 +01:00
Albert Safin
7926c817a2
Draw outer header borders for all layouts
2018-11-05 20:17:01 +07:00
Morten Linderud
e3ad800902
Change config order in manpage
...
This brings the headline for the configuration files inline with the
recent move to XDG directories.
Signed-off-by: Morten Linderud <morten@linderud.pw>
2018-11-05 14:15:07 +01:00
Ingo Bürk
6e998cf4e3
Merge pull request #3499 from orestisf1993/docs
...
userguide: break long comment
2018-11-04 15:53:15 +01:00
Michael Stapelberg
07e5747c8c
travis: move (failing) ubuntu build from xenial to bionic
...
Ubuntu’s apt started refusing to load package files from unauthenticated
repositories, but the package for which we did that (xcb-xrm) is available in
newer versions of Ubuntu, so I just removed that part altogether.
Apparently this has been broken since April, and nobody noticed :-/
2018-11-04 15:24:10 +01:00
Michael Stapelberg
86bcb21dbc
update release.sh for the 4.16 release
2018-11-04 15:07:24 +01:00
Michael Stapelberg
cb09db94dc
update debian/changelog
2018-11-04 14:55:50 +01:00
Michael Stapelberg
3ae8a45c56
Merge branch 'release-4.16'
2018-11-04 14:47:46 +01:00
Michael Stapelberg
a26a342b35
Set non-git version to 4.16-non-git.
2018-11-04 14:47:46 +01:00
Michael Stapelberg
d617f71b22
release i3 4.16
2018-11-04 14:47:34 +01:00
Orestis Floros
af10b710bf
userguide: break long comment
2018-11-04 12:23:45 +02:00
Orestis
dc16df439e
Update ewmh focused only when new focus is different ( #3496 )
...
Fixes #3495 .
2018-11-03 13:39:49 +01:00
Orestis
a0105dd2f2
Merge pull request #3497 from stapelberg/clang-format
...
switch to clang-format-4.0
2018-11-03 10:42:50 +02:00
Michael Stapelberg
eedb257655
switch to clang-format-4.0
...
clang-format-3.8 is old enough to have vanished from Debian testing, which we
use for our CI.
2018-11-03 09:16:16 +01:00
Ingo Bürk
f16afef7b3
Merge pull request #3486 from orestisf1993/regress-move-floating
...
Fix regression with moving floating windows
2018-10-29 14:59:25 +01:00
Orestis Floros
64c493ef1f
Fix regression with moving floating windows
...
This fixes a regression introduced in 6d983b5
. Consider 2 outputs:
fake-0: workspace '1'
fake-1: workspaces '2','3'
Workspace 1 focused, workspace 2 visible.
Open a floating window in 1 and move it to 3. Now, the floating window
appears in workspace 2 and disappears once focus is switched to
that workspace.
Instead of focusing 'old_focus' which might refer to a container in a
different output, we should restore focus by focusing the previously
focused workspace of the output.
2018-10-29 15:46:28 +02:00
Ingo Bürk
04d1fcbe2d
Merge pull request #3483 from soumya92/next
...
Update badges in README
2018-10-26 20:46:53 +02:00
Soumya
ce7e1b9177
Update badges in README
...
issuestats.com seems to have moved on, using shields.io instead.
2018-10-26 09:58:04 -07:00
Hamish Macdonald
5084a881af
Do not assume STDIN_FILENO is available for input from child
2018-10-26 09:31:43 -04:00
Albert Safin
aa20358620
Export I3SOCK ( #3476 )
2018-10-26 15:40:59 +07:00
Ingo Bürk
37e2b58226
Merge pull request #3465 from soumya92/next
...
Add "modifiers" to events sent by i3bar
2018-10-26 09:49:35 +02:00
Soumya
3745e6f484
Add "modifiers" to events sent by i3bar
2018-10-25 16:02:06 -07:00
Orestis
2ddf4f2c6d
Merge pull request #3473 from soumya92/pango-font-alignment
...
Always center text vertically
2018-10-24 22:57:31 +03:00
Orestis
5d70e2850f
Merge pull request #3475 from Gravemind/fix-i3bar-re-hidden-on-any-modifier
...
i3bar: Fix i3bar re-hidden by any modifier (#3474 )
2018-10-23 18:41:11 +03:00
Ingo Bürk
64e7646c7e
Merge pull request #3452 from orestisf1993/title_align
...
Add title_align config directive
2018-10-23 16:41:54 +02:00
Ingo Bürk
48524e1f0a
Merge pull request #3451 from orestisf1993/tray
...
Close & reopen tray selwin when needed
2018-10-23 15:45:45 +02:00
Orestis Floros
e240c118c7
Close & reopen tray selwin when needed
...
Fixes #1329
Fixes #3317 (duplicate)
Examples where the tray "disappeared":
- Start without a "tray_output", reload config with "tray_output none",
remove "tray_output none" and reload.
- Start with "tray_output primary" (or "tray_output <output>"), disable
the primary output and then reconnect it.
Fixes #2010
Cached in output_for_tray
2018-10-23 16:41:09 +03:00
Ingo Bürk
ffc7ea8c50
Merge pull request #3469 from yablonsky/patch-1
...
Update userguide "Focus Parent": add the default
2018-10-23 15:37:12 +02:00
Ingo Bürk
0ed29f5678
Merge pull request #3448 from orestisf1993/sticky
...
Fix sticky focus when switching to workspace on different output
2018-10-23 15:31:57 +02:00
Ingo Bürk
66d504f3cd
Merge pull request #3445 from orestisf1993/flaky
...
Fix flakyness in t/189-floating-constraints.t
2018-10-23 15:30:11 +02:00
Ingo Bürk
74a7bf31a5
Merge pull request #3444 from orestisf1993/move
...
Some move.c fixes
2018-10-23 15:29:48 +02:00
Ingo Bürk
db0add0f11
Merge pull request #3433 from orestisf1993/janitorial
...
Janitorial
2018-10-23 15:27:50 +02:00
Gravemind
c40c79538e
i3bar: Fix i3bar re-hidden by any modifier ( #3474 )
...
The bug was introduced in 4.15-next fe6b3b7474
2018-10-23 15:17:30 +02:00
Soumya
81eea19e1e
Always center text vertically
2018-10-22 12:59:08 -07:00
Andriy Yablonskyy
b971c0e50f
add missing parenthesis
2018-10-21 13:42:19 -04:00