aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
...
| * use boolGuido Cella2020-12-20
| * remove -Werror=declaration-after-statementGuido Cella2020-12-19
| * remove goto when the border is 0Guido Cella2020-12-19
| * remove useless assignmentGuido Cella2020-12-19
| * s/maprequest/mapnotifyGuido Cella2020-12-19
| * Added support for natural scrollingwill2020-12-19
| * Added basic tap-to-click for touchpad userswill2020-12-19
| * Made scalebox the way sway does itBonicgamer2020-12-19
| * s/prev/oldGuido Cella2020-12-19
| * remove togglefullscreen keybindingGuido Cella2020-12-19
| * Readme: achieve fullscreen + allow borderpx = 0Stivvo2020-12-19
| * Quit fullscreen on new x11 windowStivvo2020-12-19
| * Delete quitfullscreen()Stivvo2020-12-19
| * Keep windows fullscreen after redrawStivvo2020-12-19
| * Set fullscreen simplerStivvo2020-12-19
| * use m->m (fullscreen on top of layers)Stivvo2020-12-19
| * fix typoGuido Cella2020-12-19
| * Allow borderpx = 0Stivvo2020-12-19
| * Toggle fullscreen on all clientsStivvo2020-12-19
| * Handle new windowsStivvo2020-12-19
| * isfullscreen intStivvo2020-12-19
| * Same fscreen func for xdg and xwaylandStivvo2020-12-19
| * Fullscreen xwaylandStivvo2020-12-19
| * Unlink fullscreenStivvo2020-12-19
| * Restore windows after fullscreenStivvo2020-12-19
| * No borders on fullscreen windowsStivvo2020-12-19
| * Toggle fullscreenStivvo2020-12-19
| * Basic fullscreenStivvo2020-12-19
| * handle the x11 configure eventGuido Cella2020-12-19
| * implement the virtual keyboard protocolGuido Cella2020-12-19
| * Allow toggling the layout before selecting a different oneGuido Cella2020-12-19
| * Implement the idle protocolGuido Cella2020-12-19
| * deactivate focused client when spawning a new oneGuido Cella2020-12-19
| * implement the wlr-data-transfer protocolGuido Cella2020-12-19
| * fix temporarily disabling a single monitorGuido Cella2020-12-19
| * Don't switch to another disabled monitorsStivvo2020-10-31
| * Fix crash with no monitors leftStivvo2020-10-31
| * closemon() has now only 1 parameterStivvo2020-10-31
| * Don't switch to disabled mons after unplugStivvo2020-10-31
| * Merge branch 'handleUnplug' into output-managementStivvo2020-10-31
| |\
| | * Back to closemon() with one parameterStivvo2020-10-31
| | * Fix crash unplugging focused mon 2Stivvo2020-10-31
| * | Disable mon fasterStivvo2020-10-31
| * | Fix crash when disabling focused monStivvo2020-10-31
| * | Merge branch 'handleUnplug' into output-managementStivvo2020-10-31
| |\ \
| | * | Fix crash unplugging a focused monStivvo2020-10-31
| | |/
| | * Focus client on a new monitor before closingStivvo2020-10-31
| | |\
| * | | Block access to disabled monitorStivvo2020-10-30
| * | | Move disabled clients to the leftStivvo2020-10-30
| * | | Merge branch 'handleUnplug' into output-managementStivvo2020-10-30
| |\ \ \