From 3260d86cda78bd53070f7318863df642f3492588 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 12 Jun 2015 14:42:57 +0200 Subject: [PATCH] - Window - Popper - redraw clipping debug, solved old top container clipping bug :-) --- GOLib.csproj | 1 + Templates/Popper.goml | 2 +- Templates/Window.goml | 13 +++ Tests/GOLIBTest_4.cs | 21 ++--- Tests/GOLIBTest_Container.cs | 119 +++++++++++++++++++++++++ Tests/GOLIBTest_Label.cs | 119 +++++++++++++++++++++++++ Tests/GOLIBTest_Window.cs | 119 +++++++++++++++++++++++++ Tests/Interfaces/test4.goml | 42 ++++----- Tests/Interfaces/testContainer.goml | 6 ++ Tests/Interfaces/testLabel.goml | 3 + Tests/Interfaces/testWindow.goml | 11 +++ Tests/Tests.csproj | 14 ++- src/GraphicObjects/GenericStack.cs | 2 +- src/GraphicObjects/GraphicObject.cs | 2 +- src/GraphicObjects/PrivateContainer.cs | 6 +- src/GraphicObjects/Window.cs | 51 ++++++++++- src/OpenTKGameWindow.cs | 2 +- 17 files changed, 492 insertions(+), 41 deletions(-) create mode 100755 Templates/Window.goml create mode 100644 Tests/GOLIBTest_Container.cs create mode 100644 Tests/GOLIBTest_Label.cs create mode 100644 Tests/GOLIBTest_Window.cs create mode 100755 Tests/Interfaces/testContainer.goml create mode 100755 Tests/Interfaces/testLabel.goml create mode 100755 Tests/Interfaces/testWindow.goml diff --git a/GOLib.csproj b/GOLib.csproj index 91937816..77bce975 100644 --- a/GOLib.csproj +++ b/GOLib.csproj @@ -172,5 +172,6 @@ + diff --git a/Templates/Popper.goml b/Templates/Popper.goml index 0a1d07e8..638c73c3 100755 --- a/Templates/Popper.goml +++ b/Templates/Popper.goml @@ -1,5 +1,5 @@  - +