Releases: pharo-graphics/Roassal
Releases · pharo-graphics/Roassal
v1.06f
v1.06e
v1.06d
What's Changed
- Fix usage of removed dependentPackages by @pavel-krivanek in #63
New Contributors
- @pavel-krivanek made their first contribution in #63
Full Changelog: v1.06c...v1.06d
v1.06c
v1.06b
v1.06
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
- @jecisc made their first contribution in #54
- @jordanmontt made their first contribution in #57
Full Changelog: v1.03...v1.06
Fixes
v1.05
- Intruduce dirty rectangle, we do not draw every thing
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
- 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
- Added a missing class
New home
First release in Pharo graphics
- New home: https://github.com/pharo-graphics/Roassal
- Old releases are here https://github.com/ObjectProfile/Roassal3
- Since Object profile is a private repository we move it to control de development and integration with pharo ecosystem.
- New package rule,
Roassal3
=>Roassal
. If you have extension methods please just rename it. Eg:*Roassal3-Inspector
=>*Roassal-Inspector
. - Roassal layouts are in a new repository https://github.com/pharo-graphics/RoassalLayouts
- Roassal does not contains layouts anymore, but there are some method extension.