aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2023-07-20Add Georgian READMENick Kipshidze-1/+69
2023-07-19Deprecate seat idle_wakeSimon Ser-21/+10
2023-07-17swaynag: handle wayland-cursor failuresSimon Ser-0/+8
2023-07-15chase wlroots 'presentation-time: add separate helper for zero-copy 'Artturin-2/+2
2023-07-13Calculate tiled resize amount relative to parent containernukoseer-2/+17
2023-07-12Send wl_surface.preferred_buffer_scaleSimon Ser-1/+2
2023-07-08swaybar: handle wayland-cursor failuresManuel Stoeckl-0/+8
2023-06-27swaybar: don't set current workspace as not visiblellyyr-1/+1
2023-06-26input: Move wlr_pointer_gestures_v1 to sway_input_managerMark Bolhuis-12/+11
2023-06-25Use "default" XCursor instead of "left_ptr"Simon Ser-7/+7
2023-06-23swaybar: remove the argument of StatusNotifierHostRegisteredHodong-1/+1
2023-06-23idle-inhibit-v1: simplify with server globalSimon Ser-38/+27
2023-06-19Use wlr_cursor_unset_image()Simon Ser-2/+2
2023-06-19Use wlr_cursor_set_xcursor()Simon Ser-2/+1
2023-06-19render: Use wlroots scale filterAlexander Orzechowski-29/+7
2023-06-16input/libinput: add scroll_button_lock methodCezary Drożak-0/+66
2023-06-14gamma_control_v1: handle destroyed outputRouven Czerwinski-0/+5
2023-06-11gamma_control_v1: Reset dirty flagAlexander Orzechowski-0/+1
2023-06-11Fix `bindsym --to-code` not respecting input configs33KK-0/+12
2023-06-09man: add --inhibited and --no-repeat to bindsym and bindcode usageShaked Flur-3/+4
2023-06-09desktop/output: fix damage bitfield in wlr_output_stateSimon Ser-1/+1
2023-06-08desktop/output: use detached output state for page-flipsSimon Ser-22/+26
2023-06-08Handle gamma-control-v1 set_gamma eventsSimon Ser-1/+36
2023-06-06Add support for wlr-layer-shell ON_DEMAND keyboard interactivityErik Reider-13/+80
2023-06-05chase wlroots wlr_renderer_begin_buffer_pass changeArtturin-1/+1
2023-06-03xwayland: fix mapped state check in OR handlersKirill Primak-2/+2
2023-06-02lock: listen to the correct map signalKirill Primak-1/+1
2023-06-02chore: chase wlroots map logic unificationKirill Primak-51/+90
2023-06-02xwayland: don't rely on event source being dataKirill Primak-3/+5
2023-05-20Fix layer old damage not being offset by the monitor layout coordsErik Reider-0/+2
2023-05-11seatop_down: Call seatop_begin_default after sending touch eventshrdl-6/+6
2023-05-09render: fix titlebar texture clippingSimon Ser-12/+14
2023-05-09render: Clear using wlr_output dimensionsKenny Levinsen-4/+4
2023-05-09render: Apply clip to rendered texture correctlyKenny Levinsen-16/+20
2023-05-09swaybar: always subscribe to mode and workspaceMukundan314-6/+3
2023-05-04handle_touch_cancel: fix begin defaulthrdl-0/+4
2023-05-04Add support for touch cancel eventshrdl-0/+53
2023-05-02Don't crash if there is no damage during renderAlexander Orzechowski-1/+1
2023-05-02render: Use wlr_render_passAlexander Orzechowski-90/+109
2023-05-02render: Don't pass matrix into render_textureAlexander Orzechowski-26/+13
2023-05-02render: pass rendering state together in a structAlexander Orzechowski-159/+156
2023-04-16xdg_shell: Fix crash if popup generates while toplevel is in the scratchpadAlexander Orzechowski-1/+7
2023-04-14Use format_str() throughoutSimon Ser-134/+39
2023-04-14common/gesture: use format_str()Simon Ser-24/+7
2023-04-14swaynag: add printf attribute to swaynag_log()Simon Ser-1/+2
2023-04-14config: add printf attribute to config_add_swaynag_warning()Simon Ser-1/+2
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser-58/+63
2023-04-14commands/floating_minmax_size: fix error stringsSimon Ser-3/+3
2023-04-14pango: add printf attributeSimon Ser-2/+4
2023-04-14Add format_str() and vformat_str()Simon Ser-0/+42