StephaneLenclud [Mon, 23 Mar 2015 13:08:31 +0100] rev 89
Merge
StephaneLenclud [Wed, 18 Mar 2015 07:46:39 +0100] rev 88
Fixing typo in NuGet package description.
StephaneLenclud [Sun, 22 Mar 2015 21:59:08 +0100] rev 87
Fixing build configuration to use x86.
Forcing X2 display of gamepad button usages.
Published version 1.0.4 on NuGet.
StephaneLenclud [Sun, 22 Mar 2015 19:33:36 +0100] rev 86
Adding missing public keyword for some of our usage enumerations.
StephaneLenclud [Tue, 17 Mar 2015 20:08:10 +0100] rev 85
Adding license file.
Publishing new version.
StephaneLenclud [Tue, 17 Mar 2015 16:46:28 +0100] rev 84
Making our repeat feature a lot safer.
DebugWrites now only compiled for debug builds.
StephaneLenclud [Tue, 17 Mar 2015 15:35:58 +0100] rev 83
Switch solution to 2013.
Event repeat now a Handler option.
Handler now deregisters devices when disposed.
Adding Thinkpad custom usages.
StephaneLenclud [Sun, 15 Mar 2015 21:26:51 +0100] rev 82
Publishing on NuGet.
StephaneLenclud [Sun, 15 Mar 2015 20:44:15 +0100] rev 81
Renaming our HID classes.
Now using namespace alias in demo.
StephaneLenclud [Sun, 15 Mar 2015 20:30:00 +0100] rev 80
Moving more files around.
StephaneLenclud [Sun, 15 Mar 2015 20:25:58 +0100] rev 79
Moving files around.
StephaneLenclud [Sun, 15 Mar 2015 16:56:31 +0100] rev 78
Removing legacy remote control stuff.
StephaneLenclud [Sun, 15 Mar 2015 14:45:40 +0100] rev 77
Now using SharpLib.Hid and SharpLib.Win32 as namespaces.
StephaneLenclud [Sun, 15 Mar 2015 14:39:21 +0100] rev 76
Copyright and namespace.
StephaneLenclud [Sun, 15 Mar 2015 14:07:17 +0100] rev 75
Renaming demo application to HID Demo.
StephaneLenclud [Sun, 15 Mar 2015 14:01:30 +0100] rev 74
Adding SharpLibHid DLL.
StephaneLenclud [Sun, 15 Mar 2015 12:44:58 +0100] rev 73
Adding support for usage value and thus joystick/gamepad.
Adding generic support for direction pad.
StephaneLenclud [Sun, 15 Mar 2015 09:53:37 +0100] rev 72
Adding button count property to HID device.
Adding device list refresh button.
Better reporting of input value capabilities description.
StephaneLenclud [Thu, 05 Mar 2015 10:12:37 +0100] rev 71
Imrpoved HID device friendly name.
StephaneLenclud [Wed, 04 Mar 2015 20:52:24 +0100] rev 70
Consolidating for keyboard and mouse device support.
Adding tests tab.
StephaneLenclud [Tue, 03 Mar 2015 21:07:44 +0100] rev 69
Bunch of minor fixes, device list format.
StephaneLenclud [Sun, 22 Feb 2015 20:56:08 +0100] rev 68
Adding HidP_GetUsageValue function declaration.
StephaneLenclud [Sun, 15 Feb 2015 23:16:57 +0100] rev 67
Adding status bar to show the device that just sent an event.
StephaneLenclud [Sun, 15 Feb 2015 23:06:54 +0100] rev 66
Consistent naming fixes in our usage tables enumerations.
StephaneLenclud [Sun, 15 Feb 2015 22:57:38 +0100] rev 65
Device list now displaying input value description, those are basically your
gamepad axis.
Adding collapse and expand buttons.
StephaneLenclud [Sun, 15 Feb 2015 22:13:33 +0100] rev 64
Adding input capabilities description to device list.
StephaneLenclud [Sun, 15 Feb 2015 21:48:07 +0100] rev 63
HidDevice: Adding friendly name property.
StephaneLenclud [Sun, 15 Feb 2015 20:28:46 +0100] rev 62
Device list now showing usage collection string.
StephaneLenclud [Sun, 15 Feb 2015 19:53:27 +0100] rev 61
Much improved raw input device list.
StephaneLenclud [Sun, 15 Feb 2015 18:15:41 +0100] rev 60
Adding most basic raw device list.
StephaneLenclud [Sun, 15 Feb 2015 13:30:54 +0100] rev 59
Win32Hid: Fixing boolean bug and improving value caps union.
StephaneLenclud [Sun, 15 Feb 2015 12:22:43 +0100] rev 58
HidDevice now fetching value capabilities.
StephaneLenclud [Sun, 15 Feb 2015 12:10:40 +0100] rev 57
Win32Hid: improved button caps structure.
StephaneLenclud [Sun, 15 Feb 2015 11:53:36 +0100] rev 56
HidDevice now supports capabilities and button capabilities.
StephaneLenclud [Sun, 15 Feb 2015 10:50:09 +0100] rev 55
HidDevice consolidating contruction.
StephaneLenclud [Sun, 15 Feb 2015 00:04:28 +0100] rev 54
Comments and white space clean up.
StephaneLenclud [Sat, 14 Feb 2015 23:41:12 +0100] rev 53
Device Info moves where it belongs into our device class.
StephaneLenclud [Sat, 14 Feb 2015 23:23:41 +0100] rev 52
Moving pre-parsed data to our device class.
StephaneLenclud [Sat, 14 Feb 2015 22:13:31 +0100] rev 51
Now using spaces instead of tabs for indentation.
StephaneLenclud [Sat, 14 Feb 2015 22:11:36 +0100] rev 50
Adding some hid.dll imports.
StephaneLenclud [Wed, 11 Feb 2015 19:46:21 +0100] rev 49
Adding better support for multiple usage per report.
Now registering for gamepad input.
StephaneLenclud [Mon, 02 Feb 2015 22:12:15 +0100] rev 48
Adding editor config and some Win32 struct.
sl [Mon, 29 Dec 2014 11:45:33 +0100] rev 47
Consolidation and adding rebracer settings.
StephaneLenclud [Sun, 28 Dec 2014 22:37:21 +0100] rev 46
Defensive Usages check.
sl [Sat, 27 Dec 2014 21:35:33 +0100] rev 45
Minor changes adding file for App Command stuff.
sl [Thu, 25 Dec 2014 15:12:21 +0100] rev 44
Fixing nasty double repeat event issue.
Adding time column.
sl [Wed, 24 Dec 2014 14:31:16 +0100] rev 43
Fixing repeat delay and speed computation.
sl [Wed, 24 Dec 2014 11:17:45 +0100] rev 42
Fixing stray event issues.
sl [Tue, 23 Dec 2014 23:05:23 +0100] rev 41
Implementing key repeat support.
sl [Tue, 23 Dec 2014 21:17:17 +0100] rev 40
Adding colums to our listview.
sl [Mon, 22 Dec 2014 12:46:22 +0100] rev 39
Adding listview.
sl [Mon, 22 Dec 2014 11:54:44 +0100] rev 38
Sorting out form and labels.
sl [Mon, 22 Dec 2014 11:43:55 +0100] rev 37
Renaming Form files.
sl [Mon, 22 Dec 2014 11:40:23 +0100] rev 36
Renaming form.
sl [Fri, 19 Dec 2014 21:07:15 +0100] rev 35
Adding missing entries in consumer usage table.
Adding magic MyTv code in MCE usage table as handled by MP.
sl [Fri, 19 Dec 2014 18:56:38 +0100] rev 34
Generating a few more usage tables.
sl [Fri, 19 Dec 2014 18:05:53 +0100] rev 33
Generated full list of consumer controls.
Add Perl script we used for parsing.
sl [Fri, 19 Dec 2014 16:54:32 +0100] rev 32
Adding copy of Consumer Usager Table dump.
sl [Thu, 18 Dec 2014 22:43:32 +0100] rev 31
Minor usage table renaming.
sl [Sun, 14 Dec 2014 18:17:40 +0100] rev 30
Renaming some of our usage tables.