aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Newly launched or closed clients ALWAYS generate status updateA Frederick Christensen2021-12-31
* | | | | | Merge pull request #149 from xi/fix-grabc-unmapSevz2022-03-10
|\ \ \ \ \ \
| * | | | | | reset cursor mode when grabc is unmappedTobias Bengfort2021-09-04
* | | | | | | remove typedef `Decoration`Leonardo Hernandez Hernandez2022-03-08
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #181 from Armael/fix-client_set_tiledDevin J. Pohly2022-02-15
|\ \ \ \ \ \
| * | | | | | fix client_set_tiled, which was ignoring its "edges" argumentArmaël Guéneau2022-01-08
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #160 from Humm42/closepipesDevin J. Pohly2022-02-15
|\ \ \ \ \ \
| * | | | | | -s: close unused fdsHumm2021-10-13
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #189 from fauxmight/shift-6-is-asciicircumDevin J. Pohly2022-02-15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Shift+6 generates XKB_KEY_asciicircumA Frederick Christensen2022-02-01
|/ / / / /
| | | * | set correct position for unmanaged clientsLeonardo Hernandez Hernandez2022-03-16
| | | * | add support for layer_shell popupsLeonardo Hernandez Hernandez2022-03-16
| | | * | use wlr_scene_xdg_surface_create() for xdg_popupsLeonardo Hernandez Hernandez2022-03-16
| | | * | fix left border 'y' positionLeonardo Hernandez Hernandez2022-03-11
| | | * | use wlr_scene_node_raise_to_top()Leonardo Hernandez Hernandez2022-03-11
| | | * | use wlr_scene_output_send_frame_done()Leonardo Hernandez Hernandez2022-03-11
| | | * | Merge branch 'scenegraph3' of github:djpohly/dwl into scenegraph3Devin J. Pohly2022-02-15
| | | |\ \
| | | | * \ Merge pull request #164 from Sevz17/change-border-colorDevin J. Pohly2022-02-15
| | | | |\ \
| | | | | * | change border color according to focus stateLeonardo Hernandez Hernandez2021-10-31
| | | * | | | Merge branch 'scenegraph3' of github:djpohly/dwl into scenegraph3Devin J. Pohly2022-02-15
| | | |\| | |
| | | | * | | Merge pull request #151 from Sevz17/scenegraph3Devin J. Pohly2022-02-15
| | | | |\ \ \
| | | | | * | | send frame_done also to all layer surfacesLeonardo Hernandez Hernandez2021-10-02
| | | * | | | | Merge branch 'main' into scenegraph3Devin J. Pohly2021-12-22
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'wlroots-next'v0.2.2Devin J. Pohly2021-12-22
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge branch 'main' of github:djpohly/dwlDevin J. Pohly2021-12-22
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | document status information and <&- in READMEDevin J. Pohly2021-10-06
| * | | | | | | | Merge pull request #152 from ARDiDo/no_redundant_xcursorDevin J. Pohly2021-09-26
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Remove redundant xcursor managerARDiDo2021-09-26
| |/ / / / / / /
| | | * | | | | Merge branch 'wlroots-next' into scenegraph3Devin J. Pohly2021-12-16
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /
| | * | | | | explicitly create renderer and allocatorDevin J. Pohly2021-12-16
| | * | | | | `wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`Leonardo Hernandez Hernandez2021-12-16
| | * | | | | Merge branch 'wlroots-next' of github:djpohly/dwl into wlroots-nextDevin J. Pohly2021-12-16
| | |\ \ \ \ \
| | | | * \ \ \ Merge commit 'refs/pull/162/head' of github:djpohly/dwl into scenegraph3Devin J. Pohly2021-12-16
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | * | | Merge branch 'wlroots-next' into HEADLeonardo Hernandez Hernandez2021-10-26
| | | | | |\ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | | * | `wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`Leonardo Hernandez Hernandez2021-10-03
| | | | |_|/ / | | | |/| | |
| | | | * | | Merge branch 'wlroots-next' of github:djpohly/dwl into scenegraph3Devin J. Pohly2021-12-16
| | | | |\ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | * | | Merge pull request #150 from Sevz17/wlroots-nextDevin J. Pohly2021-09-24
| | | |\ \ \
| | | | * | | client_pending has been renamed as pending in wlr_layer_surface_v1Leonardo Hernandez Hernandez2021-09-24
| | | |/ / /
| | | | * | send frame_done to all visible surfacesDevin J. Pohly2021-09-21
| | | | * | fixup: follow name change on surface_tree_createDevin J. Pohly2021-09-21
| | | | * | use scene_output for damage-tracked renderingDevin J. Pohly2021-09-08
| | | | * | use scene to keep track of LayerSurfaces' layersDevin J. Pohly2021-09-08
| | | | * | use scene-graph API for Client/LayerSurfaceDevin J. Pohly2021-09-08
| | | | * | use type enum to distinguish Client from LayerSurfaceDevin J. Pohly2021-09-08
| | | |/ / | | |/| |
| | * | | Merge branch 'main' into wlroots-nextDevin J. Pohly2021-09-08
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | simplify fullscreen expressionDevin J. Pohly2021-09-08
| | * | | Merge branch 'main' into wlroots-nextDevin J. Pohly2021-09-05
| | |\ \ \ | |_|/ / / |/| | / / | | |/ /
* | / / simplify client_for_each_surfaceDevin J. Pohly2021-09-05
|/ / /
| * | Merge branch 'main' into wlroots-nextDevin J. Pohly2021-08-23
| |\ \ | |/ / |/| |
* | | update deprecated xkb function nameDevin J. Pohly2021-08-23