summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-01make dist: include i3bar, pre-generate its manpage4.0.1Michael Stapelberg
2011-08-01add release notes for 4.0.1Michael Stapelberg
2011-08-01also start i3bar in the keycode config templateMichael Stapelberg
2011-08-01Merge branch 'darwin-fixes' into nextMichael Stapelberg
2011-08-01enable -Wl,--as-needed only on Linux (doesn’t work on Mac OS X)Michael Stapelberg
2011-08-01makefile: redirect stderr of 'which' to /dev/null when checking for lcovMichael Stapelberg
2011-08-01Mac OS X fixes: include string.h, add strndup(), disable xmllint for the docsMichael Stapelberg
2011-08-01LDFLAGS: add -Wl,--as-needed. reduces .so dependenciesMichael Stapelberg
2011-08-01make i3bar use i3’s common.mkMichael Stapelberg
2011-08-01Merge i3bar into nextMichael Stapelberg
2011-08-01docs/userguide: remove the bar.* color keys (Thanks aksr)Michael Stapelberg
2011-08-01docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux)Michael Stapelberg
2011-08-01update debian packagingMichael Stapelberg
2011-07-31docs/userguide: update keyboard-layer images, remove incomplete warning4.0Michael Stapelberg
2011-07-31docs/userguide: document for_window (Thanks aksr)Michael Stapelberg
2011-07-31update i3.manMichael Stapelberg
2011-07-31add a manpage for i3-migrate-config-to-v4Michael Stapelberg
2011-07-31i3-migrate-config-to-v4: drop the .pl suffixMichael Stapelberg
2011-07-31add a manpage for i3-config-wizardMichael Stapelberg
2011-07-31makefile: use $SUBDIRS for clean/distcleanMichael Stapelberg
2011-07-31debian: bump standards-version, update websiteMichael Stapelberg
2011-07-31debian: update changelogMichael Stapelberg
2011-07-31update date in RELEASE-NOTES-4.0Michael Stapelberg
2011-07-31remove obsolete docs/tree-migratingMichael Stapelberg
2011-07-31make dist: cleanup τεχ files before copyingMichael Stapelberg
2011-07-31remove old RELEASE-NOTES from git. they are archived in the i3-website gitMichael Stapelberg
2011-07-31remove website/ from git, it got its own repositoryMichael Stapelberg
2011-07-31Merge branch 'tree' into nextMichael Stapelberg
2011-07-31remove README.tree, the warning is obsolete nowMichael Stapelberg
2011-07-31add i3-config-wizard to .gitignoreMichael Stapelberg
2011-07-31Bugfix: Handle (and free) the last_motion_notifyMichael Stapelberg
2011-07-31Bugfix: Correctly free the xcb_get_geometry reply when not managing a windowMichael Stapelberg
2011-07-31Bugfix: free() the grab_pointer replyMichael Stapelberg
2011-07-31handle the xcb_grab_pointer replyMichael Stapelberg
2011-07-31Bugfix: also free() X11 errors in the main loopMichael Stapelberg
2011-07-31Forgot free(event)Michael Stapelberg
2011-07-31Bugfix: Same xcb_send_event fix as 1e0033bce4Michael Stapelberg
2011-07-31Bugfix: Correctly pass the pointer to xcb_send_eventMichael Stapelberg
2011-07-31add xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks Merovius)Michael Stapelberg
2011-07-31Bugfix: Delay event-subscription until reconnect (thx aniou)Axel Wagner
2011-07-31xcb: don’t use the _unchecked variant for requests which have a replyMichael Stapelberg
2011-07-31Bugfix: free replies after using themMichael Stapelberg
2011-07-31Bugfix: load_font: free reply after using itMichael Stapelberg
2011-07-31Bugfix: free font string after using itMichael Stapelberg
2011-07-31Bugfix: cfgparse: correctly free parser/lexerMichael Stapelberg
2011-07-31Bugfix: property handlers: correctly free replies in all casesMichael Stapelberg
2011-07-31Bugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytesMichael Stapelberg
2011-07-31Bugfix: Free property replies in their handlersMichael Stapelberg
2011-07-31Bugfix: Fix small memory leak when initializing output ConsMichael Stapelberg
2011-07-31Bugfix: fix memory leak in src/cmdparse.yMichael Stapelberg