Age | Commit message (Expand) | Author |
2021-04-26 | Remove support for arbitrary rotations | Simon Ser |
2021-03-21 | idle_inhibit: Store wlr inhibitor instead of view | Kenny Levinsen |
2021-03-12 | Implement input method keyboard grab | xdavidwu |
2021-02-25 | Fix for_window criteria and mouse button bindings | ftilde |
2021-02-25 | focus: beyond fullscreen when focused explicitly | lbonn |
2021-02-25 | Automatically map built-in touchscreens/tablets to built-in panels | Simon Ser |
2021-02-25 | render: handle containers without output when rendering titles | Quantum |
2021-02-23 | transaction: Remove unused ready_immediately | Kenny Levinsen |
2021-02-23 | transaction: Note if instructions are server requests | Kenny Levinsen |
2021-02-22 | container: Add container_is_current_floating | Kenny Levinsen |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2021-02-16 | transactions: Amend pending transactions | Kenny Levinsen |
2021-02-09 | view: Read geometry directly in view_update_size | Kenny Levinsen |
2021-02-09 | transaction: Move centering to view_center_surface | Kenny Levinsen |
2021-02-04 | Declare all struct cmd_handler arrays const | Manuel Stoeckl |
2021-01-12 | Rename output_layer_for_each_surface_{toplevel,popup} | Simon Ser |
2021-01-12 | Switch to wlr_xdg_surface_for_each_popup_surface | Simon Ser |
2021-01-01 | input: Clean up input_method_relay in seat_destoy() | Andri Yngvason |
2020-12-20 | introduce workspace_squash | Ronan Pigott |
2020-12-20 | Change workspace_layout to match i3 behavior | Ronan Pigott |
2020-12-07 | Add layer shell subsurfaces | Vlad Pănăzan |
2020-12-06 | input/cursor: unhide cursor on synthetic input | Tudor Brindus |
2020-11-11 | tree/container: introduce `container_is_sticky[_or_child]` functions | Tudor Brindus |
2020-11-01 | commands/focus: force container warp when fulfilling `focus mode_toggle` | Tudor Brindus |
2020-10-31 | input: remove motion deltas from seatop callbacks | Tudor Brindus |
2020-10-30 | hide_cursor: Add an option to hide when typing | Tamir Zahavi-Brunner |
2020-10-27 | output: evacuate sticky containers only if new output has a workspace | mwenzkowski |
2020-10-18 | transaction: validate X transaction completions by geometry, not size | Tudor Brindus |
2020-10-18 | xwayland: listen to `set_geometry` event | Tudor Brindus |
2020-10-12 | input/tablet: add tool_mode option to set tablet tools as relative input | Tudor Brindus |
2020-10-11 | Add support for workspace_min_width bar option. | Tarmack |
2020-10-10 | xwayland: support views that change override-redirect status | Tobias Langendorf |
2020-08-27 | Use wlr_output_event_commit | Simon Ser |
2020-08-24 | exec: fix validation during config reload | Konstantin Pospelov |
2020-08-05 | view: remove foreign toplevel listeners on destroy | Ronan Pigott |
2020-08-05 | view: implement foreign toplevel fullscreen request | Ronan Pigott |
2020-07-22 | Fix X11 clients getting stuck minimized | Tobias Langendorf |
2020-07-13 | input: implement xdg_toplevel interactive resize hints | Ronan Pigott |
2020-07-10 | config/output: don't change output state before commit | Simon Ser |
2020-07-07 | Reload command now matches i3's implementation | Geoffrey Casper |
2020-07-01 | commands/move: unwrap workspace container on move to new workspace | Tudor Brindus |
2020-06-30 | seat: Refocus seat when wlr_drag is destroyed | Kenny Levinsen |
2020-06-23 | Implement wlr-foreign-toplevel-management-v1 | Drew DeVault |
2020-06-19 | input: disable events for map_to_output devices when output not present | Tudor Brindus |
2020-06-18 | input/pointer: don't trigger pointer bindings for emulated input | Tudor Brindus |
2020-06-18 | input/cursor: send idle events based off device type, not input type | Tudor Brindus |
2020-06-17 | Add support for viewporter | Simon Ser |
2020-06-16 | input/keyboard: wlr_keyboard_group enter and leave | Brian Ashworth |
2020-06-14 | i3-compat: add GET_BINDING_STATE IPC command | Jason Nader |
2020-06-08 | tree/view: fix smart gaps when ancestor container is tabbed or stacked | Tudor Brindus |