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
/
desktop
/
xdg_shell_v6.c
Age
Commit message (
Expand
)
Author
2018-04-06
Don't damage the whole output
emersion
2018-04-06
Simplify damage tracking functions, use them in layer shell
emersion
2018-04-06
Send surface enter/leave events to view children
emersion
2018-04-05
Fix xwayland unmanaged surfaces
emersion
2018-04-05
Track damage of xdg-shell-v6 popups
emersion
2018-04-05
Implement shell views
emersion
2018-04-04
Remove unused SWAY_VIEW_TYPES
emersion
2018-04-02
Address review comments
emersion
2018-03-31
Add sway_view_impl
emersion
2018-03-31
Introduce common functions to create, map, unmap, destroy views
emersion
2018-03-30
Handle map/unmap events in xdg-shell-v6
emersion
2018-03-30
Add lite damage tracking
emersion
2018-03-30
Fix workspace deletion edge cases
Drew DeVault
2018-03-29
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Tony Crisci
2018-03-29
Revert "Refactor tree"
Drew DeVault
2018-03-29
Merge pull request #1647 from acrisci/refactor-tree
Drew DeVault
2018-03-29
arrange windows
Tony Crisci
2018-03-29
more renaming things
Tony Crisci
2018-03-29
rename container functions
Tony Crisci
2018-03-29
Maximize xdg shell surfaces on creation
Drew DeVault
2018-03-29
move tree includes to their own directory
Tony Crisci
2018-03-27
Fix lingering xdg shell issues
Drew DeVault
2018-03-27
Update API to match latest wlroots
Drew DeVault
2018-02-25
Send surface enter/leave events
Drew DeVault
2018-02-07
separate seat get focus and seat get focus inactive
Tony Crisci
2018-02-04
basic focus overhaul
Tony Crisci
2018-01-30
Implement workspaces
Drew DeVault
2018-01-20
add kill command
Tony Crisci
2018-01-05
sway: change all sway_log to wlr_log
Dominique Martinet
2017-12-27
desktop: use wlr-surface commit
Tony Crisci
2017-12-18
remove verbose commit logging
Tony Crisci
2017-12-12
sway input device
Tony Crisci
2017-12-10
set focus on new window
Tony Crisci
2017-12-06
view activate
Tony Crisci
2017-12-05
view set position
Tony Crisci
2017-12-03
use "size" instead of "dimensions"
Tony Crisci
2017-11-25
Handle view destruction properly
Drew DeVault
2017-11-25
Fix rendering issues, wire up some xdg listeners
Drew DeVault
2017-11-25
Arrange windows on desktop
Drew DeVault
2017-11-22
Add views to tree and render them
Drew DeVault
2017-11-23
xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespec
Dominique Martinet
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-11-11
Initial (awful) pass on xdg shell support
Drew DeVault