aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
* 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
* No need for struct dwl_serverDevin J. Pohly2020-04-21
* make server a globalDevin J. Pohly2020-04-21
* dwm-style enumDevin J. Pohly2020-04-21
* alphabetize functionsDevin J. Pohly2020-04-21
* functions: dwm style and more dwm-like namesDevin J. Pohly2020-04-21
* add spawn and termcmdDevin J. Pohly2020-04-12
* treat startup command as long-runningDevin J. Pohly2020-04-11
* fix typo in commentDevin J. Pohly2020-04-11
* implement Button: movemouse, resizemouseDevin J. Pohly2020-04-11
* add CLEANMASK like dwmDevin J. Pohly2020-04-11
* make key mappings configurable in config.hDevin J. Pohly2020-04-11
* start factoring Key actions into functionsDevin J. Pohly2020-04-11
* Start with tinywlDevin J. Pohly2020-04-11