# # ChangeLog for uspace/lib/congfx in mainline # # Generated by Trac 1.6 # 2025-08-23T15:20:16Z Mon, 21 Oct 2019 18:23:29 GMT Jiri Svoboda [7b882c1f] * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/gfx/coord.h (modified) * uspace/lib/gfx/include/types/gfx/coord.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/coord.c (added) * uspace/lib/gfx/test/coord.c (added) * uspace/lib/gfx/test/main.c (modified) * uspace/lib/guigfx/src/canvas.c (modified) Need some vector operations Mon, 21 Oct 2019 00:17:28 GMT Jiri Svoboda [1822545] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/types/gfx/coord.h (modified) * uspace/lib/guigfx/src/canvas.c (modified) * uspace/srv/hid/display/output.c (modified) Add typedef for scalar coordinate Because today I feel like adding it Mon, 21 Oct 2019 00:08:24 GMT Jiri Svoboda [d18f3b7] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/congfx/private/console.h (modified) * uspace/lib/congfx/src/console.c (modified) Implement bitmaps in console GC 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 ...