]> O.S.I.I.S - jp/crow.git/commit
clean somme unneeded allocations
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 17 Jan 2021 15:09:01 +0000 (16:09 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 17 Jan 2021 15:09:01 +0000 (16:09 +0100)
commitbea20d8ca317d0f5938291d540f0ef6735bb9ef6
treeb90c74f1982548af91f7e67408344c056a5327cc
parentab9249af310f833275f946a47235fb447b6a049a
clean somme unneeded allocations
13 files changed:
.gitignore
Crow/src/2d/Size.cs
Crow/src/Font.cs
Crow/src/Widgets/Label.cs
Crow/src/Widgets/OldTextBox.cs [new file with mode: 0644]
Crow/src/Widgets/TextBox.cs
Crow/src/Widgets/Widget.cs
Crow/src/styling/StyleReader.cs
Samples/HelloWorld/main.cs
Samples/HelloWorld/ui/helloworld.crow
Samples/PerfTests/Properties/launchSettings.json
Samples/ShowCase/ui/showcase.crow
Samples/common/SampleBase.cs