Skip to content

Releases: pharo-graphics/Roassal

v1.06f

14 Jun 14:04
613f15c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.06e...v1.06f

v1.06e

17 May 15:31
469b614
Compare
Choose a tag to compare

What's Changed

  • Remove reference to deprecated class by @jecisc in #66

Full Changelog: v1.06d...v1.06e

v1.06d

06 May 13:26
3af02a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.06c...v1.06d

v1.06c

15 Mar 10:24
f926555
Compare
Choose a tag to compare

What's Changed

  • Restrict changes done to #drawOn: on RSAthensMorph in pull request #56 to Pharo 12 by @Rinzwind in #61

Full Changelog: v1.06b...v1.06c

v1.06b

12 Mar 13:09
07c8952
Compare
Choose a tag to compare

What's Changed

  • Fix scaling in Pharo < 12 by @jecisc in #60
  • Simplify roassal baseline and fix problem in other version than P11 by @jecisc in #59

Full Changelog: v1.06...v1.06b

v1.06

11 Mar 13:05
5d00570
Compare
Choose a tag to compare

What's Changed

  • Reimplement some explicitly required methods to speed up shapes by @jecisc in #54
  • Make RSAthensMorph apply the world renderer canvas scale factor by @Rinzwind in #56
  • Added .gitignore file and Removed DS_Store file by @jordanmontt in #57
  • Feature add relative y axis label values by @jordanmontt in #58

New Contributors

Full Changelog: v1.03...v1.06

Fixes

28 Oct 09:35
Compare
Choose a tag to compare

This release fixes v1.05 with the missing method clipChildren and it fixes the issue #9

v1.05

27 Oct 13:14
Compare
Choose a tag to compare
  • Intruduce dirty rectangle, we do not draw every thing
image

Introducing the revolutionary "Dirty Rectangle" system in Roassal Pharo! Say goodbye to the hassle of redrawing everything – now, your visualizations are smarter and more efficient than ever before.

  • condense code.
  • New file format for source code
  • new dependencies for Pharo
  • Example browser now contains 2 buttons to show the dirty rectangle and the encompassing rectangles in each example
image
  • More tests
  • encompassingRectangle now considers border width.
  • RSCanvas now has method invalidate that redraws everything, instead of signalUpdate.
  • signalUpdate now only redraws the dirty rectangle.
  • shapes now has a flag to know if they are dirty.
  • RTree is a separated project now https://github.com/pharo-graphics/RTree

1.04b fixes

15 Oct 21:48
Compare
Choose a tag to compare
  • Added a missing class

New home

12 Oct 16:18
Compare
Choose a tag to compare

First release in Pharo graphics