Age | Commit message (Expand) | Author |
2019-08-07 | Revert "Add support for wlr_output's atomic API" | Rouven Czerwinski |
2019-08-07 | config/output: rebase cursors after config applied | Brian Ashworth |
2019-08-02 | Allocator sizeof operand mismatch | Antonin Décimo |
2019-08-02 | Add support for wlr_output's atomic API | Simon Ser |
2019-07-10 | config/output: correctly set width/height in apply | Brian Ashworth |
2019-05-09 | config/output: fix typo in merge_id_on_name | Brian Ashworth |
2019-05-04 | Destroy swaybg client on reload | Brian Ashworth |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-04-08 | config/output: unbreak on 32-bit architectures | Jan Beich |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-03-17 | config/output: handle wildcard in get_output_config | Brian Ashworth |
2019-03-16 | config/output: revamp identifier/name layering | Brian Ashworth |
2019-03-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-03-03 | Fixes crash in spawn_swaybg (closes #3733) | Noam Preil |
2019-02-27 | config: remove double assignement to result in get_output_config | Rouven Czerwinski |
2019-02-19 | Don't use SOCK_CLOEXEC | emersion |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-02-16 | Fix reload freeze when not modsetting current mode | Brian Ashworth |
2019-02-15 | apply_output_config: dpms on before modeset | Brian Ashworth |
2019-02-01 | Revert "Add some missing frees." | Connor E |
2019-01-22 | Don't allow noop output to be configured | Ryan Dwyer |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-19 | apply_output_config: remove output_i | Brian Ashworth |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-17 | Don't use sh when spawning swaybg | emersion |
2019-01-17 | swaybg: use output names instead of output indexes | emersion |
2018-12-19 | Terminate swaybg in output_disable | Brian Ashworth |
2018-12-13 | Rework default output configs | Brian Ashworth |
2018-12-03 | Fix identifier output configs on reload | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-13 | Add some missing frees. | Connor E |
2018-10-08 | Allow swaybg to be disabled | emersion |
2018-09-28 | Handle shell special characters in bg file path | Brian Ashworth |
2018-09-05 | Call wlr_output_enable on enable/disable if needed | Brian Ashworth |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-08-26 | Merge pull request #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth |
2018-07-20 | Reset outputs on reload | Brian Ashworth |
2018-07-20 | Fix output wildcard handling | Brian Ashworth |
2018-07-15 | config output: free command string if unused | Ian Fan |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson |
2018-05-01 | Fix layer surface crash on output destroy | db |