index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sway
/
tree
/
layout.h
Age
Commit message (
Expand
)
Author
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-25
Relocate container_move, container_move_to and container_get_in_direction
Ryan Dwyer
2018-08-21
Replace enum resize_edge with wlr_edges
Ryan Dwyer
2018-08-18
Rename container_sort_workspaces and container_wrap_children
Ryan Dwyer
2018-08-04
Separate root-related code
Ryan Dwyer
2018-07-25
reverted includes of "sway/config.h" and replaced with "config.h" from meson ...
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-22
Implement floating_modifier and mouse operations for floating views
Ryan Dwyer
2018-06-09
Render drag icons
emersion
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-05-26
Implement swap command
Brian Ashworth
2018-04-28
Refactor arrange_windows()
Ryan Dwyer
2018-04-26
Remove sway_container.workspace_layout
Ryan Dwyer
2018-04-06
Add debug tree view
Drew DeVault
2018-04-05
Implement resize command
Drew DeVault
2018-04-03
fix old todos
Tony Crisci
2018-04-03
clean up container_get_default_layout
Tony Crisci
2018-04-03
move container_set_layout to layout.h
Tony Crisci
2018-04-02
change reap container approach
Tony Crisci
2018-04-02
Merge branch 'wlroots' into split-containers
Tony Crisci
2018-04-02
Merge branch 'wlroots' into view-redesign
emersion
2018-04-02
Xwayland unmanaged views aren't views anymore
emersion
2018-04-02
Merge branch 'wlroots' into split-containers
Tony Crisci
2018-04-02
Partially implement move command
Drew DeVault
2018-03-31
add docstrings and todos
Tony Crisci
2018-03-31
basic split containers
Tony Crisci
2018-03-30
Fix workspace deletion edge cases
Drew DeVault
2018-03-30
Destroy empty workspaces when moving away
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
arrange windows
Tony Crisci
2018-03-29
more renaming things
Tony Crisci
2018-03-29
rename container functions
Tony Crisci
2018-03-29
remove swayc_t typedef
Tony Crisci
2018-03-29
move tree includes to their own directory
Tony Crisci