| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-02 | protocols: remove unused XML files | emersion | -307/+0 | |
| 2018-04-02 | protocols: remove xdg-shell XML file | emersion | -430/+0 | |
| 2018-04-02 | Merge pull request #1699 from acrisci/seat-fixes | emersion | -194/+248 | |
| Seat fixes and cleanup | ||||
| 2018-04-02 | Merge pull request #1690 from swaywm/i3bar-json | Drew DeVault | -40/+546 | |
| I3bar json | ||||
| 2018-04-02 | fix segfault | Tony Crisci | -3/+3 | |
| 2018-04-02 | Render blocks the correct order | Drew DeVault | -1/+1 | |
| 2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | -42/+272 | |
| 2018-04-02 | dont copy input config | Tony Crisci | -18/+20 | |
| 2018-04-02 | Merge pull request #1697 from RedSoxFan/back-and-forth | emersion | -1/+1 | |
| Fix back-and-forth workspace name saving for non-empty workspaces | ||||
| 2018-04-02 | Merge pull request #1693 from swaywm/move-cmd | Drew DeVault | -41/+271 | |
| Partially implement move command | ||||
| 2018-04-02 | remove unused attachment config | Tony Crisci | -12/+26 | |
| 2018-04-02 | Fixes regarding @emersion's feedback | Drew DeVault | -1/+4 | |
| 2018-04-02 | Fix use-after-free with block hotspots | Drew DeVault | -8/+14 | |
| 2018-04-02 | 80col | Tony Crisci | -31/+57 | |
| 2018-04-02 | Partially implement move command | Drew DeVault | -41/+268 | |
| 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 | -14/+56 | |
| 2018-04-02 | Render i3bar blocks | Drew DeVault | -34/+314 | |
| 2018-04-02 | Demarcate i3bar JSON into individual updates | Drew DeVault | -11/+189 | |
| 2018-04-02 | dont copy seat config on the seat | Tony Crisci | -22/+35 | |
| 2018-04-02 | rename input-manager functions | Tony Crisci | -32/+31 | |
| 2018-04-02 | rename seat functions | Tony Crisci | -85/+85 | |
| 2018-03-31 | Merge pull request #1684 from swaywm/follow-warp | Drew DeVault | -34/+95 | |
| Implement focus_follows_mouse, mouse_warping | ||||
| 2018-03-31 | Address review feedback | Drew DeVault | -9/+12 | |
| 2018-03-31 | Merge pull request #1689 from emersion/destroy-output-segfaults | Drew DeVault | -3/+4 | |
| Fix two segfaults when destroying outputs | ||||
| 2018-03-31 | Fix two segfaults when destroying outputs | emersion | -3/+4 | |
| 2018-03-31 | Fix interaction between warping and following | Drew DeVault | -4/+14 | |
| 2018-03-31 | Implement focus_follows_mouse | Drew DeVault | -28/+41 | |
| 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 | Implement mouse warping | Drew DeVault | -4/+39 | |
| 2018-03-31 | assert(fd != -1); | Drew DeVault | -1/+1 | |
| Thanks @martinetd | ||||
| 2018-03-31 | Merge pull request #1681 from emersion/xwayland-configure-position | Drew DeVault | -30/+40 | |
| Fix various xwayland issues | ||||
| 2018-03-31 | Fix xwayland configure in set_size | emersion | -22/+26 | |
| 2018-03-31 | Merge pull request #1677 from emersion/maximize-xwayland-views | Drew DeVault | -1/+4 | |
| Maximize xwayland views by default | ||||
| 2018-03-31 | Fixes back-and-forth name saving for non-empty ws | Brian Ashworth | -1/+1 | |
| 2018-03-31 | Fix unmanaged views rendering on all outputs | emersion | -7/+16 | |
| 2018-03-31 | Fix xwayland configure position | emersion | -5/+2 | |
| 2018-03-31 | Check for null container | Drew DeVault | -1/+1 | |
| 2018-03-31 | Merge pull request #1682 from emersion/unmanaged-no-container | Drew DeVault | -1/+1 | |
| Make it clear that unmanaged views don't have a container | ||||
| 2018-03-31 | Fix bug with previous commit | Drew DeVault | -5/+20 | |
| 2018-03-31 | Make it clear that unmanaged views don't have a container | emersion | -1/+1 | |
| view->swayc is NULL anyway. | ||||
| 2018-03-31 | Fix #1104 | Drew DeVault | -1/+7 | |
| 2018-03-31 | Set Xwayland seat on focus | Drew DeVault | -2/+7 | |
| Necessary to make primary selection syncronize | ||||
| 2018-03-31 | Configure linux_dmabuf, primary_selection | Drew DeVault | -4/+10 | |
| 2018-03-31 | Merge pull request #1678 from emersion/xwayland-xcursor | Drew DeVault | -2/+16 | |
| Set xwayland cursor | ||||
| 2018-03-31 | Free bar configs on reload and exit | Drew DeVault | -7/+12 | |
| 2018-03-31 | Set xwayland cursor | emersion | -2/+16 | |
| 2018-03-31 | Merge pull request #1676 from swaywm/swaybar-input | Drew DeVault | -17/+226 | |
| Swaybar input | ||||
| 2018-03-30 | Maximize xwayland views by default | emersion | -1/+4 | |
| 2018-03-30 | Use wlr_surface_point_accepts_input | Drew DeVault | -16/+3 | |
| 2018-03-30 | Implement workspace switch on click | Drew DeVault | -19/+67 | |
| 2018-03-30 | Implement scroll wheel workspace switching | Drew DeVault | -4/+49 | |
