]> O.S.I.I.S - jp/crow.git/commit
rename GraphicObject to Widget
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 21 Dec 2018 04:24:46 +0000 (05:24 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 21 Dec 2018 04:24:46 +0000 (05:24 +0100)
commit478959aad0df1b870304e1d64f6b284994c2feeb
tree321a293e5c4531fcf1c170e2cc2ff5fe902bd233
parent76981dce006e02bda96668f2559c9047afe23f8a
rename GraphicObject to Widget
119 files changed:
Crow/Templates/ColorPicker.template
Crow/Templates/DirectoryView.template
Crow/Templates/DockWindow.template
Crow/Templates/FileDialog.template
Crow/Templates/FileItems.template
Crow/Templates/GroupBox.template
Crow/Templates/MenuItem.template
Crow/Templates/MessageBox.template
Crow/Templates/ToolWindow.template
Crow/Templates/Window.template
Crow/src/BubblingMouseButtonEventArgs.cs
Crow/src/CompilerServices/CompilerServices.cs
Crow/src/CrowThread.cs
Crow/src/DragDropEventArgs.cs
Crow/src/DynAttribute.cs
Crow/src/Font.cs
Crow/src/GraphicObjects/ColorSelector.cs
Crow/src/GraphicObjects/Container.cs
Crow/src/GraphicObjects/DockStack.cs
Crow/src/GraphicObjects/GenericStack.cs
Crow/src/GraphicObjects/GraphicObject.cs [deleted file]
Crow/src/GraphicObjects/Grid.cs
Crow/src/GraphicObjects/Group.cs
Crow/src/GraphicObjects/Image.cs
Crow/src/GraphicObjects/Label.cs
Crow/src/GraphicObjects/Menu.cs
Crow/src/GraphicObjects/MenuItem.cs
Crow/src/GraphicObjects/MessageBox.cs
Crow/src/GraphicObjects/Popper.cs
Crow/src/GraphicObjects/PrivateContainer.cs
Crow/src/GraphicObjects/ProgressBar.cs
Crow/src/GraphicObjects/Scroller.cs
Crow/src/GraphicObjects/ScrollingObject.cs
Crow/src/GraphicObjects/Shape.cs
Crow/src/GraphicObjects/Slider.cs
Crow/src/GraphicObjects/Splitter.cs
Crow/src/GraphicObjects/TabItem.cs
Crow/src/GraphicObjects/TabView.cs
Crow/src/GraphicObjects/TemplatedContainer.cs
Crow/src/GraphicObjects/TemplatedControl.cs
Crow/src/GraphicObjects/TemplatedGroup.cs
Crow/src/GraphicObjects/TestCairoPatch.cs
Crow/src/GraphicObjects/TextRun.cs
Crow/src/GraphicObjects/TreeView.cs
Crow/src/GraphicObjects/Trend.cs
Crow/src/GraphicObjects/Widget.cs [new file with mode: 0644]
Crow/src/GraphicObjects/Window.cs
Crow/src/GraphicObjects/Wrapper.cs
Crow/src/IML/IMLContext.cs
Crow/src/Instantiator.cs
Crow/src/Interface.cs
Crow/src/ItemTemplate.cs
Crow/src/LayoutingQueueItem.cs
CrowIDE/CrowIDE.csproj
CrowIDE/src/CrowIDE.cs
CrowIDE/src/DesignInterface.cs
CrowIDE/src/Editors/ImlSchematicEditor.cs
CrowIDE/src/Editors/ImlVisualEditor.cs
CrowIDE/src/Extensions.cs
CrowIDE/src/GraphicObjectDesignContainer.cs
CrowIDE/src/MemberView/MembersView.cs
CrowIDE/src/MemberView/PropertyContainer.cs
CrowIDE/src/ProjectTree/ImlProjectItem.cs
CrowIDE/src/Solution.cs
CrowIDE/src/VerticalLine.cs
CrowIDE/ui/DockWindows/GTreeExpITemp.crow
CrowIDE/ui/DockWindows/WinSchemaItem.template
CrowIDE/ui/DockWindows/winGTExplorer.crow
CrowIDE/ui/DockWindows/winSchema.crow
CrowIDE/ui/LQIsExplorer.crow
CrowIDE/ui/ProjectTree.template
CrowIDE/ui/editors/EditTabItem.template
CrowIDE/ui/editors/SourceEditor.crow
CrowIDE/ui/editors/TextEditor.crow
Tests/GraphicObjects/ColorCircleSelector.cs
Tests/GraphicObjects/LaggingGraphicObject.cs
Tests/GraphicObjects/SimpleGauge.cs
Tests/Interfaces/Container/0.crow
Tests/Interfaces/Container/1.crow
Tests/Interfaces/Container/2.crow
Tests/Interfaces/Divers/0.crow
Tests/Interfaces/Divers/5.crow
Tests/Interfaces/Divers/colorPicker.crow
Tests/Interfaces/Divers/testCtxMenu.crow
Tests/Interfaces/Divers/testFocus.crow
Tests/Interfaces/Divers/testVisibility.crow
Tests/Interfaces/Divers/welcome.crow
Tests/Interfaces/Experimental/DockWindow.template
Tests/Interfaces/Experimental/testDock.crow
Tests/Interfaces/Experimental/testDock2.crow
Tests/Interfaces/Experimental/testStack.crow
Tests/Interfaces/GraphicObject/1.crow
Tests/Interfaces/GraphicObject/2.crow
Tests/Interfaces/Group/0.crow
Tests/Interfaces/Group/1.crow
Tests/Interfaces/Group/2.crow
Tests/Interfaces/Group/3.crow
Tests/Interfaces/Group/4.crow
Tests/Interfaces/Stack/0.crow
Tests/Interfaces/Stack/0h.crow
Tests/Interfaces/Stack/1.crow
Tests/Interfaces/Stack/1h.crow
Tests/Interfaces/Stack/2.crow
Tests/Interfaces/Stack/2h.crow
Tests/Interfaces/Stack/3.crow
Tests/Interfaces/Stack/3h.crow
Tests/Interfaces/TemplatedContainer/testPopper.crow
Tests/Interfaces/TemplatedContainer/testWindow.goml
Tests/Interfaces/TemplatedContainer/testWindow3.goml
Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
Tests/Interfaces/Wrapper/1.1.crow
Tests/Interfaces/Wrapper/1.crow
Tests/Interfaces/Wrapper/2.1.crow
Tests/Interfaces/Wrapper/2.2.crow
Tests/Interfaces/Wrapper/2.crow
Tests/Interfaces/colorItem.crow
Tests/Interfaces/colorItem2.crow
Tests/Showcase.cs
Tests/ui/dbgLogColors.crow