| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-31 | remove default from kill switch | Tony Crisci | -2/+1 | |
| 2018-03-31 | add docstrings and todos | Tony Crisci | -18/+54 | |
| 2018-03-31 | fix children list segfault | Tony Crisci | -1/+1 | |
| 2018-03-31 | fix some segfaults | Tony Crisci | -11/+19 | |
| 2018-03-31 | clean up view destroy seat cleanup | Tony Crisci | -28/+33 | |
| 2018-03-31 | handle container destroy in the seat | Tony Crisci | -32/+88 | |
| 2018-03-31 | reap container parent on destroy | Tony Crisci | -2/+6 | |
| 2018-03-31 | temporarily add LD_LIBRARY_PATH stuff | Tony Crisci | -1/+1 | |
| 2018-03-31 | basic split containers | Tony Crisci | -46/+240 | |
| 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 | 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 | |
| 2018-03-30 | Initialize seat pointer in swaybar | Drew DeVault | -2/+118 | |
| 2018-03-30 | Merge pull request #1674 from swaywm/layer-input | Drew DeVault | -12/+66 | |
| Pass pointer events to surface layers | ||||
| 2018-03-30 | Pass pointer events to surface layers | Drew DeVault | -12/+66 | |
| 2018-03-30 | Merge pull request #1660 from emersion/client-cursors | Drew DeVault | -1/+31 | |
| Handle set_cursor requests from clients | ||||
| 2018-03-30 | Merge branch 'wlroots' into client-cursors | emersion | -288/+576 | |
| 2018-03-30 | Merge pull request #1665 from emersion/damage-tracking-lite | Drew DeVault | -80/+207 | |
| Add lite damage tracking | ||||
| 2018-03-30 | Merge pull request #1669 from emersion/workspace-pointer-events | Drew DeVault | -38/+60 | |
| Fix pointer events for hidden workspaces | ||||
| 2018-03-30 | Set exclusive zone to -1 for swaybg | Drew DeVault | -0/+1 | |
| 2018-03-30 | Handle map/unmap events in xdg-shell-v6 | emersion | -13/+37 | |
| 2018-03-30 | Remove debug, add explicit TODO | emersion | -2/+1 | |
| 2018-03-30 | Fix white screen due to bad cast | emersion | -2/+1 | |
| 2018-03-30 | Add lite damage tracking | emersion | -66/+171 | |
| This skips the renderer if nothing has changed, and renders everything otherwise. | ||||
| 2018-03-30 | Merge pull request #1667 from emersion/wlroots-xwayland-map | Tony Crisci | -11/+12 | |
| Use the new map/unmap events for xwayland views | ||||
