Age | Commit message (Expand) | Author |
2021-09-04 | commands: update split none command for a047b5ee4 | Ronan Pigott |
2021-09-03 | command: implement split none | Ronan Pigott |
2021-08-31 | Add `output modeline` command | David Rosca |
2021-08-26 | Use fixed titlebar heights | Hugo Osvaldo Barrera |
2021-08-14 | cmd_bind_or_unbind_switch: fix copy/paste typo error message | Eric Engestrom |
2021-07-22 | Add `gaps <type> <scope> toggle <px>` command | bR3iN |
2021-07-07 | Update wlr_box includes | Simon Ser |
2021-06-22 | Revert "Add workspace {prev,next}_on_output --create" | Ragnar Groot Koerkamp |
2021-06-18 | Only call workspace_auto_back_and_forth when needed | Ragnar Groot Koerkamp |
2021-06-18 | Move auto_back_and_forth logic out of workspace_switch | Ragnar Groot Koerkamp |
2021-06-18 | Fix #6299 Disable auto_back_and_forth for next_on_output | Ragnar Groot Koerkamp |
2021-06-05 | sway: commands: exec: restore SIGPIPE before exec:ing | Daniel Eklöf |
2021-06-03 | config: Fix swaybar pango_markup inconsistency | Daniel Otero |
2021-06-03 | Only defer seat attachment during initial startup | Bill Doyle |
2021-05-10 | commands/exec: stop truncating >4095-byte commands | Manuel Stoeckl |
2021-05-10 | cmd_fullscreen: ignore fullscreen request on workspaces | Ronan Pigott |
2021-04-22 | commands/exec_always: log error on execlp failure | Simon Ser |
2021-04-22 | Use execlp("sh") instead of execl("/bin/sh") | Simon Ser |
2021-04-18 | Prevent use-after-free on first bar subcommand error | Michael Weiser |
2021-04-16 | cmd_fullscreen: allow fullscreen on fullscreen split containers | Ronan Pigott |
2021-03-25 | Add toggle logic inside DPMS handler | Ivan Fedotov |
2021-02-25 | Fix for_window criteria and mouse button bindings | ftilde |
2021-02-25 | focus: beyond fullscreen when focused explicitly | lbonn |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2021-02-14 | input: Only commit transactions when necessary | Kenny Levinsen |
2021-02-04 | Declare all struct cmd_handler arrays const | Manuel Stoeckl |
2021-01-04 | cmd_move: update container representation in sibling swaps | Ronan Pigott |
2020-12-20 | commands/move: reset geometry of promoted containers | Ronan Pigott |
2020-12-20 | commands/move: squash workspace after directional con move | Ronan Pigott |
2020-12-20 | commands/move: rework container_move_in_direction | Ronan Pigott |
2020-12-20 | Revert "commands/move: maintain workspace_layout when moving" | Ronan Pigott |
2020-12-20 | commands/move: don't flatten on move; reap empty former parent instead | Tudor Brindus |
2020-12-20 | commands/layout: don't change the layout of workspaces with children | Ronan Pigott |
2020-12-20 | container: don't split single children | Ronan Pigott |
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-30 | hide_cursor: Add an option to hide when typing | Tamir Zahavi-Brunner |
2020-10-24 | commands/move: fix crash when moving sphsc child | Ronan Pigott |
2020-10-22 | commands/resize: don't consider 1px resizes to be invalid | Daniel De Graaf |
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-04 | commands/move: fix single-split escaping on move | Tudor Brindus |
2020-08-24 | exec: fix validation during config reload | Konstantin Pospelov |
2020-08-03 | fix force_display_urgency_hint parsing | Rex Hackbro |
2020-07-30 | Fix incorrect format specifiers | Antonin Décimo |
2020-07-30 | cmd/bar/colors: fix dereference of null pointer | Antonin Décimo |
2020-07-27 | Use wlr_output_layout_output_at to get output for move to cursor | Thayne McCombs |
2020-07-27 | Keep windows in bounds on move to position mouse | Thayne McCombs |
2020-07-21 | added ppt unit to move position command | Nils Schulte |