Tuesday, March 25, 2008

QUONG

I've started to make use of a unit test library UnitTest++. Its really nice, just after a day of adding unit tests and I've found bugs I wouldn't have otherwise. I recommend it to anyone making code in C++.

Monday, March 17, 2008

Wednesday, March 12, 2008

Quong Development

I'm working on the proper moving of text cursor  for the non-monospaced text. It's turning out to be more and more difficult the more I code it.

Thursday, March 6, 2008

More Quong


The only significant changes I've made to the Quong keyboard demo is that:
  • it displays a bitmap of the on-screen keyboard in the lower screen
  • it now displays non-monospaced text (not shown in image), but its incomplete (no word-wrap yet).