Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-01 | Fix crash when using multiple outputs | Ryan Dwyer | |
2018-06-01 | Consider floating views when calculating title height | Ryan Dwyer | |
2018-05-27 | Implement focus_wrapping | Brian Ashworth | |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | |
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541 | |||
2018-05-10 | Use reasonable default for font height | Ryan Dwyer | |
Fixes #1949 | |||
2018-05-05 | Move code for re-arranging after font height change into a common place | Ryan Dwyer | |
2018-05-03 | Fix unfocused.text default | Drew DeVault | |
2018-05-03 | Convert border_colors.text to float[4] | Drew DeVault | |
2018-05-03 | Calculate config->font_height based on existing container titles | Ryan Dwyer | |
2018-05-03 | Render titles | Ryan Dwyer | |
2018-05-01 | Remove unnecessary pointers | Ryan Dwyer | |
2018-04-30 | Implement borders | Ryan Dwyer | |
Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border | |||
2018-04-02 | rename seat functions | 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 | Free bar configs on reload and exit | Drew DeVault | |
2018-03-30 | Merge remote-tracking branch 'origin/wlroots' into swaybar-layers | Drew DeVault | |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci | |
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0. | |||
2018-03-29 | Revert "Refactor tree" | Drew DeVault | |
2018-03-29 | Move bar config into its own file | Drew DeVault | |
2018-03-29 | Add bar configuration commands | Drew DeVault | |
2018-03-29 | Implement enough IPC for swaybar to work | Drew DeVault | |
2018-03-29 | move tree includes to their own directory | Tony Crisci | |
2018-01-30 | Implement workspaces | 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-20 | seat config handler context | Tony Crisci | |
2018-01-20 | input config handler context | Tony Crisci | |
2018-01-17 | copy config references for input and seat | 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 | |
2017-12-27 | binding config | Tony Crisci | |
2017-12-16 | put seat and input config in their own files | 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 | config cleanup | Tony Crisci | |
2017-12-12 | sway input device | Tony Crisci | |
2017-12-11 | input config | Tony Crisci | |
2017-12-05 | Add include command | emersion | |
2017-12-05 | Add minimal config subsystem | emersion | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-11-11 | Initial (awful) pass on xdg shell support | Drew DeVault | |
2017-11-11 | Initialize outputs from backend and add to tree | Drew DeVault | |
2017-10-14 | Add scale to merge_output_config | David Hurst | |
2017-10-06 | Security config: skip hidden files | lbonn | |
Also: fix a small memory leak |