Michael Stapelberg
3c68a9158c
LDFLAGS: add -Wl,--as-needed. reduces .so dependencies
...
Let’s see if that works on all systems :)
2011-08-01 16:13:38 +02:00
Michael Stapelberg
339a7cb8c3
make i3bar use i3’s common.mk
2011-08-01 16:13:19 +02:00
Michael Stapelberg
22bac9fd9a
Merge i3bar into next
2011-08-01 15:55:27 +02:00
Michael Stapelberg
9e4bd9a157
docs/userguide: remove the bar.* color keys (Thanks aksr)
2011-08-01 14:42:21 +02:00
Michael Stapelberg
9fbf6e3992
docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux)
2011-08-01 14:40:01 +02:00
Michael Stapelberg
a0bb296f1b
update debian packaging
2011-08-01 14:39:45 +02:00
Michael Stapelberg
d60c6f0db2
docs/userguide: update keyboard-layer images, remove incomplete warning
2011-07-31 23:53:26 +02:00
Michael Stapelberg
b77ab98ebc
docs/userguide: document for_window (Thanks aksr)
2011-07-31 23:38:26 +02:00
Michael Stapelberg
c871856449
update i3.man
2011-07-31 23:34:39 +02:00
Michael Stapelberg
c214e50ac8
add a manpage for i3-migrate-config-to-v4
2011-07-31 23:23:26 +02:00
Michael Stapelberg
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
Michael Stapelberg
2aa5f4e231
add a manpage for i3-config-wizard
2011-07-31 23:08:38 +02:00
Michael Stapelberg
49cf7ff2d7
makefile: use $SUBDIRS for clean/distclean
2011-07-31 23:01:33 +02:00
Michael Stapelberg
7f4af2c599
debian: bump standards-version, update website
2011-07-31 22:42:39 +02:00
Michael Stapelberg
291553bf0d
debian: update changelog
2011-07-31 22:34:56 +02:00
Michael Stapelberg
f69cbfc4b2
update date in RELEASE-NOTES-4.0
2011-07-31 22:25:49 +02:00
Michael Stapelberg
d3825f88e3
remove obsolete docs/tree-migrating
2011-07-31 22:19:58 +02:00
Michael Stapelberg
e0703b8150
make dist: cleanup τεχ files before copying
2011-07-31 22:19:06 +02:00
Michael Stapelberg
e18dd21075
remove old RELEASE-NOTES from git. they are archived in the i3-website git
2011-07-31 22:07:21 +02:00
Michael Stapelberg
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
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
Axel Wagner
3302b22f71
Bugfix: Delay event-subscription until reconnect (thx aniou)
2011-07-31 18:26:52 +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
Axel Wagner
8d09ed7bf5
Update changelog and copyright, bump version and more
2011-07-31 16:16:17 +02:00
Axel Wagner
8e275d85b5
Correct some minor mistakes in the manpage (thx sECuRE)
2011-07-31 15:58:14 +02:00
Axel Wagner
56158329b3
Merge branch 'tree' into next
2011-07-31 15:54:59 +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