aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2018-04-02protocols: remove unused XML filesemersion-307/+0
2018-04-02protocols: remove xdg-shell XML fileemersion-430/+0
2018-04-02Merge pull request #1699 from acrisci/seat-fixesemersion-194/+248
Seat fixes and cleanup
2018-04-02Merge pull request #1690 from swaywm/i3bar-jsonDrew DeVault-40/+546
I3bar json
2018-04-02fix segfaultTony Crisci-3/+3
2018-04-02Render blocks the correct orderDrew DeVault-1/+1
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci-42/+272
2018-04-02dont copy input configTony Crisci-18/+20
2018-04-02Merge pull request #1697 from RedSoxFan/back-and-forthemersion-1/+1
Fix back-and-forth workspace name saving for non-empty workspaces
2018-04-02Merge pull request #1693 from swaywm/move-cmdDrew DeVault-41/+271
Partially implement move command
2018-04-02remove unused attachment configTony Crisci-12/+26
2018-04-02Fixes regarding @emersion's feedbackDrew DeVault-1/+4
2018-04-02Fix use-after-free with block hotspotsDrew DeVault-8/+14
2018-04-0280colTony Crisci-31/+57
2018-04-02Partially implement move commandDrew 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-02Send click events for i3bar blocksDrew DeVault-14/+56
2018-04-02Render i3bar blocksDrew DeVault-34/+314
2018-04-02Demarcate i3bar JSON into individual updatesDrew DeVault-11/+189
2018-04-02dont copy seat config on the seatTony Crisci-22/+35
2018-04-02rename input-manager functionsTony Crisci-32/+31
2018-04-02rename seat functionsTony Crisci-85/+85
2018-03-31Merge pull request #1684 from swaywm/follow-warpDrew DeVault-34/+95
Implement focus_follows_mouse, mouse_warping
2018-03-31Address review feedbackDrew DeVault-9/+12
2018-03-31Merge pull request #1689 from emersion/destroy-output-segfaultsDrew DeVault-3/+4
Fix two segfaults when destroying outputs
2018-03-31Fix two segfaults when destroying outputsemersion-3/+4
2018-03-31Fix interaction between warping and followingDrew DeVault-4/+14
2018-03-31Implement focus_follows_mouseDrew 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-31Implement mouse warpingDrew DeVault-4/+39
2018-03-31assert(fd != -1);Drew DeVault-1/+1
Thanks @martinetd
2018-03-31Merge pull request #1681 from emersion/xwayland-configure-positionDrew DeVault-30/+40
Fix various xwayland issues
2018-03-31Fix xwayland configure in set_sizeemersion-22/+26
2018-03-31Merge pull request #1677 from emersion/maximize-xwayland-viewsDrew DeVault-1/+4
Maximize xwayland views by default
2018-03-31Fixes back-and-forth name saving for non-empty wsBrian Ashworth-1/+1
2018-03-31Fix unmanaged views rendering on all outputsemersion-7/+16
2018-03-31Fix xwayland configure positionemersion-5/+2
2018-03-31Check for null containerDrew DeVault-1/+1
2018-03-31Merge pull request #1682 from emersion/unmanaged-no-containerDrew DeVault-1/+1
Make it clear that unmanaged views don't have a container
2018-03-31Fix bug with previous commitDrew DeVault-5/+20
2018-03-31Make it clear that unmanaged views don't have a containeremersion-1/+1
view->swayc is NULL anyway.
2018-03-31Fix #1104Drew DeVault-1/+7
2018-03-31Set Xwayland seat on focusDrew DeVault-2/+7
Necessary to make primary selection syncronize
2018-03-31Configure linux_dmabuf, primary_selectionDrew DeVault-4/+10
2018-03-31Merge pull request #1678 from emersion/xwayland-xcursorDrew DeVault-2/+16
Set xwayland cursor
2018-03-31Free bar configs on reload and exitDrew DeVault-7/+12
2018-03-31Set xwayland cursoremersion-2/+16
2018-03-31Merge pull request #1676 from swaywm/swaybar-inputDrew DeVault-17/+226
Swaybar input
2018-03-30Maximize xwayland views by defaultemersion-1/+4
2018-03-30Use wlr_surface_point_accepts_inputDrew DeVault-16/+3
2018-03-30Implement workspace switch on clickDrew DeVault-19/+67
2018-03-30Implement scroll wheel workspace switchingDrew DeVault-4/+49