Usermode/AxWin4 - Added text rendering (very hacky using VGA font)
authorJohn Hodge (sonata) <[email protected]>
Fri, 26 Dec 2014 12:06:08 +0000 (20:06 +0800)
committerJohn Hodge (sonata) <[email protected]>
Fri, 26 Dec 2014 12:06:08 +0000 (20:06 +0800)
commit7da746abd4b6296322f6bf8b228d678098e1fd24
treec58e2baeffe2376f55baff5d423e7a4b93b76bab
parentf8cde3fab5eb27ebacf9d76a7ac478a68a36a38b
Usermode/AxWin4 - Added text rendering (very hacky using VGA font)
20 files changed:
Usermode/Applications/axwin4_src/Common/include/ipc_proto.hpp
Usermode/Applications/axwin4_src/Server/CClient.cpp
Usermode/Applications/axwin4_src/Server/CSurface.cpp
Usermode/Applications/axwin4_src/Server/CWindow.cpp
Usermode/Applications/axwin4_src/Server/Makefile
Usermode/Applications/axwin4_src/Server/draw_text.cpp
Usermode/Applications/axwin4_src/Server/include/CClient.hpp
Usermode/Applications/axwin4_src/Server/include/CColour.hpp [new file with mode: 0644]
Usermode/Applications/axwin4_src/Server/include/CRect.hpp
Usermode/Applications/axwin4_src/Server/include/CSurface.hpp
Usermode/Applications/axwin4_src/Server/include/CWindow.hpp
Usermode/Applications/axwin4_src/Server/include/IFontFace.hpp [new file with mode: 0644]
Usermode/Applications/axwin4_src/Server/include/draw_text.hpp [new file with mode: 0644]
Usermode/Applications/axwin4_src/Server/ipc.cpp
Usermode/Applications/axwin4_src/Server/resources/font_8x16.h [new file with mode: 0644]
Usermode/Applications/axwin4_src/UI/main.c
Usermode/Applications/axwin4_src/UI/taskbar.c
Usermode/Libraries/libaxwin4.so_src/include_exp/axwin4/axwin.h
Usermode/Libraries/libaxwin4.so_src/ipc.cpp
Usermode/Libraries/libaxwin4.so_src/window_drawing.cpp

UCC git Repository :: git.ucc.asn.au