]> git.sur5r.net Git - i3/i3/history - src
call tree_render() only after commands which require it
[i3/i3] / src /
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
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-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 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á Car... 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á Car... 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 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...
2011-03-19 Michael StapelbergHandle saved_configpath in get_config_path, fix memleak...
2011-03-19 Michael StapelbergBugfix: correctly store the config path for using it...
2011-03-19 Michael StapelbergBugfix: fix null-pointer dereference when IPC is disabl...
2011-03-19 Michael StapelbergSet the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on...
2011-03-19 Michael StapelbergBugfix: When there’s nothing to focus, focus the root...
2011-03-18 Michael Stapelbergrendering: correctly draw background rect (Thanks phnom)
2011-03-18 Michael Stapelbergremove obsolete comment
2011-03-18 Michael StapelbergOnly send WM_TAKE_FOCUS when the client supports it...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-17 Michael StapelbergSend WM_TAKE_FOCUS to clients when setting focus (fixes...
2011-03-17 Michael Stapelbergchange the config parser to use default_orientation...
2011-03-17 Michael Stapelbergcleanup code of workspace rotation on output changes
2011-03-17 Simon KampeAdded config key for default orientation of containers...
2011-03-14 Michael StapelbergWhen making floating cons tiling, re-insert next to...
2011-03-14 Michael Stapelbergfix small warnings when compiling with DEBUG=0
2011-03-14 Michael Stapelbergcmdparse: correctly parse con_id/id (fixes warning)
next