2014-10-25Now having a single class for both text and bitmap field.
sl [Sat, 25 Oct 2014 13:35:11 +0200] rev 72
Now having a single class for both text and bitmap field.
Thus we should soon be able to use common functions to pass in fields.

2014-10-22Better client documentation regarding our bitmap layout.
sl [Wed, 22 Oct 2014 12:17:52 +0200] rev 71
Better client documentation regarding our bitmap layout.

2014-10-14Support row and column span.
sl [Tue, 14 Oct 2014 19:32:09 +0200] rev 70
Support row and column span.

2014-10-13Cleaning up control creation code.
sl [Mon, 13 Oct 2014 21:42:42 +0200] rev 69
Cleaning up control creation code.

2014-10-13Bitmap field now mostly working.
sl [Mon, 13 Oct 2014 21:21:53 +0200] rev 68
Bitmap field now mostly working.

2014-10-13Ground work for supporting generic field and bitmap ones.
sl [Mon, 13 Oct 2014 20:05:48 +0200] rev 67
Ground work for supporting generic field and bitmap ones.

2014-10-13Adding bitmap field object.
sl [Mon, 13 Oct 2014 19:24:30 +0200] rev 66
Adding bitmap field object.

2014-10-03Adding current client concept.
sl [Fri, 03 Oct 2014 18:43:55 +0200] rev 65
Adding current client concept.

2014-09-22Docs.
StephaneLenclud [Mon, 22 Sep 2014 22:04:39 +0200] rev 64
Docs.

2014-09-22TableLayout now support row and column styles.
sl [Mon, 22 Sep 2014 17:23:35 +0200] rev 63
TableLayout now support row and column styles.

2014-09-22Adding the possibility for clients to define a basic layout.
sl [Mon, 22 Sep 2014 16:04:26 +0200] rev 62
Adding the possibility for clients to define a basic layout.

2014-09-22Implement generic function to regenerate our display table layout.
sl [Mon, 22 Sep 2014 13:21:00 +0200] rev 61
Implement generic function to regenerate our display table layout.
Add and remove column now working.

2014-09-22Adding and removing row is now working.
sl [Mon, 22 Sep 2014 13:00:27 +0200] rev 60
Adding and removing row is now working.
Can now have any number of text field.

2014-09-22Trying to fix our design time issues with table layout control.
sl [Mon, 22 Sep 2014 10:05:45 +0200] rev 59
Trying to fix our design time issues with table layout control.

2014-09-21Fixing table borders in non-inverted mode.
sl [Sun, 21 Sep 2014 21:51:01 +0200] rev 58
Fixing table borders in non-inverted mode.
Experimention with color FX chessboard which is just awesome.

2014-09-21Simplifying client construction.
sl [Sun, 21 Sep 2014 19:07:18 +0200] rev 57
Simplifying client construction.
Fixing our borders and sorting out our color issues.
Adding inverse colors options.

2014-09-21Renaming and deleting files. Adding documentation.
sl [Sun, 21 Sep 2014 13:40:21 +0200] rev 56
Renaming and deleting files. Adding documentation.

2014-09-21Renaming stuff.
sl [Sun, 21 Sep 2014 13:15:52 +0200] rev 55
Renaming stuff.

2014-09-01Now displaying font width and height.
sl [Mon, 01 Sep 2014 19:23:36 +0200] rev 54
Now displaying font width and height.

2014-08-31GP1212A02: Clock support.
sl [Sun, 31 Aug 2014 21:34:58 +0200] rev 53
GP1212A02: Clock support.

2014-08-31Adding support for power on/off.
sl [Sun, 31 Aug 2014 18:33:05 +0200] rev 52
Adding support for power on/off.

2014-08-31Fixing issue with interval zero exception.
sl [Sun, 31 Aug 2014 17:44:18 +0200] rev 51
Fixing issue with interval zero exception.
Adding support for GP1212A02 firmware revision display.
Fixing issue that would always auto connect on stratup.

2014-08-31Renaming some of our new display settings classes.
sl [Sun, 31 Aug 2014 16:21:50 +0200] rev 50
Renaming some of our new display settings classes.

2014-08-31Adding missing file.
sl [Sun, 31 Aug 2014 16:14:10 +0200] rev 49
Adding missing file.

2014-08-31Extending our settings framework to store custom settings for each display type.
sl [Sun, 31 Aug 2014 16:12:59 +0200] rev 48
Extending our settings framework to store custom settings for each display type.

2014-08-30Timer interval can now be set and is persisted.
sl [Sat, 30 Aug 2014 19:24:47 +0200] rev 47
Timer interval can now be set and is persisted.

2014-08-30Adding support for display type selection.
sl [Sat, 30 Aug 2014 18:45:06 +0200] rev 46
Adding support for display type selection.

2014-08-26Now requesting extra info on auto start-up too.
sl [Tue, 26 Aug 2014 19:24:04 +0200] rev 45
Now requesting extra info on auto start-up too.

2014-08-25MiniDisplay API update.
sl [Mon, 25 Aug 2014 22:06:20 +0200] rev 44
MiniDisplay API update.

2014-08-22Client now supports text alignment through our new TextField.
sl [Fri, 22 Aug 2014 22:48:30 +0200] rev 43
Client now supports text alignment through our new TextField.

2014-08-22Now that we fixed that nasty iStringFormat static bug we could cleanup and
sl [Fri, 22 Aug 2014 10:55:34 +0200] rev 42
Now that we fixed that nasty iStringFormat static bug we could cleanup and
simplify our alginment code.

2014-08-22Adding buttons to test our alignment setup.
sl [Fri, 22 Aug 2014 10:44:45 +0200] rev 41
Adding buttons to test our alignment setup.
Fixing a nasty bug in iStringFormat that would cause us to use the same instance in all marquee objects.