aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
Commit message (Collapse)AuthorAge
* Fix rendering with multiple outputsLibravatar emersion2018-04-03
|
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
|\
| * Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-04-02
| |\
| | * Partially implement move commandLibravatar Drew DeVault2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
| * | rename input-manager functionsLibravatar Tony Crisci2018-04-02
| | |
| * | rename seat functionsLibravatar Tony Crisci2018-04-02
| |/
* | Xwayland unmanaged views aren't views anymoreLibravatar emersion2018-04-02
| |
* | Introduce common functions to create, map, unmap, destroy viewsLibravatar emersion2018-03-31
|/
* Fix xwayland configure in set_sizeLibravatar emersion2018-03-31
|
* Fix unmanaged views rendering on all outputsLibravatar emersion2018-03-31
|
* Remove debug, add explicit TODOLibravatar emersion2018-03-30
|
* Fix white screen due to bad castLibravatar emersion2018-03-30
|
* Add lite damage trackingLibravatar emersion2018-03-30
| | | | | This skips the renderer if nothing has changed, and renders everything otherwise.
* Cleanup and remove global renderer referenceLibravatar emersion2018-03-30
|
* Use output coords for layer surfacesLibravatar Drew DeVault2018-03-30
| | | | | This will need to be more carefully thought out when we get the output_layout working entirely.
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar Drew DeVault2018-03-30
|\
| * Fix oversights from previous pull requestLibravatar Tony Crisci2018-03-29
| |
| * Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | | | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| |
| * Merge pull request #1647 from acrisci/refactor-treeLibravatar Drew DeVault2018-03-29
| |\ | | | | | | Refactor tree
| | * arrange windowsLibravatar Tony Crisci2018-03-29
| | |
| | * more renaming thingsLibravatar Tony Crisci2018-03-29
| | |
| | * rename container functionsLibravatar Tony Crisci2018-03-29
| | |
| | * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
| | |
* | | Some layer shell fixesLibravatar Drew DeVault2018-03-29
|/ / | | | | | | Based on the corresponding rootston changes
* / Clear buffer after beginning rendererLibravatar Scott Anderson2018-03-30
|/
* Address review feedbackLibravatar Drew DeVault2018-03-28
|
* Render layer surfaces and respect exclusive zoneLibravatar Drew DeVault2018-03-28
|
* Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28
|
* Update API to match latest wlrootsLibravatar Drew DeVault2018-03-27
|
* Update wlroots APILibravatar emersion2018-03-19
| | | | | Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
* Update rendering code for wlroots matrix redesignLibravatar emersion2018-03-15
|
* Fix wlr_render_with_matrix callLibravatar Drew DeVault2018-02-26
| | | | This takes an alpha parameter now.
* Revert "Multiple output coords by scale"Libravatar Drew DeVault2018-02-25
| | | | This reverts commit 94f8bdf08146bae057233386ac2521b095396786.
* Multiple output coords by scaleLibravatar Drew DeVault2018-02-25
|
* use wl_container_of() in output destroy callbackLibravatar Tony Crisci2018-02-20
|
* make handle_output_destroy() staticLibravatar Tony Crisci2018-02-20
|
* bugfix: get right layout box for rendering viewsLibravatar Tony Crisci2018-02-19
|
* fix output rendering issueLibravatar Tony Crisci2018-02-17
|
* use box projection functionLibravatar Tony Crisci2018-02-17
|
* arrange windows after output addLibravatar Tony Crisci2018-02-17
|
* fix build for latest apiLibravatar Tony Crisci2018-02-14
|\
| * output damage fixLibravatar Tony Crisci2018-02-14
| |
| * output destroyLibravatar Tony Crisci2018-02-14
| |
* | remove old focus memberLibravatar Tony Crisci2018-02-10
| |
* | fix build for output damageLibravatar Tony Crisci2018-02-10
|/
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* xwm handle map and unmapLibravatar Tony Crisci2018-01-15
|
* render override redirectLibravatar Tony Crisci2018-01-14
|
* render wl-shell and xwayland viewsLibravatar Tony Crisci2018-01-14
|