sl [Fri, 23 Jan 2015 18:33:51 +0100] rev 100
Adding label "scale to fit" functionality.
Adding scroll separator to config.
sl [Fri, 23 Jan 2015 15:20:32 +0100] rev 99
Fixing crash when changing font while in bitmap layout.
sl [Sun, 18 Jan 2015 19:31:13 +0100] rev 98
Version.
sl [Sun, 18 Jan 2015 19:25:56 +0100] rev 97
Clearing screen when last client disconnects.
sl [Sun, 18 Jan 2015 19:01:29 +0100] rev 96
Clear the screen on startup if not in debug mode.
sl [Sun, 18 Jan 2015 18:32:32 +0100] rev 95
Adding tray icon context menu.
sl [Sun, 18 Jan 2015 18:11:32 +0100] rev 94
Adding tray icon support and minimize to tray option.
sl [Sun, 18 Jan 2015 14:18:28 +0100] rev 93
Auto start now properlly working with ClickOnce.
sl [Sun, 18 Jan 2015 12:35:22 +0100] rev 92
Auto Start should work.
sl [Sat, 17 Jan 2015 18:26:41 +0100] rev 91
Adding progress dialog.
sl [Sat, 17 Jan 2015 10:57:30 +0100] rev 90
Update checks now gives notification when the application is already up-to-date.
Adding version number to main form text.
sl [Fri, 16 Jan 2015 09:50:19 +0100] rev 89
Removing admin rights for now and until we can publish with ClickOnce.
sl [Thu, 15 Jan 2015 19:18:25 +0100] rev 88
Adding application update button.
Adding manifest to run as admin.
Disabling ClickOnce security check to run as admin.
The whole thing is not tested.
sl [Mon, 12 Jan 2015 08:33:53 +0100] rev 87
Moving DLL to please Visual Studio.
sl [Sun, 11 Jan 2015 19:00:16 +0100] rev 86
Adding app exit event handler.
sl [Sun, 11 Jan 2015 18:34:52 +0100] rev 85
ClickOnce: Adding app icon, fixing publisher name and publish directly to FTP.
sl [Sun, 11 Jan 2015 15:44:12 +0100] rev 84
ClickOnce setup.
sl [Sat, 27 Dec 2014 21:52:14 +0100] rev 83
Merge
sl [Sat, 27 Dec 2014 21:50:15 +0100] rev 82
Adding VFD application icon.
sl [Tue, 16 Dec 2014 20:02:06 +0100] rev 81
Adding error message for single field set attempt.
sl [Tue, 16 Dec 2014 18:05:55 +0100] rev 80
Client now enforcing field creations to guarantee client side fields always
in sync.
sl [Tue, 16 Dec 2014 16:35:55 +0100] rev 79
Adding indicators layout demo.
sl [Tue, 16 Dec 2014 13:24:12 +0100] rev 78
Prevent stackoverflow when client reconnects.
Client now specifies layout rather than relying on default one.
sl [Tue, 16 Dec 2014 11:08:18 +0100] rev 77
Merge field unification changes and client recovery feature.
sl [Tue, 16 Dec 2014 10:59:10 +0100] rev 76
Onlu update client tree view when needed.
sl [Sun, 26 Oct 2014 16:16:57 +0100] rev 75
Removing specific functions for setting text and bitmap.
Now having a generic functions for setting any kind of fields.
Thus bitmaps can now be set together with text fields in a single server call.
sl [Mon, 15 Dec 2014 19:44:41 +0100] rev 74
Removing some Text and Bitmap specific stuff and using generic Field instead.
sl [Mon, 15 Dec 2014 18:52:42 +0100] rev 73
Client now recovers from faulty states and timeout.
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.
sl [Wed, 22 Oct 2014 12:17:52 +0200] rev 71
Better client documentation regarding our bitmap layout.