aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
...
| * rename drwGuido Cella2020-12-20
| * don't notify of activityGuido Cella2020-12-20
| * deactivate the focused client on overlay focusGuido Cella2020-12-20
| * replace shouldfocusclients with checking oldGuido Cella2020-12-20
| * fix keyboard focus with overlaysGuido Cella2020-12-20
| * ensure that xwayland cursor defaults to left_ptrGuido Cella2020-12-20
| * enable adaptive syncGuido Cella2020-12-20
| * 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