Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | cmd_input: cleanup around current_input_config | Dominique Martinet | |
- Restore old one if we weren't part of a block (should be NULL anyway) - Check current_input_config got properly allocated - free temporary current_input_config when done using it | |||
2018-01-04 | Merge pull request #1539 from acrisci/bindings | Drew DeVault | |
Bindings | |||
2018-01-04 | Merge branch 'wlroots' into bindings | Tony Crisci | |
2018-01-04 | binding release | Tony Crisci | |
2017-12-29 | Allow to configure outputs by their identifier | emersion | |
2017-12-29 | fix nitpicks | Tony Crisci | |
2017-12-28 | overwrite old bindings | Tony Crisci | |
2017-12-27 | Refactor output command, add output enable | emersion | |
2017-12-27 | binding config | Tony Crisci | |
2017-12-19 | error on not enough input/seat args for cmd | Tony Crisci | |
2017-12-18 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-18 | improve xkb command logging | Tony Crisci | |
2017-12-18 | Add support for fractional output scale | emersion | |
2017-12-17 | seat fallback config | Tony Crisci | |
2017-12-16 | set keyboard config at runtime | Tony Crisci | |
2017-12-16 | expect exactly one xkb arg | 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-14 | Use strtol instead of atoi in output command | emersion | |
2017-12-14 | Fail if unknown output subcommand | emersion | |
2017-12-14 | Replace refresh_rate and position by mode in output command | emersion | |
2017-12-12 | Update output container box in event handler | emersion | |
2017-12-12 | seat configuration | Tony Crisci | |
2017-12-12 | config cleanup | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-12-09 | Remove output from layout | emersion | |
2017-12-06 | Add new_output_config, update root container size on output hotplug | emersion | |
2017-12-06 | Merge branch 'wlroots' into output-config | emersion | |
2017-12-06 | Init, merge output config params, use wlr_output_layout | 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 | 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 | |
2017-11-11 | Wire up output frame loop | Drew DeVault | |
2017-10-08 | Fix #1291 | Drew DeVault | |
2017-10-08 | Merge pull request #1263 from nyorain/master | Drew DeVault | |
Implement get_clipboard ipc message | |||
2017-10-06 | Fix move to named workspaces | lbonn | |
The command parsing did not handle workspaces with spaces in their name (like it's done in `cmd_workspace`) | |||
2017-10-05 | Clean up output command | Calvin Lee | |
Plugs memory leaks during failure of the output command and in other circumstances and fixes `bg` option. Fixes #1381 | |||
2017-10-03 | Fix issue #1287 | Jonas Karlsson | |
All variables without a $ prefix lost their last character due to off by one error | |||
2017-07-12 | Use WLC v2 pointer interface | Scott Anderson | |
2017-07-10 | fix use-after-free bug | Tobias Blass | |
2017-07-07 | Implement ipc get_clipboard | nyorain | |
2017-07-01 | permit.c: check for NULL pointer dereference | Mykyta Holubakha | |
2017-07-01 | Add the 'clipboard' command to set the clipboard | nyorain | |