Age | Commit message (Expand) | Author |
2019-01-29 | Cleanup config reading failure error logs | Brian Ashworth |
2019-01-28 | Document cursor moving between adjacent outputs | Peter Grayson |
2019-01-29 | Remove bad assertion in container_handle_fullscreen_reparent | Ryan Dwyer |
2019-01-28 | Cleanup log_env | emersion |
2019-01-28 | Check xdg_surface's role before using its toplevel | mwenzkowski |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-28 | Center surface inside container when it's too small | Ryan Dwyer |
2019-01-27 | Merge pull request #3423 from RyanDwyer/fullscreen-global | Drew DeVault |
2019-01-27 | Merge pull request #3519 from emersion/pointer-frame | Drew DeVault |
2019-01-27 | Remove unnecessary underscores in man pages | Drew DeVault |
2019-01-27 | Update for swaywm/wlroots#1503 | emersion |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-24 | Use sway_log_errno instead of strerror | Ian Fan |
2019-01-24 | Update for swaywm/wlroots#1402 | emersion |
2019-01-23 | Make json-c include respect pkg-config --cflags | Jan Beich |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | Merge pull request #3494 from ianyfan/commands | Drew DeVault |
2019-01-22 | root_scratchpad_remove_container: do not show | Brian Ashworth |
2019-01-22 | util.c: remove numlen function | Ian Fan |
2019-01-22 | commands: allow setting floating on scratchpad containers | Ian Fan |
2019-01-22 | commands: allow tiled containers to be stickied | Ian Fan |
2019-01-22 | Remove assumption that noop output will be called NOOP-1 | Ryan Dwyer |
2019-01-22 | Don't allow noop output to be configured | Ryan Dwyer |
2019-01-22 | Hide noop output in IPC | Ryan Dwyer |
2019-01-22 | Prevent noop output from being enabled | Ryan Dwyer |
2019-01-22 | Use noop output when there's no outputs connected | Ryan Dwyer |
2019-01-22 | seat_create: set initial focus for added seats | Brian Ashworth |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Merge pull request #3480 from RedSoxFan/input-modes-improved-toggle | Drew DeVault |
2019-01-21 | Fix one remaining wlr_log call | emersion |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-21 | Log libinput_config_status errors | Brian Ashworth |
2019-01-21 | input_cmd_events: allow toggle modes to be listed | Brian Ashworth |
2019-01-20 | Merge pull request #3468 from emersion/fix-output-gain-crtc | Drew DeVault |
2019-01-19 | apply_output_config: remove output_i | Brian Ashworth |
2019-01-19 | Fix re-enabling outputs gaining a CRTC | emersion |
2019-01-19 | Prevent crashes in handle_transform and handle_scale too | emersion |
2019-01-19 | Fix crash in cursor_rebase with multiple screens | emersion |
2019-01-18 | Merge pull request #3452 from emersion/meson-features | Drew DeVault |
2019-01-18 | Fix segfault in output_enable | emersion |
2019-01-18 | Merge pull request #3457 from emersion/swaybg-no-escape | Drew DeVault |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |
2019-01-18 | Don't escape swaybg arguments anymore | emersion |
2019-01-18 | meson: remove rpath options | emersion |
2019-01-17 | Use Meson feature options | emersion |
2019-01-17 | Don't use sh when spawning swaybg | emersion |
2019-01-17 | swaybg: use output names instead of output indexes | emersion |
2019-01-16 | Use static arrays where possible. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |