Age | Commit message (Expand) | Author |
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 |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-13 | Merge pull request #3102 from emersion/render-software-cursors | Drew DeVault |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-10 | Render software cursors with wlr_output_render_software_cursors | emersion |
2018-11-04 | Use wlr_surface_get_effective_damage | emersion |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer |
2018-10-30 | Revert "Respect border settings when rendering lone tabbed/stacked child" | Rostislav Pehlivanov |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-27 | Don't reset cursor during mouse operations | Ryan Dwyer |
2018-10-27 | Respect border settings when rendering lone tabbed/stacked child | Ryan Dwyer |