2015-03-23 StephaneLenclud Merge default tip
2015-03-18 StephaneLenclud Fixing typo in NuGet package description.
2015-03-22 StephaneLenclud Fixing build configuration to use x86.
2015-03-22 StephaneLenclud Adding missing public keyword for some of our usage enumerations.
2015-03-17 StephaneLenclud Adding license file.
2015-03-17 StephaneLenclud Making our repeat feature a lot safer.
2015-03-17 StephaneLenclud Switch solution to 2013.
2015-03-15 StephaneLenclud Publishing on NuGet.
2015-03-15 StephaneLenclud Renaming our HID classes.
2015-03-15 StephaneLenclud Moving more files around.
2015-03-15 StephaneLenclud Moving files around.
2015-03-15 StephaneLenclud Removing legacy remote control stuff.
2015-03-15 StephaneLenclud Now using SharpLib.Hid and SharpLib.Win32 as namespaces.
2015-03-15 StephaneLenclud Copyright and namespace.
2015-03-15 StephaneLenclud Renaming demo application to HID Demo.
2015-03-15 StephaneLenclud Adding SharpLibHid DLL.
2015-03-15 StephaneLenclud Adding support for usage value and thus joystick/gamepad.
2015-03-15 StephaneLenclud Adding button count property to HID device.
2015-03-05 StephaneLenclud Imrpoved HID device friendly name.
2015-03-04 StephaneLenclud Consolidating for keyboard and mouse device support.
2015-03-03 StephaneLenclud Bunch of minor fixes, device list format.
2015-02-22 StephaneLenclud Adding HidP_GetUsageValue function declaration.
2015-02-15 StephaneLenclud Adding status bar to show the device that just sent an event.
2015-02-15 StephaneLenclud Consistent naming fixes in our usage tables enumerations.
2015-02-15 StephaneLenclud Device list now displaying input value description, those are basically your
2015-02-15 StephaneLenclud Adding input capabilities description to device list.
2015-02-15 StephaneLenclud HidDevice: Adding friendly name property.
2015-02-15 StephaneLenclud Device list now showing usage collection string.
2015-02-15 StephaneLenclud Much improved raw input device list.
2015-02-15 StephaneLenclud Adding most basic raw device list.
2015-02-15 StephaneLenclud Win32Hid: Fixing boolean bug and improving value caps union.
2015-02-15 StephaneLenclud HidDevice now fetching value capabilities.
2015-02-15 StephaneLenclud Win32Hid: improved button caps structure.
2015-02-15 StephaneLenclud HidDevice now supports capabilities and button capabilities.
2015-02-15 StephaneLenclud HidDevice consolidating contruction.
2015-02-14 StephaneLenclud Comments and white space clean up.
2015-02-14 StephaneLenclud Device Info moves where it belongs into our device class.
2015-02-14 StephaneLenclud Moving pre-parsed data to our device class.
2015-02-14 StephaneLenclud Now using spaces instead of tabs for indentation.
2015-02-14 StephaneLenclud Adding some hid.dll imports.
2015-02-11 StephaneLenclud Adding better support for multiple usage per report.
2015-02-02 StephaneLenclud Adding editor config and some Win32 struct.
2014-12-29 sl Consolidation and adding rebracer settings.
2014-12-28 StephaneLenclud Defensive Usages check.
2014-12-27 sl Minor changes adding file for App Command stuff.
2014-12-25 sl Fixing nasty double repeat event issue.
2014-12-24 sl Fixing repeat delay and speed computation.
2014-12-24 sl Fixing stray event issues.
2014-12-23 sl Implementing key repeat support.
2014-12-23 sl Adding colums to our listview.
2014-12-22 sl Adding listview.
2014-12-22 sl Sorting out form and labels.
2014-12-22 sl Renaming Form files.
2014-12-22 sl Renaming form.
2014-12-19 sl Adding missing entries in consumer usage table.
2014-12-19 sl Generating a few more usage tables.
2014-12-19 sl Generated full list of consumer controls.
2014-12-19 sl Adding copy of Consumer Usager Table dump.
2014-12-18 sl Minor usage table renaming.
2014-12-14 sl Renaming some of our usage tables.
2014-12-06 sl Adding HID handler.
2014-12-06 sl HID Usage Tables fixes.
2014-12-06 sl HidEvent implementation.
2014-12-06 sl HidDevice documentation.
2014-12-06 sl Adding HidDevice class.
2014-12-06 sl Now getting manufacturer and product name.
2014-12-06 sl Was trying to get manufacturer string.
2014-12-06 sl Adding method to get the device name.
2014-12-06 sl Proper UsageId definitions.
2014-12-06 sl Cleaning up app command stuff.
2014-12-05 sl Starting to remove special case for app commands.
2014-12-05 sl Consolidating our HID input report parsing.
2014-12-05 sl Draft implementation of proper HID input report parsing based on HID descriptor.
2014-12-03 sl Now supporting alternative codes for program guid and properties/info.
2014-11-24 sl Now capable of handling WM_INPUT when in background.
2014-11-24 sl Fixing HID page and usage test.
2014-11-08 sl Logs and rename.
2014-11-08 sl Now supporting some HID consumer codes.
2014-11-08 sl More code consoludation. Supporting multiple HID input per message.
2014-11-07 sl More cleanup and re-org.
2014-11-07 sl Cast fix and moving Win32 stuff in a dedicated file.
2014-11-06 sl Getting our HID consts organized. Adding some consumer controls.
2014-11-05 sl Adding debug output formating.
2014-11-05 sl Now checking HID usage page and usage.
2014-11-05 sl Adding docs for some MCE buttons.
2014-11-04 sl Cleaning and adding GetRawInputDeviceInfo definition.
2014-11-04 sl Proper support for all MCE buttons.
2014-11-04 sl Removing x64 configuration as our interop it's not working anyway.
2014-11-04 sl Fixing unsafe compile error.
2014-11-04 sl Initial contribution. Partly working with PCS-MCE.