Skip to content
Snippets Groups Projects
  1. Dec 14, 2021
  2. Dec 13, 2021
  3. Dec 12, 2021
  4. Dec 11, 2021
  5. Dec 10, 2021
    • Ulrich Schöpp's avatar
      Improve update performance of DynamicTreeTableViewer · 2065ce00
      Ulrich Schöpp authored and Ulrich Schöpp's avatar Ulrich Schöpp committed
      
      For models with larger data dictionaries, the update of the data
      dictionary can become slow enough that editing element names becomes
      difficult. This commit changes the DynamicTreeTableViewer such that
      not the whole tree is re-build on every update. This solves the
      issue with the data dictionaries.
      
      Signed-off-by: default avatarUlrich Schöpp <schoepp@fortiss.org>
      Issue-Ref: 4192
      2065ce00
    • Ulrich Schöpp's avatar
      Improve zooming, panning, performance in DiagramViewer · 38c18334
      Ulrich Schöpp authored and Ulrich Schöpp's avatar Ulrich Schöpp committed
      
      Zoom:
      - When zooming with ctrl-scroll, the viewer fixes the content
        under the mouse pointer, so that zooming does not move the
        content.
      - On Linux, zoom did not work proper. The grid was zoomed,
        but the content remained unchanged.
      
      Panning:
      - The viewer now supports panning with ctrl-drag.
      
      Other changes:
      - The code for zooming and moving the content has been simplified.
        Rather than applying transformations to all nodes separately and
        repeating coordinate calculations, the content scale and
        translation is now controlled by a single transformation.
        Coordinate transformations are done using JavaFX's methods.
      - The GridCanvas has been optimized to avoid redrawing its content
        (which resulted in a noticable slow-down during panning). The
        grid canvas is not redrawn when the content is only moved.
      
      Signed-off-by: default avatarUlrich Schöpp <schoepp@fortiss.org>
      Issue-Ref: 4181
      38c18334
  6. Oct 25, 2021
  7. Oct 21, 2021
  8. Sep 27, 2021
  9. Sep 22, 2021
  10. Sep 21, 2021
  11. Sep 13, 2021
  12. Sep 02, 2021
  13. Aug 05, 2021
  14. Jul 01, 2021
  15. Apr 19, 2021
  16. Apr 16, 2021
  17. Apr 01, 2021
  18. Feb 12, 2021
  19. Jan 25, 2021
  20. Jan 23, 2021
  21. Oct 26, 2020
  22. Oct 20, 2020
Loading