Age | Commit message (Expand) | Author |
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 | swaynag: fix XDG_CONFIG_HOME handling | emersion |
2019-01-19 | Fix memory leaks in swaybar | M Stoeckl |
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-19 | Merge pull request #3464 from emersion/meson-check-wlroots-xwayland | Scott Anderson |
2019-01-18 | meson: make sure wlroots has been built with xwayland | emersion |
2019-01-18 | Merge pull request #3452 from emersion/meson-features | Drew DeVault |
2019-01-18 | Merge pull request #3460 from emersion/output-enable-segfault | 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 | Merge pull request #3455 from emersion/output-no-crtc | 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 extraneous parentheses | emersion |
2019-01-18 | meson: remove rpath options | emersion |
2019-01-18 | meson: remove unused dependencies | emersion |
2019-01-18 | meson: add gdk-pixbuf and man-pages options | emersion |
2019-01-17 | Use Meson feature options | emersion |
2019-01-17 | Merge pull request #3447 from emersion/remove-swaylock-includes | Drew DeVault |
2019-01-17 | Merge pull request #3448 from emersion/swaybg-xdg-output | Drew DeVault |
2019-01-17 | Remove unicode.c | emersion |
2019-01-17 | Don't use sh when spawning swaybg | emersion |
2019-01-17 | swaybg: use wl_surface_damage_buffer | emersion |
2019-01-17 | swaybg: use output names instead of output indexes | emersion |
2019-01-17 | Remove swaylock headers | emersion |
2019-01-16 | Fixes for small existing bugs. | Connor E |
2019-01-16 | Use static arrays where possible. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-16 | layer_shell: do not SIGABRT sway on zero outputs | Brian Ashworth |
2019-01-16 | cmd_resize: allow resizing hidden scratchpad by px | Brian Ashworth |
2019-01-15 | seatop_begin_down: raise floating | Brian Ashworth |
2019-01-15 | Do not send ipc_event_shutdown from ipc client | Brian Ashworth |
2019-01-15 | cursor: send clear_focus on hide and enter event on unhide | Rouven Czerwinski |
2019-01-15 | Remove wlr_xdg_surface_send_close. | Connor E |
2019-01-15 | Do not damage view child when container is NULL | Brian Ashworth |
2019-01-15 | Handle hidden scratchpad containers in commands | Brian Ashworth |
2019-01-14 | Merge pull request #3422 from RyanDwyer/resize-immediate-siblings | Brian Ashworth |
2019-01-15 | Fix invalid pointers when using resize grow width on first/last siblings | Ryan Dwyer |
2019-01-15 | Resize only current and immediate siblings rather than all siblings | Ryan Dwyer |
2019-01-14 | Disarm key repeat on reload | Brian Ashworth |
2019-01-14 | CONTRIBUTING.md: mention tab width for line length | Brian Ashworth |
2019-01-14 | config.in: update swayidle/swaylock example | Ian Fan |
2019-01-14 | Merge pull request #3403 from mstoeckl/ipcleanup | Brian Ashworth |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2019-01-14 | Remove 'input' field of IPC command return json | M Stoeckl |
2019-01-14 | Merge pull request #3418 from RyanDwyer/remove-resize-axis | emersion |