Age | Commit message (Expand) | Author |
2024-01-18 | scene_graph: Port seat drag icons | Alexander Orzechowski |
2024-01-18 | renderer: Render scene_graph | Alexander Orzechowski |
2024-01-18 | scene_graph: Introduce sway_scene_descriptor | Alexander Orzechowski |
2024-01-18 | scene_graph: Maintain `wlr_scene_node`s for the sway tree. | Alexander Orzechowski |
2024-01-18 | view: init function should return a success bool | Alexander Orzechowski |
2024-01-18 | desktop: Rename layers to shell_layers | Alexander Orzechowski |
2024-01-02 | input: reconfigure send_events on output hotplug | Simon Ser |
2023-12-28 | Remove wlr_presentation in sway_server struct | Billli11 |
2023-12-13 | output: Destroy when output layout is destroyed | Alexander Orzechowski |
2023-12-13 | input/seat: rename seat_set_exclusive_client() | Simon Ser |
2023-12-13 | input/seat: drop exclusive_client | Simon Ser |
2023-12-12 | Detect Nvidia proprietary driver via drmGetVersion() | Simon Ser |
2023-11-23 | xdg-shell: chase events update | Kirill Primak |
2023-11-23 | Pass wl_display to wlr_output_layout | Simon Ser |
2023-11-22 | Chase wlroots!4440 | llyyr |
2023-11-21 | Add support for security-context-v1 | Simon Ser |
2023-11-16 | input/input-manager: drop input_manager_configure_all_inputs | Simon Ser |
2023-11-16 | Only reconfigure input mappings on output change | Simon Ser |
2023-10-05 | Drop support for KDE's idle protocol | Simon Ser |
2023-09-07 | i3 compat: Adding support for the `all` criteria | Johan Sköld |
2023-08-23 | Fix typo | luzpaz |
2023-07-31 | output: drop current_mode | Simon Ser |
2023-07-24 | Add support for cursor-shape-v1 | Simon Ser |
2023-06-26 | input: Move wlr_pointer_gestures_v1 to sway_input_manager | Mark Bolhuis |
2023-06-23 | idle-inhibit-v1: simplify with server global | Simon Ser |
2023-06-16 | input/libinput: add scroll_button_lock method | Cezary Drożak |
2023-06-08 | Handle gamma-control-v1 set_gamma events | Simon Ser |
2023-06-06 | Add support for wlr-layer-shell ON_DEMAND keyboard interactivity | Erik Reider |
2023-06-02 | chore: chase wlroots map logic unification | Kirill Primak |
2023-05-04 | Add support for touch cancel events | hrdl |
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 | swaynag: add printf attribute to swaynag_log() | Simon Ser |
2023-04-14 | config: add printf attribute to config_add_swaynag_warning() | Simon Ser |
2023-04-14 | commands: add printf attribute to cmd_results_new() | Simon Ser |
2023-04-14 | Use output_match_name_or_id() in apply_output_config_to_outputs() | Simon Ser |
2023-03-14 | root: Try to preserve relative positions of floating containers | Ankit Pandey |
2023-02-22 | Move output commit out of output_render() | Simon Ser |
2023-02-22 | Constify pixman_region32_t for rendering functions | Simon Ser |
2023-02-20 | Implement seatop_touch | Stacy Harper |
2023-02-20 | Update surface fractional scale on output change | Simon Ser |
2023-02-10 | Introduce surface_{enter,leave}_output() | Simon Ser |
2023-02-05 | launcher: support external launcher tokens | Ronan Pigott |
2023-02-05 | launcher: make launcher context seat aware | Ronan Pigott |
2023-02-05 | view: make request_activate take a seat | Ronan Pigott |
2023-02-01 | ipc: add support for output event | Simon Ser |
2023-01-16 | input/tablet: handle focusing NULL surface | Kirill Primak |
2023-01-07 | Improve tablet tool button handling. | John Chadwick |
2023-01-03 | Make cmd_handler.command const | Carl Smedstad |
2023-01-03 | Add missing includes & remove duplicates | Carl Smedstad |