]> git.sur5r.net Git - i3/i3/commit - include/x.h
first step of the big refactoring ("tree" branch).
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Mar 2010 14:25:51 +0000 (15:25 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Apr 2010 11:17:39 +0000 (13:17 +0200)
commitc145f7e5297ef06aaf84689762a736d5bc8cbb83
treefe321cb68fab84faba43b4a4678773a2f64cf5b4
parent41b6631f684558afc95f8b4288f6736cd71a758b
first step of the big refactoring ("tree" branch).

From here on, we can track changes. It made no sense to put the
development up to this point into git.
48 files changed:
Makefile
README.tree [new file with mode: 0644]
common.mk
i3-msg/main.c
include/all.h [new file with mode: 0644]
include/commands.h
include/con.h [new file with mode: 0644]
include/config.h
include/data.h
include/floating.h
include/handlers.h
include/i3.h
include/i3/ipc.h
include/ipc.h
include/load_layout.h [new file with mode: 0644]
include/manage.h
include/randr.h
include/render.h [new file with mode: 0644]
include/table.h [deleted file]
include/tree.h [new file with mode: 0644]
include/util.h
include/workspace.h
include/x.h [new file with mode: 0644]
include/xcb.h
include/xinerama.h
src/cfgparse.l
src/cfgparse.y
src/click.c
src/con.c [new file with mode: 0644]
src/config.c
src/floating.c
src/handlers.c
src/ipc.c
src/load_layout.c [new file with mode: 0644]
src/log.c
src/manage.c
src/nc.c [new file with mode: 0644]
src/randr.c
src/render.c [new file with mode: 0644]
src/table.c [deleted file]
src/tree.c [new file with mode: 0644]
src/util.c
src/workspace.c
src/x.c [new file with mode: 0644]
src/xcb.c
src/xinerama.c
testcases/Makefile
testcases/t/16-nestedcons.t [new file with mode: 0644]