Skip to content
Snippets Groups Projects
  1. May 25, 2018
  2. May 24, 2018
  3. May 18, 2018
    • Alexander Diewald's avatar
    • Alexander Diewald's avatar
      JavaFX: Add native looks. · 175c04cf
      Alexander Diewald authored
      * Add style sheets for a native look of JavaFX-based views such that the
        UI does not break too much in comparison to the SWT-based views.
      * Windows 8/10, Windows 7, and MacOS X are supported. For Linux (GTK/QT)
        no style sheets have been found at the creation time of this commit.
      * The style sheets for the Windows 7 and the MacOS look are bundled in
        jars that define additional controls for animation etc. These libs
        are not usable with the SWT/JavaFX integration layer since it is
        impossible to load the control classes defined in the CSS file. The
        reason for this resides in the special classloader architecture of the
        JavaFX/SWT integration where it is impossible to inject classes into
        the classloader hierarchy without modifying e(fx)clipse plugins, or
        writing custom classloader/wrapper plugins for osgi.
      * The licenses of the imported CSS files are 2- and 3-clause BSD
        licenses which are placed in the folders containing the CSS files.
      
      Issue-Ref: 3209
      Issue-Url: https://af3-developer.fortiss.org/issues/3209
      
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      175c04cf
    • Alexander Diewald's avatar
      Apache-commons: Restructure, add lang3. · b4455d2a
      Alexander Diewald authored
      * Move the existing apache commons jars to a subfolder in the lib
        directory.
      * Add the license file in the apache commons folder and include it in
        the build variants.
      * Add the apache commons lang3 library that can be used in parallel to
        the older lang library due to different namespaces. It will be applied
        for differentiating between recent OSes, for instance.
      
      Issue-Ref: 3209
      Issue-Url: https://af3-developer.fortiss.org/issues/3209
      
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      b4455d2a
  4. May 04, 2018
  5. Apr 26, 2018
  6. Apr 25, 2018
  7. Apr 24, 2018
  8. Apr 23, 2018
  9. Apr 18, 2018
  10. Apr 17, 2018
  11. Apr 13, 2018
  12. Apr 12, 2018
  13. Apr 11, 2018
  14. Apr 10, 2018
  15. Apr 09, 2018
Loading