]> O.S.I.I.S - jp/crow.git/commit
CrowIDE WIP, context commands, tooltips, PointIsIn(ref point), configuration no longe...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Feb 2018 13:58:36 +0000 (14:58 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Feb 2018 13:58:36 +0000 (14:58 +0100)
commitc1b29a565bdbf37fd88d268588710ce8f4f84d5b
tree37ec254f01bb8d2bad971c137fa787ca76a194d1
parent0efa7446134489edd303b349ae1220f1c4228e9a
CrowIDE WIP, context commands, tooltips, PointIsIn(ref point), configuration no longer static.

also:
- remove default null value for datasource
- dschange sender changed in group and privateContainer
- try closing menuItem, should debug
- Contains search also template in TemplatedContainer
- change in nodeAddress: expresion starting with '/' means current node
- MouseEventArgs CTOR with one source button
- RemoveWidget trigger check HoverWidget
- Orientation binding in Menu template
28 files changed:
Crow.csproj
Default.style
Icons/Icon_no.svg [new file with mode: 0644]
Icons/compiler_error.svg [new file with mode: 0644]
Icons/compiler_warning.svg [new file with mode: 0644]
Icons/compiler_warning_orange.svg [new file with mode: 0644]
Icons/project.svg [new file with mode: 0644]
Icons/projectRef.svg [new file with mode: 0644]
Icons/warning_construction.svg [new file with mode: 0644]
Templates/ContextMenu.template [new file with mode: 0644]
Templates/Menu.template
Templates/MenuItem.template
Tests/BasicTests.cs
Tests/Interfaces/GraphicObject/testCtxMenu.crow [new file with mode: 0755]
Tests/Tests.csproj
src/Configuration.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/ILayoutable.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedGroup.cs
src/IML/NodeAddress.cs
src/Input/MouseEventArgs.cs
src/Interface.cs