]> git.sur5r.net Git - i3/i3/commit - include/resize.h
Make cmd_resize_tiling_direction work with pixels
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 23 Aug 2018 19:09:52 +0000 (22:09 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Fri, 24 Aug 2018 01:13:03 +0000 (04:13 +0300)
commit2ead7745d6e6d911d689a83140c0c16530391b50
tree746739fde7036be25ae9aedafbe688e95b965498
parentea43507bedb22fc8844411e431e059f90a535476
Make cmd_resize_tiling_direction work with pixels

Introduces resize_neighboring_cons in resize.c which is also used by
resize_graphical_handler.

Co-authored-by: Andrew Laucius <andrewla@gmail.com>
Authored original code and tests in #3240. I rewrote most of the
resizing code and fixed the failing tests.
docs/userguide
include/resize.h
parser-specs/commands.spec
src/commands.c
src/resize.c
testcases/t/141-resize.t
testcases/t/187-commands-parser.t