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.

2014-08-22Fixing designer issues with controls being outside our dialog.
sl [Fri, 22 Aug 2014 08:24:51 +0200] rev 40
Fixing designer issues with controls being outside our dialog.

2014-08-21Adding support to open different MiniDisplay type.
sl [Thu, 21 Aug 2014 21:54:57 +0200] rev 39
Adding support to open different MiniDisplay type.

2014-08-20Adding Design tab.
sl [Wed, 20 Aug 2014 18:02:30 +0200] rev 38
Adding Design tab.

2014-08-19Font height now also checked on startup.
sl [Tue, 19 Aug 2014 21:26:17 +0200] rev 37
Font height now also checked on startup.

2014-08-19Adding warning when newly selected font is too height.
sl [Tue, 19 Aug 2014 17:29:52 +0200] rev 36
Adding warning when newly selected font is too height.
Reworking our UI.

2014-08-18Tried using Control instead of Label as base class for our Marquee.
StephaneLenclud [Mon, 18 Aug 2014 23:43:44 +0200] rev 35
Tried using Control instead of Label as base class for our Marquee.
Sticking to Label for now.

2014-08-17Adding text field support to our tree view.
sl [Sun, 17 Aug 2014 22:30:30 +0200] rev 34
Adding text field support to our tree view.
Trying to fix our messy text alignment issue causing loop problems.

2014-08-16Adding texts fields to our test client.
sl [Sat, 16 Aug 2014 11:15:42 +0200] rev 33
Adding texts fields to our test client.
Trying to fix bugs and optimize our marquee control.
Creating a proper ClientData class to use in our UI thread client dictionary.
Centralising tree-view update.

2014-08-15Reworking our protocols. Client name now displayed in our clients tab.
sl [Fri, 15 Aug 2014 13:26:38 +0200] rev 32
Reworking our protocols. Client name now displayed in our clients tab.

2014-08-15Fixing our client issue with static MainForm overwritten when using multiple clients.
sl [Fri, 15 Aug 2014 11:11:17 +0200] rev 31
Fixing our client issue with static MainForm overwritten when using multiple clients.
That was basically our issue with broadcast not working the way it should.

2014-08-15Still trying to setup WCF for us to work nicely.
sl [Fri, 15 Aug 2014 10:20:01 +0200] rev 30
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.

2014-08-14Client/Server duplex is still a mess in C#.
sl [Thu, 14 Aug 2014 18:37:23 +0200] rev 29
Client/Server duplex is still a mess in C#.

2014-08-14Adding option to select fixed pitch font only.
sl [Thu, 14 Aug 2014 10:41:44 +0200] rev 28
Adding option to select fixed pitch font only.

2014-08-14Adding suspend/resume button.
sl [Thu, 14 Aug 2014 10:19:53 +0200] rev 27
Adding suspend/resume button.
Setting our server process to higher priority to avoid render lags.

2014-08-14Adding disconnect function to our interface.
sl [Thu, 14 Aug 2014 09:57:44 +0200] rev 26
Adding disconnect function to our interface.

2014-08-14Fixing hang when closing server with live client due to client instance context
sl [Thu, 14 Aug 2014 09:30:14 +0200] rev 25
Fixing hang when closing server with live client due to client instance context
throwing an exception when closing.

2014-08-14Adding interface project.
sl [Thu, 14 Aug 2014 09:12:59 +0200] rev 24
Adding interface project.

2014-08-14Removing older solution file.
sl [Thu, 14 Aug 2014 09:12:18 +0200] rev 23
Removing older solution file.

2014-08-14Adding interface library.
sl [Thu, 14 Aug 2014 09:11:27 +0200] rev 22
Adding interface library.

2014-08-13Adding server closing notification to clients.
sl [Thu, 14 Aug 2014 00:23:18 +0200] rev 21
Adding server closing notification to clients.

2014-08-13Now support duplex mode with new client.
sl [Wed, 13 Aug 2014 23:02:40 +0200] rev 20
Now support duplex mode with new client.

2014-08-12Adding server method to set all texts at once.
sl [Tue, 12 Aug 2014 21:27:35 +0200] rev 19
Adding server method to set all texts at once.

2014-08-12Adding our client implementation. Moving server into its own folder.
sl [Tue, 12 Aug 2014 20:55:50 +0200] rev 18
Adding our client implementation. Moving server into its own folder.

2014-08-12Adding WCF server implementation.
sl [Tue, 12 Aug 2014 20:37:57 +0200] rev 17
Adding WCF server implementation.

2014-08-11Adding option to reverse screen. That's useful to avoid having to set our
sl [Mon, 11 Aug 2014 23:18:45 +0200] rev 16
Adding option to reverse screen. That's useful to avoid having to set our
hardware the correct way up.

2014-08-05Forcing marquee label to display code instead of designer.
sl [Tue, 05 Aug 2014 22:11:08 +0200] rev 15
Forcing marquee label to display code instead of designer.

2014-07-12Fixing issues with render when app is minimized.
sl [Sat, 12 Jul 2014 22:18:34 +0200] rev 14
Fixing issues with render when app is minimized.

2014-07-12Adding option to connect display on startup.
sl [Sat, 12 Jul 2014 13:13:17 +0200] rev 13
Adding option to connect display on startup.
Better show border implementation.
Now having an external container for our display to show an external border.