Commit graph

10 commits

Author SHA1 Message Date
Johan Malm
9df491c544 resistance.c: init flags in resistance_resize_apply() too 2022-05-18 20:53:46 +01:00
Johan Malm
87a64b64fa resistance.c: initialize 'flags' to zero
Failure to initialize this variable sometimes causes windows to stick to
edges during move/resize.

Issues #331 and #309 may be related to this
2022-05-18 16:52:49 +01:00
Johan Malm
b27955050f xdg-shell: remove view->padding
With the wlroots scene-graph API, the padding variable is no longer
needed for windows with Client Side Decoration (CSD).
2022-04-21 20:21:36 +01:00
Johan Malm
5b34c81768 Fix trivial coding style breaches 2022-04-04 20:53:36 +01:00
Johan Malm
e227de1346 Add SPDX identifiers 2021-11-13 21:56:53 +00:00
ARDiDo
c107ea7e38 resistance: check to see if the view is on the output before resisting 2021-11-13 13:47:12 -05:00
ARDiDo
7730ece837 resistance: don't use gap value 2021-10-26 21:15:13 +01:00
ARDiDo
91a9f1dec9 resistance: remove bool, add resistance.h + license 2021-10-26 21:15:13 +01:00
ARDiDo
4d5b4be608 resistance: improve readability 2021-10-26 21:15:13 +01:00
ARDiDo
ef78d40cb7 resistance: move strength.c to resistance.c 2021-10-26 21:15:13 +01:00
Renamed from src/strength.c (Browse further)