Age | Commit message (Expand) | Author |
2020-03-11 | commands: Add shortcuts_inhibitor command | Michael Weiser |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2020-03-11 | config: Fix typo in reload bindsym flag bitmask | Michael Weiser |
2020-03-11 | input: implement cycling through keyboard layout list | Bor Grošelj Simić |
2020-03-10 | ipc: add missing required properties | Ian Fan |
2020-03-10 | Null check sway_layer_surface when checking damage | Tadeo Kondrak |
2020-03-07 | common/log: bump POSIX version used after e81d9fde667e | Jan Beich |
2020-03-07 | common/log: improve time prefix | Simon Ser |
2020-03-07 | Add adaptive_sync_status to output IPC reply | Simon Ser |
2020-03-07 | Add an adaptive_sync output command | Simon Ser |
2020-03-06 | Use wlr_client_buffer | Simon Ser |
2020-03-06 | Drop sway_output.surface_needs_frame | Simon Ser |
2020-03-06 | Only schedule a frame if client has requested a frame callback | Simon Ser |
2020-03-04 | Make handle_destroy and output_repaint_timer_handler static | Simon Ser |
2020-02-29 | ipc-server: improve error message | Jason Nader |
2020-02-29 | sway.5: correct description of workspace [number] | Brian Ashworth |
2020-02-27 | Only destroy swaybar surface via ipc when needed | Bill Doyle |
2020-02-27 | Introduce pid criteria token | Ryan Dwyer |
2020-02-26 | Add support for wlr-output-power-management-unstable-v1 | Simon Ser |
2020-02-25 | Revert "Don't apply exclusive zones of unmapped layer-shell surfaces" | Brian Ashworth |
2020-02-24 | Don't apply exclusive zones of unmapped layer-shell surfaces | Simon Ser |
2020-02-19 | Fix get_int_prop(WINDOW_TYPE) crash | Simon Ser |
2020-02-18 | treewide: fix typos | Torstein Husebø |
2020-02-18 | input_cmd_events: add support for input types | Brian Ashworth |
2020-02-18 | tree/view: do not attempt enter on hidden child | Brian Ashworth |
2020-02-17 | i3compat: add `window_type` to IPC response | Jason Nader |
2020-02-17 | i3compat: add `window_type` to IPC response | Jason Nader |
2020-02-17 | Specify that output transform applies clockwise rotations | Simon Ser |
2020-02-17 | Fix output transform rotation direction | Simon Ser |
2020-02-17 | Fix output transform anticlockwise | Simon Ser |
2020-02-16 | output: fix updating output manager config | Brian Ashworth |
2020-02-13 | Fix crash: use wlr_output->name instead of possibly missing oc->name | Yorick van Pelt |
2020-02-13 | cmd_swap: fix test_mark condition | Brian Ashworth |
2020-02-11 | Apply the output scale filter after the output commit | Simon Ser |
2020-02-11 | Stop calling apply_output_config from output_enable | Simon Ser |
2020-02-11 | Call apply_output_config instead of output_enable | Simon Ser |
2020-02-11 | Fix output scale auto-detection | Simon Ser |
2020-02-11 | config: fix validation exit code and log level | Brian Ashworth |
2020-02-11 | Fix ordering of setgid and setuid | Teddy Reed |
2020-02-11 | container_at_{tabbed,stacked}: check x-axis bounds | Brian Ashworth |
2020-02-10 | input: Map virtual-pointer to the requested output | Andri Yngvason |
2020-02-10 | swaybar: fix i3bar relative coordinates when scaling is used | Hristo Venev |
2020-02-10 | Do not truncate pointer coordinates to int. | Hristo Venev |
2020-02-10 | Avoid calling strcmp on nullptr | Till Hofmann |
2020-02-06 | Fix seat_set_focus_layer crash when disabling output | Simon Ser |
2020-02-04 | criteria: match containers without view | Anders |
2020-02-04 | Change wording | Cyril Levis |
2020-02-04 | Add the possibility to capture only one screen if several screens are use. | Cyril Levis |
2020-02-04 | fix typo | Lucas M. Dutra |
2020-01-30 | ipc: Handle unsupported binding event types | Nathan Rossi |