aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * don't let -pedantic be overridable by environmentLeonardo Hernández Hernández2022-03-31
| |
| * new functions ecalloc() and die()Leonardo Hernández Hernández2022-03-28
| | | | | | | | | | die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS
| * check `m` in commitlayersurfacenotify()Leonardo Hernández Hernández2022-03-24
| |
| * implement input-inhibitor protocolLeonardo Hernández Hernández2022-03-24
| |
| * implement idle-inhibitor protocolLeonardo Hernández Hernández2022-03-24
| | | | | | | | This allows clients to disable idle monitoring
| * fix drag icon's surface returned by xytonodeLeonardo Hernández Hernández2022-03-23
| |
| * set position of the drag icon in startdrag()Leonardo Hernández Hernández2022-03-23
| |
| * Revert "clients now works as expected in drag motion"Leonardo Hernández Hernández2022-03-23
| | | | | | | | | | | | | | This reverts commit 9aec6049ecbefe3618f34002d2239cc9462c07e9. this problem is caused because xytonode() returns the surface of the drag icon
| * inline the presentation variableGuido Cella2022-03-23
| | | | | | | | | | This variable can be removed since with scene-graph wlr_presentation_surface_sampled_on_output no longer needs to be called.
| * add note about how to change MODKEY for windows keyLeonardo Hernández Hernández2022-03-23
| |
| * Fix dwl freezing when resizingPalanix2022-03-23
| |
| * Add a configuration option for fullscreen lockingQuentin Rameau2022-03-22
| | | | | | | | | | Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen.
| * add sway LICENSE fileLeonardo Hernández Hernández2022-03-22
| | | | | | | | | | part of the code in dwl is taken from sway, so credit it. dwm and sway are both licensed under the MIT license
| * Merge pull request #137 from guidocella/liberaSevz2022-03-22
| |\ | | | | | | update IRC channel
| | * update IRC channelGuido Cella2021-08-03
| | |
| * | Merge pull request #180 from Humm42/manpageSevz2022-03-22
| |\ \ | | | | | | | | add dwl(1)
| | * | add dwl(1)Humm2022-03-13
| | | | | | | | | | | | | | | | | | | | Documentation is good. Man pages are documentation. A program without a man page is worthless.
| * | | clients now works as expected in drag motionLeonardo Hernández Hernández2022-03-22
| | | |
| * | | implement drag and dropGuido Cella2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | For brevity, only a single drag icon at a time is supported. Co-authored-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
| * | | Update issue templatesSevz2022-03-21
| | | |
| * | | only skip frames if there are visible clients that have a resizeLeonardo Hernández Hernández2022-03-21
| | | |
| * | | remove a useless resize in mapnotify()Leonardo Hernández Hernández2022-03-21
| | | | | | | | | | | | | | | | applyrules() calls setmon() which calls resize()
| * | | improve floating detectionLeonardo Hernández Hernández2022-03-21
| | | | | | | | | | | | | | | | mostly copied from sway
| * | | destroy scene_output in cleanupmon()Leonardo Hernández Hernández2022-03-20
| | | |
* | | | Merge pull request #212 from djpohly/xwaitlandDevin J. Pohly2022-03-29
|\ \ \ \ | | | | | | | | | | make sure to leave XWayland process waitable
| * | | | move sigchld() into XWayland sectionDevin J. Pohly2022-03-29
| | | | |
| * | | | make sure to leave XWayland process waitableDevin J. Pohly2022-03-29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | On SIGCHLD, check to make sure the terminated process is not the XWayland process before reaping it, allowing wlroots to waitpid() for it successfully. Fixes #177.
* | | | createpointer now takes wlr_pointerLeonardo Hernández Hernández2022-03-25
| | | |
* | | | createkeyboard now takes wlr_keyboardLeonardo Hernández Hernández2022-03-25
| | | |
* | | | destroy scene_output in cleanupmon()Leonardo Hernández Hernández2022-03-23
| | | |
* | | | fix drag icon's surface returned by xytonodeLeonardo Hernández Hernández2022-03-23
| | | |
* | | | set position of the drag icon in startdrag()Leonardo Hernández Hernández2022-03-23
| | | |
* | | | Revert "clients now works as expected in drag motion"Leonardo Hernández Hernández2022-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9aec6049ecbefe3618f34002d2239cc9462c07e9. this problem is caused because xytonode() returns the surface of the drag icon
* | | | inline the presentation variableGuido Cella2022-03-23
| | | | | | | | | | | | | | | | | | | | This variable can be removed since with scene-graph wlr_presentation_surface_sampled_on_output no longer needs to be called.
* | | | add note about how to change MODKEY for windows keyLeonardo Hernández Hernández2022-03-23
| | | |
* | | | Fix dwl freezing when resizingPalanix2022-03-23
| | | |
* | | | Add a configuration option for fullscreen lockingQuentin Rameau2022-03-23
| | | | | | | | | | | | | | | | | | | | Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen.
* | | | add sway LICENSE fileLeonardo Hernández Hernández2022-03-23
| | | | | | | | | | | | | | | | | | | | part of the code in dwl is taken from sway, so credit it. dwm and sway are both licensed under the MIT license
* | | | update IRC channelGuido Cella2022-03-23
| | | |
* | | | add dwl(1)Humm2022-03-23
| | | | | | | | | | | | | | | | | | | | Documentation is good. Man pages are documentation. A program without a man page is worthless.
* | | | clients now works as expected in drag motionLeonardo Hernández Hernández2022-03-23
| | | |
* | | | implement drag and dropGuido Cella2022-03-23
| | | | | | | | | | | | | | | | | | | | | | | | For brevity, only a single drag icon at a time is supported. Co-authored-by: Leonardo Hernández Hernández <leohdz172@protonmail.com>
* | | | Update issue templatesSevz2022-03-23
| | | |
* | | | only skip frames if there are visible clients that have a resizeLeonardo Hernández Hernández2022-03-23
| | | |
* | | | remove a useless resize in mapnotify()Leonardo Hernández Hernández2022-03-23
| | | | | | | | | | | | | | | | applyrules() calls setmon() which calls resize()
* | | | improve floating detectionLeonardo Hernández Hernández2022-03-23
| | | | | | | | | | | | | | | | mostly copied from sway
* | | | wlr_seat_set_keyboard() now takes wlr_keyboard as parameterLeonardo Hernández Hernández2022-03-23
| | | |
* | | | Merge branch 'main' into wlroots-nextLeonardo Hernández Hernández2022-03-20
|\| | |
| * | | Merge pull request #204 from djpohly/scenegraph3v0.3Sevz2022-03-20
| |\ \ \ | | | | | | | | | | merge scenegraph3
| | * | | remove independents listLeonardo Hernández Hernández2022-03-20
| | | | |