aboutsummaryrefslogtreecommitdiff
path: root/include/commands.h
AgeCommit message (Expand)Author
2023-01-22Add focus workspace commandOrestis Floros
2022-11-01Merge gaps support as-isMichael Stapelberg
2021-12-11Implement title_window_icon togglePeder Stray
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-02-06Accept multiple outputs in `move container|workspace to output`Orestis Floros
2020-10-20allow ppt values in move direction and move position commandsacheronfail
2020-05-07cmd_bar improvements (#4014)Orestis Floros
2019-10-14Refactor tree_nextOrestis Floros
2018-10-13Make comment style more consistentOrestis Floros
2018-08-23Introduce parse_directionOrestis Floros
2018-03-20Remove 'method' from cmd_move_window_to_positionOrestis Floros
2018-01-08Implement 'resize set <width> ppt <height> ppt' command for tiling windows (#...livanh
2017-10-18Add support to resize floating container in percentageOrestis Floros
2017-05-15Implement 'swap' command.Ingo Bürk
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-02-09Ensure that the "border" command uses logical pixels.Ingo Bürk
2016-01-04added "toggle" option to "split" commandJohannes Lange
2015-10-26Add --no-auto-back-and-forth for moving windows.Ingo Bürk
2015-10-24Added --no-auto-back-and-forth to workspace commands.Ingo Bürk
2015-10-22Introduce "--add" for marking windows.Ingo Bürk
2015-09-28Turn "char *" into "const char *" for all command parser functions.Ingo Bürk
2015-09-28Migrate the move command to use typed numbers.Ingo Bürk
2015-09-28Migrate the resize command to use typed numbers.Ingo Bürk
2015-09-13Implement new 'sticky' command to manually set, remove or toggle the sticky s...Ingo Bürk
2015-09-11Support "resize set W H"rr-
2015-06-29Added command directive 'title_format'.Ingo Bürk
2015-06-12Fix documentation for border styles.Ingo Bürk
2015-05-12Implemented new command 'move [window|container] [to] position mouse|cursor|p...Ingo Bürk
2015-04-20Update copyright notices and get rid of rangesDeiz
2015-04-19Added configuration directive for 'move [container|window] [to] mark <str>'Ingo Bürk
2015-03-29Added a --toggle switch to "mark [--toggle] <mark>"Ingo Bürk
2014-12-10Extend the fullscreen commandMats
2014-05-20Change the names of parser result structsTony Crisci
2014-01-01Use #pragma onceAlexander Kedrik
2013-07-17implement unmark commandkoebi
2013-07-07Implement debuglog commandAlexander Berntsen
2013-06-23Implement shmlog commandAlexander Berntsen
2013-05-25introduced i3 command for changing the hidden state and the mode of i3barhaptix@web.de
2012-10-24spelling error: s/implementaiton/implementation/gMichael Stapelberg
2012-10-08move owindow definition into the command parserMichael Stapelberg
2012-09-24Implement variable border widths for pixel/normalYaroslav Molochko
2012-09-22fixes #776chrysn
2012-09-21don’t use reversed identifiers for include guards (Thanks Markus)Michael Stapelberg
2012-08-04Introduce splith/splitv layouts, remove orientationMichael Stapelberg
2012-04-08Implement 'rename workspace <old_name> to <new_name>'Michael Stapelberg
2012-04-08Implement 'move [container|window] to workspace number <number>'Michael Stapelberg
2012-04-08Implement 'workspace number <number>' to switch to named workspacesMichael Stapelberg
2012-03-25Extends move command for floating windowsPavel Löbl
2012-02-15Refactor the interface of commands.cMichael Stapelberg
2012-01-27add comments to src/commands.cMichael Stapelberg