]> 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)
commit8ad22182b34090aa2cf0a9d3712a32d817c83795
tree9a459be734365e6a5c114b170aba766a69ff7b99
parentf4f93d9db467e3ba22310aa62fc8a52c7f6f4331
rename GraphicObject to Widget
98 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
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