summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-02style: int instead of boolDevin J. Pohly
2020-05-02correct standard include for signal.hDevin J. Pohly
Fixes #1. Thanks @sdsddsd1!
2020-04-30include border in xytoclientDevin J. Pohly
If there isn't an actual surface under the cursor, *surface will be set to NULL, which is safe now that focus functions handle a NULL surface safely.
2020-04-30allow NULL surface with client in focus functionsDevin J. Pohly
2020-04-30make move-grab coords client-relativeDevin J. Pohly
2020-04-30unify movemouse/resizemouseDevin J. Pohly
2020-04-26fix a long lineDevin J. Pohly
2020-04-26wait to get window geometry until map timeDevin J. Pohly
2020-04-26use wlr_box for client geometryDevin J. Pohly
2020-04-26call arrange only where neededDevin J. Pohly
A few of these could probably even be more specific, but this is where dwm's calls are.
2020-04-26funnel isfloating changes through setfloating()Devin J. Pohly
2020-04-26move comment where it's more relevantDevin J. Pohly
2020-04-26update note about textureDevin J. Pohly
2020-04-26mouse move now changes window monitorDevin J. Pohly
2020-04-26options to select log levelDevin J. Pohly
2020-04-26rename keyboardfocus() to focusclient()Devin J. Pohly
2020-04-26integrate raiseclient into keyboardfocusDevin J. Pohly
2020-04-26don't pass compositor button events to clientDevin J. Pohly
2020-04-26render windows across monitorsDevin J. Pohly
2020-04-26abcDevin J. Pohly
2020-04-26funnel all monitor-moving through setmon()Devin J. Pohly
2020-04-26I'm good with changing the loglevel here...Devin J. Pohly
2020-04-26hang some stuff on ->dataDevin J. Pohly
Sure it'll be useful at some point. Like here.
2020-04-26linesaver in pointerfocusDevin J. Pohly
2020-04-26fix refocus on sendmonDevin J. Pohly
2020-04-26make sure windows always overlap with their monitorDevin J. Pohly
2020-04-26track window width/heightDevin J. Pohly
2020-04-26use wlr_box for monitor regionsDevin J. Pohly
2020-04-26save lines in keyboardfocusDevin J. Pohly
2020-04-26don't unfocus when mouse leaves a windowDevin J. Pohly
2020-04-25thoughts for readmeDevin J. Pohly
2020-04-25update READMEDevin J. Pohly
Sad to see Wayland has no replacement for urgency hint yet.
2020-04-25fix multi-dpi scalingDevin J. Pohly
2020-04-24handle Ctrl-Alt-BkspDevin J. Pohly
2020-04-24fix typoDevin J. Pohly
2020-04-24clarify keyboardfocus vs pointerfocusDevin J. Pohly
2020-04-23draw window bordersDevin J. Pohly
Works with scaled/rotated displays too!
2020-04-23factor out scalebox()Devin J. Pohly
May switch to the version from sway if that seems like a good idea at some point.
2020-04-23note about cursor initDevin J. Pohly
2020-04-23configure monitor rotation/reflectionDevin J. Pohly
2020-04-23resize/move are good nowDevin J. Pohly
2020-04-23add chvt functionDevin J. Pohly
It truly isn't just a window manager anymore :-|
2020-04-23update readmeDevin J. Pohly
2020-04-23make space for window bordersDevin J. Pohly
2020-04-23change cursor during move and resizeDevin J. Pohly
2020-04-23style in buttonpressDevin J. Pohly
2020-04-23simplify move/resizemouse functionsDevin J. Pohly
2020-04-23funnel all resizing through resize()Devin J. Pohly
2020-04-23use exit code macros everywhereDevin J. Pohly
2020-04-23some comments and remindersDevin J. Pohly