]> O.S.I.I.S - jp/crow.git/commit
replace FastEnum with Enums.NET for flags handling, Bubbling event as Flag, requiredL...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 12 Jul 2021 06:45:51 +0000 (08:45 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 12 Jul 2021 06:45:51 +0000 (08:45 +0200)
commit5c91d515f8e05171ff94323c49831f080a11adec
tree524bdc58416c40c4bf007988dade3b051010771a
parent5c30903a5f07342b1c2741240ff8dd173c1c641f
replace FastEnum with Enums.NET for flags handling, Bubbling event as Flag, requiredLayouting, MAXLAYOUTINGTRY=>30
78 files changed:
Crow.sln
Crow/Crow.csproj
Crow/Default.style
Crow/Icons/pin.svg [new file with mode: 0644]
Crow/Icons/unpin.svg [new file with mode: 0644]
Crow/Templates/DirectoryView.template
Crow/Templates/DockWindow.template
Crow/Templates/MenuItem.template
Crow/Templates/MessageBox.template
Crow/Templates/ToolWindow.template
Crow/Templates/Window.template
Crow/Templates/WindowButton.template [new file with mode: 0644]
Crow/src/Colors.cs
Crow/src/Configuration.cs
Crow/src/DebugUtils/DbgEvent.cs
Crow/src/DebugUtils/DbgEvtType.cs
Crow/src/DebugUtils/DbgLayoutEvent.cs
Crow/src/DebugUtils/DbgWidgetEvent.cs
Crow/src/DebugUtils/DbgWidgetRecord.cs
Crow/src/DebugUtils/DebugLogger.cs
Crow/src/Fill/SolidColor.cs
Crow/src/Font.cs
Crow/src/IML/CompilerServices.cs
Crow/src/IML/Instantiator.cs
Crow/src/Input/MouseEventArgs.cs
Crow/src/Interface.cs
Crow/src/ItemTemplate.cs
Crow/src/LayoutingQueueItem.cs
Crow/src/ObservableList.cs
Crow/src/Widgets/ColorPicker.cs
Crow/src/Widgets/DockStack.cs
Crow/src/Widgets/DockWindow.cs
Crow/src/Widgets/Expandable.cs
Crow/src/Widgets/GenericStack.cs
Crow/src/Widgets/Group.cs
Crow/src/Widgets/GroupBase.cs
Crow/src/Widgets/ILayoutable.cs
Crow/src/Widgets/Label.cs
Crow/src/Widgets/PrivateContainer.cs
Crow/src/Widgets/ScrollBar.cs
Crow/src/Widgets/TableRow.cs
Crow/src/Widgets/TemplatedContainer.cs
Crow/src/Widgets/TemplatedControl.cs
Crow/src/Widgets/TemplatedGroup.cs
Crow/src/Widgets/Widget.cs
Crow/src/Widgets/Window.cs
Crow/src/Widgets/Wrapper.cs
Samples/DebugLogAnalyzer/src/DebugInterface.cs
Samples/DebugLogAnalyzer/src/DebugInterfaceWidget.cs
Samples/DebugLogAnalyzer/ui/DbgEventView.template
Samples/DebugLogAnalyzer/ui/DbgEvtTooltip.crow
Samples/ShowCase/ui/showcase.crow
Samples/common/src/Editor.cs
Samples/common/src/SampleBase.cs
Samples/common/ui/Interfaces/Divers/0.crow
Samples/common/ui/Interfaces/Divers/color3.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/fitListWithStretchedItems.crow
Samples/common/ui/Interfaces/Divers/testDisable.crow
Samples/common/ui/Interfaces/Divers/windows.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Experimental/colorPicktest.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Experimental/colorPicktest2.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Experimental/multiColorPick2.crow
Samples/common/ui/Interfaces/Experimental/tabView1.crow
Samples/common/ui/Interfaces/Stack/StretchedInFit1.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.1.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.2.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.3.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.4.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.5.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Stack/StretchedInFit3.crow
Samples/common/ui/Interfaces/Stack/StretchedInFit5.crow
Samples/common/ui/Interfaces/TemplatedControl/testItemTemplateTag.crow
Samples/common/ui/Interfaces/colorPicker.tmp
Samples/common/ui/templates/ColorPicker.template
Samples/common/ui/templates/testitems.crow [new file with mode: 0644]
Samples/dockableWindows/dockableWindows.cs
Samples/dockableWindows/ui/dock.style
Samples/dockableWindows/ui/dockWin.template