Commit Graph

104 Commits

Author SHA1 Message Date
J. Fronny
454d902f04 Merge branch 'renovate/system.management-5.x' into 'master'
Update dependency System.Management to v5

See merge request JFronny/CC-Functions!2
2020-11-10 15:21:36 +00:00
Renovate Bot
fc68a0f6f7
Update dependency System.Management to v5 2020-11-10 12:17:13 +00:00
J. Fronny
dba8d63af5 Merge branch 'renovate/system.security.cryptography.protecteddata-5.x' into 'master'
Update dependency System.Security.Cryptography.ProtectedData to v5

See merge request JFronny/CC-Functions!3
2020-11-10 12:01:40 +00:00
Renovate Bot
65ae6b84e7
Update dependency System.Security.Cryptography.ProtectedData to v5 2020-11-10 01:18:08 +00:00
JFronny
1e451b78f9 Add initial argument parsing capabilites to CC_Functions.CommandLine 2020-09-11 11:41:08 +02:00
JFronny
7c9a5aa73d Include CC_Functions.Core in README and nugets artifact 2020-09-11 10:46:29 +02:00
JFronny
85a67cd64a [Attempt] introduce CC_Functions.Core 2020-09-11 10:38:55 +02:00
J. Fronny
0fa5fd6e82 Update .gitlab-ci.yml 2020-08-31 19:14:46 +00:00
J. Fronny
ea2572d585 Update .gitlab-ci.yml 2020-08-31 19:01:19 +00:00
J. Fronny
0743b09941 Update .gitlab-ci.yml 2020-07-31 13:36:39 +00:00
J. Fronny
45b7c9263c Add LICENSE 2020-06-27 16:23:37 +00:00
J. Fronny
94bd0fa189 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request JFronny/CC-Functions!1
2020-06-23 12:09:01 +00:00
Renovate Bot
3fc3cd61b5
Add renovate.json 2020-06-23 08:48:43 +00:00
J. Fronny
282a249f3f Update README.md 2020-06-18 20:02:24 +00:00
J. Fronny
a24905c884 Update README.md 2020-06-18 20:01:33 +00:00
J. Fronny
eb4d7fe2ec Delete main.yml 2020-06-18 20:00:14 +00:00
J. Fronny
fdf8afb388 Update .gitlab-ci.yml 2020-06-18 19:59:55 +00:00
J. Fronny
622d1aa130 Update .gitlab-ci.yml 2020-06-18 19:54:12 +00:00
J. Fronny
4969a420ee Update .gitlab-ci.yml 2020-06-18 19:47:23 +00:00
J. Fronny
f3cb5e136c Update .gitlab-ci.yml 2020-06-18 18:46:14 +00:00
J. Fronny
5cb6fd677a Update .gitlab-ci.yml 2020-06-18 18:40:59 +00:00
J. Fronny
f6644550a6 Update .gitlab-ci.yml 2020-06-18 18:32:38 +00:00
J. Fronny
21ab015742 Update .gitlab-ci.yml 2020-06-18 18:23:05 +00:00
J. Fronny
87b4f3fd08 Update .gitlab-ci.yml 2020-06-18 18:15:20 +00:00
J. Fronny
d7fdd3a711 Update .gitlab-ci.yml 2020-06-18 18:09:19 +00:00
J. Fronny
6b46c7950e Update .gitlab-ci.yml 2020-06-18 17:58:54 +00:00
J. Fronny
db42601eba Update .gitlab-ci.yml 2020-06-18 17:47:33 +00:00
J. Fronny
6b747bdbe8 Update .gitlab-ci.yml 2020-06-18 17:41:37 +00:00
J. Fronny
4dfb57fc2f Add .gitlab-ci.yml 2020-06-18 17:34:06 +00: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
5f3fb98999 Why where imports broken? 2020-05-25 19:32:53 +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
J. Fronny
bc6d83aa15
Mabe fix 2020-05-22 21:22:46 +02:00