# # ChangeLog for uspace/lib/fb in mainline # # Generated by Trac 1.6 # 2025-11-01T08:54:45Z Fri, 09 Sep 2011 15:46:21 GMT Martin Decky [7c014d1] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/init/init.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (deleted) * uspace/lib/c/include/io/color.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (deleted) * uspace/lib/c/include/ipc/fb.h (deleted) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/fb/Makefile (moved) * uspace/lib/fb/fb.c (added) * uspace/lib/fb/fb.h (added) * uspace/lib/fb/imgmap.c (added) * uspace/lib/fb/imgmap.h (added) * uspace/lib/fb/screenbuffer.c (added) * uspace/lib/fb/screenbuffer.h (added) * uspace/lib/imgmap/imgmap.c (deleted) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/console.h (modified) * uspace/srv/hid/console/gcons.c (deleted) * uspace/srv/hid/console/gfx/anim_1.tga (modified) * uspace/srv/hid/console/gfx/anim_2.tga (modified) * uspace/srv/hid/console/gfx/anim_3.tga (modified) * uspace/srv/hid/console/gfx/anim_4.tga (modified) * uspace/srv/hid/console/gfx/cons_data.tga (moved) * uspace/srv/hid/console/gfx/cons_dis.tga (added) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (added) * uspace/srv/hid/console/gfx/cons_kernel.tga (modified) * uspace/srv/hid/console/gfx/cons_sel.tga (moved) * uspace/srv/hid/console/keybuffer.c (deleted) * uspace/srv/hid/console/keybuffer.h (deleted) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/ctl/serial.c (added) * uspace/srv/hid/fb/ctl/serial.h (moved) * uspace/srv/hid/fb/ega.c (deleted) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/fb.h (modified) * uspace/srv/hid/fb/gfx/font-8x16.c (moved) * uspace/srv/hid/fb/gfx/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (deleted) * uspace/srv/hid/fb/pointer.xbm (deleted) * uspace/srv/hid/fb/pointer_mask.xbm (deleted) * uspace/srv/hid/fb/port/ega.c (added) * uspace/srv/hid/fb/port/ega.h (moved) * uspace/srv/hid/fb/port/kchar.c (moved) * uspace/srv/hid/fb/port/kchar.h (moved) * uspace/srv/hid/fb/port/kfb.c (added) * uspace/srv/hid/fb/port/kfb.h (moved) * uspace/srv/hid/fb/port/niagara.c (moved) * uspace/srv/hid/fb/port/niagara.h (moved) * uspace/srv/hid/fb/port/ski.c (moved) * uspace/srv/hid/fb/port/ski.h (moved) * uspace/srv/hid/fb/proto/vt100.c (added) * uspace/srv/hid/fb/proto/vt100.h (moved) * uspace/srv/hid/fb/serial_console.c (deleted) * uspace/srv/hid/fb/serial_console.h (deleted) console and framebuffer server rewrite