]> git.sur5r.net Git - i3/i3/history - src/cmdparse.y
Implement 'fullscreen global'
[i3/i3] / src / cmdparse.y
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 StapelbergMake workspace_layout handle all cons at workspace...
2011-05-29 Michael Stapelbergcall tree_render() only after commands which require it
2011-05-22 Michael Stapelbergcleanup cmdparse lexer/parser (ignore whitespace, solve...
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-13 Michael StapelbergFix kill command with trailing whitespace
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-05 Michael Stapelbergcmdparse.y: set type on the tokens/non-terminals (Thank...
2011-03-19 Michael StapelbergHandle saved_configpath in get_config_path, fix memleak...
2011-03-14 Michael Stapelbergcmdparse: correctly parse con_id/id (fixes warning)
2011-03-14 Michael Stapelbergcmdparse: expect 4 shift/reduce conflicts
2011-03-14 Michael Stapelbergcmdparse: don’t allow empty operations
2011-03-14 Michael Stapelbergcmdparse: don’t allow empty commands
2011-03-14 Michael Stapelbergremove usless 'operation' token, already handled by...
2011-03-14 Michael Stapelbergremove unused current_bindings (left-over from cfgparse.y)
2011-03-14 Fernando Tarlá Car... Add the "created" parameter to workspace_get.
2011-03-06 Michael StapelbergBugfix: Don’t focus new cons when there is a fullscreen...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-14 Michael Stapelbergrefactor tree_move() into src/move.c, change config...
2011-02-01 Michael Stapelbergfix some compiler warnings
2011-01-04 Michael Stapelbergcmdparse: free strings
2010-12-31 Axel WagnerAdd forgetful restart to sighandler
2010-11-28 Michael Stapelberguse con_num_children()
2010-11-26 Michael Stapelberglook and feel: create split container when switching...
2010-11-20 Michael Stapelbergdebugging: implement a NOP command which just spits...
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...