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
/
arrange.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-03-14
root: Try to preserve relative positions of floating containers
Ankit Pandey
2022-01-31
chore: chase wlr_output_layout_get_box() update
Kirill Primak
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2020-01-01
Make sure we don't calculate fractional pixel gaps
Pedro Côrte-Real
2020-01-01
Avoid numerical instability in resize
Pedro Côrte-Real
2019-07-26
arrange: remove gaps for workspace location deltas
Brian Ashworth
2019-07-15
Sanity check gaps between tiled containers
Pedro Côrte-Real
2019-07-15
Rework gaps code to be simpler and correct
Pedro Côrte-Real
2019-07-14
Layout tiled using a width/height fraction
Pedro Côrte-Real
2019-07-14
Layout correctly with several new windows
Pedro Côrte-Real
2019-03-11
Stop using wlr_output->{lx,ly}
emersion
2019-03-10
arrange: use int not size_t for title offsets
Brian Ashworth
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2018-10-13
Fix crash when view maps while locked
Ryan Dwyer
2018-09-23
Prevent sticky containers from jumping on workspace switch
Ryan Dwyer
2018-09-06
Adjust container box
Ryan Dwyer
2018-09-05
Fix output position issue
Ryan Dwyer
2018-09-05
Don't use wlr_output properties
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-28
Prepare arrange code for type safe arguments
Ryan Dwyer
2018-08-27
Stop floaters from snapping on move to new output
Brian Ashworth
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-26
Make separate gaps functions per container type
Ryan Dwyer
2018-08-22
Translate floating containers when a workspace is moved
Ryan Dwyer
2018-08-19
Replace hacky L_FLOATING container with a list
Ryan Dwyer
2018-08-04
Separate root-related code
Ryan Dwyer
2018-07-26
Allow containers to be fullscreen
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-06-27
Remove transaction_add_damage
Ryan Dwyer
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
Implement gaps (PR #2047)
Nate Symer
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-01
Store swayc coordinates as layout-local
Ryan Dwyer
2018-06-01
Implement floating
Ryan Dwyer
2018-05-24
Fix nested tabs
Ryan Dwyer
2018-05-22
Use constants for titlebar dimensions
Ryan Dwyer
2018-05-22
Implement stacked layout
Ryan Dwyer
2018-05-21
Implement tabbed layout
Ryan Dwyer
2018-05-05
Use scissor to render title texture
Ryan Dwyer
2018-05-03
Render titles
Ryan Dwyer
2018-04-30
Implement borders
Ryan Dwyer
2018-04-30
Remove arrange_windows()
Ryan Dwyer
2018-04-28
Refactor arrange_windows()
Ryan Dwyer