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
/
include
/
sway
/
desktop
Age
Commit message (
Expand
)
Author
2024-02-17
xdg-activation: distinguish activation and urgency requests
Aleksei Bavshin
2024-02-17
launcher: track the seat in the launcher ctx
Ronan Pigott
2024-02-12
layer_shell: Arrange popups even if exclusive zone doesn't change
Alexander Orzechowski
2024-01-18
transaction: ready signals will return success bools
Alexander Orzechowski
2023-10-05
Drop support for KDE's idle protocol
Simon Ser
2023-06-23
idle-inhibit-v1: simplify with server global
Simon Ser
2023-02-05
launcher: make launcher context seat aware
Ronan Pigott
2023-01-03
Add missing includes & remove duplicates
Carl Smedstad
2022-11-26
launcher: export xdga tokens and use them for workspace matching
Ronan Pigott
2022-11-26
launcher: fudge the interface a bit
Ronan Pigott
2022-11-26
launcher: initialize launcher_ctxs once on startup
Ronan Pigott
2022-11-26
view: associate launch contexts with views
Ronan Pigott
2022-11-26
launcher: rename pid_workspace to launcher_ctx
Ronan Pigott
2022-11-26
launcher: track workspaces by node
Ronan Pigott
2022-11-26
root: move the workspace matching code to its own file
Ronan Pigott
2021-03-21
idle_inhibit: Store wlr inhibitor instead of view
Kenny Levinsen
2021-02-23
transaction: Remove unused ready_immediately
Kenny Levinsen
2021-02-23
transaction: Note if instructions are server requests
Kenny Levinsen
2020-10-18
transaction: validate X transaction completions by geometry, not size
Tudor Brindus
2020-05-29
Add views idle inhibition status in get_tree output
Damien Tardy-Panis
2019-03-24
Implement inhibit_idle command
Brian Ashworth
2018-10-25
Rebase the cursor after applying transactions
Ryan Dwyer
2018-10-24
Rebase the cursor after mapping a view
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-15
Simplify transactions
Ryan Dwyer
2018-08-01
Correctly track saved surfaces during multiple transactions
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-02
idle_inhibit: move server data to its own struct
Dominique Martinet
2018-07-02
idle_inhibit: stop inhibitor when views become invisible
Dominique Martinet
2018-07-02
Add idle inhibit unstable v1 support
Dominique Martinet
2018-06-29
Render saved buffers with the surface's dimensions
Ryan Dwyer
2018-06-27
Remove transaction_add_damage
Ryan Dwyer
2018-06-24
Implement atomic layout updates for xwayland views
Ryan Dwyer
2018-06-23
Implement atomic layout updates for tree operations
Ryan Dwyer
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-06-09
WIP: Atomic layout updates ground work
Ryan Dwyer