1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #5 (Broken resource strings) More... almost 9 years ago
Ref #2 (Allow parsing of color value compatible with System.Drawing): Renamed CssValue.CalculatedColor to ComputedColor (to use usual CSS terminology). More... almost 10 years ago
Ref #3 (Documentation references to nsCSSKeywords): Added basic TextAlign test. More... almost 10 years ago
Ref #3 (Documentation references to nsCSSKeywords): Changed CssStyle consts to PascalCase. More... almost 10 years ago
Renamed nsStyle to CssStyle. More... almost 10 years ago
Merge branch 'master' of github.com:Athari/CsCss More... almost 10 years ago
Added color conversion methods overloads to CssColor without ref. Added CssValue.CalculatedColor property. More... almost 10 years ago
Added FxCop project More... over 10 years ago
Updated ReadMe: added link to CodeProject article More... over 10 years ago
Added CSS values to CssStyleSheet class diagram More... over 10 years ago
Added CssStyleSheet class diagram More... over 10 years ago
Fixed ReadMe More... over 10 years ago
Added NuGet support; updated ReadMe More... over 10 years ago
Added License.md More... over 10 years ago
Added test for SO question 18262390; fixed GetUris method (NRE if errors in CSS); added CssDeclaration.AllData property More... over 10 years ago
Lowered framework requirement to .NET 3.5 More... over 10 years ago
Renamed nsCSSScanner to CssScanner, nsCSSToken to CssToken, nsCSSTokenType to CssTokenType, nsCSSKeyword to CssKeyword, nsCSSScannerTests to CssScannerTests More... over 10 years ago
Added generated doc comments for CssProperty enum values More... over 10 years ago
Disabled building of Alba.Framework.CodeGeneration project in Release mode (was already disabled in Debug mode) More... over 10 years ago
Added ReadMe.md More... over 10 years ago
Renamed enum values to PascalCase of types CssAttrFunction, CssPseudoClass, CssPseudoElement, CssUnit; added EditorBrowsable attr to hide moz/unused enum values More... over 10 years ago
Renamed CssProperty._moz* to Moz*; simplified CssDeclaration.GetValue More... over 10 years ago
Added CssLoader.GetUris method (just lexer, bypassing parser) More... over 10 years ago
Added shortcuts for all CSS properties to CssDeclaration More... over 10 years ago
Renamed CssProperty enum values to PascalCase More... over 10 years ago
Shortened code generatd by WriteTypeRenames More... over 10 years ago
Completed Error reporting (added CssLoader.ParseError event, added test) More... over 10 years ago
Error reporting WIP (renamed ErrorReporter to CssErrorReporter, implemented CssErrorReporter, added error messages from css.properties, added AlbaCsCssTraceSources) More... over 10 years ago
Removed stupid "// namespace BlahBlah" comments, improved indentation, removed unused file generation More... over 10 years ago
CSS to Css file name fix (part 3) More... over 10 years ago