summaryrefslogtreecommitdiff
path: root/dwl.c
AgeCommit message (Expand)Author
2021-01-06Merge pull request #72 from Stivvo/output-compile-setDevin J. Pohly
2021-01-04remove EGL parameter from backend_autocreateDevin J. Pohly
2020-12-30Define monitor's x,y at compile timeStivvo
2020-12-28Revert "Allow toggling the layout before selecting a different one"Devin J. Pohly
2020-12-27flesh out cleanupDevin J. Pohly
2020-12-27fix segfault in xwayland cursor managerDevin J. Pohly
2020-12-27macroize event handlersDevin J. Pohly
2020-12-25no need to cast NULL to void *Devin J. Pohly
2020-12-25consolidate some of the ugliness into a separate fileDevin J. Pohly
2020-12-24fix build with -DXWAYLANDDevin J. Pohly
2020-12-24don't call applyexclusive just to returnDevin J. Pohly
2020-12-24let's not alienate the dwm folksDevin J. Pohly
2020-12-24Merge updates from guidocellaDevin J. Pohly
2020-12-24Merge pull request #32 from alex-courtis/24-xwayland-cursorDevin J. Pohly
2020-12-24simplify ROUND macroDevin J. Pohly
2020-12-24Merge pull request #54 from Bonicgamer/swayscaleboxDevin J. Pohly
2020-12-24Merge pull request #53 from Stivvo/fullscreenDevin J. Pohly
2020-12-24fix crash on non-libinput pointers (e.g. X11 backend)Devin J. Pohly
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly
2020-12-24Merge pull request #62 from Java-boi/masterDevin J. Pohly
2020-12-24Change fullscreen policiesStivvo
2020-12-24quitallfullscreen() even when enabling fullscreenStivvo
2020-12-24Remove goto render (easier merge)Stivvo
2020-12-21update comments and remove debugging printfGuido Cella
2020-12-21Define monitor order with monrules[]Stivvo
2020-12-21don't reset the cursor imageGuido Cella
2020-12-20say TODOGuido Cella
2020-12-20rename drwGuido Cella
2020-12-20don't notify of activityGuido Cella
2020-12-20deactivate the focused client on overlay focusGuido Cella
2020-12-20replace shouldfocusclients with checking oldGuido Cella
2020-12-20fix keyboard focus with overlaysGuido Cella
2020-12-20ensure that xwayland cursor defaults to left_ptrGuido Cella
2020-12-20enable adaptive syncGuido Cella
2020-12-20use boolGuido Cella
2020-12-19remove -Werror=declaration-after-statementGuido Cella
2020-12-19remove goto when the border is 0Guido Cella
2020-12-19remove useless assignmentGuido Cella
2020-12-19s/maprequest/mapnotifyGuido Cella
2020-12-19Added support for natural scrollingwill
2020-12-19Added basic tap-to-click for touchpad userswill
2020-12-19Made scalebox the way sway does itBonicgamer
2020-12-19s/prev/oldGuido Cella
2020-12-19remove togglefullscreen keybindingGuido Cella
2020-12-19Readme: achieve fullscreen + allow borderpx = 0Stivvo
2020-12-19Quit fullscreen on new x11 windowStivvo
2020-12-19Delete quitfullscreen()Stivvo
2020-12-19Keep windows fullscreen after redrawStivvo
2020-12-19Set fullscreen simplerStivvo
2020-12-19use m->m (fullscreen on top of layers)Stivvo