Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las | |
2019-01-15 | seatop_begin_down: raise floating | Brian Ashworth | |
In `seatop_begin_down`, raise the floating container. This appears to have been dropped in the transition to seatops. | |||
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer | |
This splits each seat operation (drag/move tiling/floating etc) into a separate file and introduces a struct sway_seatop_impl to abstract the operation. The move_tiling_threshold operation has been merged into move_tiling. The main logic for each operation is untouched aside from variable renames. The following previously-static functions have been made public: * node_at_coords * container_raise_floating * render_rect * premultiply_alpha * scale_box |