index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
input
/
seatop_move_tiling.c
Age
Commit message (
Expand
)
Author
2024-02-28
Convert to new pointer enums
Simon Ser
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2024-01-18
scene_graph: Port seatop_move_tiling indicators
Alexander Orzechowski
2023-05-02
render: pass rendering state together in a struct
Alexander Orzechowski
2023-02-22
Constify pixman_region32_t for rendering functions
Simon Ser
2021-05-06
Add tab dragging functionality
tomKPZ
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2021-02-14
input: Only commit transactions when necessary
Kenny Levinsen
2020-12-20
Change workspace_layout to match i3 behavior
Ronan Pigott
2020-10-31
input: remove motion deltas from seatop callbacks
Tudor Brindus
2020-10-18
tiling_drag: emit window move ipc events
Ronan Pigott
2020-06-07
input/tablet: allow moving tiling tablet v2 surfaces by pen input
Tudor Brindus
2020-06-05
Use new wlroots API for clearing keyboard/pointer focus during grabs
Thomas Hebb
2020-05-02
input: rename pointer handlers to be unambiguous
Tudor Brindus
2019-07-14
Layout tiled using a width/height fraction
Pedro CĂ´rte-Real
2019-07-09
Make mouse drag in tiled mode swap containers if no edge is selected
Sebastian Parborg
2019-04-28
Clear pointer focus during move and resize seatops
Alex Maese
2019-03-29
Fix null pointer crash when doing tiling drag
Ryan Dwyer
2019-03-17
Introduce default seatop
Ryan Dwyer
2019-03-11
Stop using wlr_output->{lx,ly}
emersion
2019-02-28
seat: don't send button release when not pressed
emersion
2019-02-14
seatop_move_tiling: do not move to descendant
Brian Ashworth
2019-02-13
seatop_move_tiling: use tab/stack parent not self
Brian Ashworth
2019-01-10
Refactor seat operations to use an interface
Ryan Dwyer