summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-03loop over array pointers directlyDevin J. Pohly1-22/+20
2020-05-02includes: abcDevin J. Pohly1-5/+5
2020-05-02set default cursor over window bordersDevin J. Pohly1-3/+3
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly1-54/+78
2020-05-02allow passing NULLs to xytoclientDevin J. Pohly1-8/+6
2020-05-02remove outdated/fixed commentDevin J. Pohly1-1/+0
2020-05-02style: int instead of boolDevin J. Pohly1-11/+10
2020-05-02correct standard include for signal.hDevin J. Pohly1-1/+1
2020-04-30include border in xytoclientDevin J. Pohly1-24/+16
2020-04-30allow NULL surface with client in focus functionsDevin J. Pohly1-1/+4
2020-04-30make move-grab coords client-relativeDevin J. Pohly1-4/+6
2020-04-30unify movemouse/resizemouseDevin J. Pohly1-26/+16
2020-04-26fix a long lineDevin J. Pohly1-1/+2
2020-04-26wait to get window geometry until map timeDevin J. Pohly1-3/+3
2020-04-26use wlr_box for client geometryDevin J. Pohly1-35/+33
2020-04-26call arrange only where neededDevin J. Pohly1-8/+18
2020-04-26funnel isfloating changes through setfloating()Devin J. Pohly1-5/+12
2020-04-26move comment where it's more relevantDevin J. Pohly1-5/+5
2020-04-26mouse move now changes window monitorDevin J. Pohly1-0/+3
2020-04-26options to select log levelDevin J. Pohly1-2/+12
2020-04-26rename keyboardfocus() to focusclient()Devin J. Pohly1-56/+56
2020-04-26integrate raiseclient into keyboardfocusDevin J. Pohly1-21/+12
2020-04-26don't pass compositor button events to clientDevin J. Pohly1-28/+31
2020-04-26render windows across monitorsDevin J. Pohly1-4/+6
2020-04-26abcDevin J. Pohly1-22/+22
2020-04-26funnel all monitor-moving through setmon()Devin J. Pohly1-21/+18
2020-04-26I'm good with changing the loglevel here...Devin J. Pohly1-1/+1
2020-04-26hang some stuff on ->dataDevin J. Pohly1-8/+4
2020-04-26linesaver in pointerfocusDevin J. Pohly1-15/+12
2020-04-26fix refocus on sendmonDevin J. Pohly1-1/+2
2020-04-26make sure windows always overlap with their monitorDevin J. Pohly1-4/+29
2020-04-26track window width/heightDevin J. Pohly1-14/+18
2020-04-26use wlr_box for monitor regionsDevin J. Pohly1-14/+11
2020-04-26save lines in keyboardfocusDevin J. Pohly1-13/+10
2020-04-26don't unfocus when mouse leaves a windowDevin J. Pohly1-1/+1
2020-04-25fix multi-dpi scalingDevin J. Pohly1-0/+4
2020-04-24clarify keyboardfocus vs pointerfocusDevin J. Pohly1-80/+76
2020-04-23draw window bordersDevin J. Pohly1-0/+18
2020-04-23factor out scalebox()Devin J. Pohly1-4/+15
2020-04-23note about cursor initDevin J. Pohly1-1/+3
2020-04-23configure monitor rotation/reflectionDevin J. Pohly1-0/+2
2020-04-23add chvt functionDevin J. Pohly1-0/+10
2020-04-23make space for window bordersDevin J. Pohly1-11/+16
2020-04-23change cursor during move and resizeDevin J. Pohly1-2/+15
2020-04-23style in buttonpressDevin J. Pohly1-18/+17
2020-04-23simplify move/resizemouse functionsDevin J. Pohly1-19/+11
2020-04-23funnel all resizing through resize()Devin J. Pohly1-1/+1
2020-04-23use exit code macros everywhereDevin J. Pohly1-7/+7
2020-04-23some comments and remindersDevin J. Pohly1-3/+5
2020-04-23factor out renderclientsDevin J. Pohly1-20/+27