]> git.mdlowis.com Git - proto/labwc.git/commit
edges: limit edge attraction and resistance...
authorAndrew J. Hesford <ajh@sideband.org>
Fri, 2 Feb 2024 19:43:52 +0000 (14:43 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 5 Feb 2024 22:05:22 +0000 (22:05 +0000)
commitcf34e60240b4419ab07c82b7959d9cfb4f969e70
tree46d2a2a2e822fd4d595c4f2a73e11201ad01251a
parent14f573358452a884f3d11ec4759b4f08586f9f7f
edges: limit edge attraction and resistance...

...to edges actually encountered by motion during interactive moves and
resizes.

In addition, ignore edge resistance and attraction for minimized views.
include/edges.h
include/view.h
src/edges.c
src/resistance.c
src/snap.c
src/view.c