Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | 80col | 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-04-02 | rename input-manager functions | Tony Crisci | |
2018-04-02 | rename seat functions | Tony Crisci | |
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 | Add default_orientation command | Drew DeVault | |
2018-03-29 | Implement modes | Drew DeVault | |
2018-03-29 | Add swaybg_command | Drew DeVault | |
2018-03-29 | Add bar configuration commands | Drew DeVault | |
2018-02-24 | add config handlers | Tony Crisci | |
2018-02-24 | separate config directives and commands | Tony Crisci | |
2018-02-24 | take seat param for handle_command and rename | Tony Crisci | |
2018-02-22 | basic layout command | Tony Crisci | |
2018-02-14 | basic focus (without direction) | Tony Crisci | |
2018-02-07 | separate seat get focus and seat get focus inactive | Tony Crisci | |
2018-02-04 | basic focus overhaul | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-22 | commands: add 'reload' command | Dominique Martinet | |
2018-01-21 | criteria cleanup | Tony Crisci | |
2018-01-21 | run all commands with focused container context | Tony Crisci | |
2018-01-20 | basic command criteria | Tony Crisci | |
2018-01-20 | add kill command | Tony Crisci | |
2018-01-20 | seat config handler context | Tony Crisci | |
2018-01-20 | input config handler context | Tony Crisci | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2018-01-05 | config: add 'set' command | Dominique Martinet | |
2018-01-05 | fix typos in comments/messages; add shutting down message | Dominique Martinet | |
2018-01-05 | apply_input_config: restore previous `current_input_config` | Dominique Martinet | |
This is important for freeing the proper one at end of block | |||
2017-12-27 | binding config | Tony Crisci | |
2017-12-17 | seat fallback config | Tony Crisci | |
2017-12-16 | rename config apply cmds | 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-12 | sway input device | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-12-06 | Merge branch 'wlroots' into output-config | emersion | |
2017-12-06 | Add output config | emersion | |
2017-12-05 | Add include command | emersion | |
2017-12-05 | Add minimal config subsystem | emersion | |
2017-12-04 | Add exec and exec_always commands | emersion | |
2017-11-22 | Invoke command handlers once parsed | Drew DeVault | |
2017-11-22 | Add initial command subsystem (untested) | Drew DeVault | |
Need to spin up the IPC server to test this | |||
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |