Commit Graph

92 Commits

Author SHA1 Message Date
GoldenCrystal b9d732f561 Tweak the UI configuration to force per-monitor High DPI awareness. 2017-06-24 18:26:28 +02:00
GoldenCrystal 8238c532ec Fix NuGet package title. 2017-06-24 14:52:14 +02:00
GoldenCrystal 968130e59e Swap arguments in Assert.Equal. 2017-06-24 14:20:40 +02:00
GoldenCrystal 04211241bc Trying to fix tests again. 2017-06-24 14:12:59 +02:00
GoldenCrystal bce0e6e20b Fix dotnet-xunit version. 2017-06-24 13:44:33 +02:00
GoldenCrystal 91b1d3b2ef Try to fix the appveyor build. 2017-06-24 13:32:04 +02:00
GoldenCrystal 87e5c4a523 Upgrade AppVeyor configuration 2017-06-21 02:36:08 +02:00
GoldenCrystal ca267468e5 Update to Unicode 10.0.
Migrate to new MSBuild project format.
Migrate main lib to .NET Standard 1.1.
Fix a bug in parsing UCD files.
2017-06-21 02:28:58 +02:00
GoldenCrystal 660fbd49f2 This need to be version 2.0.0… 2016-08-09 00:28:04 +02:00
GoldenCrystal e6ace93e19 Force NuGet package restore before AppVeyor build. 2016-08-09 00:23:33 +02:00
GoldenCrystal de6140734f Separated UnicodeCodePointRange tests. 2016-08-09 00:18:58 +02:00
GoldenCrystal a997a88505 Split tests in more classes. 2016-08-09 00:18:57 +02:00
GoldenCrystal c7230ad446 Parameterized some unit tests. 2016-08-09 00:18:57 +02:00
GoldenCrystal 24909bf28d Migrate to Xunit and start revamping unit tests. 2016-08-09 00:18:56 +02:00
GoldenCrystal 58e4cc8802 Migrate database and project to Unicode 9.0.0. 2016-08-09 00:18:46 +02:00
GoldenCrystal 301d7b6e98 Bugfix again :( 2016-01-14 01:46:15 +01:00
GoldenCrystal a09eef8196 Upgrade appveyor configuration. 2016-01-14 01:36:58 +01:00
GoldenCrystal 23823a6626 Bugfixes. 2016-01-14 01:31:36 +01:00
GoldenCrystal 3cf36ec6de Upgrade AppVeyor configuration again, to force the use of MSBuild 14.0. 2015-07-19 02:50:51 +02:00
GoldenCrystal ff47b6a9f1 Upgrade the AppVeyor configuration to use VS 2015 RC for the builds. 2015-07-19 02:31:16 +02:00
GoldenCrystal e3cada4ca7 Try to determine the Unicode version dynamically from the data files, in the hope to ease upgrades to future Unicode versions. 2015-07-19 02:28:53 +02:00
GoldenCrystal 07b4086423 Upgrade for Unicode Version 8.0.0. 2015-07-19 01:56:28 +02:00
GoldenCrystal a429d83bdb Fix a few bugs, and compensate removal of parameterless constructors for structs in C# 6.0 2015-07-19 01:54:17 +02:00
GoldenCrystal f0b7ccb607 Xml documentation… Done! 2014-12-16 02:48:50 +01:00
GoldenCrystal 04b03edee2 Added even more XML documentaion tags. 2014-12-16 02:32:00 +01:00
GoldenCrystal 6b4e1da5bf Masked some unsupported IList<T> and ICollection<T> members.
Added more XML documentation tags.
2014-12-16 00:53:15 +01:00
GoldenCrystal bc07cc9b55 Added XML documentation on some members. 2014-12-15 01:57:09 +01:00
GoldenCrystal 63fd694c26 Configure AppVeyor for publishing to NuGet. 2014-12-14 11:45:28 +01:00
GoldenCrystal 0012ef2434 Updated NuGet spec and AppVeyor.yml. 2014-12-14 11:13:33 +01:00
GoldenCrystal 4f5ac9d555 Add AppVeyor configuration file. 2014-12-14 10:59:40 +01:00
GoldenCrystal da53411d30 Added an AppVeyor badge. 2014-12-14 03:49:59 +01:00
GoldenCrystal fd2e8122ed Added a permissive code point enumerator, which doesn't choke on lone surrogates. 2014-11-26 22:27:09 +01:00
GoldenCrystal 3abba328ee Updated the README file. v1.0 2014-11-24 23:19:30 +01:00
GoldenCrystal 38a9d989ff Add .nuspec file. 2014-11-24 22:56:12 +01:00
GoldenCrystal f8d468bc94 Prepare for NuGet publishing. 2014-11-24 22:53:33 +01:00
GoldenCrystal 0d3239d700 Added tests for CJK radicals, NumericType, NumericValue, Hangul syllable names. 2014-11-24 22:01:31 +01:00
GoldenCrystal 84e1a40612 Renamed UnicodeCharacterRange to UnicodeCodePointRange, and added a few unit tests. 2014-11-24 21:47:06 +01:00
GoldenCrystal 78baae7ff2 Added support for CJK radicals.
Addded CJK radical & stroke count information to the UI.
2014-11-24 20:09:59 +01:00
GoldenCrystal 475e9c5e44 Added support for kRSUnicode/Unicode_Radical_Stroke. 2014-11-24 02:36:09 +01:00
GoldenCrystal 76e5b5f0ba Added ValueNameAttribute on UnicodeCharInfo properties. Those reference the name of the associated Unicode property. 2014-11-24 02:20:18 +01:00
GoldenCrystal 2fd517a286 Included a cleaned source file for the icon. 2014-11-24 00:55:50 +01:00
GoldenCrystal 4f03ba85d9 Exposed cross-references, and added them to the UI. 2014-11-24 00:24:55 +01:00
GoldenCrystal 95fd83cb6d Imported related code points (aka cross-references) from NamesList.txt. 2014-11-23 18:44:32 +01:00
GoldenCrystal 21253a170e Slightly improved the lookup for character data. 2014-11-23 16:38:52 +01:00
GoldenCrystal ee8c1b1f6e Updated the documentation. 2014-11-21 17:33:52 +01:00
GoldenCrystal 2324d2c272 Rebuilt the data file, and fixed the handling of name aliases. 2014-11-21 17:04:55 +01:00
GoldenCrystal b148e69ca0 Added the code to parse NameAliases.txt an updated the UI. 2014-11-21 16:51:09 +01:00
GoldenCrystal d5131ef008 Exposed the name aliases and refactored argument exceptions. 2014-11-21 16:25:57 +01:00
GoldenCrystal 343dc823cf Included name aliases in the data file. 2014-11-21 16:02:19 +01:00
GoldenCrystal 4119824ffc First tentative of name alias encoding. 2014-11-21 15:41:27 +01:00