gri3-wm/src
Michael Stapelberg eb8ad348b2 Bugfix: Don’t run into an endless loop when killing con with children (Thanks mseed)
When a tabbed container had more than one child and at least the first one
supported WM_DELETE, i3 entered an endless loop when killing that tabbed
container. This was due to tree_close only sending WM_DELETE without actually
removing the child, while the loop in tree_close assumed that with every call
of tree_close one child would be removed.
2011-05-11 20:22:47 +02:00
..
cfgparse.l re-implement assigning windows to workspaces 2011-05-02 23:29:26 +02:00
cfgparse.y cfgparse.y: define types (Thanks Merovius) 2011-05-05 21:58:28 +02:00
click.c refactor handlers.{c,h}: declare the handlers static, remove unnecessary parameters 2011-03-20 16:53:12 +01:00
cmdparse.l refactor tree_move() into src/move.c, change config (!), change testcase 2011-02-14 23:05:20 +01:00
cmdparse.y cmdparse.y: set type on the tokens/non-terminals (Thanks Merovius) 2011-05-05 20:39:05 +02:00
con.c Bugfix: When moving floating cons to other workspaces, attach them to the workspace 2011-04-18 18:44:18 +02:00
config.c Handle saved_configpath in get_config_path, fix memleak in current_configpath handling, update atoms after reloading (Thanks fernandotcl) 2011-03-19 22:26:15 +01:00
debug.c Use DLOG for debug messages instead of printf (Thanks kruM) 2010-03-19 18:48:36 +01:00
ewmh.c Make i3 compatible with the very latest xcb 2011-03-18 14:39:27 +01:00
floating.c Bugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT (Thanks Jan) 2011-05-06 13:09:50 +02:00
handlers.c Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf) 2011-04-30 00:37:03 +02:00
ipc.c Fix unaligned memory access on sparc (Thanks David Coppa) 2011-04-28 21:44:29 +02:00
load_layout.c remove useless checks, size_t != ssize_t :) 2011-04-28 20:24:16 +02:00
log.c log.c: fix indenting 2010-11-29 22:28:23 +01:00
main.c Use XDG_RUNTIME_DIR when available 2011-04-26 18:39:11 +02:00
manage.c re-implement assigning windows to workspaces 2011-05-02 23:29:26 +02:00
match.c re-implement assigning windows to workspaces 2011-05-02 23:29:26 +02:00
move.c fix small warnings when compiling with DEBUG=0 2011-03-14 23:17:52 +01:00
output.c Bugfix: fix disabling RandR outputs 2011-02-21 01:43:39 +01:00
randr.c Bugfix: Ensure that all outputs have a ->con before handling disabled outputs (Thanks JimdiGriz) 2011-04-27 10:18:46 +02:00
render.c re-implement assigning windows to workspaces 2011-05-02 23:29:26 +02:00
resize.c Fix the resize algorithm I broke earlier. 2011-01-27 13:00:14 +01:00
sighandler.c Make i3 compatible with the very latest xcb 2011-03-18 14:39:27 +01:00
tree.c Bugfix: Don’t run into an endless loop when killing con with children (Thanks mseed) 2011-05-11 20:22:47 +02:00
util.c Make code compatible with yajl 2.0 *and* 1.0 2011-04-27 19:52:53 +02:00
window.c Re-implement rendering to pixmaps (double-buffering) and caching decorations 2011-03-20 14:25:09 +01:00
workspace.c Bugfix: Fix switching workspaces on multi-monitor setups (Thanks mseed) 2011-03-20 18:27:14 +01:00
x.c Bugfix: Fix the client background rectangle calculation (Thanks Mike) 2011-05-01 22:27:06 +02:00
xcb.c Bugfix: Ignore EnterNotifies generated by UnmapNotifies 2011-04-19 21:50:56 +02:00
xcursor.c Bugfix: Flush the Xlib connection after creating cursors 2011-04-01 21:57:08 +02:00
xinerama.c Re-Implement support for RandR changes 2011-01-05 00:16:10 +01:00