]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2011-06-10 Michael StapelbergCONFIG BREAK: Rename 'restore' to 'append_layout'
2011-06-10 Michael StapelbergCONFIG BREAK: rename 'mode floating/tiling' to 'floatin...
2011-06-09 Michael StapelbergBREAKS CONFIG: rename 'level up' to 'focus parent'
2011-06-09 Michael Stapelbergconfig: more descriptive comments
2011-06-08 Michael StapelbergParse multiple criteria in commands (+test), better...
2011-06-08 Michael StapelbergCONFIG BREAK: kick the 'next'/'prev' commands, introduc...
2011-06-03 Michael Stapelbergadd testcase for the fullscreen restart problem of...
2011-06-02 Michael StapelbergBugfix: Don’t break focus stack when inplace restarting...
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-06-02 Michael Stapelbergipc: make 'layout' a string
2011-05-29 Michael StapelbergBugfix: RandR: Correctly assign focused workspaces...
2011-05-29 Michael Stapelbergtestcase: correct window names (trivial)
2011-05-29 Michael StapelbergBugfix: rendering cache also needs to consider con...
2011-05-29 Michael Stapelbergx: fix race condition where the new event mask was...
2011-05-29 Michael Stapelbergcall tree_render() only after commands which require it
2011-05-29 Michael StapelbergBugfix: Set pixmap_recreated before rendering the decor...
2011-05-29 Michael Stapelbergx: only re-render the tree in handle_normal_hints when...
2011-05-29 Michael Stapelbergx: first create/render pixmap, then change window sizes...
2011-05-28 Michael Stapelbergadd release notes for tree-pr3 tree-pr3
2011-05-28 Michael Stapelbergmakefile: include yajl-fallback in 'make dist'
2011-05-28 Michael Stapelbergupdate the userguide for tree (not complete yet)
2011-05-25 Michael StapelbergBugfix: Check swallows before assignments when managing...
2011-05-25 Michael Stapelberggitignore: ignore tarballs
2011-05-25 Michael Stapelbergremove unused code from manage.c
2011-05-25 Michael Stapelbergtests: explicitly declare done_testing in subtest
2011-05-25 Michael Stapelbergtests: use Test:Most instead of Test:More
2011-05-24 Michael Stapelbergtests: add test for the 'assign' feature
2011-05-24 Michael Stapelbergfix typo in t/65-for_window.t
2011-05-24 Michael Stapelbergtests: make t/59-socketpaths exit gracefully
2011-05-23 Michael StapelbergImplement assignments for (named) workspaces, with...
2011-05-22 Michael StapelbergBugfix: Free pixmaps when killing windows (Thanks Mike)
2011-05-22 Michael Stapelbergretab! cfgparse.l
2011-05-22 Michael Stapelbergcfgparse.l: kill a few states by using the stack
2011-05-22 Michael Stapelbergcleanup cfgparse lexer/parser (ignore whitespace, solve...
2011-05-22 Michael Stapelbergforgot to remove unused TOK_ATTACH token from lexer
2011-05-22 Michael Stapelbergcleanup cmdparse lexer/parser (ignore whitespace, solve...
2011-05-16 Michael Stapelbergtests: also test multiple commands in for_window
2011-05-16 Michael Stapelbergtests: add test for the for_window config directive...
2011-05-16 Michael StapelbergBugfix: fix crash when disabling floating mode
2011-05-15 Michael StapelbergTime Lord technology: for_window config directive to...
2011-05-15 Michael StapelbergIntroduce HANDLE_EMPTY_MATCH macro to simplify command...
2011-05-14 Michael StapelbergRemove old code from randr.c and workspace.c
2011-05-14 Michael StapelbergBugfix: Fix initialization / assignments when RandR...
2011-05-14 Michael Stapelbergre-implement assignments of workspace to specific outputs
2011-05-14 Michael Stapelbergintroduce the NODES_FOREACH and GREP_FIRST macros
2011-05-14 Michael Stapelbergx.c: disable some of the debug output
2011-05-13 Michael StapelbergCorrectly re-implement scrolling on window decorations
2011-05-13 Michael StapelbergBugfix: Attach new cons at the correct place when a...
2011-05-13 Michael StapelbergFix kill command with trailing whitespace
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-13 Michael StapelbergBugfix: When focusing the next floating window, descend...
2011-05-13 Michael Stapelbergt/35-floating-focus: rewrite testcase to use windows...
2011-05-13 Michael StapelbergBugfix: set WM_STATE to WITHDRAWN when an app unmaps...
2011-05-13 Michael StapelbergBugfix: Fix the WANT_QSTRING state
2011-05-12 Michael StapelbergBugfix: Fix focus follows mouse for non-default layout...
2011-05-12 Michael Stapelbergs/seperate/separate (Thanks Jon)
2011-05-12 Michael StapelbergBugfix: Ignore focus when attaching cons while restorin...
2011-05-12 Michael StapelbergBugfix: Correct string/quoted string parsing for the...
2011-05-12 Michael StapelbergBugfix: Don’t append the --restart parameter on each...
2011-05-11 Michael StapelbergBugfix: Don’t crash when dock clients set the urgency...
2011-05-11 Michael StapelbergBugfix: Don’t fill split cons etc. with client backgrou...
2011-05-11 Michael StapelbergBugfix: Restore border_style when restarting inplace...
2011-05-11 Michael Stapelbergipc: change border_style to human-readable string inste...
2011-05-11 Michael StapelbergBugfix: Don’t run into an endless loop when killing...
2011-05-08 Michael Stapelbergadd coverage target to makefile to generate a coverage...
2011-05-08 Michael Stapelbergtests: add --coverage-testing option to complete-run.pl
2011-05-08 Michael Stapelbergmakefile: add COVERAGE flag
2011-05-06 Michael StapelbergBugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT...
2011-05-05 Michael Stapelbergcfgparse.y: define types (Thanks Merovius)
2011-05-05 Michael Stapelbergre-indent cfgparse.y
2011-05-05 Michael Stapelbergcmdparse.y: set type on the tokens/non-terminals (Thank...
2011-05-02 Michael Stapelbergre-implement assigning windows to workspaces
2011-05-02 Michael StapelbergBugfix: Before rendering, attach the con to its floatin...
2011-05-02 Michael StapelbergBugfix: When re-assigning floating windows to a differe...
2011-05-01 Michael StapelbergBugfix: Fix the client background rectangle calculation...
2011-05-01 Michael StapelbergBugfix: For fullscreen cons, use a deco_height of 0...
2011-05-01 Michael StapelbergBugfix: Correctly render decorations in tabbed containe...
2011-05-01 Michael Stapelbergwizard: actually write the output config
2011-05-01 Michael Stapelbergwizard: check if the config file does not already exist...
2011-04-30 Michael Stapelberginitial commit of the i3-config-wizard (GUI working...
2011-04-29 Michael StapelbergBugfix: Add missing tree_render() when handling the...
2011-04-28 Michael StapelbergFix unaligned memory access on sparc (Thanks David...
2011-04-28 Michael Stapelbergremove useless checks, size_t != ssize_t :)
2011-04-27 Michael StapelbergMake code compatible with yajl 2.0 *and* 1.0
2011-04-27 Michael StapelbergBugfix: Ensure that all outputs have a ->con before...
2011-04-26 Michael Stapelbergfix warning by removing 'const' from ipc_socket_path
2011-04-26 Michael Stapelbergtests: make complete-run.pl scan tests for !NO_I3_INSTA...
2011-04-26 Michael Stapelbergtests: add testcase for the different socket path locations
2011-04-26 Sardem FF7Use XDG_RUNTIME_DIR when available
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-04-18 Sardem FF7Rename bind to bindcode
2011-04-18 Michael Stapelbergx: Set pixmap as background window, saves a lot of...
2011-04-18 Michael StapelbergBugfix: Center floating windows with invalid coordinate...
2011-04-18 Michael StapelbergBugfix: Check if a floating window’s coordinates are...
2011-04-18 Michael StapelbergBugfix: Assign floating cons to correct workspace when...
2011-04-18 Michael StapelbergBugfix: When moving floating cons to other workspaces...
2011-04-02 Michael StapelbergBugfix: Don’t set the layout when it’s default layout...
2011-04-02 Michael StapelbergRename new_container to workspace_layout
2011-04-02 Simon KampeImplemented config key 'new_container'
2011-04-01 Michael Stapelbergoptimization: when moving floating windows, render...
next