Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | Merge pull request #1699 from acrisci/seat-fixes | emersion | |
Seat fixes and cleanup | |||
2018-04-02 | Merge pull request #1690 from swaywm/i3bar-json | Drew DeVault | |
I3bar json | |||
2018-04-02 | fix segfault | Tony Crisci | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | dont copy input config | Tony Crisci | |
2018-04-02 | Merge pull request #1697 from RedSoxFan/back-and-forth | emersion | |
Fix back-and-forth workspace name saving for non-empty workspaces | |||
2018-04-02 | remove unused attachment config | Tony Crisci | |
2018-04-02 | Fixes regarding @emersion's feedback | Drew DeVault | |
2018-04-02 | Fix use-after-free with block hotspots | Drew DeVault | |
2018-04-02 | 80col | Tony Crisci | |
2018-04-02 | Partially implement move command | Drew DeVault | |
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 | dont copy seat config on the seat | Tony Crisci | |
2018-04-02 | rename input-manager functions | Tony Crisci | |
2018-04-02 | rename seat functions | Tony Crisci | |
2018-03-31 | Merge pull request #1684 from swaywm/follow-warp | Drew DeVault | |
Implement focus_follows_mouse, mouse_warping | |||
2018-03-31 | Address review feedback | Drew DeVault | |
2018-03-31 | Fix two segfaults when destroying outputs | emersion | |
2018-03-31 | Fix interaction between warping and following | Drew DeVault | |
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 | Implement mouse warping | Drew DeVault | |
2018-03-31 | Merge pull request #1681 from emersion/xwayland-configure-position | Drew DeVault | |
Fix various xwayland issues | |||
2018-03-31 | Fix xwayland configure in set_size | emersion | |
2018-03-31 | Merge pull request #1677 from emersion/maximize-xwayland-views | Drew DeVault | |
Maximize xwayland views by default | |||
2018-03-31 | Fixes back-and-forth name saving for non-empty ws | Brian Ashworth | |
2018-03-31 | Fix unmanaged views rendering on all outputs | emersion | |
2018-03-31 | Fix xwayland configure position | emersion | |
2018-03-31 | Check for null container | Drew DeVault | |
2018-03-31 | Merge pull request #1682 from emersion/unmanaged-no-container | Drew DeVault | |
Make it clear that unmanaged views don't have a container | |||
2018-03-31 | Fix bug with previous commit | Drew DeVault | |
2018-03-31 | Make it clear that unmanaged views don't have a container | emersion | |
view->swayc is NULL anyway. | |||
2018-03-31 | Fix #1104 | Drew DeVault | |
2018-03-31 | Set Xwayland seat on focus | Drew DeVault | |
Necessary to make primary selection syncronize | |||
2018-03-31 | Configure linux_dmabuf, primary_selection | Drew DeVault | |
2018-03-31 | Merge pull request #1678 from emersion/xwayland-xcursor | Drew DeVault | |
Set xwayland cursor | |||
2018-03-31 | Free bar configs on reload and exit | Drew DeVault | |
2018-03-31 | Set xwayland cursor | emersion | |
2018-03-30 | Maximize xwayland views by default | emersion | |
2018-03-30 | Use wlr_surface_point_accepts_input | Drew DeVault | |
2018-03-30 | Pass pointer events to surface layers | Drew DeVault | |
2018-03-30 | Merge branch 'wlroots' into client-cursors | emersion | |
2018-03-30 | Merge pull request #1665 from emersion/damage-tracking-lite | Drew DeVault | |
Add lite damage tracking | |||
2018-03-30 | Merge pull request #1669 from emersion/workspace-pointer-events | Drew DeVault | |
Fix pointer events for hidden workspaces | |||
2018-03-30 | Handle map/unmap events in xdg-shell-v6 | emersion | |
2018-03-30 | Remove debug, add explicit TODO | emersion | |
2018-03-30 | Fix white screen due to bad cast | emersion | |
2018-03-30 | Add lite damage tracking | emersion | |
This skips the renderer if nothing has changed, and renders everything otherwise. | |||
2018-03-30 | Merge branch 'wlroots' into wlroots-xwayland-map | Tony Crisci | |
2018-03-30 | Fix segfaults when focusing a workspace | emersion | |
2018-03-30 | Fix pointer events for hidden workspaces | emersion | |
2018-03-30 | Fix segfault when reaping invisible workspaces | Drew DeVault | |