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