Ingo Bürk
965ef8d33f
Merge pull request #3177 from orestisf1993/trailing
...
Remove trailing whitespace from Perl scripts
2018-03-15 20:41:47 +01:00
Orestis Floros
3f4268561d
Remove trailing whitespace from Perl scripts
2018-03-15 21:33:45 +02:00
Orestis Floros
d66fa51f33
Don't call con_focus in tree_move
...
Fixes:
- Issue where moving an urgent (unfocused) window resets it's urgency
hint.
- Moving an unfocused container to a new parent should not move it to
the top of the focus stack.
2018-03-15 19:57:30 +02:00
Orestis Floros
6222ab1084
Correct insert_con_into's focus handling
...
Change from always putting con on the head of the new parent. Important
for moving unfocused containers.
2018-03-15 19:49:17 +02:00
Ingo Bürk
c1e622be27
Merge pull request #3176 from orestisf1993/dump-asy-marks
...
dump-asy.pl: Add marks
2018-03-14 14:24:00 +01:00
Ingo Bürk
6cc3a2bfe8
Merge pull request #3175 from orestisf1993/dump-asy
...
dump-asy.pl: Add options
2018-03-14 14:23:39 +01:00
Orestis Floros
774a61b47e
dump-asy.pl: Add marks
2018-03-14 14:59:26 +02:00
Orestis Floros
dda340cbc6
dump-asy.pl: Add --save option
2018-03-14 14:43:12 +02:00
Orestis Floros
883cf4041d
dump-asy.pl: Add --gv option
2018-03-14 14:32:16 +02:00
Orestis Floros
9521f69e11
dump-asy.pl: Add POD usage
2018-03-14 12:12:44 +02:00
Ingo Bürk
c0bcd37153
Merge pull request #3172 from klorax/patch-1
...
Docs [#3164 ]: Clarification about X resource value
2018-03-11 19:54:39 +01:00
Klorax
9017a17e39
Docs [ #3164 ]: Clarification about X resource value
...
Clarification about X resource value: they are loaded verbatim and must therefore be in the format that i3 uses.
Solves #3164 .
2018-03-11 18:04:32 +01:00
Ingo Bürk
dfc330fcb8
Merge pull request #3167 from hwangcc23/fix-3163
...
Add strip_workspace_name
2018-03-11 16:33:10 +01:00
hwangcc23
2269b2e795
Add strip_workspace_name
...
See the issue #3163 (https://github.com/i3/i3/issues/3163 ).
Add strip_workspace_name to strip off the workspace name.
2018-03-11 12:17:42 +08:00
Ingo Bürk
c54f500839
Merge pull request #3171 from i3/revert-3170-master-merge
...
Partially revert "Fix incorrect merge *sigh*"
2018-03-10 21:48:14 +01:00
Michael Stapelberg
010e86605d
Partially revert "Fix incorrect merge *sigh*"
2018-03-10 21:45:42 +01:00
Ingo Bürk
74c0e1b866
Merge pull request #3170 from stapelberg/master-merge
...
Fix incorrect merge *sigh*
2018-03-10 21:37:53 +01:00
Michael Stapelberg
ffcf2bca85
Fix incorrect merge *sigh*
2018-03-10 21:35:14 +01:00
Ingo Bürk
69eec7e5b2
Refocus focused window for FOCUS_IN events on the root window. ( #3097 )
...
This deals with (admittedly somewhat misbehaving) clients which
use XSetInputFocus to take focus, but then don't properly restore
focus. This has been observed with TK apps, but also, e.g., Steam.
fixes #2722
fixes #3096
2018-03-10 19:18:44 +01:00
Ingo Bürk
ec5a048792
Merge pull request #3166 from Hritik14/next
...
Fixed typo
2018-03-10 19:11:55 +01:00
Ingo Bürk
eafe55a9d8
Merge pull request #3168 from stapelberg/release-fixes
...
Release fixes
2018-03-10 19:08:19 +01:00
Michael Stapelberg
a05ba370cd
update release.sh after release
2018-03-10 18:53:20 +01:00
Michael Stapelberg
c74dd61f59
release: new-enough dput no longer needs an explicit file name
2018-03-10 18:53:04 +01:00
Michael Stapelberg
a07980f70b
release: also build a Debian source-only upload
2018-03-10 18:52:50 +01:00
Michael Stapelberg
8513107f09
release: disable git’s rename protection (prevented merging)
2018-03-10 18:52:27 +01:00
Michael Stapelberg
e6b2fefe26
debian: update changelog
2018-03-10 18:35:11 +01:00
Michael Stapelberg
de0ff844e0
Update debian/changelog
2018-03-10 18:29:21 +01:00
Michael Stapelberg
b96529503f
Merge branch 'release-4.15'
2018-03-10 18:29:21 +01:00
Michael Stapelberg
cdf9a8f77e
Merge branch 'next' into master
2018-03-10 18:29:21 +01:00
Michael Stapelberg
5a32c1282a
Set non-git version to 4.15-non-git.
2018-03-10 18:29:21 +01:00
Michael Stapelberg
c15a9af3d5
release i3 4.15
2018-03-10 18:29:14 +01:00
Hritik Vijay
8ee4a4a3e1
Fixed typo
2018-03-10 02:38:47 +05:30
Ingo Bürk
29dc14dda3
Merge pull request #3165 from stapelberg/nagbar
...
Bugfix: ignore ConfigureNotify with width == 0 || height == 0
2018-03-09 08:40:19 +01:00
Michael Stapelberg
021d40f666
Bugfix: ignore ConfigureNotify with width == 0 || height == 0
...
fixes #3132
2018-03-09 08:25:07 +01:00
Ingo Bürk
4b4fba0e74
Merge pull request #3087 from orestisf1993/focus_order
...
Fix focus order issues when encapsulating workspaces
2018-02-27 07:59:37 +01:00
Orestis Floros
cb73fd5e31
Fix focus order issues when encapsulating workspaces
...
See new tests for an explanation of the problem.
2018-02-26 23:08:57 +02:00
Orestis Floros
dc2363a665
Introduce *focus_order functions
2018-02-26 23:06:04 +02:00
Ingo Bürk
0ee3ca01b7
Merge pull request #3153 from orestisf1993/issue-2990
...
Don't raise floating windows when workspace is shown
2018-02-26 21:50:59 +01:00
Orestis Floros
60200b1d3c
Don't raise floating windows when workspace is shown
...
From comment:
https://github.com/i3/i3/issues/2990#issuecomment-368345169
To easily reproduce:
1. Open 2 floating windows
2. Focus (with `focus_follows_mouse`) the one behind
3. Move the mouse to the other workspace
4. Move the mouse inside the previous workspace (without it even
touching a window)
2018-02-26 03:26:05 +02:00
Michael Stapelberg
27e60bd9d0
Makefile: include contrib/ in dist tarballs ( #3152 )
...
unbreaks the debian package build
2018-02-25 13:55:30 +01:00
Ingo Bürk
a4b07b2c5e
Merge pull request #3147 from walker0643/next
...
dump-asy: add prerequisites check; fix empty container names warnings
2018-02-24 09:48:04 +01:00
Ingo Bürk
8acddcab93
Merge pull request #3150 from stapelberg/examples
...
debian: install contrib/ scripts as examples (Thanks anarcat)
2018-02-24 09:42:14 +01:00
Ingo Bürk
3b48cf0fed
Merge pull request #3151 from stapelberg/gzip
...
debian: explicitly use gzip compression
2018-02-24 09:41:49 +01:00
Michael Stapelberg
b280f103cf
debian: explicitly use gzip compression
...
fixes #3146
2018-02-24 08:57:35 +01:00
Michael Stapelberg
128f4dcb2e
debian: install contrib/ scripts as examples (Thanks anarcat)
2018-02-24 08:24:53 +01:00
walker0643
5f453914a0
contrib/dump-asy.pl: add prerequisites check and fix warnings about empty container names
2018-02-21 16:55:55 -05:00
Ingo Bürk
d2e86da84f
Merge pull request #3145 from DebianWall/gvim
...
Added gVim to i3-sensible-editor
2018-02-19 16:03:55 +01:00
Ingo Bürk
47cce28d68
Merge pull request #3144 from DebianWall/guaketilda
...
Added guake and tilda.
2018-02-19 15:42:30 +01:00
DebianWall
acc58a6763
Added gVim to i3-sensible-editor
2018-02-19 15:39:46 +01:00
DebianWall
49f7e6bed0
Added guake and tilda.
2018-02-19 15:35:01 +01:00