| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-21 | cmd-kill: use sway_assert when no container | Tony Crisci | -2/+3 | |
| 2018-01-21 | criteria cleanup | Tony Crisci | -7/+12 | |
| 2018-01-21 | implement property criteria | Tony Crisci | -24/+55 | |
| 2018-01-21 | view interface | Tony Crisci | -22/+87 | |
| 2018-01-21 | run all commands with focused container context | Tony Crisci | -28/+28 | |
| 2018-01-20 | basic command criteria | Tony Crisci | -9/+549 | |
| 2018-01-20 | add kill command | Tony Crisci | -3/+77 | |
| 2018-01-20 | seat config handler context | Tony Crisci | -8/+31 | |
| 2018-01-20 | input config handler context | Tony Crisci | -25/+69 | |
| 2018-01-17 | Merge pull request #1571 from acrisci/wlroots-modifiers-update | Drew DeVault | -3/+15 | |
| update for new wlr-keyboard modifiers | ||||
| 2018-01-17 | update for new wlr-keyboard modifiers | Tony Crisci | -3/+15 | |
| 2018-01-15 | Merge pull request #1566 from acrisci/render-loop | Tony Crisci | -73/+331 | |
| Subsurfaces and popups | ||||
| 2018-01-15 | xwm handle map and unmap | Tony Crisci | -7/+33 | |
| 2018-01-14 | render override redirect | Tony Crisci | -12/+97 | |
| 2018-01-14 | render wl-shell and xwayland views | Tony Crisci | -3/+38 | |
| 2018-01-14 | subsurface input | Tony Crisci | -0/+13 | |
| 2018-01-14 | xdg-popups | Tony Crisci | -1/+45 | |
| 2018-01-14 | render xdg surface | Tony Crisci | -57/+112 | |
| 2018-01-06 | Merge pull request #1556 from martinetd/cleanup_logging | Drew DeVault | -341/+177 | |
| Cleanup logging | ||||
| 2018-01-05 | common/log: finish removing most log functions | Dominique Martinet | -149/+8 | |
| Keep sway_abort and sway_assert and convert them to use wlr_log functions | ||||
| 2018-01-05 | swaymsg: convert to wlr_log | Dominique Martinet | -2/+2 | |
| 2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | -190/+167 | |
| 2018-01-05 | Merge pull request #1554 from martinetd/cmd_set | Drew DeVault | -2/+81 | |
| config: add 'set' command | ||||
| 2018-01-05 | config: add 'set' command | Dominique Martinet | -2/+81 | |
| 2018-01-05 | Merge pull request #1552 from martinetd/cleanup | Drew DeVault | -5/+78 | |
| config cleanup & implement free_config | ||||
| 2018-01-05 | fixup free config use free_sway_binding | Dominique Martinet | -11/+2 | |
| 2018-01-05 | config: leak sanitizer pass | Dominique Martinet | -1/+74 | |
| 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 | -3/+5 | |
| 2018-01-05 | cmd_input: cleanup around current_input_config | Dominique Martinet | -1/+6 | |
| - 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 | -0/+2 | |
| This is important for freeing the proper one at end of block | ||||
| 2018-01-04 | Merge pull request #1549 from rkanati/wlroots | Drew DeVault | -2/+2 | |
| update json-c dep to 0.13 | ||||
| 2018-01-04 | update json-c dep to 0.13 | Rachel K | -2/+2 | |
| 2018-01-04 | Merge pull request #1539 from acrisci/bindings | Drew DeVault | -5/+641 | |
| Bindings | ||||
| 2018-01-04 | Merge pull request #1543 from emersion/output-config-by-identifier | Drew DeVault | -51/+75 | |
| Allow to configure outputs by their identifier | ||||
| 2018-01-04 | Merge branch 'wlroots' into bindings | Tony Crisci | -252/+278 | |
| 2018-01-04 | cleanup bindings | Tony Crisci | -81/+81 | |
| 2018-01-04 | binding release | Tony Crisci | -21/+82 | |
| 2018-01-01 | Merge pull request #1546 from 4e554c4c/wlr_logs | Drew DeVault | -30/+31 | |
| Consolidate WLR and Sway logging | ||||
| 2017-12-31 | Consolidate WLR and Sway logging | Calvin Lee | -30/+31 | |
| See #1390 | ||||
| 2017-12-29 | Allow to configure outputs by their identifier | emersion | -51/+75 | |
| 2017-12-29 | Merge pull request #1542 from emersion/swaymsg-output | Drew DeVault | -3/+16 | |
| Pretty-print all output info in swaymsg -t get_outputs | ||||
| 2017-12-29 | fix nitpicks | Tony Crisci | -20/+18 | |
| 2017-12-29 | Pretty-print all output info in swaymsg -t get_outputs | emersion | -3/+16 | |
| 2017-12-28 | overwrite old bindings | Tony Crisci | -12/+85 | |
| 2017-12-28 | fix keyboard_execute_bindcode | Tony Crisci | -10/+7 | |
| 2017-12-28 | bindcode | Tony Crisci | -22/+106 | |
| 2017-12-27 | run compositor bindings last | Tony Crisci | -33/+49 | |
| 2017-12-27 | Merge pull request #1540 from emersion/output-command-refactor | Drew DeVault | -219/+231 | |
| Refactor output command, add output enable | ||||
| 2017-12-27 | run binding command | Tony Crisci | -2/+9 | |
| 2017-12-27 | Refactor output command, add output enable | emersion | -219/+231 | |
