Ingo Bürk
6adc7e8bfb
Return in child parsing as soon as the match was made.
...
As soon as we found the current key for which the value should be handled we can return
from the function to save some string comparisons.
2015-03-27 09:26:29 +01:00
Michael Stapelberg
ad31b13cb6
update default fonts for i3-{input,config-wizard,nagbar}
...
We’ve done this a while ago in i3.config itself, but the tools in
question aren’t hooked up to that setting, so we need to do it here as
well.
2015-03-26 10:03:30 +01:00
Michael Stapelberg
7d49f55c55
make i3-input work properly on hi-dpi displays
2015-03-26 10:03:14 +01:00
Michael Stapelberg
414290df56
make i3-config-wizard work properly on hi-dpi displays
2015-03-26 10:00:13 +01:00
Michael Stapelberg
d91bf5d491
make i3-nagbar work properly on hi-dpi displays
2015-03-26 09:44:46 +01:00
Michael Stapelberg
d97aeffcd4
i3-sensible-terminal: launch i3-nagbar when no terminal is found
...
fixes #1587
2015-03-26 09:21:40 +01:00
Michael Stapelberg
ebf5941456
debian: promote suggests to recommends to install a terminal emulator
...
fixes #1587
2015-03-26 09:19:50 +01:00
Michael Stapelberg
037cb317cb
Merge pull request #1578 from Airblader/feature-custom-separator
...
Add support for a custom separator symbol
2015-03-25 22:49:09 +01:00
Michael Stapelberg
fa93f275bb
Don’t focus placeholder windows.
2015-03-25 22:47:23 +01:00
Ingo Bürk
80da100ac8
Add support for a custom separator symbol
...
This introduces a "separator_symbol" property for the i3bar configuration.
If set, the specified string will be used as a separator instead of a vertical line. Since it is an optional configuration, complete backwards compatibility is given.
fixes #1472
2015-03-25 21:38:55 +01:00
Michael Stapelberg
26237508ea
Bugfix: skip restart_mode swallow specifications
...
Otherwise, placeholder windows would accumulate these over restarts. The
worst part is that they don’t get dumped properly, meaning an empty
swallows specification ends up in the state, which matches any window,
so other random windows would be matched into the placeholder (e.g.
i3bar).
fixes #1502
2015-03-25 20:50:25 +01:00
Michael Stapelberg
f790fedce3
Restore placeholder windows after restarting (Thanks Airblader).
...
fixes #1502
2015-03-25 20:50:25 +01:00
Michael Stapelberg
bbb035d975
Merge pull request #1583 from shdown/next
...
i3bar: spelling fixes (2)
2015-03-25 20:16:00 +01:00
shdown
6922a820a6
i3bar: spelling fixes (2)
2015-03-24 15:41:16 +03:00
Michael Stapelberg
c0a0b99d86
Merge pull request #1574 from acrisci/bug/bar-text-null-check
...
i3bar: check block text for NULL
2015-03-24 11:08:57 +01:00
Tony Crisci
177c03debd
i3bar: check `short_text` for NULL on dump
...
Check `short_text` for NULL on statusline dump, since this value can be
NULL when not given. Fixes a segfault in that case.
2015-03-24 06:00:26 -04:00
Tony Crisci
0962c7f011
i3bar: check block text for NULL
...
Add a null check to `full_text` and `short_text` for a block before
setting the markup property to avoid a segfault.
2015-03-24 05:45:20 -04:00
Michael Stapelberg
822cd3bf1b
Revert "Workspace command number selection"
...
This reverts commit cbd51ce664
.
If you’ve started using this feature, I’m very sorry, but I think it’s
better to revert it entirely, as it will only cause more problems in the
future as more and more people upgrade and get bitten by this if we
didn’t revert it…
fixes #1536
2015-03-24 09:28:30 +01:00
Michael Stapelberg
f2b728ac5e
Merge pull request #1564 from acrisci/feature/i3bar-markup-per-block
...
i3bar: set markup per block
2015-03-24 08:57:36 +01:00
Tony Crisci
e681f34ec1
i3bar: set markup per block
...
Add `markup` to the i3bar protocol as a block member.
This is a string that determines how the block should be parsed as
markup. "pango" indicates the block should be parsed as Pango markup.
"none" indicates the block should not be parsed as markup.
2015-03-24 02:27:38 -04:00
Michael Stapelberg
ff62a68c1e
Merge pull request #1570 from shdown/next
...
i3bar: spelling fixes
2015-03-23 22:10:17 +01:00
shdown
e8704bb33b
i3bar: spelling fixes
2015-03-23 22:56:49 +03:00
Michael Stapelberg
d3b8b3cac0
Merge pull request #1562 from Airblader/feature-short-text
...
Add support for the short_text property
2015-03-23 20:29:40 +01:00
Michael Stapelberg
3702b5895e
Merge pull request #1568 from acrisci/feature/valgrind-no-verbose
...
testcases: dont run valgrind verbose
2015-03-23 20:27:35 +01:00
Tony Crisci
e5317fc4e9
testcases: dont run valgrind verbose
2015-03-23 13:03:57 -04:00
Ingo Bürk
c9019ada4e
Add support for short_text
...
When the statusline is too long, try to use the short_text property of each status block before falling back to truncating it.
fixes #1092
2015-03-23 11:24:30 +01:00
Ingo Bürk
8272924117
Introduce a function to copy i3strings
2015-03-23 11:03:45 +01:00
Ingo Bürk
dd488818a9
Introduce the short_text property on blocks and parse it according to the documentation.
2015-03-23 11:03:45 +01:00
Michael Stapelberg
8d0fb482d9
clang-format and rearrange comments in i3bar/src/xcb.c
2015-03-23 09:23:01 +01:00
Michael Stapelberg
658d106fce
fix travis config with regards to clang-format
2015-03-23 09:21:06 +01:00
Michael Stapelberg
33fa3284db
Merge pull request #1560 from shdown/refactoring
...
i3bar: refactoring
2015-03-22 21:29:03 +01:00
Michael Stapelberg
0b65ea5b62
Merge pull request #1557 from acrisci/bug/fix-validation-segfault
...
Bugfix: validation segfault
2015-03-22 14:32:36 +01:00
shdown
f19fa0e3c9
i3bar: introduce get_tray_width() function to reduce duplication
2015-03-22 13:28:00 +03:00
shdown
62e4caa06c
i3bar: refactor magic numbers to *_px constants
2015-03-22 13:28:00 +03:00
Tony Crisci
6fb7fc9bc6
Bugfix: validation segfault
...
When `new_window` is given in the config, config validation with `i3 -C`
would segfault.
Add a NULL check in logical_px() to check for the case when the config
is being validated without an X server to prevent this.
2015-03-22 05:46:52 -04:00
Michael Stapelberg
2190bb9386
Don’t overwrite border width when already set (placeholders).
...
fixes #1501
2015-03-21 23:02:35 +01:00
Michael Stapelberg
9493b61bb4
i3bar: set correct initial position when reconfiguring
...
fixes #1542
2015-03-21 22:50:48 +01:00
Michael Stapelberg
27ad651e35
Merge pull request #1556 from Airblader/feature-i3-save-tree-by-number
...
Allow referencing the workspace by number.
2015-03-21 22:37:42 +01:00
Michael Stapelberg
2772c377ec
increase timeouts for travis
...
See https://travis-ci.org/i3/i3/jobs/55319961 (line 4064) for a job
where the window could not be mapped within 2 seconds.
2015-03-21 22:23:51 +01:00
Michael Stapelberg
73cd5dbb48
Merge pull request #1561 from Airblader/feature-append-layout-docs
...
Added a troubleshooting section to the restoring layout docs
2015-03-21 22:08:58 +01:00
Ingo Bürk
32f3248b57
Added a troubleshooting section to the restoring layout docs and described solution for vertically split containers
2015-03-21 20:41:40 +01:00
Michael Stapelberg
12e840b24d
Merge pull request #1559 from shdown/next
...
various i3bar bugfixes
2015-03-21 18:44:02 +01:00
shdown
b2309b8681
i3bar: fix click events for workspace buttons with long statusline
...
This combines detecting of current and clicked workspaces into one cycle
and then checks if the x coordinate of the clicked point is greater than
the workspace buttons width.
2015-03-21 19:41:38 +03:00
shdown
b1c7c7eea4
i3bar: fix spelling is messages
2015-03-21 19:22:31 +03:00
shdown
4d3867f178
i3bar: rename a variable
...
Give it a more meaningful name.
2015-03-21 19:17:05 +03:00
shdown
b28bb20caa
i3bar: add binding indicator width to workspace buttons width
...
Just to prevent the indicator from being overlapped by the statusline.
2015-03-21 19:12:29 +03:00
Ingo Bürk
0e0581c6cb
Allow referencing the workspace by number.
...
This allows "--workspace 3" for numbered workspaces, e.g., if the name is actually
"3:foo". This introduces the same functionality the IPC already offers in many places.
2015-03-21 17:10:20 +01:00
shdown
ccd6ae8eaf
i3bar: cut long statuslines from the left
...
This draws the statusline after drawing (and calculating width of) the
workspace buttons and fixes calculation of its maximum visible width.
This (hopefully) guarantees that these two will never overlap.
2015-03-21 19:08:40 +03:00
shdown
5efcfda2ed
i3bar: fix clearing of the statusline pixmap
...
This fixes the bug when statusline pixmap wasn't entirely cleared that
caused random artifacts to appear when the statusline width is greater
than the screen width.
2015-03-21 19:00:11 +03:00
Michael Stapelberg
e7753c839f
Merge pull request #1555 from Airblader/feature-i3-save-tree-current-ws
...
Make the --workspace optional by defaulting to the focused workspace.
2015-03-21 16:38:46 +01:00