Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 1.93 KB

File metadata and controls

52 lines (46 loc) · 1.93 KB

News & Noteworthy

Release 1.1.0

  • Available on Sonatype Central now.
  • Mouse Scroll - zoom in/out axis on additional ALT key
  • Update Eclipse to version 4.34.
  • Set limit range for zoom, scroll, and adjust operations
  • Add setLimitRange() method to the IAxis interface
  • Show 'Undo Selection' menu entry at top main level
  • Chart - add specific user restriction option
  • Remove trailing spaces.
  • Vectorgraphics2d - PDF export circles
  • VectorGraphics2D - make PageSize flexible
  • Build with Java 21
  • Update Eclipse to 4.26
  • Logging - suppress chart type info
  • Add the preference page by default via the plugin.xml declaration.
  • Add scale X series method
  • Mistyped character in context menu localization
  • Harmonize methods to shift/scale series
  • Don't hardcode bright colors.
  • Default to theme colors for text.
  • Style the grid color via CSS.
  • Use a more subtle default color for grid lines.
  • Remove useless and duplicated preference page
  • Update PDFBox to 2.0.35
  • Convert to using SVG icons
  • Skip an occasionally black background image in Linux/Wayland.
  • Do not dispose Color objects
  • Do not pass Display to Color constructor
  • Do not use new Color(new RGB(r,g, b))
  • Use diamond operator
  • Force a repaint while sliding on Windows.
  • Fix unresponsive lasso zoom.
  • Disable buffered selection by default.

Release 0.12.0

  • Moved to version 0.12.0 to avoid confusions with existing pre-Eclipse SWTChart bundles
  • Internationalization support has been added
  • Keyboard and mouse events have been refactored to make them easier to use
  • Jar-signing added
  • Scroll bar thumb calculation has been fixed
  • Basic SVG export via Apache Batik has been added
  • A separate bundle for export options has been added
  • Improved series handling, introduced a flexible data model
  • SWT resource leaks fixed

Release 0.7.0

  • Initial release of the official Eclipse SWTChart project