]> git.sur5r.net Git - i3/i3/history - src/cmdparse.y
Bugfix: don’t kill parent when currently in tree_close() for a child of this parent
[i3/i3] / src / cmdparse.y
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael Stapelbergparser: return a proper JSON reply on parse errors
2010-11-12 Michael Stapelbergparser: don’t exit(1) on invalid command, use better...
2010-11-12 Michael Stapelbergparser: bugfix: initialize match when parsing new command
2010-11-12 Michael Stapelberglexer/parser: implement 'border' command
2010-08-21 Lourens RozemaBugfix for the kill command (used a.o. in test 18)...
2010-07-17 Michael Stapelbergipc/parser: commands can now return custom JSON replies
2010-06-30 Michael Stapelbergparser: implement move
2010-06-30 Michael Stapelbergparser: implement resize command
2010-06-30 Michael Stapelbergparser: implement explicit "mode floating"/"mode tiling"
2010-06-30 Michael Stapelbergparser: implement "reload"
2010-06-30 Michael Stapelbergparser: call tree_close_con() instead of tree_close...
2010-06-02 Michael StapelbergImplement mark/goto, modify testcase
2010-06-02 Michael Stapelbergbugfix: the layout command needs to change the layout...
2010-06-02 Michael Stapelbergparser: implement matching on the window id
2010-06-01 Michael Stapelbergparser: implement 'layout'
2010-06-01 Michael StapelbergImplement focus command (and extend t/21-next-prev...
2010-05-31 Michael StapelbergImplement mode toggle
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-05-11 Michael Stapelberggrammar: s/layout_mode/window_mode
2010-05-11 Michael StapelbergImplement 'restore' in new parser
2010-05-11 Michael Stapelbergimplement 'move' command in the new parser
2010-05-10 Michael StapelbergImplement exec, exit, level, restart (without testcases...
2010-05-10 Michael StapelbergImplement 'split'
2010-05-10 Michael StapelbergImplement 'prev', extend testcase
2010-05-09 Michael Stapelbergimplement 'next' in the new command parser (testcase...
2010-04-17 Michael Stapelbergimplement 'fullscreen' command
2010-04-17 Michael Stapelbergclear current_match when dropping state
2010-04-16 Michael Stapelbergcheck for empty matches
2010-04-16 Michael Stapelbergimplement con_id for matching containers, extend testcase
2010-04-14 Michael Stapelbergadd first version of a new flex/bison based command...