log

age author description
Sun, 23 Feb 2014 16:59:47 +0100 Ivo Smits Merge
Mon, 17 Feb 2014 22:35:52 +0100 Ivo Smits FBGUI: Separated locking in renderer so Invalidate does not block while Painting in timer callback
Sun, 23 Feb 2014 16:56:42 +0100 Ivo Smits FBGUI ContainerControl fixes (client area, keyboard capture)
Sun, 16 Feb 2014 15:05:31 +0100 Ivo Smits NaCl: fixed signature bounds check
Sun, 16 Feb 2014 15:02:36 +0100 Ivo Smits Merge FBGUI updates
Sun, 16 Feb 2014 14:59:52 +0100 Ivo Smits FBGUI updates
Tue, 11 Feb 2014 17:45:33 +0100 Ivo Smits NaCl: fixed MAC/hash verification code
Mon, 03 Feb 2014 22:53:58 +0100 Ivo Smits Added InteropUtil for safe pinned array and string access
Mon, 03 Feb 2014 22:53:31 +0100 Ivo Smits Improved HTTP classes
Thu, 28 Nov 2013 13:19:41 +0100 Ivo Smits FBGUI: Added invisible cursor support
Sat, 02 Nov 2013 16:01:09 +0100 Ivo Smits NaCl: improved ed25519 implementation, added simple API for ed25519 and sha512
Sat, 02 Nov 2013 15:59:51 +0100 Ivo Smits NaCl: improved sha512 implementation
Fri, 01 Nov 2013 00:07:36 +0100 Ivo Smits NaCl: added ed25519 public key message signing implementation
Wed, 30 Oct 2013 15:32:58 +0100 Ivo Smits FBGUI: fixed hand cursor transparency for mono
Wed, 16 Oct 2013 17:00:19 +0200 Ivo Smits Fix crash in FBGUI renderer shutdown
Wed, 16 Oct 2013 16:58:39 +0200 Ivo Smits Updated USBLib: removed old LibUsbDotNet compatibility code and added new information helper classes
Wed, 16 Oct 2013 01:11:49 +0200 Ivo Smits Simplified USB communication code, added functions to abort pipe transfers
Tue, 15 Oct 2013 16:22:54 +0200 Ivo Smits Added WorkQueue class
Tue, 15 Oct 2013 16:19:45 +0200 Ivo Smits Removed some redundant USB communication code
Sun, 13 Oct 2013 20:03:05 +0200 Ivo Smits Fixed data type for USB vendor and product IDs
Sun, 13 Oct 2013 18:43:45 +0200 Ivo Smits Updates and cleanup in Windows USB enumeration code
Sun, 13 Oct 2013 02:47:08 +0200 Ivo Smits Updates and cleanup in Windows USB enumeration code
Sun, 13 Oct 2013 00:48:28 +0200 Ivo Smits Fixed errors in Windows USB enumeration and LibUsbDotNet configuration descriptor code
Sat, 12 Oct 2013 16:35:24 +0200 Ivo Smits Updated Windows USB enumeration classes and VBoxUSB backend
Wed, 09 Oct 2013 20:56:28 +0200 Ivo Smits Merge USB updates
Wed, 09 Oct 2013 20:54:15 +0200 Ivo Smits Improved Windows USB enumeration classes
Fri, 04 Oct 2013 13:22:21 +0200 Ivo Smits Added VirtualBox USB driver backend for direct USB communication
Wed, 09 Oct 2013 13:56:35 +0200 Ivo Smits Added new ArrayUtil.ToArray functions
Wed, 02 Oct 2013 21:34:09 +0200 Ivo Smits Added Windows Named Pipe stream wrapper
Wed, 02 Oct 2013 21:17:30 +0200 Ivo Smits Added general purpose tar archive reader class
Wed, 02 Oct 2013 21:17:08 +0200 Ivo Smits Small improvements in USB device identification extraction
Tue, 01 Oct 2013 00:24:39 +0200 Ivo Smits Prevent exception in HWLib
Mon, 30 Sep 2013 21:24:35 +0200 Ivo Smits Merge HWLib and USBLib extensions
Mon, 30 Sep 2013 19:23:09 +0200 Ivo Smits Added HWLib and USBLib functions to support USB Driver Installer
Mon, 19 Aug 2013 16:56:50 +0200 Ivo Smits USBLib: fix unhandled exception in WinUSB shutdown after failure to open device
Tue, 16 Jul 2013 14:02:33 +0200 Ivo Smits ArrayUtil: added Merge function to merge ILists
Tue, 16 Jul 2013 13:16:04 +0200 Ivo Smits USBLib: added convenience functions to retrieve descriptors from devices
Sun, 30 Jun 2013 16:28:36 +0200 Ivo Smits USBLib: added functions to clear USB endpoint halt state
Wed, 12 Jun 2013 23:20:21 +0200 Ivo Smits HTTP Server: enable KeepAlive option on TCP sockets
Wed, 12 Jun 2013 23:08:48 +0200 Ivo Smits USBLib: Fixed initialization of multi-interface USBIO devices
Thu, 23 May 2013 17:02:17 +0200 Ivo Smits Added convenience functions in NaCl API and ArrayUtils
Wed, 01 May 2013 23:44:43 +0200 Ivo Smits FBGUI: Small cleanup
Thu, 25 Apr 2013 23:40:55 +0200 Ivo Smits Merge USBLib fixes for USBIO driver
Thu, 25 Apr 2013 23:39:55 +0200 Ivo Smits FBGUI: Added hand cursor
Wed, 24 Apr 2013 00:30:18 +0200 Ivo Smits FBGUI: Fixed cursor handling in forms
Thu, 25 Apr 2013 23:31:52 +0200 Ivo Smits USBLib: fixes in USBIO driver and LibUsbDotNet compatibility code
Sun, 21 Apr 2013 19:41:19 +0200 Ivo Smits Fixed some compiler warnings
Sun, 21 Apr 2013 18:32:43 +0200 Ivo Smits USBLib: small fix in WinUSB backend bounds checking
Sun, 21 Apr 2013 18:32:04 +0200 Ivo Smits USBLib: Added support for USBIO driver
Sun, 21 Apr 2013 17:01:03 +0200 Ivo Smits FBGUI: Fixed image scaling in FBGImageBox
Fri, 19 Apr 2013 17:46:24 +0200 Ivo Smits FBGUI: Improved FBGImageBox
Fri, 19 Apr 2013 16:54:51 +0200 Ivo Smits FBGUI: Changed event handling and propagation to be more extensible
Thu, 18 Apr 2013 22:45:54 +0200 Ivo Smits FBGUI: Added Form Closed event
Thu, 18 Apr 2013 18:48:38 +0200 Ivo Smits FBGUI: Added per-control Cursor handling, added more cursors for Form operations, fixed ImageBox image sizing
Thu, 18 Apr 2013 18:42:52 +0200 Ivo Smits VNCServer: small change in web client handling
Wed, 17 Apr 2013 16:11:09 +0200 Ivo Smits Make XmlSocket useable stand-alone
Tue, 16 Apr 2013 01:16:45 +0200 Ivo Smits FBGUI: Added numeric up/down control, fix for transparent control background
Mon, 15 Apr 2013 20:29:02 +0200 Ivo Smits FBGUI: Allow derived classes to access some internals
Mon, 15 Apr 2013 16:50:07 +0200 Ivo Smits Include key file in repository
Mon, 15 Apr 2013 15:38:23 +0200 Ivo Smits Make library more suitable for independent reuse