summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* 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
|
* Merge pull request #1585 from acrisci/focus-overhaulLibravatar emersion2018-02-24
|\ | | | | focus overhaul
| * 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
| |
| * update log.h for latest wlrLibravatar 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
| |
| * add doc to sway_seat_get_focus_inactive()Libravatar Tony Crisci2018-02-20
| |
| * bugfix: get right layout box for rendering viewsLibravatar Tony Crisci2018-02-19
| |
| * Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaulLibravatar Tony Crisci2018-02-19
| |\
| | * Add -Wno-unused-functionLibravatar Drew DeVault2018-02-18
| | | | | | | | | | | | | | | This is temporary, it helps while we work on porting and large swaths of the code are commented out.
| * | use quotes for container includeLibravatar Tony Crisci2018-02-17
| | |
| * | 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
| |
| * refactor workspace.hLibravatar 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
|
* Remove include/sway/old/Libravatar Drew DeVault2018-01-30
|
* Execute pending commands when Xwayland is readyLibravatar Drew DeVault2018-01-30
|
* Merge pull request #1555 from martinetd/cmd_reloadLibravatar Drew DeVault2018-01-29
|\ | | | | commands: add 'reload' command
| * commands/reload: remove unimplemented 'load_swaybars' callLibravatar Dominique Martinet2018-01-22
| |
| * config reload: destroy old seat when removed from configLibravatar Dominique Martinet2018-01-22
| | | | | | | | | | This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free