]> 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)
committerj-p <jp_bruyere@hotmail.com>
Sat, 6 Feb 2021 19:28:02 +0000 (20:28 +0100)
commit2ab44f600bd0ecab04d03ba08fdc17ea195babf2
tree916e61f3a6776ea97f73d77ea8b601684c2ad5f2
parent0f08742ef206f006db97a8d2bc67b1c4cae34deb
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]