Michael Stapelberg
4d12e18571
remove proof-of-concept code in main.c
2010-08-21 18:36:51 +02:00
Lourens Rozema
f73252431b
Bug fix of invalid presentation of container's split orientation.
2010-08-21 18:35:34 +02:00
Michael Stapelberg
161afa3d01
Fix some indention problems in gtk-tree-watch.pl
2010-08-21 18:34:51 +02:00
Lourens Rozema
042abe20b5
Initial commit of gtk-tree-watch.pl which uses GTK/Perl to visualize the i3 tree. It is based on the dump-asy.pl code.
2010-08-21 18:30:27 +02:00
Lourens Rozema
8159ffaa06
Bugfix for the kill command (used a.o. in test 18). Call to match_init is to be used i.o. a simple memset() to zero. Otherwise the boolean dock field doesn't get initalized to -1.
2010-08-21 18:28:37 +02:00
Lourens Rozema
ebe878d24c
Indent clean up.
2010-08-21 18:27:12 +02:00
Michael Stapelberg
27ffe9eae1
t/22-split: Bugfix: don’t declare old_count twice (Thanks Lourens)
2010-08-21 18:25:48 +02:00
Lourens Rozema
c780f5dd0b
Test 16 fixed expectation of the (root) focused field to exist in the tree and always be zero.
2010-08-21 18:24:21 +02:00
Michael Stapelberg
160c12ed9a
recognize dock windows (and support matching them)
2010-08-15 12:18:27 +02:00
Michael Stapelberg
0411299e4c
fix typo
2010-08-15 12:18:05 +02:00
Michael Stapelberg
b628aab7d8
Look for $SYSCONFDIR/i3/config instead of hard-coded /etc/i3/config (Thanks Don)
2010-07-31 15:04:13 +02:00
Michael Stapelberg
06da6d98e7
Bugfix: Replay unhandled pointer events (Thanks Marcus)
2010-07-31 14:59:02 +02:00
Michael Stapelberg
26c61850bd
Bugfix: Replay unhandled pointer events (Thanks Marcus)
2010-07-31 14:58:14 +02:00
Michael Stapelberg
d60a741f78
little style fixes, part 2
2010-07-24 12:35:16 +02:00
Michael Stapelberg
6e5e2fe5ee
little style fixes
2010-07-24 12:34:27 +02:00
Michael Stapelberg
a6e7894b11
Bugfix: Use scalloc to get a null-terminated string
2010-07-24 12:32:03 +02:00
Christopher Zimmermann
4d4ce82b35
don't use wordexp.h for tilde expansion
...
wordexp.h is not supported by OpenBSD. Therefore do tilde expansion only
via glob().
rename glob_path() to resolve_tilde() since it should not do globbing.
2010-07-24 12:23:23 +02:00
Michael Stapelberg
ca8d775487
Makefile: don’t set PREFIX/SYSCONFDIR (necessary for OpenBSD ports framework) (Thanks madroach)
2010-07-24 12:21:55 +02:00
Michael Stapelberg
a89fa51531
debian: add i3-wm.wm for dh_installwm to repository
2010-07-24 12:19:53 +02:00
Michael Stapelberg
ca698c7862
expand .gitignore (Thanks madroach)
2010-07-24 12:19:31 +02:00
Christopher Zimmermann
63a9647a2c
secure strcpy by replacing with strncpy
2010-07-24 12:14:00 +02:00
Michael Stapelberg
65058e0349
website: add link to refcard.pdf
2010-07-23 21:40:09 +02:00
Michael Stapelberg
95eb1f22c5
docs: add reference card (by Zeus Panchenko)
2010-07-23 21:38:42 +02:00
Fernando Tarlá Cardoso Lemos
9c5a8d606c
Don't draw stacked decors overlapping a fs window.
...
When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.
2010-07-20 22:20:48 +02:00
Fernando Tarlá Cardoso Lemos
20fc7681b1
Don't draw stacked decors overlapping a fs window.
...
When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.
2010-07-20 22:19:38 +02:00
Michael Stapelberg
b572fea5c6
testcase: use open_empty_con in some more testcases
2010-07-17 15:52:22 +02:00
Michael Stapelberg
b4e3563dc1
t/29-focus-after-close.t: add more tests (for a regression)
2010-07-17 15:17:33 +02:00
Michael Stapelberg
55f695436a
testcases: Implement open_empty_con which directly returns the ID
2010-07-17 15:17:16 +02:00
Michael Stapelberg
d066341261
ipc/parser: commands can now return custom JSON replies
...
Also, finally add include/cmdparse.h
2010-07-17 15:15:37 +02:00
Michael Stapelberg
189635a5dc
Bugfix: Even when not going one level up, we need to travel down the whole focus stack
2010-07-17 15:08:22 +02:00
Michael Stapelberg
21c45418b3
more explanation in t/29-focus-after-close.t
2010-07-17 13:37:21 +02:00
Michael Stapelberg
099df7f438
Bugfix: Keep focus on the current workspace when moving containers, add testcase
2010-07-17 13:27:34 +02:00
Michael Stapelberg
49add4f3e4
Bugfix: Don’t go further when switching focus on a CT_WORKSPACE
2010-07-17 01:56:16 +02:00
Michael Stapelberg
69e5c0f6ce
Treat stacking containers as if they are in vertical orientation, add testcase
2010-07-17 01:27:47 +02:00
Michael Stapelberg
09c6b587d3
close empty parent containers, add testcase
2010-07-17 00:54:47 +02:00
Michael Stapelberg
33572b8c4b
s/con->parent/parent to make it more readable
...
(and necessary for the next commit)
2010-07-17 00:54:03 +02:00
Michael Stapelberg
7415f14448
Add more documentation to functions/header files
2010-07-13 11:35:05 +02:00
Michael Stapelberg
60bdf87862
Bugfix: Push all following window stacking orders to X11 when the order of a single pair changed
2010-07-11 23:41:02 +02:00
Michael Stapelberg
1459ae6bf2
Bugfix: raise fullscreen containers before rendering their content
2010-07-11 23:40:50 +02:00
Michael Stapelberg
935f950ce2
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
2010-07-11 22:23:32 +02:00
Michael Stapelberg
ff64b0db59
Bugfix: Render decoration of single window in tabbed/stacked container (Thanks Fernando)
2010-07-11 22:23:05 +02:00
Michael Stapelberg
a79d33fc7f
Remove some dead code (to be re-implemented), rename nc.c to main.c
2010-07-11 22:12:25 +02:00
Michael Stapelberg
61f9a79347
use decimal coordinates in debug message
2010-07-11 22:01:25 +02:00
Michael Stapelberg
1a0fcea48e
ipc: add member 'focused' to every container
2010-07-04 22:17:18 +02:00
Michael Stapelberg
66480d3725
Bugfix: Don’t try to focus the container itself when closing
2010-07-04 22:16:54 +02:00
Michael Stapelberg
16f5c879f6
testcases: remove 'use v5.10' as this is automatically done in lib/i3test
2010-07-04 19:53:05 +02:00
Michael Stapelberg
b186446fb7
Bugfix: Correctly restore focus after close (and add testcase)
2010-07-04 19:50:44 +02:00
Michael Stapelberg
f70530d575
website: update fedora link, add RHEL, CentOS (Thanks cassmodiah)
2010-07-03 19:29:24 +02:00
Michael Stapelberg
5adcea6b3c
config: add reload keybinding
2010-07-03 19:27:25 +02:00
Michael Stapelberg
49ed703299
Bugfix: Insert new containers at the right position (and add testcase)
2010-07-03 17:42:36 +02:00