aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
...
* options to select log levelDevin J. Pohly2020-04-26
* rename keyboardfocus() to focusclient()Devin J. Pohly2020-04-26
* integrate raiseclient into keyboardfocusDevin J. Pohly2020-04-26
* don't pass compositor button events to clientDevin J. Pohly2020-04-26
* render windows across monitorsDevin J. Pohly2020-04-26
* abcDevin J. Pohly2020-04-26
* funnel all monitor-moving through setmon()Devin J. Pohly2020-04-26
* I'm good with changing the loglevel here...Devin J. Pohly2020-04-26
* hang some stuff on ->dataDevin J. Pohly2020-04-26
* linesaver in pointerfocusDevin J. Pohly2020-04-26
* fix refocus on sendmonDevin J. Pohly2020-04-26
* make sure windows always overlap with their monitorDevin J. Pohly2020-04-26
* track window width/heightDevin J. Pohly2020-04-26
* use wlr_box for monitor regionsDevin J. Pohly2020-04-26
* save lines in keyboardfocusDevin J. Pohly2020-04-26
* don't unfocus when mouse leaves a windowDevin J. Pohly2020-04-26
* fix multi-dpi scalingDevin J. Pohly2020-04-25
* clarify keyboardfocus vs pointerfocusDevin J. Pohly2020-04-24
* draw window bordersDevin J. Pohly2020-04-23
* factor out scalebox()Devin J. Pohly2020-04-23
* note about cursor initDevin J. Pohly2020-04-23
* configure monitor rotation/reflectionDevin J. Pohly2020-04-23
* add chvt functionDevin J. Pohly2020-04-23
* make space for window bordersDevin J. Pohly2020-04-23
* 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