Age | Commit message (Expand) | Author |
2023-01-18 | Send wl_surface.enter for ext-session-lock surfaces | Simon Ser |
2023-01-16 | input/tablet: handle focusing NULL surface | Kirill Primak |
2023-01-11 | input: enable user xkb configs with cap_sys_nice | Ronan Pigott |
2023-01-07 | Improve tablet tool button handling. | John Chadwick |
2023-01-04 | warp_to_constraint_cursor_hint: Handle NULL view | Alexander Orzechowski |
2023-01-03 | Replace math functions that promote float to double | Carl Smedstad |
2023-01-03 | Remove redundant return statements | Carl Smedstad |
2023-01-03 | Make cmd_handler.command const | Carl Smedstad |
2023-01-03 | Add missing includes & remove duplicates | Carl Smedstad |
2023-01-03 | Remove duplicate declarations | Carl Smedstad |
2023-01-03 | tree/container: drop unnecessary check in container_get_siblings() | Simon Ser |
2023-01-03 | man: fix typo in output disable docs | Simon Ser |
2022-12-19 | seat: Set keyboard if seat keyboard is NULL | Kenny Levinsen |
2022-12-19 | commands/move: Warp cursor after moving workspace to another output | Ankit Pandey |
2022-12-09 | Fix input command order (rotation_angle) | Baltazár Radics |
2022-12-09 | Add libinput RotationAngle | Lucas Zampieri |
2022-12-08 | criteria: be lenient on window_role and instance too | Ronan Pigott |
2022-12-05 | Add `primary_selection` config option | Aidan Dang |
2022-12-04 | seat: Avoid sending redundant keymaps on reload | Kenny Levinsen |
2022-12-01 | sway/lock: handle mode in output commit handler | Simon Zeni |
2022-12-01 | sway/desktop/output: listen to output mode in commit handle | Simon Zeni |
2022-11-30 | Chase breaking changes in wlroots!3903 | Simon Ser |
2022-11-28 | Make libinput backend optional | Simon Ser |
2022-11-28 | Make session optional | Simon Ser |
2022-11-28 | Make DRM backend optional | Simon Ser |
2022-11-28 | Make GLES2 optional | Simon Ser |
2022-11-26 | launcher: export X startup ids and use them for workspace matching | Ronan Pigott |
2022-11-26 | launcher: export xdga tokens and use them for workspace matching | Ronan Pigott |
2022-11-26 | launcher: fudge the interface a bit | Ronan Pigott |
2022-11-26 | launcher: initialize launcher_ctxs once on startup | Ronan Pigott |
2022-11-26 | view: associate launch contexts with views | Ronan Pigott |
2022-11-26 | launcher: rename pid_workspace to launcher_ctx | Ronan Pigott |
2022-11-26 | launcher: use xdga tokens | Ronan Pigott |
2022-11-26 | launcher: track workspaces by node | Ronan Pigott |
2022-11-26 | node: prettify node type names | Ronan Pigott |
2022-11-26 | root: move the workspace matching code to its own file | Ronan Pigott |
2022-11-25 | build: drop intermediate libraries for protocols | Simon Ser |
2022-11-15 | Update for wlroots!3814 | Simon Ser |
2022-11-15 | ipc: add view content type | Simon Ser |
2022-11-15 | Listen to the output request_state event | Simon Ser |
2022-11-15 | input/seat: locally compute drag icon offset | Simon Ser |
2022-11-14 | sway/server: specify wlr-layer-shell version on creation | Simon Zeni |
2022-11-12 | output: set damage ring bounds to pixel values | Kirill Primak |
2022-11-11 | workspace_create: Don't allow NULL name | Alexander Orzechowski |
2022-11-11 | container_get_siblings: handle NULL workspace | Baltazár Radics |
2022-11-11 | lock: fix crash on output destroy | Simon Ser |
2022-11-11 | Use wlr_damage_ring | Kirill Primak |
2022-11-10 | Use wl_signal_emit_mutable() | Simon Ser |
2022-11-04 | criteria: allow matching for NULL string criteria | Callum Andrew |
2022-10-30 | criteria: allow matching on empty (NULL) titles | Puck Meerburg |