aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
Commit message (Expand)AuthorAgeFilesLines
* xwayland: add server and basic window functionality (#10)Alexander Courtis2020-07-211-35/+125
* Add repeat delay and repeat rate to config.h (#13)Lauri Gustafsson2020-07-021-1/+1
* clear correct focus on keyboard leaveDevin J. Pohly2020-06-151-1/+1
* Don't pass NULL surfaces to wlr focus functions (#8)Shugyousha2020-06-141-3/+11
* Handle missing XDG_RUNTIME_DIR explicitlyDevin J. Pohly2020-06-071-0/+7
* move perrors earlierDevin J. Pohly2020-06-071-2/+2
* Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij2020-06-071-0/+2
* send xdg_decoration configure right after createDevin J. Pohly2020-06-071-2/+3
* Implement xdg-decoration protocolDevin J. Pohly2020-06-041-0/+48
* Write something more intuitive for focusclient()Devin J. Pohly2020-06-031-34/+33
* document -qvd optionsDevin J. Pohly2020-06-031-6/+7
* make sure freed listeners are removed from listDevin J. Pohly2020-05-101-0/+3
* add output manager protocolDevin J. Pohly2020-05-091-0/+2
* add screencopy supportDevin J. Pohly2020-05-091-0/+2
* add primary selection support too!Devin J. Pohly2020-05-091-11/+29
* handle request set selectionDevin J. Pohly2020-05-091-1/+18
* use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly2020-05-091-1/+2
* initialize global listeners staticallyDevin J. Pohly2020-05-091-20/+12
* abcDevin J. Pohly2020-05-031-9/+9
* remove vestigial listenersDevin J. Pohly2020-05-031-2/+0
* no need for a line split hereDevin J. Pohly2020-05-031-2/+1
* no conditional needed for output modesDevin J. Pohly2020-05-031-13/+9
* use strstr for monrulesDevin J. Pohly2020-05-031-1/+1
* add reminder commentDevin J. Pohly2020-05-031-0/+1
* inline xytosurfaceDevin J. Pohly2020-05-031-27/+9
* split xytoclient and xytosurfaceDevin J. Pohly2020-05-031-26/+32
* styleDevin J. Pohly2020-05-031-2/+1
* refocus -> lastfocusedDevin J. Pohly2020-05-031-21/+17
* raise client on refocusDevin J. Pohly2020-05-031-2/+2
* add client rulesDevin J. Pohly2020-05-031-7/+48
* allow setmon to specify alternate tagsDevin J. Pohly2020-05-031-6/+6
* loop over array pointers directlyDevin J. Pohly2020-05-031-22/+20
* includes: abcDevin J. Pohly2020-05-021-5/+5
* set default cursor over window bordersDevin J. Pohly2020-05-021-3/+3
* sacrifice 24 lines to suckless style :)Devin J. Pohly2020-05-021-54/+78
* allow passing NULLs to xytoclientDevin J. Pohly2020-05-021-8/+6
* remove outdated/fixed commentDevin J. Pohly2020-05-021-1/+0
* style: int instead of boolDevin J. Pohly2020-05-021-11/+10
* correct standard include for signal.hDevin J. Pohly2020-05-021-1/+1
* include border in xytoclientDevin J. Pohly2020-04-301-24/+16
* allow NULL surface with client in focus functionsDevin J. Pohly2020-04-301-1/+4
* make move-grab coords client-relativeDevin J. Pohly2020-04-301-4/+6
* unify movemouse/resizemouseDevin J. Pohly2020-04-301-26/+16
* fix a long lineDevin J. Pohly2020-04-261-1/+2
* wait to get window geometry until map timeDevin J. Pohly2020-04-261-3/+3
* use wlr_box for client geometryDevin J. Pohly2020-04-261-35/+33
* call arrange only where neededDevin J. Pohly2020-04-261-8/+18
* funnel isfloating changes through setfloating()Devin J. Pohly2020-04-261-5/+12
* move comment where it's more relevantDevin J. Pohly2020-04-261-5/+5
* mouse move now changes window monitorDevin J. Pohly2020-04-261-0/+3