| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-05 | Implement shell views | emersion | -55/+49 | |
| 2018-04-05 | Implement resize command | Drew DeVault | -0/+10 | |
| 2018-04-04 | Remove unused SWAY_VIEW_TYPES | emersion | -5/+3 | |
| 2018-04-04 | Remove unused sway_view.unmanaged_link | emersion | -3/+0 | |
| 2018-04-04 | Implement opacity command | Tony Crisci | -0/+3 | |
| 2018-04-04 | Address review feedback | Drew DeVault | -1/+1 | |
| 2018-04-04 | Add hidpi support to swaylock | Drew DeVault | -0/+1 | |
| 2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | -0/+6 | |
| 2018-04-04 | Add input inhibitor to input manager | Drew DeVault | -0/+8 | |
| 2018-04-04 | R E N D E R I N G | Drew DeVault | -0/+10 | |
| 2018-04-04 | Add password buffer, refactor rendering/surfaces | Drew DeVault | -2/+46 | |
| 2018-04-04 | Split seat code into its own file | Drew DeVault | -56/+69 | |
| 2018-04-04 | Initial swaylock port | Drew DeVault | -2/+3 | |
| 2018-04-04 | Move swaybg background rendering into common/ | Drew DeVault | -0/+19 | |
| swaylock will use it too | ||||
| 2018-04-04 | Merge branch 'wlroots' into split-containers2 | Tony Crisci | -0/+8 | |
| 2018-04-03 | Add hidpi support to swaybar | Drew DeVault | -0/+1 | |
| 2018-04-03 | move output create to its own file | Tony Crisci | -0/+0 | |
| 2018-04-03 | move workspace create to workspace.c | Tony Crisci | -3/+5 | |
| 2018-04-03 | fix old todos | Tony Crisci | -15/+0 | |
| 2018-04-03 | clean up container_get_default_layout | Tony Crisci | -2/+1 | |
| 2018-04-03 | move container_set_layout to layout.h | Tony Crisci | -5/+4 | |
| 2018-04-03 | make container_finish private | Tony Crisci | -3/+0 | |
| 2018-04-03 | unify workspace create functions | Tony Crisci | -2/+0 | |
| 2018-04-03 | unify container destroy functions | Tony Crisci | -2/+0 | |
| 2018-04-03 | move view and workspace destructors to container.c | Tony Crisci | -3/+4 | |
| 2018-04-02 | change reap container approach | Tony Crisci | -3/+5 | |
| 2018-04-02 | Give exclusive focus to layers above shell layer | Drew DeVault | -0/+7 | |
| 2018-04-02 | fix more close segfaults | Tony Crisci | -0/+2 | |
| 2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | -22/+45 | |
| 2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | -29/+104 | |
| 2018-04-02 | Merge branch 'wlroots' into view-redesign | emersion | -34/+118 | |
| 2018-04-02 | Merge pull request #1699 from acrisci/seat-fixes | emersion | -25/+53 | |
| Seat fixes and cleanup | ||||
| 2018-04-02 | Xwayland unmanaged views aren't views anymore | emersion | -5/+11 | |
| 2018-04-02 | Merge pull request #1690 from swaywm/i3bar-json | Drew DeVault | -4/+51 | |
| I3bar json | ||||
| 2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci | -5/+18 | |
| 2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | -5/+14 | |
| 2018-04-02 | dont copy input config | Tony Crisci | -2/+6 | |
| 2018-04-02 | remove unused attachment config | Tony Crisci | -2/+26 | |
| 2018-04-02 | Partially implement move command | Drew DeVault | -5/+14 | |
| Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position | ||||
| 2018-04-02 | Send click events for i3bar blocks | Drew DeVault | -2/+4 | |
| 2018-04-02 | Render i3bar blocks | Drew DeVault | -4/+4 | |
| 2018-04-02 | Demarcate i3bar JSON into individual updates | Drew DeVault | -2/+47 | |
| 2018-04-02 | Address review comments | emersion | -9/+12 | |
| 2018-04-02 | dont copy seat config on the seat | Tony Crisci | -2/+3 | |
| 2018-04-02 | rename input-manager functions | Tony Crisci | -8/+7 | |
| 2018-04-02 | rename seat functions | Tony Crisci | -12/+12 | |
| 2018-03-31 | add docstrings and todos | Tony Crisci | -18/+54 | |
| 2018-03-31 | Add sway_view_impl | emersion | -14/+17 | |
| 2018-03-31 | Introduce common functions to create, map, unmap, destroy views | emersion | -4/+15 | |
| 2018-03-31 | handle container destroy in the seat | Tony Crisci | -0/+3 | |
