aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * 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
| | | | |
| | * | | remove unneeded variablesLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | attach presentation to sceneLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | update README.mdLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | Merge branch 'main' into scenegraphLeonardo Hernández Hernández2022-03-18
| | |\ \ \ | | |/ / / | |/| | |
| * | | | fix crash of Firefox when opening a popup larger than its sizeLeonardo Hernández Hernández2022-03-17
| | | | |
| * | | | constraint popups to its parent clientLeonardo Hernández Hernández2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | Closes: #146 Closes: #155
| | * | | do not allow set client size less than its min sizeLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | make sure to destroy wlr_scene_node of unmanaged clientsLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | do not create borders for unmanaged clientsLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | pointerfocus: only use provided surfaceLeonardo Hernández Hernández2022-03-18
| | | | | | | | | | | | | | | | | | | | if a client is given focus it
| | * | | use xdg_shell helperLeonardo Hernández Hernández2022-03-18
| | | | | | | | | | | | | | | | | | | | for xwayland continue using wlr_scene_subsurface_create()
| | * | | get old client by surface's nodeLeonardo Hernández Hernández2022-03-18
| | | | |
| | * | | Merge branch 'main' into scenegraphLeonardo Hernández Hernández2022-03-16
| | |\ \ \ | | |/ / / | |/| | |
| * | | | make sure configure and activate listeners are removed from listLeonardo Hernández Hernández2022-03-16
| | | | |