aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* store the layersurface pointer in l->popups->node.data as wellLeonardo Hernández Hernández2023-12-07
* make sure popups of a layer surface are in the correct layerLeonardo Hernández Hernández2023-12-07
* sort #includesLeonardo Hernández Hernández2023-12-01
* don't return early if the first output commit failsLeonardo Hernández Hernández2023-11-30
* check failure of wlr_output_init_renderLeonardo Hernández Hernández2023-11-30
* use detached output state in createmon()Leonardo Hernández Hernández2023-11-30
* use a detached output state in outputmgrapplyortest()Leonardo Hernández Hernández2023-11-30
* improve the bug report templateLeonardo Hernández Hernández2023-11-28
* convert issue templates to yamlLeonardo Hernández Hernández2023-11-28
* use `l` instead of `layersurface`Leonardo Hernández Hernández2023-11-25
* return early if a layersurface didn't commit somethingLeonardo Hernández Hernández2023-11-25
* do not check if a layer surface has monitor on commitLeonardo Hernández Hernández2023-11-25
* send wl_surface.enter before initial commitLeonardo Hernández Hernández2023-11-25
* destroy the layer-suface's scene tree for popupsLeonardo Hernández Hernández2023-11-25
* use wlr_box_equal() instead of memcmpLeonardo Hernández Hernández2023-11-25
* simplify settings popups scene tree parentLeonardo Hernández Hernández2023-11-25
* simplify check for wlr_layer_surface.outputLeonardo Hernández Hernández2023-11-25
* use sizeof(*pointer) instead of sizeof(struct)Leonardo Hernández Hernández2023-11-25
* add new 'unreleased' sectionLeonardo Hernández Hernández2023-11-25
* make sure to unlink Monitor.request_state listenerLeonardo Hernández Hernández2023-11-25
* Change github links to codeberg links in README.mdSquibid2023-11-25
* include CHANGELOG.md in the tarballLeonardo Hernández Hernández2023-11-25
* bump version to 0.5v0.5Leonardo Hernández Hernández2023-11-25
* add CHANGELOG.mdLeonardo Hernández Hernández2023-11-25
* Merge branch 'wlroots-next'Leonardo Hernández Hernández2023-11-25
|\
| * try to apply gamma LUT in updatemonsLeonardo Hernández Hernández2023-11-21
| * ignore wl_surface.commit for xwayland clientsLeonardo Hernández Hernández2023-11-21
| * Do not send repeated xdg_toplevel.configure_boundsLeonardo Hernández Hernández2023-11-21
| * resize clients on commitLeonardo Hernández Hernández2023-11-21
| * do not try to enable adaptive syncLeonardo Hernández Hernández2023-11-18
| * fix the position of the cursor image after turning all the monitors onLeonardo Hernández Hernández2023-11-17
| * remove unused #includeLeonardo Hernández Hernández2023-11-17
| * do not check if `session` is non-NULLLeonardo Hernández Hernández2023-11-17
| * do not explicitly destroy some wlroots interfacesLeonardo Hernández Hernández2023-11-17
| * enable debug symbols by defaultLeonardo Hernández Hernández2023-11-17
| * fix docsLeonardo Hernández Hernández2023-11-17
| * fix destroynotify() docsLeonardo Hernández Hernández2023-11-17
| * check toplevel resource instead of client's xdg_shell to set boundsLeonardo Hernández Hernández2023-11-17
| * use the new wlroots function to get a toplevel from a wlr_surfaceLeonardo Hernández Hernández2023-11-17
| * explicitly return -1 in the first check in toplevel_from_wlr_surfaceLeonardo Hernández Hernández2023-11-17
| * do not use #ifdef -> #else -> #endif in client_is_x11Leonardo Hernández Hernández2023-11-17
| * delete unused functionsLeonardo Hernández Hernández2023-11-17
| * style fixes in client_is_float_typeLeonardo Hernández Hernández2023-11-17
| * correctly check if the scene node is enabled in client_is_rendered_on_monLeonardo Hernández Hernández2023-11-17
| * do not use magical numbers to check edgesLeonardo Hernández Hernández2023-11-17
| * simplify client_get_clipLeonardo Hernández Hernández2023-11-17
| * prevent a use-after-free at exitLeonardo Hernández Hernández2023-11-17
| * do not compute layout box twiceLeonardo Hernández Hernández2023-11-17
| * make sure fullscreen clients have the right sizeLeonardo Hernández Hernández2023-11-17
| * fix screen artifacts when setting gammaLeonardo Hernández Hernández2023-11-17