aboutsummaryrefslogtreecommitdiffstats
path: root/dwl.c
AgeCommit message (Expand)AuthorLines
2020-07-31add tag bitset check from dwmDevin J. Pohly-0/+3
2020-07-30attach_render and commit are all that's neededDevin J. Pohly-14/+14
2020-07-30style fixesDevin J. Pohly-10/+5
2020-07-30do not render frames when any surface has uncommitted resizesAlexander Courtis-4/+36
2020-07-29tidy activate notify resourceAlexander Courtis-0/+2
2020-07-26make border color selection conciseDevin J. Pohly-5/+2
2020-07-26Add support to change focused window's border colorMichael Cardell Widerkrantz-2/+9
2020-07-25remove client.isx11 in favor of client.typeDevin J. Pohly-14/+12
2020-07-25ok, treat it like an enumDevin J. Pohly-1/+2
2020-07-25do managed/unmanaged check in map and unmapDevin J. Pohly-30/+14
2020-07-25do managed check in activatex11Devin J. Pohly-4/+4
2020-07-25add client.type fieldDevin J. Pohly-1/+5
2020-07-25rename activate to activatex11 for consistencyDevin J. Pohly-3/+3
2020-07-25clarify createnotifyx11 functionDevin J. Pohly-3/+7
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis-5/+134
2020-07-24remove n counter from zoom(), add commentsDevin J. Pohly-8/+11
2020-07-24Add zoomGuido Cella-0/+30
2020-07-23fix WLR_SURFACE macroDevin J. Pohly-1/+1
2020-07-23don't double-add new monitor to monsDevin J. Pohly-2/+1
2020-07-23add cleanup listener for keyboardsDevin J. Pohly-0/+14
2020-07-23add monitor destroy listenerDevin J. Pohly-1/+17
2020-07-23reorder teardownsDevin J. Pohly-1/+3
2020-07-23fix more unfreed memoryDevin J. Pohly-0/+1
2020-07-23output_layout_manager not auto-destroyedDevin J. Pohly-0/+1
2020-07-23xcursor_manager is not automatically destroyedDevin J. Pohly-0/+1
2020-07-23Add killclientGuido Cella-0/+14
2020-07-22let xdg be the plain "createnotify"Devin J. Pohly-6/+6
2020-07-21xwayland is the exceptional case, let xdg be 0Devin J. Pohly-32/+31
2020-07-21condense appid/title logicDevin J. Pohly-11/+8
2020-07-21fix segfault on xwayland "appid"Devin J. Pohly-0/+2
2020-07-21xwayland: add server and basic window functionality (#10)Alexander Courtis-35/+125
2020-07-02Add repeat delay and repeat rate to config.h (#13)Lauri Gustafsson-1/+1
2020-06-15clear correct focus on keyboard leaveDevin J. Pohly-1/+1
2020-06-14Don't pass NULL surfaces to wlr focus functions (#8)Shugyousha-3/+11
2020-06-07Handle missing XDG_RUNTIME_DIR explicitlyDevin J. Pohly-0/+7
2020-06-07move perrors earlierDevin J. Pohly-2/+2
2020-06-07Add startup errors, mention XDG_RUNTIME_DIR in READMEMartin Tournoij-0/+2
2020-06-07send xdg_decoration configure right after createDevin J. Pohly-2/+3
2020-06-04Implement xdg-decoration protocolDevin J. Pohly-0/+48
2020-06-03Write something more intuitive for focusclient()Devin J. Pohly-34/+33
2020-06-03document -qvd optionsDevin J. Pohly-6/+7
2020-05-10make sure freed listeners are removed from listDevin J. Pohly-0/+3
2020-05-09add output manager protocolDevin J. Pohly-0/+2
2020-05-09add screencopy supportDevin J. Pohly-0/+2
2020-05-09add primary selection support too!Devin J. Pohly-11/+29
2020-05-09handle request set selectionDevin J. Pohly-1/+18
2020-05-09use wlr_xdg_surface.set_tiled correctlyDevin J. Pohly-1/+2
2020-05-09initialize global listeners staticallyDevin J. Pohly-20/+12
2020-05-03abcDevin J. Pohly-9/+9
2020-05-03remove vestigial listenersDevin J. Pohly-2/+0