# # ChangeLog for uspace/lib/memgfx/meson.build in mainline # # Generated by Trac 1.6 # 2025-06-11T08:15:21Z Tue, 07 Sep 2021 08:53:42 GMT Jiri Svoboda [8ce56a6] * uspace/lib/memgfx/include/memgfx/xlategc.h (added) * uspace/lib/memgfx/include/types/memgfx/xlategc.h (added) * uspace/lib/memgfx/meson.build (modified) * uspace/lib/memgfx/private/memgc.h (modified) * uspace/lib/memgfx/private/xlategc.h (added) * uspace/lib/memgfx/src/xlategc.c (added) * uspace/lib/memgfx/test/main.c (modified) * uspace/lib/memgfx/test/xlategc.c (added) * uspace/lib/ui/private/window.h (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/src/window.c (modified) Translate window rendering in console/SSR with translation GC In ... Wed, 27 May 2020 10:31:22 GMT Jiri Svoboda [d8e2485] * uspace/lib/guigfx/private/canvas.h (modified) * uspace/lib/guigfx/src/canvas.c (modified) * uspace/lib/memgfx/doc/doxygroups.h (added) * uspace/lib/memgfx/include/memgfx/memgc.h (added) * uspace/lib/memgfx/include/types/memgfx/memgc.h (added) * uspace/lib/memgfx/meson.build (added) * uspace/lib/memgfx/private/memgc.h (added) * uspace/lib/memgfx/src/memgc.c (added) * uspace/lib/memgfx/test/main.c (added) * uspace/lib/memgfx/test/memgfx.c (added) * uspace/lib/meson.build (modified) Library with memory-backed GC (a.k.a. software renderer) There are ...