Age | Commit message (Expand) | Author |
2023-12-13 | output: Destroy when output layout is destroyed | Alexander Orzechowski |
2023-07-31 | output: drop current_mode | Simon Ser |
2023-06-08 | Handle gamma-control-v1 set_gamma events | Simon Ser |
2023-05-02 | render: Use wlr_render_pass | Alexander Orzechowski |
2023-05-02 | render: pass rendering state together in a struct | Alexander Orzechowski |
2023-04-14 | Use output_match_name_or_id() in apply_output_config_to_outputs() | Simon Ser |
2023-02-22 | Move output commit out of output_render() | Simon Ser |
2023-02-22 | Constify pixman_region32_t for rendering functions | Simon Ser |
2022-12-01 | sway/desktop/output: listen to output mode in commit handle | Simon Zeni |
2022-11-15 | Listen to the output request_state event | Simon Ser |
2022-11-11 | Use wlr_damage_ring | Kirill Primak |
2022-09-19 | sway: Add non-desktop-output type | Alex Maese |
2022-07-04 | Remove internal references to DPMS | Simon Ser |
2021-12-17 | output: change output::destroy to output::disable | Ronan Pigott |
2021-07-07 | Update wlr_box includes | Simon Ser |
2021-04-26 | Remove support for arbitrary rotations | Simon Ser |
2021-01-12 | Rename output_layer_for_each_surface_{toplevel,popup} | Simon Ser |
2021-01-12 | Switch to wlr_xdg_surface_for_each_popup_surface | Simon Ser |
2020-08-27 | Use wlr_output_event_commit | Simon Ser |
2020-07-10 | config/output: don't change output state before commit | Simon Ser |
2020-04-10 | Render layer shell popups over the top layer | David96 |
2020-03-06 | Drop sway_output.surface_needs_frame | Simon Ser |
2020-03-04 | Make handle_destroy and output_repaint_timer_handler static | Simon Ser |
2020-02-26 | Add support for wlr-output-power-management-unstable-v1 | Simon Ser |
2020-02-16 | output: fix updating output manager config | Brian Ashworth |
2020-02-11 | Stop calling apply_output_config from output_enable | Simon Ser |
2019-12-01 | output: Schedule idle frames if we do not render | Kenny Levinsen |
2019-11-29 | add scale_filter output config option | Ronan Pigott |
2019-11-17 | view: add max_render_time | Ivan Molodetskikh |
2019-11-17 | output: add max_render_time | Ivan Molodetskikh |
2019-10-27 | Fix segfault in wlr_output_manager_v1_set_configuration | Simon Ser |
2019-10-27 | Fix apply_output_config return value when enabling output | Simon Ser |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-07-17 | Update output manager on layout change | Josef Gajdusek |
2019-05-24 | Implement wlr-output-management-v1 | Josef Gajdusek |
2019-05-14 | Implement output toggle | Moelf |
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-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-18 | Better handle outputs without CRTC | emersion |
2019-01-18 | output: remove output_add_listeners | emersion |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-23 | Implement the presentation-time protocol | emersion |