8353b9625d
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:45 +02:00
2aa5f4e231
add a manpage for i3-config-wizard
2011-07-31 23:08:38 +02:00
49cf7ff2d7
makefile: use $SUBDIRS for clean/distclean
2011-07-31 23:01:33 +02:00
7f4af2c599
debian: bump standards-version, update website
2011-07-31 22:42:39 +02:00
291553bf0d
debian: update changelog
2011-07-31 22:34:56 +02:00
f69cbfc4b2
update date in RELEASE-NOTES-4.0
2011-07-31 22:25:49 +02:00
d3825f88e3
remove obsolete docs/tree-migrating
2011-07-31 22:19:58 +02:00
e0703b8150
make dist: cleanup τεχ files before copying
2011-07-31 22:19:06 +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
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
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
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
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
7a18dcc89e
Set the root window cursor. Fixes #442 .
2011-07-29 12:38:24 +02:00
20c68b1869
docs/userguide: explain the split command
2011-07-29 01:12:19 +02:00
7e6aa72664
docs/userguide: explain default_orientation config directive
2011-07-29 01:12:06 +02:00
85b01df11b
userguide: add popup_during_fullscreen configuration directive
2011-07-29 00:26:30 +02:00
8ef51a7cfa
update docs/userguide (various little fixes/updates)
2011-07-28 22:51:48 +02:00
ed30043950
Bugfix: Also abort drag_pointer after XCB_KEY_PRESS / XCB_KEY_RELEASE (Thanks eeemsi)
2011-07-28 21:01:34 +02:00
700f5bd443
docs/hacking-howto: a few little updates
2011-07-27 17:05:28 +02:00
d1fae4c0f7
docs/hacking-howto: update for RandR instead of Xinerama
2011-07-27 16:37:19 +02:00
e8335bbb89
docs/hacking-howto: update the file description
2011-07-27 16:32:24 +02:00
118a37510d
docs/debugging: make the difference between logging and verbose logging more clear, little style fixes
2011-07-27 16:13:15 +02:00
eea804cd94
migrate-config: convert old 'with container' commands to 'focus parent; $command' (+test) (Thanks Marcus)
2011-07-27 14:36:22 +02:00