c024a23142
website: add download link to the new release
2010-06-09 10:14:21 +02:00
ed4e8e9bff
debian: update i3-wm.docs
2010-06-09 09:59:46 +02:00
7d05f1a1a0
debian: update i3-wm.docs
2010-06-09 09:59:33 +02:00
78dc8fc36e
Add documentation for external workspace bars
2010-06-09 09:57:43 +02:00
9bd6bbd70d
debian: update changelog
2010-06-09 09:53:36 +02:00
2ba223b03a
Add release notes for 3.ε-bf1
2010-06-09 09:53:18 +02:00
acac2eb92f
website: s/systemcalls/system calls, update title
2010-06-08 18:27:31 +02:00
22f63ee2ec
website: add links to i3status/i3lock/dzen2 on download page
2010-06-08 18:26:49 +02:00
756fff9d6a
website: add link to wsbar.html
2010-06-08 18:26:38 +02:00
285692c92c
Update testcases (and skip some tests for the moment)
2010-06-02 23:53:22 +02:00
6897e15e72
Implement mark/goto, modify testcase
2010-06-02 23:32:05 +02:00
780e773a6a
split containers do not directly accepts windows (they only have children)
2010-06-02 22:35:37 +02:00
bdb1065537
bugfix: only print the first match when looking for the loglevel
...
fixes problems with con.c, container.c, config.c
2010-06-02 22:34:31 +02:00
5bff638ea0
bugfix: the layout command needs to change the layout of the parent container
2010-06-02 18:58:52 +02:00
32be3af109
Re-implement support for the urgency hint, extend t/13-urgent.t
...
The actual rendering will follow
2010-06-02 17:55:10 +02:00
03c8da0a74
t/lib/i3test.pm: refactor get_ws and get_ws_content using List::Util’s first
2010-06-02 17:50:06 +02:00
7c3e88ad93
parser: implement matching on the window id
2010-06-02 17:20:32 +02:00
14a312c152
more debug output
2010-06-02 17:04:26 +02:00
1c5adc6c35
Don’t ignore sequence in UnmapNotify, there might be multiple windows in one sequence
...
This would lead to i3 thinking that a new window was already managed if it
has the same X-ID as the old window. Instead, we need to fix the EnterNotify
problem in a different way.
2010-06-02 17:03:26 +02:00
a7d2c5942a
Clear event mask while reparenting
...
This way, we can avoid to ignore UnmapNotify events generated by reparenting.
It is generally considerable to have as little ignored events as possible
due to side-effects.
2010-06-02 17:02:10 +02:00
c1789bef8e
Include git branch name in the version string
2010-06-02 11:22:09 +02:00
f2148ffa0b
Include git branch name in the version string
2010-06-02 11:21:52 +02:00
cea8f91e18
parser: implement 'layout'
2010-06-01 23:20:57 +02:00
b467242d69
Make splitting a container which was already split a noop
2010-06-01 22:45:18 +02:00
18f7e1ffd1
t/22: extend to verify that splitting in the same direction multiple times does not create new containers
2010-06-01 22:42:32 +02:00
249c3f58ab
t/21: formatting
2010-06-01 22:29:09 +02:00
0ce62a755e
"Re-parent" floating clients whose old_parent is being closed (makes t/27 pass)
2010-06-01 21:36:02 +02:00
3aa1801392
add testcase for crash on closing floating windows whose parent was killed
2010-06-01 20:52:59 +02:00
afa8be9547
lib/i3test: Implement get_focused
2010-06-01 20:52:22 +02:00
712605e69f
ipc: include floating-nodes in tree reply
2010-06-01 20:50:23 +02:00
a25dc3e988
Implement focus command (and extend t/21-next-prev.t to test it)
2010-06-01 18:49:43 +02:00
67a6bd5589
bugfix: allocate one more zero-byte to definitely get a zero-terminated string
2010-06-01 18:46:14 +02:00
de0c13ba78
Add testcase which ensures that floating windows can be closed
...
See last commit
2010-05-31 23:17:02 +02:00
935b8e05ff
Implement correct removal of floating containers
2010-05-31 23:16:20 +02:00
b14fa457e7
fix: to always abort we need to assert(false)
2010-05-31 23:08:16 +02:00
143622d2d7
Reposition floating windows while dragging
2010-05-31 23:01:08 +02:00
246d4627be
re-enable sending fake configure notifies
2010-05-31 23:00:36 +02:00
71e0e49c0e
Implement mode toggle
2010-05-31 22:48:28 +02:00
e67c712f31
cleanup: introduce CT_WORKSPACE as type to avoid having to check parent->type
2010-05-31 00:11:11 +02:00
acc9d59e97
Bugfix: Correctly check asprintf() return value
...
Fixes a crash when invalid multibyte window titles are set as _NET_WM_NAME
2010-05-28 12:09:36 +02:00
169e541101
Bugfix: Correctly check asprintf() return value
...
Fixes a crash when invalid multibyte window titles are set as _NET_WM_NAME
2010-05-28 12:08:39 +02:00
0f83666a9c
update debian packaging
2010-05-28 00:05:50 +02:00
162b0a9931
update debian packaging
2010-05-28 00:05:38 +02:00
7adfd37a12
Add documentation for external workspace bars
2010-05-27 20:21:17 +02:00
f6227bec6c
wsbar: print an error and exit after not being able to talk to i3 for 2 seconds (Thanks badboy)
2010-05-26 23:40:05 +02:00
a45dc6b3ad
Update _NET_WM_STATE after fullscreen state changes
2010-05-26 23:21:37 +02:00
e25d9c5f55
Bugfix: Update _NET_WM_STATE when clients request changes via ClientMessage
...
This fixes problems with Chromium fullscreen mode
2010-05-26 23:12:36 +02:00
30b275d27f
Bugfix: Update _NET_WM_STATE when clients request changes via ClientMessage
...
This fixes problems with Chromium fullscreen mode
2010-05-26 23:11:42 +02:00
e68aa1f414
Bugfix: Don’t invert directions when resizing floating clients (top/left) (Thanks João)
2010-05-24 19:21:24 +02:00
d0baa8c652
Bugfix: Don’t invert directions when resizing floating clients (top/left) (Thanks João)
2010-05-24 19:20:32 +02:00