Michael Stapelberg
998d44a3d4
update i3.man
2011-07-31 23:34:28 +02:00
Michael Stapelberg
d53c6f5c30
add a manpage for i3-migrate-config-to-v4
2011-07-31 23:22:50 +02:00
Michael Stapelberg
3204caa98d
i3-migrate-config-to-v4: drop the .pl suffix
...
As lintian (a Debian package checker) mentions, it is more clever to install it
without the extension, since the implementation language might change.
2011-07-31 23:11:05 +02:00
Michael Stapelberg
052b69a4bf
add a manpage for i3-config-wizard
2011-07-31 23:08:25 +02:00
Michael Stapelberg
74191652d4
makefile: use $SUBDIRS for clean/distclean
2011-07-31 23:01:16 +02:00
Michael Stapelberg
8b526679ef
debian: bump standards-version, update website
2011-07-31 22:42:31 +02:00
Michael Stapelberg
a5cba4c540
debian: update changelog
2011-07-31 22:34:47 +02:00
Michael Stapelberg
f703dd96f5
update date in RELEASE-NOTES-4.0
2011-07-31 22:25:37 +02:00
Michael Stapelberg
fde1ea0a8a
remove obsolete docs/tree-migrating
2011-07-31 22:19:46 +02:00
Michael Stapelberg
7748db8b9a
make dist: cleanup τεχ files before copying
2011-07-31 22:18:48 +02:00
Michael Stapelberg
fca6420584
remove old RELEASE-NOTES from git. they are archived in the i3-website git
2011-07-31 22:07:02 +02:00
Michael Stapelberg
14976c9e01
remove website/ from git, it got its own repository
...
See 'i3-website' at http://code.i3wm.org/i3-website
2011-07-31 22:03:27 +02:00
Michael Stapelberg
0f276fdefa
Merge branch 'next'
2011-07-31 22:01:01 +02:00
Michael Stapelberg
2728c02467
Merge branch 'tree' into next
2011-07-31 21:56:02 +02:00
Michael Stapelberg
c58109700c
remove README.tree, the warning is obsolete now
2011-07-31 21:53:54 +02:00
Michael Stapelberg
559fd54334
add i3-config-wizard to .gitignore
2011-07-31 21:53:47 +02:00
Michael Stapelberg
bc98185f85
Bugfix: Handle (and free) the last_motion_notify
2011-07-31 21:21:45 +02:00
Michael Stapelberg
7180dca3b2
Bugfix: Correctly free the xcb_get_geometry reply when not managing a window
2011-07-31 20:39:33 +02:00
Michael Stapelberg
22de7593c5
Bugfix: free() the grab_pointer reply
2011-07-31 19:52:58 +02:00
Michael Stapelberg
6c35a0b93b
handle the xcb_grab_pointer reply
2011-07-31 19:48:39 +02:00
Michael Stapelberg
ffbcfa2c97
Bugfix: also free() X11 errors in the main loop
2011-07-31 19:41:57 +02:00
Michael Stapelberg
fdfa88586d
Forgot free(event)
2011-07-31 19:34:55 +02:00
Michael Stapelberg
fa1fe3cfed
Bugfix: Same xcb_send_event fix as 1e0033bce4
2011-07-31 19:33:56 +02:00
Michael Stapelberg
5bfc89f733
Bugfix: Correctly pass the pointer to xcb_send_event
2011-07-31 19:26:38 +02:00
Michael Stapelberg
3a41aea75b
add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius)
2011-07-31 18:32:28 +02:00
Michael Stapelberg
52b3646ecc
xcb: don’t use the _unchecked variant for requests which have a reply
2011-07-31 18:19:41 +02:00
Michael Stapelberg
7f3f7c26b6
Bugfix: free replies after using them
2011-07-31 18:17:56 +02:00
Michael Stapelberg
d9ff172d36
Bugfix: load_font: free reply after using it
2011-07-31 17:57:11 +02:00
Michael Stapelberg
cbfcf5bd8b
Bugfix: free font string after using it
2011-07-31 17:54:53 +02:00
Michael Stapelberg
ee83df9684
Bugfix: cfgparse: correctly free parser/lexer
2011-07-31 17:50:54 +02:00
Michael Stapelberg
088681c781
Bugfix: property handlers: correctly free replies in all cases
2011-07-31 17:46:41 +02:00
Michael Stapelberg
1e0033bce4
Bugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytes
...
Fixes an 'uninitialized memory' error in valgrind
2011-07-31 17:46:01 +02:00
Michael Stapelberg
4875868689
Bugfix: Free property replies in their handlers
2011-07-31 17:12:37 +02:00
Michael Stapelberg
d3e3339a05
Bugfix: Fix small memory leak when initializing output Cons
2011-07-31 17:11:51 +02:00
Michael Stapelberg
f2fc523de7
Bugfix: fix memory leak in src/cmdparse.y
2011-07-31 17:11:28 +02:00
Michael Stapelberg
6ef3866108
docs/hacking-howto: comment out a few sections which are not updated yet
...
We want to get this release out and will update the sections afterwards. Sorry!
If you need to know stuff *right now*, please ask us on IRC
2011-07-31 16:19:25 +02:00
Michael Stapelberg
033466585d
docs/userguide: update the status line section, recommend i3bar
...
dzen2 does not get mentioned anymore. They did not release a new version for
more than three years (-dock was added 2008-04-03). I am sick of telling people
they need to check out the latest SVN trunk of dzen2.
2011-07-31 15:39:18 +02:00
Michael Stapelberg
c601ac1d8e
docs/userguide: little fixes by fernando
2011-07-29 13:31:37 +02:00
Michael Stapelberg
1b0d6ab202
remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h
2011-07-29 13:16:26 +02:00
Michael Stapelberg
3721c598bd
Bugfix: Set the cursor via the Xlib connection if XCursor is supported
...
This fixes a race where we created cursors on the Xlib connection, flushed,
then used the cursor on the XCB connection. Even though we flushed, the X
server did not process the requests yet and therefore returned a BadCursor
error.
This bugfix uses the Xlib connection for setting the root window cursor which
will ensure that the requests are properly serialized.
An easy test for this (on my machine) is the following ~/.xsession:
xsetroot -cursor_name cross
exec i3
If you see a cross cursor instead of the pointer, the race happens. You’ll see
a error_code=6 error in your ~/.xsession-errors.
2011-07-29 13:13:51 +02:00
Michael Stapelberg
bc7dec6a4c
X11 errors: also log the error_code (see X Protocol, Appendix B, Errors)
2011-07-29 13:11:02 +02:00
Fernando Tarlá Cardoso Lemos
ae9c90ba19
Don't leak the cursor_id.
...
Fixes a server-side leak. The cursor_id is not needed when we're
using themed cursors (we never freed it either).
2011-07-29 12:38:44 +02:00
Fernando Tarlá Cardoso Lemos
7a18dcc89e
Set the root window cursor. Fixes #442 .
2011-07-29 12:38:24 +02:00
Michael Stapelberg
20c68b1869
docs/userguide: explain the split command
2011-07-29 01:12:19 +02:00
Michael Stapelberg
7e6aa72664
docs/userguide: explain default_orientation config directive
2011-07-29 01:12:06 +02:00
Michael Stapelberg
85b01df11b
userguide: add popup_during_fullscreen configuration directive
2011-07-29 00:26:30 +02:00
Michael Stapelberg
8ef51a7cfa
update docs/userguide (various little fixes/updates)
2011-07-28 22:51:48 +02:00
Michael Stapelberg
ed30043950
Bugfix: Also abort drag_pointer after XCB_KEY_PRESS / XCB_KEY_RELEASE (Thanks eeemsi)
2011-07-28 21:01:34 +02:00
Michael Stapelberg
700f5bd443
docs/hacking-howto: a few little updates
2011-07-27 17:05:28 +02:00
Michael Stapelberg
d1fae4c0f7
docs/hacking-howto: update for RandR instead of Xinerama
2011-07-27 16:37:19 +02:00