index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
tree
/
layout.c
Age
Commit message (
Expand
)
Author
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-26
Make separate gaps functions per container type
Ryan Dwyer
2018-08-25
Relocate container_move, container_move_to and container_get_in_direction
Ryan Dwyer
2018-08-24
Refactor destroy functions and save workspaces when there's no outputs
Ryan Dwyer
2018-08-21
Replace enum resize_edge with wlr_edges
Ryan Dwyer
2018-08-20
Send output enter/leave events correctly
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-18
Rename container_sort_workspaces and container_wrap_children
Ryan Dwyer
2018-08-15
Use list_find in more places and refactor/fix workspace prev_next functions
Ryan Dwyer
2018-08-08
Fix edge cases when moving floating container to new workspace
Ryan Dwyer
2018-08-08
Implement move to workspace on a floating container
Ryan Dwyer
2018-08-06
Merge branch 'master' into workspace-move-to-output
Brian Ashworth
2018-08-07
Move workspace moving code out of container_move_to
Ryan Dwyer
2018-08-06
commands: fix layout implementation (also better name for previous split layout)
Ian Fan
2018-08-04
Separate root-related code
Ryan Dwyer
2018-08-01
ipc: prevent emitting a workspace::focus event when moving a container to a d...
Ian Fan
2018-08-01
ipc: fix workspace::focus event behaviour
Ian Fan
2018-08-01
ipc: add window::move events
Ian Fan
2018-08-01
ipc: fix workspace::move calls argument order
Ian Fan
2018-07-28
Allow containers to float
Ryan Dwyer
2018-07-26
Allow containers to be fullscreen
Ryan Dwyer
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-23
Store scratchpad list in sway_root instead of server
Ryan Dwyer
2018-07-23
Implement scratchpad
Ryan Dwyer
2018-07-22
Implement floating_modifier and mouse operations for floating views
Ryan Dwyer
2018-07-19
Fix crash when moving workspace to output
Ryan Dwyer
2018-07-16
Update workspace urgent state when views close or move workspaces
Ryan Dwyer
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-09
Update for swaywm/wlroots#1126
emersion
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-06-23
Implement atomic layout updates for tree operations
Ryan Dwyer
2018-06-11
Merge remote-tracking branch 'upstream/master' into atomic
Ryan Dwyer
2018-06-09
Merge pull request #2124 from emersion/drag-icons
Drew DeVault
2018-06-09
Implement gaps (PR #2047)
Nate Symer
2018-06-09
Render drag icons
emersion
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-06-09
Make main properties be the pending state
Ryan Dwyer
2018-06-09
WIP: Atomic layout updates ground work
Ryan Dwyer
2018-06-08
Switch restore workspaces to a nested for-loop
Brian Ashworth
2018-06-08
Restore workspaces to outputs based on priority
Brian Ashworth
2018-06-06
Switch output storing from list_t to wl_list
Brian Ashworth
2018-06-06
Store sway_outputs so that they can be reenabled
Brian Ashworth
2018-06-06
Remove tab/stack check for focusing after a split
Brian Ashworth
2018-06-06
Fix focusing after splitting tabs/stacks
Brian Ashworth
2018-06-05
Fix movement crashes/issues
Brian Ashworth
[next]