latte-dock/app/view/windowstracker
Michail Vourlakos b264854a98 Dodge visibility mode now ignores edge touches
--The new implementation for snapping needed to remove
the touching view edge from touching algorithm. The
windows trakers now provide two separate values for each
touching.
----First value is for regular window touches for which
their window geometry intersects with view published
absoluteGeometry
----Second value is for windows that are touching
view edge without intersecting with view geometry
..
CMakeLists.txt REFACTOR WindowsTracker to provide more information
allscreenstracker.cpp remove obsolete draggingStarted signals/slots
allscreenstracker.h remove obsolete draggingStarted signals/slots
currentscreentracker.cpp Dodge visibility mode now ignores edge touches
currentscreentracker.h Dodge visibility mode now ignores edge touches
windowstracker.cpp remove obsolete draggingStarted signals/slots
windowstracker.h remove obsolete draggingStarted signals/slots