Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | render wl-shell and xwayland views | Tony Crisci | |
2018-01-14 | subsurface input | Tony Crisci | |
2018-01-14 | xdg-popups | Tony Crisci | |
2018-01-14 | render xdg surface | 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 | fixup free config use free_sway_binding | Dominique Martinet | |
2018-01-05 | config: leak sanitizer pass | Dominique Martinet | |
Add free for everything that's implemented right now. Will need to add more as the implementations are re-added. | |||
2018-01-05 | fix typos in comments/messages; add shutting down message | 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-05 | apply_input_config: restore previous `current_input_config` | Dominique Martinet | |
This is important for freeing the proper one at end of block | |||
2018-01-04 | Merge pull request #1539 from acrisci/bindings | Drew DeVault | |
Bindings | |||
2018-01-04 | Merge pull request #1543 from emersion/output-config-by-identifier | Drew DeVault | |
Allow to configure outputs by their identifier | |||
2018-01-04 | Merge branch 'wlroots' into bindings | Tony Crisci | |
2018-01-04 | cleanup bindings | Tony Crisci | |
2018-01-04 | binding release | Tony Crisci | |
2017-12-31 | Consolidate WLR and Sway logging | Calvin Lee | |
See #1390 | |||
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-28 | fix keyboard_execute_bindcode | Tony Crisci | |
2017-12-28 | bindcode | Tony Crisci | |
2017-12-27 | run compositor bindings last | Tony Crisci | |
2017-12-27 | run binding command | Tony Crisci | |
2017-12-27 | Refactor output command, add output enable | emersion | |
2017-12-27 | match user bindsym | Tony Crisci | |
2017-12-27 | compositor bindings | Tony Crisci | |
2017-12-27 | keyboard translate keysyms | Tony Crisci | |
2017-12-27 | binding config | Tony Crisci | |
2017-12-27 | Merge pull request #1535 from martinetd/libinput | Drew DeVault | |
Libinput config | |||
2017-12-27 | desktop: use wlr-surface commit | Tony Crisci | |
2017-12-24 | seat_configure_pointer: apply libinput config | Dominique Martinet | |
Restore the code that used to be in config.c:apply_input_config() pre-wlroots | |||
2017-12-20 | cleanup | Tony Crisci | |
2017-12-19 | handle keymap not found | Tony Crisci | |
2017-12-19 | dont set cursor image on motion | Tony Crisci | |
2017-12-19 | error on not enough input/seat args for cmd | Tony Crisci | |
2017-12-19 | use snprintf to get identifier len | Tony Crisci | |
2017-12-19 | document fallback seat | Tony Crisci | |
2017-12-18 | ipc get_inputs | Tony Crisci | |
2017-12-18 | Merge branch 'wlroots' into feature/input | Tony Crisci | |
2017-12-18 | Merge branch 'feature/input' of github.com:acrisci/sway into feature/input | Tony Crisci | |
2017-12-18 | remove assumption of one device per identifier | Tony Crisci | |
2017-12-18 | improve xkb command logging | Tony Crisci | |
2017-12-18 | Merge pull request #1526 from emersion/fractional-output-scale | Drew DeVault | |
Add support for fractional output scale | |||
2017-12-18 | Add support for fractional output scale | emersion | |
2017-12-18 | Add IPC get_outputs | emersion | |
2017-12-18 | remove verbose commit logging | Tony Crisci | |
2017-12-17 | Fix compile error | Drew DeVault | |
2017-12-17 | cleanup input-manager | Tony Crisci | |
2017-12-17 | seat fallback config | Tony Crisci | |