]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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...
2011-04-01 Michael StapelbergBugfix: Flush the Xlib connection after creating cursors
2011-04-01 Michael Stapelbergx: skip creating pixmaps when the rect is actually...
2011-04-01 Michael Stapelbergbugfix: fix race condition where window titles were...
2011-04-01 Michael Stapelbergx: skip x_draw_decoration when con is not mapped
2011-04-01 Michael Stapelbergx: recurse x_push_node in focus order. reduces flickeri...
2011-03-30 Michael StapelbergSkip FocusIn events with mode == NOTIFY_MODE_GRAB or...
2011-03-21 Michael Stapelberglittle coding style fixes, fix compilation warning
2011-03-21 Fernando Tarlá... If the socket path isn't specified, write it to /tmp.
2011-03-21 Michael StapelbergFREE() already nulls the pointer
2011-03-21 Fernando Tarlá... Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-20 Michael StapelbergFocus cons when moving to a visible workspace on a...
2011-03-20 Michael StapelbergBugfix: Fix switching workspaces on multi-monitor setup...
2011-03-20 Michael StapelbergBugfix: Also invalidate caches of the following cons...
2011-03-20 Michael StapelbergBugfix: Also update pixmaps when the position of the...
2011-03-20 Michael Stapelbergrefactor handlers.{c,h}: declare the handlers static...
2011-03-20 Michael Stapelbergremove unused struct Colorpixel
2011-03-20 Michael StapelbergHandle FocusIn events generated by clients and update...
2011-03-20 Michael StapelbergRemove debugging syncs
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
2011-03-20 Michael StapelbergBugfix: Actually re-attach dock clients when outputs...
2011-03-19 Michael StapelbergBugfix: Don’t use the workspace where focus is for...
2011-03-19 Michael StapelbergBugfix: also invalidate focused_id when the to_focus...
next