Client/MainForm.cs
Sat, 26 Dec 2015 23:27:55 +0100 Upgrade to SharpLibDisplay 0.1.3.
Sat, 26 Dec 2015 17:43:41 +0100 Improving layout change workflow efficiency.
Wed, 23 Dec 2015 18:54:38 +0100 Basics for testing our layout setup with non table fields.
Sun, 22 Nov 2015 23:46:52 +0100 Upgrading to SharpLibDisplay v0.1.2
Fri, 30 Oct 2015 16:45:33 +0100 Migration to SharpLibDisplay.
Thu, 24 Sep 2015 14:35:50 +0200 Fixing issues where layout change would not be detected beccause of partial
Tue, 10 Feb 2015 17:14:27 +0100 Liscense and Copyright fix.
Thu, 05 Feb 2015 22:28:27 +0100 Server: Adding icon support
Thu, 05 Feb 2015 17:04:59 +0100 Server: Adding scrolling speed setting.
Tue, 16 Dec 2014 20:02:06 +0100 Adding error message for single field set attempt.
Tue, 16 Dec 2014 18:05:55 +0100 Client now enforcing field creations to guarantee client side fields always
Tue, 16 Dec 2014 16:35:55 +0100 Adding indicators layout demo.
Tue, 16 Dec 2014 13:24:12 +0100 Prevent stackoverflow when client reconnects.
Tue, 16 Dec 2014 11:08:18 +0100 Merge field unification changes and client recovery feature.
Sun, 26 Oct 2014 16:16:57 +0100 Removing specific functions for setting text and bitmap.
Mon, 15 Dec 2014 19:44:41 +0100 Removing some Text and Bitmap specific stuff and using generic Field instead.
Mon, 15 Dec 2014 18:52:42 +0100 Client now recovers from faulty states and timeout.
Sat, 25 Oct 2014 13:35:11 +0200 Now having a single class for both text and bitmap field.
Wed, 22 Oct 2014 12:17:52 +0200 Better client documentation regarding our bitmap layout.
Tue, 14 Oct 2014 19:32:09 +0200 Support row and column span.
Mon, 13 Oct 2014 21:21:53 +0200 Bitmap field now mostly working.
Mon, 13 Oct 2014 20:05:48 +0200 Ground work for supporting generic field and bitmap ones.
Fri, 03 Oct 2014 18:43:55 +0200 Adding current client concept.
Mon, 22 Sep 2014 17:23:35 +0200 TableLayout now support row and column styles.
Mon, 22 Sep 2014 16:04:26 +0200 Adding the possibility for clients to define a basic layout.
Mon, 22 Sep 2014 13:00:27 +0200 Adding and removing row is now working.
Sun, 21 Sep 2014 19:07:18 +0200 Simplifying client construction.
Sun, 21 Sep 2014 13:15:52 +0200 Renaming stuff.
Fri, 22 Aug 2014 22:48:30 +0200 Client now supports text alignment through our new TextField.
Sat, 16 Aug 2014 11:15:42 +0200 Adding texts fields to our test client.
Fri, 15 Aug 2014 13:26:38 +0200 Reworking our protocols. Client name now displayed in our clients tab.
Fri, 15 Aug 2014 11:11:17 +0200 Fixing our client issue with static MainForm overwritten when using multiple clients.
Fri, 15 Aug 2014 10:20:01 +0200 Still trying to setup WCF for us to work nicely.
Thu, 14 Aug 2014 18:37:23 +0200 Client/Server duplex is still a mess in C#.
Thu, 14 Aug 2014 09:57:44 +0200 Adding disconnect function to our interface.
Thu, 14 Aug 2014 09:30:14 +0200 Fixing hang when closing server with live client due to client instance context
Thu, 14 Aug 2014 00:23:18 +0200 Adding server closing notification to clients.
Wed, 13 Aug 2014 23:02:40 +0200 Now support duplex mode with new client.
Tue, 12 Aug 2014 21:27:35 +0200 Adding server method to set all texts at once.
Tue, 12 Aug 2014 20:55:50 +0200 Adding our client implementation. Moving server into its own folder.