]> O.S.I.I.S - jp/crow.git/commit
hosted command
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 15 Sep 2021 19:26:39 +0000 (19:26 +0000)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 15 Sep 2021 19:26:39 +0000 (19:26 +0000)
commit8b343e10f1a65b07988e15ea76596b16a03adadc
treefc12eee11de644d429e6fb67516c46be82669377
parent5dcfd372592d5d21193d1dc5a58c385b2e8a6a7c
hosted command
28 files changed:
Crow/Crow.csproj
Crow/src/Command/ActionCommand.cs
Crow/src/Command/Binding.cs [new file with mode: 0644]
Crow/src/Command/Command.cs
Crow/src/Command/CommandGroup.cs
Crow/src/Command/KeyBinding.cs [new file with mode: 0644]
Crow/src/Command/ToggleCommand.cs
Crow/src/DebugUtils/PerformanceMeasure.cs
Crow/src/Enums.cs
Crow/src/EventArgs/ListChangedEventArg.cs
Crow/src/Fill/Gradient.cs
Crow/src/IML/CompilerServices.cs
Crow/src/Input/KeyEventArgs.cs
Crow/src/Input/MouseEventArgs.cs
Crow/src/Interface.cs
Crow/src/Widgets/Button.cs
Crow/src/Widgets/Label.cs
Crow/src/Widgets/MenuItem.cs
Crow/src/Widgets/PrivateContainer.cs
Crow/src/Widgets/TextBox.cs
Crow/src/Widgets/Widget.cs
Samples/ShowCase/ShowCase.cs
Samples/ShowCase/ui/showcase.crow
Samples/common/src/Editor.cs
Samples/common/src/SampleBase.cs
Samples/common/src/SampleBaseForEditor.cs
Samples/common/ui/Interfaces/Experimental/hostedCommand.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Experimental/toggleCmd.crow