]> O.S.I.I.S - jp/crow.git/commit
docking save/restore; use image surfaces as cache for graphic object instead of backe...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 4 Dec 2018 13:09:07 +0000 (14:09 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 4 Dec 2018 13:09:07 +0000 (14:09 +0100)
commit575b9c56ca21fa1f9cd888c275d3d1f541af2b83
tree63af14e5d3eae45828f03d62a23977b027884b74
parent7975dc2450afd9348e77f37948aef25a6a6c5331
docking save/restore; use image surfaces as cache for graphic object instead of backend similar which blink too much
46 files changed:
CrowIDE/src/CrowIDE.cs
CrowIDE/src/DesignInterface.cs
CrowIDE/src/Editors/Editor.cs
CrowIDE/src/Editors/ImlVisualEditor.cs
CrowIDE/src/Editors/SourceEditor.cs
CrowIDE/src/GraphicObjectDesignContainer.cs
CrowIDE/src/Project.cs
CrowIDE/src/ProjectTree/ProjectFile.cs
CrowIDE/ui/MenuItem.template
Default.style
Templates/MenuItem.template
Tests/BasicTests.cs
Tests/GraphicObjects/LaggingGraphicObject.cs [new file with mode: 0644]
Tests/Interfaces/Container/0.crow
Tests/Interfaces/Divers/0.crow
Tests/Interfaces/Divers/testFocus.crow [new file with mode: 0755]
Tests/Interfaces/Divers/testMenu.crow [new file with mode: 0755]
Tests/Interfaces/Experimental/DockWindow.template
Tests/Interfaces/Experimental/testDock.crow
Tests/Interfaces/colorItem2.crow [new file with mode: 0755]
Tests/Tests.csproj
Tests/image/blank-file.svg [new file with mode: 0644]
Tests/test.style
Tests/ui/MenuItem.template [new file with mode: 0644]
Tests/ui/dbgLog.crow
Tests/ui/dbgLogColors.crow [new file with mode: 0755]
src/BmpPicture.cs
src/Configuration.cs
src/GraphicObjects/DockStack.cs
src/GraphicObjects/DockWindow.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Menu.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/TextBox.cs
src/Interface.cs
src/Measure.cs
src/Mono.Cairo/Surface.cs
src/Mono.Cairo/XcbSurface.cs
src/Picture.cs
src/SvgPicture.cs
src/debug/DbgEventTypeColors.cs [new file with mode: 0644]
src/debug/DbgLogViewer.cs
src/debug/DebugLogger.cs