Commits on Source (49)
-
Patrick van Berkel authored70819741
-
Patrick van Berkel authorede2cb37d4
-
Patrick van Berkel authored04d1b945
-
Patrick van Berkel authored43ac8883
-
Patrick van Berkel authored
When resizing the canvas there exist a few queued rendered 'frames' which size does not match the new window size causing invalid ImageData values. This change prevents the resulting exception resulting in a blank window while resizing the SVG viewer.
807c73a5 -
Patrick van Berkel authored94d4cc73
-
Patrick van Berkel authored7d034b80
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored
Removed zooming and panning using SVG document viewBox attribute. Now only implement zooming by setting graphics scale factor.
f8bd34a4 -
Patrick van Berkel authored6e3ac275
-
Patrick van Berkel authored
-
Patrick van Berkel authoredf3eef1da
-
Patrick van Berkel authoredb18fe32e
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored
- Pass dimensions along with pixeldata during simulation with SVG. - Also enable redraw of SVG image when running GUI input mode.
7567d1dc -
Patrick van Berkel authoredfb669fa3
-
Patrick van Berkel authoredefb4bde8
-
Patrick van Berkel authoredc0e448fb
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored255cbbf5
-
Patrick van Berkel authored
-
Patrick van Berkel authored59b79354
-
Patrick van Berkel authored858b4f35
-
Patrick van Berkel authored4ffd2e80
-
Patrick van Berkel authored
-
Patrick van Berkel authored0eb5f150
-
Patrick van Berkel authoredd32975e8
-
Patrick van Berkel authored75aba36d
-
Patrick van Berkel authored0326c673
-
Patrick van Berkel authored70c29101
-
Patrick van Berkel authored99d449c3
-
Patrick van Berkel authored
-
Patrick van Berkel authored5be7fa40
-
Patrick van Berkel authored
-
Patrick van Berkel authored
-
Patrick van Berkel authored9261a9b2
-
Patrick van Berkel authored0ac9a02d
-
Patrick van Berkel authoredaa406aea
-
Patrick van Berkel authored
-
Dennis Hendriks authored1bb6c7a2
-
Dennis Hendriks authored25fdbde9
-
Dennis Hendriks authored
- Ensure section comment before the entire section. - Move common part of comments to section comment. - Explain synchronous vs asynchronous redraw request more clearly. - Don't use class names in comments, as there is no syntax check on it. - If we ever change the class name, we'll forget to update this.
-
Dennis Hendriks authoredd8aa544f
-
Dennis Hendriks authored
Showing
- chi/org.eclipse.escet.chi.runtime/src/org/eclipse/escet/chi/runtime/ChiSvgOutput.java 9 additions, 10 deletions...ntime/src/org/eclipse/escet/chi/runtime/ChiSvgOutput.java
- cif/org.eclipse.escet.cif.simulator/src/org/eclipse/escet/cif/simulator/output/plotviz/PlotVisualizerCanvas.java 43 additions, 17 deletions...et/cif/simulator/output/plotviz/PlotVisualizerCanvas.java
- cif/org.eclipse.escet.cif.simulator/src/org/eclipse/escet/cif/simulator/output/svgviz/SvgPaintThread.java 35 additions, 21 deletions...pse/escet/cif/simulator/output/svgviz/SvgPaintThread.java
- cif/org.eclipse.escet.cif.simulator/src/org/eclipse/escet/cif/simulator/output/svgviz/SvgRenderThread.java 76 additions, 11 deletions...se/escet/cif/simulator/output/svgviz/SvgRenderThread.java
- common/org.eclipse.escet.common.eclipse.ui/src/org/eclipse/escet/common/eclipse/ui/G2dSwtCanvas.java 7 additions, 5 deletions...src/org/eclipse/escet/common/eclipse/ui/G2dSwtCanvas.java
- common/org.eclipse.escet.common.eclipse.ui/src/org/eclipse/escet/common/eclipse/ui/RenderedImage.java 27 additions, 0 deletions...rc/org/eclipse/escet/common/eclipse/ui/RenderedImage.java
- common/org.eclipse.escet.common.svg/src/org/eclipse/escet/common/svg/Dimensions.java 24 additions, 0 deletions...mmon.svg/src/org/eclipse/escet/common/svg/Dimensions.java
- common/org.eclipse.escet.common.svg/src/org/eclipse/escet/common/svg/SvgCanvas.java 164 additions, 38 deletions...ommon.svg/src/org/eclipse/escet/common/svg/SvgCanvas.java
- common/org.eclipse.escet.common.svg/src/org/eclipse/escet/common/svg/SvgUserInteractionHandler.java 60 additions, 0 deletions...g/eclipse/escet/common/svg/SvgUserInteractionHandler.java
- common/org.eclipse.escet.common.svg/src/org/eclipse/escet/common/svg/selector/SvgSelector.java 12 additions, 4 deletions...rc/org/eclipse/escet/common/svg/selector/SvgSelector.java