Age | Commit message (Collapse) | Author |
|
so we can do basic view setup. Will be used to initialize alpha.
|
|
|
|
|
|
|
|
Surfaces and views get resized only on commit, therefore we may only
change the position of a window if there are no pending commits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix laggy move-resize
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed move-resizing a view when only one coordinate changes.
|
|
|
|
|
|
|
|
|
|
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case).
Fixes #407
|
|
Maximize views in rootston
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|