]> git.sur5r.net Git - i3/i3/history - src
debian: add missing τεχ build dependencies for the refcard
[i3/i3] / src /
2011-07-24 Michael Stapelbergremove unnecessary close, because fclose already closes...
2011-07-24 Michael Stapelbergipc: make 'focused' a bool
2011-07-24 Michael Stapelbergipc: make 'urgent' a bool
2011-07-24 Michael Stapelbergipc: send 'percent': null when percent is not relevant...
2011-07-23 Michael StapelbergSet some more atoms for _NET_SUPPORTED (Thanks lexszero)
2011-07-23 Michael Stapelbergremove left-over wordexp.h include
2011-07-23 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-07-23 Michael Stapelbergsecure strscpy by replacing with strncpy
2011-07-23 Michael StapelbergBugfix: Don’t leak file descriptor
2011-07-23 Michael StapelbergBugfix: Correctly resize when clicking on the border...
2011-07-17 Michael Stapelberguse memmem and strndup from FreeBSD on Darwin (Thanks...
2011-07-14 Michael StapelbergBugfix: Switch to appropriate workspace when using...
2011-07-13 Michael Stapelbergreload the config after editing it through i3-nagbar
2011-07-12 Claudio Marforiopatch to allow exec_always in configure file
2011-07-11 Michael StapelbergBugfix: Don’t raise the stacked/tabbed decoration when...
2011-07-11 Michael Stapelbergdebug.c: remove handle_event
2011-07-11 Michael StapelbergBugfix: run nagbar commands through sh(1) (Thanks Tucos)
2011-07-11 Michael Stapelbergnagbar: use less / vi as fallbacks for PAGER / EDITOR
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-07-10 Michael Stapelberglog: display time in microseconds when DEBUG_TIMING...
2011-07-10 Michael Stapelbergx: only configure window coordinates when height > 0
2011-07-10 Michael Stapelbergx: Only render / copy pixmap when the pixmap was actual...
2011-07-10 Michael Stapelbergx: disable GraphicsExposure events on our pixmap graphi...
2011-07-10 Michael Stapelbergexpose event handler: use x_deco_recurse
2011-07-10 Michael Stapelbergx: Don’t pre-render the decoration for windows inside...
2011-07-10 Michael Stapelbergx: use PolySegment instead of two PolyLine requests
2011-07-10 Michael Stapelbergx: change EnterNotify event mask only for mapped windows
2011-07-10 Michael Stapelbergx: copy the pre-rendered pixmap contents to a decoratio...
2011-07-10 Michael Stapelbergx: set the contents of a decoration window immediately...
2011-07-10 Michael Stapelbergx: raise the stack decoration above the stack windows...
2011-07-10 Michael Stapelbergx: when rendering stacked/tabbed cons, only update...
2011-07-10 Michael Stapelbergx: Don’t set background color on frame windows, reduces...
2011-07-10 Michael StapelbergRevert "x: Set pixmap as background window, saves a...
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2011-07-07 Michael StapelbergBugfix: multiple criteria should use a logical AND...
2011-07-07 Michael Stapelbergmigrate-config: also make force_focus_wrapping a v4...
2011-07-06 Michael StapelbergAutomatically call the migration script when the config...
2011-07-04 Michael StapelbergImplement 'focus floating', 'focus tiling' and 'focus...
2011-07-04 Michael StapelbergBugfix: Only set ENTER_WINDOW event mask for mapped...
2011-06-30 Michael StapelbergBugfix: Correctly revert floating focus when killing...
2011-06-13 Michael StapelbergBugfix: Fix floating assignments, extend test for the...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-06-11 Michael StapelbergBugfix: Correctly attach new output cons to the root...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-10 Michael StapelbergImplement 'border toggle' (+test)
2011-06-10 Michael StapelbergImplement 'workspace next/prev' (+test)
2011-06-10 Michael StapelbergRe-implement the 'mode' command
2011-06-10 Michael Stapelbergcmdparse: s/direction/split_direction to be more clear
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-08 Michael StapelbergParse multiple criteria in commands (+test), better...
2011-06-08 Michael StapelbergCONFIG BREAK: kick the 'next'/'prev' commands, introduc...
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 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-25 Michael StapelbergBugfix: Check swallows before assignments when managing...
2011-05-25 Michael Stapelbergremove unused code from manage.c
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 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 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 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 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-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
next