aboutsummaryrefslogtreecommitdiff
path: root/dwl.c (follow)
Commit message (Expand)AuthorAge
* Merge pull request #53 from Stivvo/fullscreenDevin J. Pohly2020-12-24
|\
| * Change fullscreen policiesStivvo2020-12-24
| * quitallfullscreen() even when enabling fullscreenStivvo2020-12-24
| * Remove goto render (easier merge)Stivvo2020-12-24
| * Readme: achieve fullscreen + allow borderpx = 0Stivvo2020-10-24
| * Quit fullscreen on new x11 windowStivvo2020-10-14
| * Delete quitfullscreen()Stivvo2020-10-14
| * Keep windows fullscreen after redrawStivvo2020-10-08
| * Set fullscreen simplerStivvo2020-10-08
| * use m->m (fullscreen on top of layers)Stivvo2020-09-16
| * fix typoGuido Cella2020-09-10
| * Allow borderpx = 0Stivvo2020-09-06
| * Toggle fullscreen on all clientsStivvo2020-09-05
| * Handle new windowsStivvo2020-09-05
| * isfullscreen intStivvo2020-09-05
| * Same fscreen func for xdg and xwaylandStivvo2020-09-05
| * Fullscreen xwaylandStivvo2020-09-05
| * Unlink fullscreenStivvo2020-09-05
| * Restore windows after fullscreenStivvo2020-09-04
| * No borders on fullscreen windowsStivvo2020-09-04
| * Toggle fullscreenStivvo2020-09-04
| * Basic fullscreenStivvo2020-09-04
* | fix crash on non-libinput pointers (e.g. X11 backend)Devin J. Pohly2020-12-24
* | Merge pull request #49 from guidocella/layer-shellDevin J. Pohly2020-12-24
|\ \
| * | extract function and comment itGuido Cella2020-09-11
| * | remove bracesGuido Cella2020-09-11
| * | fix multi monitors even moreGuido Cella2020-09-11
| * | simplifyGuido Cella2020-09-10
| * | fix multi monitors furtherGuido Cella2020-09-09
| * | remove unneeded lineGuido Cella2020-09-08
| * | try to fix againGuido Cella2020-09-08
| * | fix multi monitorsGuido Cella2020-09-08
| * | remove variableGuido Cella2020-09-06
| * | use size_t for lengthsGuido Cella2020-09-05
| * | rename variable and merge 2 linesGuido Cella2020-09-05
| * | simplifyGuido Cella2020-09-05
| * | use unsigned int for loop indexesGuido Cella2020-09-04
| * | Don't let overlays lose focusGuido Cella2020-09-04
| * | fix restoring pointer focusGuido Cella2020-09-04
| * | improve code styleGuido Cella2020-09-04
| * | remove commentGuido Cella2020-09-04
| * | remove mysterious codeGuido Cella2020-09-04
| * | focus the previous client in the similar code tooGuido Cella2020-09-04
| * | refocus old clientGuido Cella2020-09-04
| * | fix alhpabetical orderGuido Cella2020-09-04
| * | simplify focus leave conditionGuido Cella2020-09-04
| * | reuse motionnotify()Guido Cella2020-09-04
| * | enable pointer on layer surfacesGuido Cella2020-09-04
| * | more TODOsGuido Cella2020-09-03
| * | fix focus leave conditionGuido Cella2020-09-03