aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-31view: sidestep transaction for float/fullscreenIsaac Freund5-21/+37
2020-07-31cursor: forbid move/resize of fullscreen viewsIsaac Freund1-2/+3
2020-07-31view: forbid mode change if cursor targetIsaac Freund3-2/+23
2020-07-31cursor: implement resizeIsaac Freund6-91/+189
2020-07-28code: refactor and simplify cursor move modeIsaac Freund1-107/+68
2020-07-28meta: update layer shell xmlIsaac Freund1-2/+12
2020-07-24river-status: note that wl_outputs must be boundIsaac Freund1-1/+2
2020-07-18ci: use void linuxIsaac Freund2-38/+51
2020-07-17cursor: ensure theme loaded on output creationIsaac Freund2-1/+11
2020-07-17code: fix a pair of leaksIsaac Freund2-0/+4
2020-07-17cursor: properly set XCURSOR_SIZE if defaultIsaac Freund1-2/+3
2020-07-16Fix bug causing XDG toplevels with a parent to not respect the CSD filterLeon Henrik Plickat2-29/+18
2020-07-16Implement csd-filter-add and float-filter-add commandsLeon Henrik Plickat5-6/+77
2020-07-16Make float_filter a slice listLeon Henrik Plickat1-2/+2
2020-07-16code: update to wlroots 0.11.0Isaac Freund7-19/+18
2020-07-16Implement csd_filter listLeon Henrik Plickat6-13/+64
2020-07-15ci: run on all branchesIsaac Freund2-14/+2
2020-07-15code: use a tagged union to store focusIsaac Freund11-86/+48
2020-07-15code: simplify direction parsingIsaac Freund4-22/+13
2020-07-15code: deduplicate command include codeIsaac Freund1-55/+26
2020-07-15command: split set-option into "toplevel" commandsIsaac Freund4-105/+164
2020-07-14cursor: make xcursor theme configurableIsaac Freund4-29/+99
2020-07-12command/spawn: use _exit(2) instead of exit(3)Isaac Freund1-4/+6
2020-07-09xwayland: set seatIsaac Freund1-0/+3
2020-07-08command/spawn: clean up and disown childrenIsaac Freund2-10/+29
2020-07-08cursor: close view on middleclick when pointer_modifier is activeLeon Henrik Plickat1-2/+2
2020-07-07cursor: implement moving viewsLeon Henrik Plickat4-22/+189
2020-07-06xwayland: don't crash on null titleIsaac Freund1-1/+1
2020-07-06river-status: fix bug sending old output tag stateIsaac Freund1-2/+3
2020-07-05layer-shell: respect single anchor exclusive zonesIsaac Freund1-22/+18
2020-07-05code: handle out of memory as well as possibleIsaac Freund10-44/+55
2020-07-05server: send SIGTERM to startup process on exitIsaac Freund2-6/+12
2020-07-05server: exit cleanly on SIGINT and SIGTERMIsaac Freund1-1/+18
2020-07-02output: introduce state structIsaac Freund11-41/+42
2020-06-29docs: Fix duplicate mapping in config.shLennard Hofmann1-1/+1
2020-06-29xdg-shell: honor fullscreen requestsIsaac Freund3-7/+18
2020-06-29view: save and restore floating dimensionsIsaac Freund5-23/+25
2020-06-29docs: add toggle-fullscreenIsaac Freund2-2/+8
2020-06-29render: draw fullscreen views properlyIsaac Freund1-34/+48
2020-06-29seat: prioritize fullscreen views for focusIsaac Freund2-19/+22
2020-06-29command: disable focus-view in fullscreenIsaac Freund1-0/+3
2020-06-29river: implement toggle-fullscreenIsaac Freund7-16/+79
2020-06-28view: use saved geometry for borders if neededIsaac Freund5-34/+3
2020-06-28view: replace mode with float/fullscreen boolsIsaac Freund6-24/+30
2020-06-28view: draw borders around actual dimensionsIsaac Freund5-9/+39
2020-06-28code: fix testsIsaac Freund1-10/+10
2020-06-28cursor: fix viewAt() orderingIsaac Freund1-3/+12
2020-06-27view: simplify default float dimension handlingIsaac Freund3-39/+27
2020-06-27view: introduce state struct to simplify codeIsaac Freund12-124/+105
2020-06-27view: use a mode enum instead of floating boolIsaac Freund7-73/+58