Age | Commit message (Expand) | Author |
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 |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-25 | Relocate container_move, container_move_to and container_get_in_direction | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-18 | Rename container_sort_workspaces and container_wrap_children | Ryan Dwyer |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-29 | Remove output_surface_for_each_surface from header | emersion |
2018-07-29 | Completely switch over to new iterators | emersion |
2018-07-29 | wip: redesign output_view_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_layer_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_drag_icons_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_unmanaged_for_each_surface iterator | emersion |
2018-07-25 | Improve rendering with a fullscreen opaque overlay surface | emersion |
2018-07-07 | Split renderer | emersion |
2018-07-07 | Use opaque region to determine if frame done should be sent | Ryan Dwyer |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer |
2018-06-26 | layer_shell: order destroying before sway_output | Dominique Martinet |
2018-06-09 | WIP: Atomic layout updates ground work | Ryan Dwyer |
2018-06-06 | Switch output storing from list_t to wl_list | Brian Ashworth |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-05-10 | Damage borders when damaging view | emersion |
2018-04-06 | Simplify damage tracking functions, use them in layer shell | emersion |
2018-04-05 | Fix desktop_damage_whole_surface | emersion |