aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
* change cursor during move and resizeDevin J. Pohly2020-04-23
* style in buttonpressDevin J. Pohly2020-04-23
* simplify move/resizemouse functionsDevin J. Pohly2020-04-23
* funnel all resizing through resize()Devin J. Pohly2020-04-23
* use exit code macros everywhereDevin J. Pohly2020-04-23
* some comments and remindersDevin J. Pohly2020-04-23
* factor out renderclientsDevin J. Pohly2020-04-23
* don't autoraiseDevin J. Pohly2020-04-23
* use the focus stack to determine stacking orderDevin J. Pohly2020-04-23
* adopt a bit more dwm-like tersenessDevin J. Pohly2020-04-23
* change focus(NULL, NULL) to mean unfocusDevin J. Pohly2020-04-23
* implement focusmon and tagmonDevin J. Pohly2020-04-23
* focus follows mouseDevin J. Pohly2020-04-23
* add incnmaster and setmfact commandsDevin J. Pohly2020-04-23
* add toggletag and toggleviewDevin J. Pohly2020-04-23
* don't detect non-visible clients under cursorDevin J. Pohly2020-04-23
* add tag and view functionsDevin J. Pohly2020-04-23
* refocus if focused client is unmappedDevin J. Pohly2020-04-23
* implement floating windowsDevin J. Pohly2020-04-23
* load scaled cursor theme with each outputDevin J. Pohly2020-04-23
* turn focusnext into dwm's focusstackDevin J. Pohly2020-04-23
* restrict focusnext to the same monitorDevin J. Pohly2020-04-23
* styleDevin J. Pohly2020-04-23
* add selclient() helperDevin J. Pohly2020-04-23
* continue to focus monitor under mouse cursorDevin J. Pohly2020-04-22
* focus monitor under mouse cursor initiallyDevin J. Pohly2020-04-22
* grabbed_client was too long a nameDevin J. Pohly2020-04-22
* inline moveresizeDevin J. Pohly2020-04-22
* grabsx/y are only used by move nowDevin J. Pohly2020-04-22
* calculate resize based just on cursor/windowDevin J. Pohly2020-04-22
* add setlayout functionDevin J. Pohly2020-04-22
* Don't change tiling order in focusnext()Devin J. Pohly2020-04-22
* add separate list of clients for focus orderDevin J. Pohly2020-04-22
* layouts: tile and floatingDevin J. Pohly2020-04-22
* "root" color was easy to make configurableDevin J. Pohly2020-04-21
* fix rendering on scaled monitorsDevin J. Pohly2020-04-21
* introduce rules for monitor configurationDevin J. Pohly2020-04-21
* no need to manage unmapped clientsDevin J. Pohly2020-04-21
* consistent naming for coordinate variablesDevin J. Pohly2020-04-21
* inline xytosurface in xytoclientDevin J. Pohly2020-04-21
* comment updatesDevin J. Pohly2020-04-21
* split out setup() and run()Devin J. Pohly2020-04-21
* cherry-pick 25d0d1b from upstreamDevin J. Pohly2020-04-21
* inline handlemove/handleresizeDevin J. Pohly2020-04-21
* render_data only needs coordinates, not ClientDevin J. Pohly2020-04-21
* abcDevin J. Pohly2020-04-21
* give types some more dwm-like typedef namesDevin J. Pohly2020-04-21
* use expressions in sizeof instead of type namesDevin J. Pohly2020-04-21
* no longer need resize_edges (always bottom right)Devin J. Pohly2020-04-21
* ditch the moverequest/resizerequest xdg stuffDevin J. Pohly2020-04-21