# # ChangeLog for uspace/app/hello/hello.c in mainline # # Generated by Trac 1.6 # 2026-05-26T19:04:55Z Sun, 05 Sep 2021 08:11:37 GMT Jiri Svoboda [a0aeb8f] * uspace/app/hello/hello.c (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/ui/include/ui/label.h (modified) * uspace/lib/ui/private/label.h (modified) * uspace/lib/ui/src/label.c (modified) Fix broken T-shirt slogan Need to make sure "# hello -d cons@" ... Sat, 21 Nov 2020 20:01:33 GMT Jiri Svoboda [68698ba] * uspace/app/hello/doc/doxygroups.h (added) * uspace/app/hello/hello.c (added) * uspace/app/hello/hello.h (added) * uspace/app/hello/meson.build (added) * uspace/app/meson.build (modified) Add minimalistic UI hello world application This can serve as an ...