Age | Commit message (Expand) | Author |
2019-04-21 | Fix uninitialized read for wlr_surface_send_frame | Scott Anderson |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-11 | Honor output for xdg_toplevel_set_fullscreen | Brian Ashworth |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-04-03 | idle_inhibit: fix crash during view destruction | Brian Ashworth |
2019-03-31 | Fix xwayland configure request scratchpad crash | Brian Ashworth |
2019-03-24 | Implement inhibit_idle command | Brian Ashworth |
2019-03-18 | Remove debug tree | Ryan Dwyer |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-13 | xwayland: handle floating configure request size | Brian Ashworth |
2019-03-12 | Handle seat_get_focused_workspace returning NULL | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-03-10 | damage: remove output_damage_view | Brian Ashworth |
2019-03-10 | output_damage_whole_container: damage subsurfaces | Brian Ashworth |
2019-03-03 | render_floating: skip fullscreen floaters | Brian Ashworth |
2019-02-24 | add --i3 flag to hide_edge_borders | db |
2019-02-23 | handle_layer_shell_surface: do not use noop output | Brian Ashworth |
2019-02-23 | view: set xdg_decoration->view to NULL, check decoration destroy | Rouven Czerwinski |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-21 | output_get_active_workspace: check workspaces length | Brian Ashworth |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-02-12 | Rebase cursor when a layer surface maps | emersion |
2019-02-05 | Fix close_popups for xdg-shell | 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-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-24 | Use sway_log_errno instead of strerror | Ian Fan |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | Use noop output when there's no outputs connected | Ryan Dwyer |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
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-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |
2019-01-16 | layer_shell: do not SIGABRT sway on zero outputs | Brian Ashworth |
2019-01-15 | Remove wlr_xdg_surface_send_close. | Connor E |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-06 | Use %z for printing size_t | Jan Beich |
2019-01-01 | Fix fullscreen view rendering crash | Mack Straight |
2018-12-22 | Fix wlr_box_intersection args for wlroots 1441 | Brian Ashworth |
2018-12-22 | Fixes per wlroots#1441 | Drew DeVault |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-10 | Call wlr_output_enable for disabled new outputs | Brian Ashworth |
2018-12-01 | Update for swaywm/wlroots#1403 | emersion |
2018-11-28 | Fix titlebar when no title or marks | Brian Ashworth |
2018-11-25 | Implement title alignment | Brian Ashworth |
2018-11-22 | Adding commands for configuring titlebar borders and padding | Florent de Lamotte |