openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
CsConsoleFormat
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #35 from sk-coolascode/master
Alexander Prokhorov
More...
over 2 years ago
Update ReadMe.md
sk-coolascode
More...
over 2 years ago
Alba.CsConsoleFormat.CommandLineParser project WIP 3. Fixed display of errors and meta values.
Athari
More...
almost 7 years ago
Alba.CsConsoleFormat.CommandLineParser project WIP 2 (full support for CLP 1.9).
Athari
More...
almost 7 years ago
Alba.CsConsoleFormat.CommandLineParser project WIP 2 (full support for CLP 2.2). Added DocumentExts.Render* methods (Fluent). Added TextWrap.WordWrapSpace mode.
Athari
More...
almost 7 years ago
Alba.CsConsoleFormat.CommandLineParser project WIP 1. Added Alba.CsConsoleFormat.Sample.ProcessManager.clp22 project. Changed empty block to have (0;0) size instead of (0;1).
Athari
More...
almost 7 years ago
Disabled NuGet warnings for Alba.CsConsoleFormat.CommandLineParser project.
Athari
More...
almost 7 years ago
Cleaned up Alba.CsConsoleFormat.CommandLineParser project file.
Athari
More...
almost 7 years ago
Build fix.
Athari
More...
almost 7 years ago
Added Alba.CsConsoleFormat.CommandLineParser NuGet package.
Athari
More...
almost 7 years ago
Added Alba.CsConsoleFormat.CommandLineParser project.
Athari
More...
almost 7 years ago
Refactored .csproj files: moved common items to Settings.props.
Athari
More...
almost 7 years ago
AppVeyor build fix.
Athari
More...
almost 7 years ago
Fixed rendering of elements with negative margins.
Athari
More...
almost 7 years ago
Fixed rendering of elements clipped with MaxWidth with right or center alignment. Fixed uncontrolled growing of root Document element if VerticalAlign!=Top. Split Render into Render and RenderOverride.
Athari
More...
almost 7 years ago
Added EditorBrowsableState.Advanced to converters, Value-related classes and classes with extension methods. Replaced LayoutInfo class with direct properties in BlockElement.
Athari
More...
almost 7 years ago
Added `Values = { DockTo.Left }` syntax for enum types which are used in only one property (fluent only). Added `White.On(Black)` syntax for color pairs (fluent only). Added `1.Star()` and `2.Char()` GridLength extension methods for integers (fluent only). Added full fluent sample to ConsoleTest project. Changed ValuesInitializer to be extensible by making default Add methods extension methods.
Athari
More...
almost 7 years ago
Added `new Element { Values = { Foo.Bar == 1 } }` syntax for attached properties. Updated ReadMe to reflect recent changes in API: added npm/colors syntax, added constructor syntax.
Athari
More...
almost 7 years ago
#19 (MaxWidth can be ignored if parent element is stretched)
Athari
More...
almost 7 years ago
Renamed Canvas to Absolute (closer resembles CSS concepts, as WPF is clearly less popular; also less confusing for Delphi users, with their TCanvas, if any still exist).
Athari
More...
almost 7 years ago
Added constrcutors to all elements (which can have children) with `params object[] children` argument.
Athari
More...
almost 7 years ago
Added Unicode noise to ConsoleTest sample.
Athari
More...
almost 7 years ago
Added support for LineWidth.Heavy in LineCharRenderer.BoxExtended. Added Docuemnt.LineCharRenderer property.
Athari
More...
almost 7 years ago
#16 (Extend line characters): Switched to 4-direction line chars. Renamed LineChar.Wide to Double, added Heavy. Fixed order of arguments in LineThickness(h,v) constructor.
Athari
More...
almost 7 years ago
#15 (Extension methods to color strings like in npm.colors for JS)
Athari
More...
almost 7 years ago
Removed remaining usages of AddChildren and AddColumns, including ReadMe.
Athari
More...
almost 7 years ago
Mass rename to CSS-like names: HorizontalAlignment Align to Align Align, VerticalAlignment VAlign to VerticalAlign VerticalAlign, TextAlignment TextAlign to TextAlign TextAlign, TextWrapping TextWrap to TextWrap TextWrap, GridUnitType UnitType to GridUnit Unit.
Athari
More...
almost 7 years ago
Switched from AddChildren and AddColumns extension methods to Children and Columns collection initializers. Added Element.Values collection initializer for strongly types attached properties initialization.
Athari
More...
almost 7 years ago
Added Min/Max Width tests for BlockElement (2 tests fail).
Athari
More...
almost 7 years ago
Added BlockElement tests. Fixed Thickness(h,v) constructor (was CSS arg order instead of WPF order). Added exclusion based on ExcludeFromCodeCoverageAssemblyAttribute and target framework.
Athari
More...
almost 7 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree