summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-04-23don't autoraiseDevin J. Pohly1-6/+25
2020-04-23use the focus stack to determine stacking orderDevin J. Pohly1-4/+4
2020-04-23adopt a bit more dwm-like tersenessDevin J. Pohly1-82/+63
2020-04-23change focus(NULL, NULL) to mean unfocusDevin J. Pohly1-46/+55
2020-04-23implement focusmon and tagmonDevin J. Pohly1-0/+52
2020-04-23focus follows mouseDevin J. Pohly1-20/+24
2020-04-23add incnmaster and setmfact commandsDevin J. Pohly1-0/+23
2020-04-23add toggletag and toggleviewDevin J. Pohly1-0/+27
2020-04-23don't detect non-visible clients under cursorDevin J. Pohly1-0/+3
2020-04-23add tag and view functionsDevin J. Pohly1-3/+37
2020-04-23refocus if focused client is unmappedDevin J. Pohly1-18/+44
2020-04-23implement floating windowsDevin J. Pohly1-2/+20
2020-04-23load scaled cursor theme with each outputDevin J. Pohly1-3/+8
2020-04-23turn focusnext into dwm's focusstackDevin J. Pohly1-9/+18
2020-04-23restrict focusnext to the same monitorDevin J. Pohly1-6/+9
2020-04-23styleDevin J. Pohly1-1/+1
2020-04-23add selclient() helperDevin J. Pohly1-8/+16
2020-04-22continue to focus monitor under mouse cursorDevin J. Pohly1-0/+3
2020-04-22focus monitor under mouse cursor initiallyDevin J. Pohly1-3/+16
2020-04-22grabbed_client was too long a nameDevin J. Pohly1-8/+7
2020-04-22inline moveresizeDevin J. Pohly1-15/+8
2020-04-22grabsx/y are only used by move nowDevin J. Pohly1-5/+0
2020-04-22calculate resize based just on cursor/windowDevin J. Pohly1-12/+2
2020-04-22add setlayout functionDevin J. Pohly1-0/+11
2020-04-22Don't change tiling order in focusnext()Devin J. Pohly1-5/+7
2020-04-22add separate list of clients for focus orderDevin J. Pohly1-7/+12
2020-04-22layouts: tile and floatingDevin J. Pohly1-3/+96
2020-04-21"root" color was easy to make configurableDevin J. Pohly1-3/+1
2020-04-21fix rendering on scaled monitorsDevin J. Pohly1-4/+1
2020-04-21introduce rules for monitor configurationDevin J. Pohly1-1/+14
2020-04-21no need to manage unmapped clientsDevin J. Pohly1-11/+4
2020-04-21consistent naming for coordinate variablesDevin J. Pohly1-26/+26
2020-04-21inline xytosurface in xytoclientDevin J. Pohly1-34/+17
2020-04-21comment updatesDevin J. Pohly1-9/+10
2020-04-21split out setup() and run()Devin J. Pohly1-127/+142
2020-04-21cherry-pick 25d0d1b from upstreamDevin J. Pohly1-6/+6
2020-04-21inline handlemove/handleresizeDevin J. Pohly1-26/+12
2020-04-21render_data only needs coordinates, not ClientDevin J. Pohly1-4/+4
2020-04-21abcDevin J. Pohly1-44/+44
2020-04-21give types some more dwm-like typedef namesDevin J. Pohly1-156/+152
2020-04-21use expressions in sizeof instead of type namesDevin J. Pohly1-6/+3
2020-04-21no longer need resize_edges (always bottom right)Devin J. Pohly1-38/+6