Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Round up workspaces on each output | Drew DeVault | |
2018-03-29 | Only utilize the configured outputs | Drew DeVault | |
2018-03-29 | Wire up basic IPC support | Drew DeVault | |
2018-03-29 | Start port of swaybar to layer shell | Drew DeVault | |
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly. | |||
2018-03-28 | Address review feedback | Drew DeVault | |
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-03-28 | Address review comments | Drew DeVault | |
2018-03-28 | Remove obsolete client code | Drew DeVault | |
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |
2018-03-19 | Update wlroots API | emersion | |
Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | |||
2018-02-27 | ipc new window event | Tony Crisci | |
2018-02-25 | Send surface enter/leave events | Drew DeVault | |
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-02-24 | update log.h for latest wlr | Tony Crisci | |
2018-02-22 | basic layout command | Tony Crisci | |
2018-02-20 | rename new_input listener on input-manager | Tony Crisci | |
2018-02-20 | make handle_output_destroy() static | Tony Crisci | |
2018-02-20 | add doc to sway_seat_get_focus_inactive() | Tony Crisci | |
2018-02-17 | use quotes for container include | Tony Crisci | |
2018-02-14 | fix build for latest api | Tony Crisci | |
2018-02-14 | output destroy | Tony Crisci | |
2018-02-14 | input device destroy | Tony Crisci | |
2018-02-14 | get swayc in direction | Tony Crisci | |
2018-02-10 | remove old focus member | Tony Crisci | |
2018-02-10 | use bfs iterator to collect focus stack | Tony Crisci | |
2018-02-10 | refactor workspace.h | Tony Crisci | |
2018-02-07 | separate seat get focus and seat get focus inactive | Tony Crisci | |
2018-02-04 | basic focus overhaul | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-30 | Remove include/sway/old/ | Drew DeVault | |
2018-01-30 | Execute pending commands when Xwayland is ready | Drew DeVault | |
2018-01-22 | config reload: destroy old seat when removed from config | Dominique Martinet | |
This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free | |||
2018-01-22 | Merge pull request #1574 from acrisci/config-refactor | emersion | |
Command criteria | |||
2018-01-21 | criteria cleanup | Tony Crisci | |
2018-01-21 | view interface | Tony Crisci | |
2018-01-20 | basic command criteria | Tony Crisci | |
2018-01-20 | add kill command | Tony Crisci | |
2018-01-20 | seat config handler context | Tony Crisci | |
2018-01-20 | input config handler context | Tony Crisci | |
2018-01-17 | copy config references for input and seat | Tony Crisci | |
2018-01-14 | render override redirect | Tony Crisci | |
2018-01-05 | common/log: finish removing most log functions | Dominique Martinet | |
Keep sway_abort and sway_assert and convert them to use wlr_log functions | |||
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2018-01-05 | config: add 'set' command | Dominique Martinet | |
2018-01-04 | Merge pull request #1539 from acrisci/bindings | Drew DeVault | |
Bindings | |||
2018-01-04 | Merge branch 'wlroots' into bindings | Tony Crisci | |
2018-01-04 | binding release | Tony Crisci | |
2017-12-29 | Allow to configure outputs by their identifier | emersion | |
2017-12-27 | Refactor output command, add output enable | emersion | |