Commit Graph

23 Commits

Author SHA1 Message Date
JFronny bb5ea72041 .NET Standard 2.1 & .NET 5.0 2020-11-11 16:37:40 +01:00
JFronny 1e451b78f9 Add initial argument parsing capabilites to CC_Functions.CommandLine 2020-09-11 11:41:08 +02:00
JFronny 85a67cd64a [Attempt] introduce CC_Functions.Core 2020-09-11 10:38:55 +02:00
JFronny 7699deb82c Slightly hacky fixes (most likely breaks something) 2020-06-12 19:48:31 +02:00
JFronny 30e27b9a21 No longer broken 2020-06-12 18:24:35 +02:00
JFronny 9e6b441169 ActualSize executes CalculatePosition 2020-06-12 18:16:47 +02:00
JFronny 5d380112ac Run events on all inputs 2020-06-12 16:39:02 +02:00
JFronny d562ea5295 I am officially stupid 2020-06-12 15:49:38 +02:00
JFronny 4abc39d48b I don't know how it works, I don't want to know but it works so I won't touch it from now 2020-06-12 15:40:08 +02:00
JFronny b56fb7db78 Remove DiffDraw.FullDraw (merged with DiffDraw.Draw) 2020-06-12 15:21:58 +02:00
JFronny c5fc9874b1 More null proofing 2020-06-12 15:12:13 +02:00
JFronny f0400a18bb Maybe fix stack overflow 2020-06-12 14:58:13 +02:00
JFronny f9e7fb1f40 Fix NullReferenceException in equality operations in Pixel.cs 2020-06-12 14:48:28 +02:00
JFronny 46605e282e Make "Color" property on TUI screen accessible 2020-06-12 14:38:07 +02:00
JFronny 3f35a47e90 Dont draw on title change (prevents NullReferenceException in edge case) 2020-06-12 14:25:24 +02:00
JFronny 94d3ff2873 Prevent DivideByZero if MaxValue and MinValue are equal 2020-06-12 13:02:05 +02:00
JFronny 70fa52a59a Allow MaxValue and MinValue of TUI.Slider to be equal 2020-06-12 12:25:12 +02:00
JFronny a70f4f4393 Call CalculatePosition if CenteredScreen.Title gets changed 2020-06-12 12:20:04 +02:00
JFronny fb44579b33 ValueChanged event for TUI Slider 2020-06-12 11:29:07 +02:00
JFronny 79531147b2 Two minor tweaks 2020-06-12 11:24:03 +02:00
JFronny f6950a0d4c Centered Screen (like Dialog) and fixes 2020-05-23 17:22:45 +02:00
JFronny d05f215a62 Document all non-mathematical functions 2020-05-23 15:32:29 +02:00
JFronny 11a528766c Simple component system for TUI apps, some basic components 2020-05-22 21:12:09 +02:00