Age | Commit message (Expand) | Author |
2018-08-01 | ipc: add workspace::reload event | Ian Fan |
2018-08-01 | ipc: add binding event | Ian Fan |
2018-08-01 | ipc: add window::mark event | Ian Fan |
2018-08-01 | ipc: add barconfig_update event on config reload | Ian Fan |
2018-07-31 | Create list for mouse binds when creating new mode | Brian Ashworth |
2018-07-28 | Send floating container to scratchpad when a child is focused | Ryan Dwyer |
2018-07-28 | Fix focus mode_toggle from a child of a floating container | Ryan Dwyer |
2018-07-28 | Allow splitting a floating view | Ryan Dwyer |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-28 | Operate on floating split container when a child is focused | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | Restrict CapsLock and NumLock commands to the configuration file | ProgAndy |
2018-07-25 | Add xkb_numlock/xkb_capslock commands (#2311) | ProgAndy |
2018-07-25 | Merge pull request #2350 from ppascher/xwayland-optional | Drew DeVault |
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ... | Pascal Pascher |
2018-07-25 | more style fixes, included "sway/config.h" where needed | Pascal Pascher |
2018-07-24 | Implement floating_modifier <mod> [inverse|normal] | Brian Ashworth |
2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla... | Pascal Pascher |
2018-07-24 | Merge pull request #2165 from swaywm/pid-workspaces | Drew DeVault |
2018-07-24 | Merge branch 'master' into mouse-bindings | Ryan Dwyer |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-23 | Address review comments on parse_boolean | Brian Ashworth |
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth |
2018-07-23 | Parse mouse binding options | frsfnrrg |
2018-07-23 | Merge branch 'master' into pid-workspaces | Drew DeVault |
2018-07-23 | Store scratchpad list in sway_root instead of server | Ryan Dwyer |
2018-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-22 | Remove unnecessary includes | Ryan Dwyer |
2018-07-22 | Implement floating_modifier and mouse operations for floating views | Ryan Dwyer |
2018-07-20 | Reset outputs on reload | Brian Ashworth |
2018-07-21 | Fix urgent timer logic and remove unnecessary header includes | Ryan Dwyer |
2018-07-21 | Implement force_display_urgency_hint | Ryan Dwyer |
2018-07-20 | Fix output wildcard handling | Brian Ashworth |
2018-07-19 | Use parse_movement_direction | Ryan Dwyer |
2018-07-19 | Defer the focus commands | Ryan Dwyer |
2018-07-19 | Implement focus output command | Ryan Dwyer |
2018-07-17 | Implement default_floating_border command and adjust CSD behaviour | Ryan Dwyer |
2018-07-16 | Merge pull request #2276 from RyanDwyer/urgency | Drew DeVault |
2018-07-16 | Implement no_focus command | Ryan Dwyer |
2018-07-16 | Implement urgency base functionality | Ryan Dwyer |
2018-07-15 | bar: free old position when changing | Ian Fan |
2018-07-15 | Merge pull request #2272 from RyanDwyer/simplify-transactions | Drew DeVault |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth |
2018-07-14 | Force min/max size when resizing floating containers | Ryan Dwyer |
2018-07-14 | Implement resize grow|shrink <direction> <amount> or <amount> | Ryan Dwyer |
2018-07-14 | Implement resize command for floating views | Ryan Dwyer |
2018-07-13 | add error handling for scroll button out of range | Robert Kubosz |