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
/
tree
Age
Commit message (
Expand
)
Author
2018-07-25
fix #2355: "move workspace to output up" crashes
Cédric Cabessa
2018-07-25
more style fixes, reorder config.h include
Pascal Pascher
2018-07-25
reverted includes of "sway/config.h" and replaced with "config.h" from meson ...
Pascal Pascher
2018-07-25
more style fixes, included "sway/config.h" where needed
Pascal Pascher
2018-07-24
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Pascal Pascher
2018-07-24
Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...
Pascal Pascher
2018-07-24
Merge pull request #2165 from swaywm/pid-workspaces
Drew DeVault
2018-07-24
Address @emersion's review comments
Drew DeVault
2018-07-23
Also extract first workspace name from bindcodes
frsfnrrg
2018-07-23
Merge branch 'master' into pid-workspaces
Drew DeVault
2018-07-23
Store scratchpad list in sway_root instead of server
Ryan Dwyer
2018-07-23
Implement scratchpad
Ryan Dwyer
2018-07-22
Consider view's min/max sizes when resizing
Ryan Dwyer
2018-07-22
Replace static handle_end_operation with seat_end_mouse_operation
Ryan Dwyer
2018-07-22
Implement floating_modifier and mouse operations for floating views
Ryan Dwyer
2018-07-20
Fix pointer events for overlapping floating views
Ryan Dwyer
2018-07-19
Implement assign to output
Ryan Dwyer
2018-07-19
Fix crash when moving workspace to output
Ryan Dwyer
2018-07-18
Merge branch 'master' into destroy-output-destroy-empty-workspaces
Ryan Dwyer
2018-07-17
Fix uninitialized pointer in view_unmap
frsfnrrg
2018-07-16
Merge branch 'master' into default-floating-border
Brian Ashworth
2018-07-17
Remove superfluous IPC urgent events
Ryan Dwyer
2018-07-17
Implement default_floating_border command and adjust CSD behaviour
Ryan Dwyer
2018-07-16
Merge pull request #2276 from RyanDwyer/urgency
Drew DeVault
2018-07-16
Focus view before running criteria when mapping
Ryan Dwyer
2018-07-16
Implement no_focus command
Ryan Dwyer
2018-07-16
Render containers as urgent if they have an urgent child
Ryan Dwyer
2018-07-16
Mark containers as urgent in IPC if they have urgent views
Ryan Dwyer
2018-07-16
Update workspace urgent state when views close or move workspaces
Ryan Dwyer
2018-07-16
Make container_for_each_descendant_dfs descend into floating views
Ryan Dwyer
2018-07-16
Fix urgency IPC events
Ryan Dwyer
2018-07-16
Implement urgency base functionality
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-12
Don't disable borders for xwayland floating views
emersion
2018-07-11
Updates for swaywm/wlroots#1116
emersion
2018-07-11
Implement floating_minimum_size and floating_maximum_size
Ryan Dwyer
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-07-09
Merge pull request #2223 from RyanDwyer/floating-move
emersion
2018-07-09
Remove duplicate function declaration and add assertion
Ryan Dwyer
2018-07-09
Implement some floating move commands
Ryan Dwyer
2018-07-09
No need to walk to workspace, recursive will
vilhalmer
2018-07-09
Regroup signal
vilhalmer
2018-07-08
Replace empty workspace with moved workspace
vilhalmer
2018-07-08
Destroy empty workspace when destroying its output
vilhalmer
2018-07-07
Fix titles when container titles contain UTF-8 characters
Ryan Dwyer
2018-07-06
Make view_update_* update live props as well
emersion
2018-07-05
workspace_next_name: free targets later than these already found in order
Dominique Martinet
2018-07-05
view_map: free criterias as the list it is
Dominique Martinet
2018-07-05
container_free: free formatted title
Dominique Martinet
2018-07-05
Call view_set_tiled for mapping non-floating views
Ryan Dwyer
[next]