]> 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)
commit9d381671ec0b1266448eddbf4c4935cdc7d23a9f
tree34e9b4b0296eea8dba03024491934413bcd54083
parenta64627699d4919d389522d92032ce4f05704d313
docking save/restore; use image surfaces as cache for graphic object instead of backend similar which blink too much
37 files changed:
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