]> O.S.I.I.S - jp/crow.git/commit
label, cached line width in pixel in LineSpan struct, use stackalloc for a single...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 14 Jan 2021 07:07:43 +0000 (08:07 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 14 Jan 2021 07:07:43 +0000 (08:07 +0100)
commitb33e72ca00d0f30365f81cfa561233a8395078dd
tree916e61f3a6776ea97f73d77ea8b601684c2ad5f2
parent55214b441fb6c5180a3051ee38b5506859703981
label, cached line width in pixel in LineSpan struct, use stackalloc for a single utf8 conversion for size and print, perfs and samplebase
26 files changed:
Crow/Crow.csproj
Crow/Default.style
Crow/src/DebugUtils/DebugLogger.cs
Crow/src/Mono.Cairo/Context.cs
Crow/src/Widgets/FileDialog.cs
Crow/src/Widgets/Label.cs
Crow/src/Widgets/OldLabel.cs [new file with mode: 0644]
Samples/BasicTests/BasicTests.cs
Samples/BasicTests/BasicTests.csproj
Samples/DebugLogAnalyzer/Program.cs
Samples/PerfTests/Program.cs
Samples/PerfTests/Properties/launchSettings.json
Samples/ShowCase/ShowCase.cs
Samples/common/SampleBase.cs
Samples/common/ui/Interfaces/Divers/testVisibility.crow
Samples/common/ui/Interfaces/Experimental/testDock2.crow [deleted file]
Samples/common/ui/Interfaces/PerfLabels/0.crow [deleted file]
Samples/common/ui/Interfaces/PerfLabels/0_single_Label.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/0_single_oldLabel.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/1.crow [deleted file]
Samples/common/ui/Interfaces/PerfLabels/1_single_lab_update.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/1_single_old_update.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/2.crow [deleted file]
Samples/common/ui/Interfaces/PerfLabels/2_labels_update.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/2_old_labels_update.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/PerfLabels/labels.crow [deleted file]