Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | Merge branch 'master' into fullscreen | Drew DeVault | |
2018-04-19 | Split repeat commands into separate files. | Ryan Dwyer | |
2018-04-18 | Make key repeat configurable | Ryan Dwyer | |
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 } | |||
2018-04-16 | Implement fullscreen. | Ryan Dwyer | |
2018-04-10 | Implement cursor event simulation with sway commands. | Danny Bautista | |
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault | |
2018-04-08 | Add workspace_auto_back_and_forth command | db | |
This is the only missing piece - other code regarding this functionality has already been ported from pre-wlroots source. | |||
2018-04-06 | Add debug tree view | Drew DeVault | |
2018-04-05 | Add damage tracking for xwayland unmanaged surfaces | emersion | |
2018-04-05 | Implement resize command | Drew DeVault | |
2018-04-04 | Implement opacity command | Tony Crisci | |
2018-04-03 | move output create to its own file | Tony Crisci | |
2018-04-03 | move output code out of the tree | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Partially implement move command | Drew DeVault | |
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position | |||
2018-03-31 | basic split containers | Tony Crisci | |
2018-03-31 | Implement focus_follows_mouse | Drew DeVault | |
Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots) | |||
2018-03-31 | Implement mouse warping | Drew DeVault | |
2018-03-30 | Fix workspace deletion edge cases | Drew DeVault | |
2018-03-30 | Add default_orientation command | Drew DeVault | |
2018-03-29 | Implement modes | Drew DeVault | |
2018-03-29 | Add swaybg_command | Drew DeVault | |
2018-03-29 | Move bar config into its own file | Drew DeVault | |
2018-03-29 | Add bar configuration commands | Drew DeVault | |
2018-03-28 | Add initial layer shell skeleton | Drew DeVault | |
2018-02-22 | basic layout command | Tony Crisci | |
2018-02-14 | basic focus (without direction) | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-22 | commands: add 'reload' command | Dominique Martinet | |
2018-01-21 | view interface | Tony Crisci | |
2018-01-20 | basic command criteria | Tony Crisci | |
2018-01-20 | add kill command | Tony Crisci | |
2018-01-05 | config: add 'set' command | Dominique Martinet | |
2017-12-27 | binding config | Tony Crisci | |
2017-12-17 | seat fallback config | Tony Crisci | |
2017-12-16 | put seat and input config in their own files | Tony Crisci | |
2017-12-16 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-15 | xkb config | Tony Crisci | |
2017-12-14 | basic configuration | Tony Crisci | |
2017-12-12 | seat configuration | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-12-10 | basic keyboard | Tony Crisci | |
2017-12-10 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-08 | sway cursor | Tony Crisci | |
2017-12-07 | basic input manager and seat | Tony Crisci | |
2017-12-07 | rename input to input-manager | Tony Crisci | |
2017-12-06 | Merge branch 'wlroots' into output-config | emersion | |
2017-12-06 | input skeleton | Tony Crisci | |
2017-12-06 | Add output config | emersion | |
2017-12-05 | Add include command | emersion | |