]> git.sur5r.net Git - i3/i3/history - src/commands.c
Merge pull request #3102 from jolange/fix3071
[i3/i3] / src / commands.c
2018-01-17 Ingo BürkMerge pull request #3102 from jolange/fix3071
2018-01-17 Ingo BürkMerge pull request #3104 from jolange/testcase_warnings
2018-01-14 Michael StapelbergMerge pull request #2998 from orestisf1993/issue-2990
2018-01-14 Orestis FlorosDon't raise floating windows when focused because of... 2998/head
2018-01-08 livanhImplement 'resize set <width> ppt <height> ppt' command...
2018-01-06 Ingo BürkSend success response for nop. (#3113)
2018-01-06 livanhImprove resize_find_tiling_participants() and simplify...
2017-12-26 Johannes Langetiling resize: remove minimum size (was 5%) 3102/head
2017-12-18 Michael StapelbergMerge pull request #2969 from orestisf1993/issue-1819
2017-12-11 Orestis FlorosMake 'focus' disable blocking fullscreen windows 2969/head
2017-12-11 Orestis FlorosAdd error reply to cmd_focus_window_mode
2017-12-03 Ingo BürkMerge pull request #3022 from orestisf1993/i3bar-leaks
2017-12-03 Ingo BürkMerge pull request #3065 from orestisf1993/issue-3064
2017-12-01 Orestis FlorosSkip internal workspaces with 'move workspace to output' 3065/head
2017-11-29 Ingo BürkMerge pull request #3058 from d-e-s-o/fix-FREE
2017-11-13 Ingo BürkMerge pull request #3040 from jchook/next
2017-11-05 Ingo BürkMerge pull request #2980 from orestisf1993/issue-1160-pr
2017-11-05 Ingo BürkMerge pull request #3030 from tylerbrazier/next
2017-11-05 Ingo BürkMerge pull request #3023 from orestisf1993/issue-2816
2017-10-17 Orestis FlorosAdd support to resize floating container in percentage 3023/head
2017-09-27 Michael StapelbergMerge pull request #2953 from CyberShadow/focus_wrapping
2017-09-22 Ingo BürkMerge pull request #2959 from orestisf1993/issue-2764
2017-09-17 Orestis FlorosAdd con_move_to_output_name function
2017-09-15 Ingo BürkMerge pull request #2887 from orestisf1993/next
2017-09-13 Michael StapelbergMerge pull request #2942 from stapelberg/append
2017-09-13 Michael Stapelbergvalidate JSON before loading 2942/head
2017-09-06 OrestisCheck if con_id exists in cmd_swap (#2898)
2017-09-05 Ingo BürkInvert condition to log debug message in correct situat...
2017-05-29 Ingo BürkMerge pull request #2772 from loungecube/patch-1
2017-05-17 Ingo BürkMerge pull request #2761 from mdirkse/next
2017-05-16 Ingo BürkMerge pull request #2771 from hwangcc23/fix-2764
2017-05-15 Michael StapelbergMerge pull request #2496 from Airblader/feature-917
2017-05-15 Ingo BürkImplement 'swap' command. 2496/head
2017-02-23 Ingo BürkMerge pull request #2649 from s3rb31/next
2017-02-23 s3rb31Implement mapping from string to layout as extra function
2017-01-22 Tony CrisciAdd the ipc shutdown event (#2652)
2016-11-16 Michael StapelbergMerge pull request #2551 from bapt/freebsd_fixes
2016-11-15 mihaicmnfix incorrect reply to ipc command (#2567)
2016-11-08 Michael Stapelbergswitch to clang-format-3.8 (#2547)
2016-10-25 Michael StapelbergMerge pull request #2507 from stapelberg/autotools
2016-10-23 Michael StapelbergEnsure all *.[ch] files include config.h
2016-09-30 Ingo BürkImplement special value 'current' for output. (#2483)
2016-04-15 Tony CrisciCast con id as uintptr_t (#2298) 2293/head
2016-04-04 Eric EngeströmFix spelling mistakes
2016-02-15 Michael StapelbergAllow workspace renames which change case
2016-02-10 Michael StapelbergMerge pull request #2203 from Airblader/bug-2202
2016-02-09 Ingo BürkEnsure that the "border" command uses logical pixels. 2203/head
2016-02-06 Michael Stapelbergtravis: check spelling of binaries and manpages, use...
2016-01-26 Michael StapelbergMerge pull request #2177 from dcoppa/next
2016-01-26 David CoppaRemove commented-out code.
2016-01-18 Michael StapelbergMerge pull request #2162 from Airblader/feature-2153
2016-01-18 Ingo BürkHandle the EWMH atom _NET_WM_DESKTOP. 2162/head
2016-01-09 Michael StapelbergASAN: trigger leak before exiting
2016-01-09 Michael Stapelbergcommands.c: fix memory leak
2016-01-08 Michael Stapelbergrename workspace: fix heap-use-after-free
2016-01-05 Michael StapelbergMerge pull request #2143 from Airblader/feature-2120
2016-01-05 Ingo BürkMove title_format from window to container. 2143/head
2016-01-04 Michael StapelbergMerge pull request #2139 from jolange/feature_split...
2016-01-04 Johannes Langeadded "toggle" option to "split" command 2139/head
2015-12-29 Michael StapelbergMerge pull request #2137 from fmthoma/fix-assign-workspace
2015-12-29 Michael StapelbergMerge pull request #2131 from kneitinger/next
2015-12-29 Michael StapelbergMerge pull request #2134 from Airblader/bug-1761
2015-12-28 Ingo BürkValidate matched containers for "kill" command correctly. 2134/head
2015-12-28 Ingo BürkRename tree_close() to tree_close_internal().
2015-12-25 Michael StapelbergMerge pull request #2113 from Airblader/bug-2111
2015-12-17 Ingo BürkMatch on all criteria even if con_id or con_mark are... 2113/head
2015-12-14 Michael StapelbergMerge pull request #2105 from Airblader/bug-2099
2015-12-14 Michael StapelbergMerge pull request #2103 from Airblader/bug-2091
2015-12-09 Ingo BürkReject invalid match criteria with an error. 2103/head
2015-12-04 Michael StapelbergMerge pull request #2095 from Airblader/bug-2090
2015-12-03 Ingo BürkAllow "move position center" to operate on matched... 2095/head
2015-10-27 Michael StapelbergMerge pull request #2040 from Airblader/bug-2034
2015-10-27 Michael StapelbergMerge pull request #2041 from Airblader/feature-2028-2
2015-10-26 Ingo BürkAdd --no-auto-back-and-forth for moving windows. 2041/head
2015-10-26 Ingo BürkFix crash when trying to split and float a dock container. 2040/head
2015-10-26 Michael StapelbergMerge pull request #2036 from Airblader/bug-2015
2015-10-25 Michael StapelbergMerge pull request #2031 from Airblader/feature-2028
2015-10-25 Ingo BürkMake resize grow|shrink width|height work for a nested... 2036/head
2015-10-23 Ingo BürkAdded --no-auto-back-and-forth to workspace commands. 2031/head
2015-10-22 Michael StapelbergMerge pull request #2025 from Airblader/feature-2022
2015-10-22 Michael StapelbergMerge pull request #2018 from Airblader/feature-2014
2015-10-22 Ingo BürkMake 'unmark' aware of matched windows.
2015-10-22 Ingo BürkIntroduce "--add" for marking windows.
2015-10-22 Ingo BürkAllow multiple marks on windows.
2015-10-05 Michael StapelbergMerge pull request #1933 from Airblader/feature-1878-2
2015-10-04 Michael StapelbergMerge pull request #1963 from Airblader/bug-refactor...
2015-10-04 Ingo BürkRefactor parsing of matches to avoid code duplication. 1963/head
2015-10-04 Michael StapelbergMerge pull request #1909 from Airblader/feature-refactor-1
2015-10-04 Michael StapelbergMerge pull request #1965 from Airblader/feature-typed...
2015-10-02 Michael StapelbergMerge pull request #1959 from hwangcc23/fix-1926
2015-09-28 Ingo BürkTurn "char *" into "const char *" for all command parse... 1965/head
2015-09-28 Ingo BürkMigrate the move command to use typed numbers.
2015-09-28 Ingo BürkMigrate the resize command to use typed numbers.
2015-09-28 Michael StapelbergMerge pull request #1967 from Airblader/feature-easier...
2015-09-28 Michael StapelbergMerge pull request #1962 from Airblader/bug-move-to...
2015-09-28 Michael StapelbergMerge pull request #1961 from Airblader/bug-1957
2015-09-28 Michael StapelbergMerge pull request #1960 from Airblader/bug-restore...
2015-09-26 Ingo BürkCorrectly handle command criteria for "move window... 1962/head
2015-09-25 Ingo BürkWhen appending a layout containing a marked container... 1960/head
2015-09-24 Michael StapelbergMerge pull request #1931 from Airblader/bug-1924
next