# # ChangeLog for uspace/lib/congfx/include in mainline # # Generated by Trac 1.6 # 2026-03-05T21:33:22Z Mon, 25 Oct 2021 00:32:45 GMT jxsvoboda <5887334+jxsvoboda@…> [c632c96] * uspace/app/nav/panel.c (modified) * uspace/lib/congfx/include/congfx/console.h (modified) * uspace/lib/congfx/src/console.c (modified) * uspace/lib/ui/include/ui/ui.h (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/test/ui.c (modified) Unmap and clear console before executing a binary Fixes running ... Tue, 24 Sep 2019 11:13:18 GMT Jiri Svoboda [a3f63ac] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/app/gfxdemo/meson.build (modified) * uspace/lib/congfx/doc/doxygroups.h (added) * uspace/lib/congfx/include/congfx/console.h (moved) * uspace/lib/congfx/include/types/congfx/console.h (moved) * uspace/lib/congfx/meson.build (added) * uspace/lib/congfx/private/console.h (moved) * uspace/lib/congfx/src/console.c (moved) * uspace/lib/gfx/include/gfx/color.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/color.c (modified) * uspace/lib/guigfx/doc/doxygroups.h (added) * uspace/lib/guigfx/include/guigfx/canvas.h (moved) * uspace/lib/guigfx/include/types/guigfx/canvas.h (moved) * uspace/lib/guigfx/meson.build (added) * uspace/lib/guigfx/private/canvas.h (moved) * uspace/lib/guigfx/src/canvas.c (moved) * uspace/lib/meson.build (modified) Move canvas GC and console GC out of libgfx We need libgfx not to ...