Commit graph

8 commits

Author SHA1 Message Date
sepp256
b0352f07ac Implemented GUI_print colors.
Fixed a bug in GUI.c
Sometimes the GUI background doesn't update, again.  -> This will be resolved when we move GUI into the main() loop.
There is still a bug in DEBUG.c such that all DEBUG_text pointers are NULL.
2007-12-03 19:21:19 +00:00
tehpola@yahoo.com
913a7ff853 GUI color interface and implementation (probably working) 2007-12-01 00:07:53 +00:00
tehpola@yahoo.com
de6ece9073 Fixed the text from the next line showing up on the current line when it overflows one line in TEXT 2007-10-25 01:47:53 +00:00
tehpola
596b23a4be Changed the way I unwrap text to the obvious approach, works well now 2007-10-17 22:18:44 +00:00
tehpola@yahoo.com
376d518b35 Hopefully fixed the unwrapping of text in GUI 2007-10-17 17:30:07 +00:00
sepp256
df7c0596ce This update includes the GX part of the GUI. I also changed some parameters in GUI and DEBUG functions. In order to display GUI for testing, uncomment the last 2 lines in main_gc.c. Also, be sure to check out the new Makefile if things don't compile. font.o is now a part of the main module. 2007-10-17 14:55:40 +00:00
tehpola@yahoo.com
b0f4236b9d DEBUG and GUI systems (may not be working properly) 2007-10-14 04:11:29 +00:00
tehpola@yahoo.com
fe5602650f Initial gui 'plugin'; interfaces for DEBUG and GUI 2007-10-12 20:49:41 +00:00