Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-04 | basic focus overhaul | Tony Crisci | |
2018-01-30 | Implement workspaces | Drew DeVault | |
2018-01-30 | Execute pending commands when Xwayland is ready | Drew DeVault | |
2018-01-22 | commands/reload: remove unimplemented 'load_swaybars' call | Dominique Martinet | |
2018-01-22 | config reload: destroy old seat when removed from config | Dominique Martinet | |
This adds new sway_seat_destroy and sway_cursor_destroy helpers and compare new and old config on free | |||
2018-01-22 | commands: add 'reload' command | Dominique Martinet | |
2018-01-22 | Merge pull request #1574 from acrisci/config-refactor | emersion | |
Command criteria | |||
2018-01-21 | dont allow kill command in config | Tony Crisci | |
2018-01-21 | clear handler context before ipc command | Tony Crisci | |
2018-01-21 | cmd-kill: use sway_assert when no container | Tony Crisci | |
2018-01-21 | criteria cleanup | Tony Crisci | |
2018-01-21 | Remove sway/old/ | Drew DeVault | |
2018-01-21 | Merge pull request #1570 from acrisci/config-references | Drew DeVault | |
Copy input config references | |||
2018-01-21 | implement property criteria | Tony Crisci | |
2018-01-21 | view interface | 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-17 | update for new wlr-keyboard modifiers | Tony Crisci | |
2018-01-17 | copy config references for input and seat | Tony Crisci | |
2018-01-15 | xwm handle map and unmap | Tony Crisci | |
2018-01-14 | render override redirect | Tony Crisci | |
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 | |