gri3-wm/include
aksel bbfa140c0f For resizing, convert pixel diff to percentage, based on parent.
Previously, it first calculated one of the containers' next percentage, and then subtracted the previous percentage to find the actual change.

Now it directly calculates the change, and subtracts and adds the change to the two affected containers.

Added util function con_rect_size_in_orientation.

Removed px_resize_to_percent; inlined, using con_rect_size_in_orientation.

Also, prematurely return when pixel diff is 0, as no action is necessary.

This is related to [this issue on i3-gaps](https://github.com/Airblader/i3/issues/247).
2018-11-08 23:15:23 +01:00
..
i3 Fixes for undefined behaviour on signed shift (#3453) 2018-10-13 21:04:40 +03:00
all.h
assignments.h
atoms.xmacro
atoms_NET_SUPPORTED.xmacro
atoms_rest.xmacro
bindings.h
click.h
cmdparse.h
commands.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
commands_parser.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
con.h For resizing, convert pixel diff to percentage, based on parent. 2018-11-08 23:15:23 +01:00
config_directives.h Add title_align config directive 2018-10-12 19:58:48 +03:00
config_parser.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
configuration.h Merge pull request #3452 from orestisf1993/title_align 2018-10-23 16:41:54 +02:00
data.h
display_version.h
ewmh.h
fake_outputs.h
floating.h
handlers.h
i3.h
ipc.h
key_press.h
libi3.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
load_layout.h
log.h
main.h
manage.h
match.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
move.h
output.h output_push_sticky_windows: Make a bit easier to understand 2018-10-11 12:27:56 +03:00
queue.h
randr.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
regex.h
render.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
resize.h For resizing, convert pixel diff to percentage, based on parent. 2018-11-08 23:15:23 +01:00
restore_layout.h
scratchpad.h
sd-daemon.h
shmlog.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
sighandler.h
startup.h Fix typo: childs -> children 2018-10-13 21:10:11 +03:00
sync.h
tree.h
util.h Make comment style more consistent 2018-10-13 21:10:10 +03:00
window.h
workspace.h
x.h
xcb.h
xcursor.h
xinerama.h
yajl_utils.h