summaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Update input events per swaywm/wlroots#765Libravatar Drew DeVault2018-03-28
|
* Fix lingering xdg shell issuesLibravatar Drew DeVault2018-03-27
|
* 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
|
* ipc: add output modesLibravatar emersion2018-03-12
|
* xwayland: do not send surface configure when no width/heightLibravatar Dominique Martinet2018-03-03
| | | | | | | | | | | | The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that?
* ipc new window eventLibravatar Tony Crisci2018-02-27
|
* Utilize wlr_xwayland_surface_is_unmanagedLibravatar Drew DeVault2018-02-27
|
* ipc show focused containerLibravatar Tony Crisci2018-02-26
|
* 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
|
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
|
* Use focus for new windows xwayland/wl_shellLibravatar Drew DeVault2018-02-25
|
* Document updates to the output commandLibravatar Drew DeVault2018-02-25
|
* static bfs queueLibravatar Tony Crisci2018-02-24
|
* add config handlersLibravatar Tony Crisci2018-02-24
|
* remove checks for command handlersLibravatar Tony Crisci2018-02-24
|
* separate config directives and commandsLibravatar Tony Crisci2018-02-24
|
* take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
|
* basic layout commandLibravatar Tony Crisci2018-02-22
|
* bug: fix crash on focus upLibravatar Tony Crisci2018-02-20
|
* use wl_container_of() in output destroy callbackLibravatar Tony Crisci2018-02-20
|
* rename new_input listener on input-managerLibravatar Tony Crisci2018-02-20
|
* make handle_output_destroy() staticLibravatar Tony Crisci2018-02-20
|
* remove old commentsLibravatar Tony Crisci2018-02-20
|
* bugfix: get right layout box for rendering viewsLibravatar Tony Crisci2018-02-19
|
* choose adjacent container between outputsLibravatar Tony Crisci2018-02-17
|
* basic move focus in direction across outputsLibravatar Tony Crisci2018-02-17
|
* 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
|
* basic focus in directionLibravatar Tony Crisci2018-02-14
|
* basic focus (without direction)Libravatar Tony Crisci2018-02-14
|
* cleanup layout.cLibravatar Tony Crisci2018-02-14
|
* fix build for latest apiLibravatar Tony Crisci2018-02-14
|\
| * output damage fixLibravatar Tony Crisci2018-02-14
| |
| * output destroyLibravatar Tony Crisci2018-02-14
| |
| * input device destroyLibravatar Tony Crisci2018-02-14
| |
* | get swayc in directionLibravatar Tony Crisci2018-02-14
| |
* | remove old focus memberLibravatar Tony Crisci2018-02-10
| |
* | properly pick next focusLibravatar Tony Crisci2018-02-10
| |
* | use bfs iterator to collect focus stackLibravatar Tony Crisci2018-02-10
| |
* | fix build for output damageLibravatar Tony Crisci2018-02-10
| |
* | separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
| |
* | make index_child staticLibravatar Tony Crisci2018-02-06
| |
* | basic focus overhaulLibravatar Tony Crisci2018-02-04
|/
* Implement workspacesLibravatar Drew DeVault2018-01-30
|
* Execute pending commands when Xwayland is readyLibravatar Drew DeVault2018-01-30
|