Commit Graph

2394 Commits

Author SHA1 Message Date
49cf7ff2d7 makefile: use $SUBDIRS for clean/distclean 2011-07-31 23:01:33 +02:00
74191652d4 makefile: use $SUBDIRS for clean/distclean 2011-07-31 23:01:16 +02:00
7f4af2c599 debian: bump standards-version, update website 2011-07-31 22:42:39 +02:00
8b526679ef debian: bump standards-version, update website 2011-07-31 22:42:31 +02:00
291553bf0d debian: update changelog 2011-07-31 22:34:56 +02:00
a5cba4c540 debian: update changelog 2011-07-31 22:34:47 +02:00
f69cbfc4b2 update date in RELEASE-NOTES-4.0 2011-07-31 22:25:49 +02:00
f703dd96f5 update date in RELEASE-NOTES-4.0 2011-07-31 22:25:37 +02:00
d3825f88e3 remove obsolete docs/tree-migrating 2011-07-31 22:19:58 +02:00
fde1ea0a8a remove obsolete docs/tree-migrating 2011-07-31 22:19:46 +02:00
e0703b8150 make dist: cleanup τεχ files before copying 2011-07-31 22:19:06 +02:00
7748db8b9a make dist: cleanup τεχ files before copying 2011-07-31 22:18:48 +02:00
e18dd21075 remove old RELEASE-NOTES from git. they are archived in the i3-website git 2011-07-31 22:07:21 +02:00
fca6420584 remove old RELEASE-NOTES from git. they are archived in the i3-website git 2011-07-31 22:07:02 +02:00
03f639d45c remove website/ from git, it got its own repository
See 'i3-website' at http://code.i3wm.org/i3-website
2011-07-31 22:04:19 +02:00
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
0f276fdefa Merge branch 'next' 2011-07-31 22:01:01 +02:00
2728c02467 Merge branch 'tree' into next 2011-07-31 21:56:02 +02:00
c58109700c remove README.tree, the warning is obsolete now 2011-07-31 21:53:54 +02:00
559fd54334 add i3-config-wizard to .gitignore 2011-07-31 21:53:47 +02:00
bc98185f85 Bugfix: Handle (and free) the last_motion_notify 2011-07-31 21:21:45 +02:00
7180dca3b2 Bugfix: Correctly free the xcb_get_geometry reply when not managing a window 2011-07-31 20:39:33 +02:00
22de7593c5 Bugfix: free() the grab_pointer reply 2011-07-31 19:52:58 +02:00
6c35a0b93b handle the xcb_grab_pointer reply 2011-07-31 19:48:39 +02:00
ffbcfa2c97 Bugfix: also free() X11 errors in the main loop 2011-07-31 19:41:57 +02:00
fdfa88586d Forgot free(event) 2011-07-31 19:34:55 +02:00
fa1fe3cfed Bugfix: Same xcb_send_event fix as 1e0033bce4 2011-07-31 19:33:56 +02:00
5bfc89f733 Bugfix: Correctly pass the pointer to xcb_send_event 2011-07-31 19:26:38 +02:00
3a41aea75b add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius) 2011-07-31 18:32:28 +02:00
3302b22f71 Bugfix: Delay event-subscription until reconnect (thx aniou) 2011-07-31 18:26:52 +02:00
52b3646ecc xcb: don’t use the _unchecked variant for requests which have a reply 2011-07-31 18:19:41 +02:00
7f3f7c26b6 Bugfix: free replies after using them 2011-07-31 18:17:56 +02:00
d9ff172d36 Bugfix: load_font: free reply after using it 2011-07-31 17:57:11 +02:00
cbfcf5bd8b Bugfix: free font string after using it 2011-07-31 17:54:53 +02:00
ee83df9684 Bugfix: cfgparse: correctly free parser/lexer 2011-07-31 17:50:54 +02:00
088681c781 Bugfix: property handlers: correctly free replies in all cases 2011-07-31 17:46:41 +02:00
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
4875868689 Bugfix: Free property replies in their handlers 2011-07-31 17:12:37 +02:00
d3e3339a05 Bugfix: Fix small memory leak when initializing output Cons 2011-07-31 17:11:51 +02:00
f2fc523de7 Bugfix: fix memory leak in src/cmdparse.y 2011-07-31 17:11:28 +02:00
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
8d09ed7bf5 Update changelog and copyright, bump version and more 2011-07-31 16:16:17 +02:00
8e275d85b5 Correct some minor mistakes in the manpage (thx sECuRE) 2011-07-31 15:58:14 +02:00
56158329b3 Merge branch 'tree' into next 2011-07-31 15:54:59 +02:00
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
c601ac1d8e docs/userguide: little fixes by fernando 2011-07-29 13:31:37 +02:00
1b0d6ab202 remove unnecessary 'extern' keyword from function prototypes in include/xcursor.h 2011-07-29 13:16:26 +02:00
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
bc7dec6a4c X11 errors: also log the error_code (see X Protocol, Appendix B, Errors) 2011-07-29 13:11:02 +02:00
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