Age | Commit message (Expand) | Author |
2019-11-17 | output: add max_render_time | Ivan Molodetskikh |
2019-11-17 | Use an enum instead of a marker string for map_to_ | Tadeo Kondrak |
2019-11-17 | Implement input map_to_region command | Tadeo Kondrak |
2019-11-16 | xwayland: get_constraints using size hints | Rouven Czerwinski |
2019-11-08 | seatop_default: handle focus for unmanaged xwayland windows last | Ronan Pigott |
2019-11-05 | Use wlr_output_preferred_mode instead of the last mode | Simon Ser |
2019-11-05 | Fix segfault in set_mode | Simon Ser |
2019-11-05 | Prefer higher refresh rate default modes | Ronan Pigott |
2019-11-04 | smart_borders: separate smartness from edge types | Ronan Pigott |
2019-11-04 | Add --custom to `output mode` command | Simon Ser |
2019-11-04 | seatop_default: handle focus for xwayland_unmanaged views | Ronan Pigott |
2019-11-04 | seatop_move_floating: make container respect pointer constraint | Ronan Pigott |
2019-11-04 | focus: do nothing on focus prev|next for workspaces | Ronan Pigott |
2019-11-01 | Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. | Sheena Artrip |
2019-11-01 | focus: add a NULL check in `focus <direction>` | lbonn |
2019-11-01 | Fix potential NULL reference on cleanup | lbonn |
2019-11-01 | Fix various memory leaks | lbonn |
2019-11-01 | seat: simplify a strdup | lbonn |
2019-10-31 | Skip line continuation when it is a comment | Robert Günzler |
2019-10-27 | Fix presentation feedback when scanning out fullscreen view | Simon Ser |
2019-10-27 | Handle layer changes for layer shell surfaces | Simon Ser |
2019-10-27 | criteria: make literal comparison for __focused__ values | Ronan Pigott |
2019-10-27 | focus: support focus prev|next [sibling] | Ronan Pigott |
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-10-23 | Fix tiled containers resize with mouse | Kirill Chibisov |
2019-10-21 | Fix refresh rate scale of output | Danilo Spinella |
2019-10-17 | focus: support focus_wrapping workspace | lbonn |
2019-10-17 | xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing. | A. M. Joseph |
2019-10-16 | Updates per wlroots layer shell changes | Drew DeVault |
2019-10-16 | sway(5): move workspace_layout to config only | Rouven Czerwinski |
2019-10-09 | sway(5): Highlight valid values in the description of tiling_drag | Wieland Hoffmann |
2019-10-09 | sway(5): Add a missing verb | Wieland Hoffmann |
2019-10-02 | Fix syntax in examples in sway-output(5) | Arkadiusz Hiler |
2019-09-29 | layer-shell: Fix damage tracking of nested popups | Sebastian Krzyszkowiak |
2019-09-26 | Fix direct scan-out flickering | Simon Ser |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-09-25 | Add support for fullscreen view direct scan-out | Simon Ser |
2019-09-22 | view: create container before selecting workspace | Ronan Pigott |
2019-09-22 | Error out on unknown debug flag | Simon Ser |
2019-09-20 | view: always populate pid | Brian Ashworth |
2019-09-19 | render: set surface as sampled for presentation | Ivan Molodetskikh |
2019-09-11 | sway-output.5: fix variable name | Martin Michlmayr |
2019-09-05 | sway.5: clarify that a marks are unqiue | Brian Ashworth |
2019-09-05 | Fix type (an -> and) | Nils ANDRÉ-CHANG |
2019-09-05 | Do not search for edges on subsurfaces, fix #4381 | Versus Void |
2019-09-04 | swaybar: complete barconfig_update event handling | Brian Ashworth |
2019-09-04 | seatop_default: only focus container on press | Brian Ashworth |
2019-09-03 | Fix bar_state_update docs | xPMo |
2019-09-02 | Fix typo for the force/immediate option in xwayland_mode enum | Ben Brown |