Skip to content

Releases: aspiringLich/PaintingCanvas

v1.4.5

21 May 17:52
Compare
Choose a tag to compare

Oopsie probably should have released this build like, 6 months ago.

  • Large internal refactor of Canvas and Drawable
  • added ability to put Drawables in layers
  • better docs and color support
  • more setColor functions
  • add ability to run an "atomic" operation on the canvas

Probably some more stuff too I just forgot since it's been 6 months since I've looked at the code

v1.4.4

08 Sep 22:32
Compare
Choose a tag to compare
  • Fixed documentation not building lol

v1.4.3

08 Sep 22:30
Compare
Choose a tag to compare
  • Cleaned up documentation
  • Added Hue enum
  • Added constructors for Drawable's that take in a String for a color name

v1.4.2

23 May 02:01
Compare
Choose a tag to compare
  • as per Mrs. Tan's request, an Image drawable
  • some other misc. internal tweaks

v1.4.1

27 Apr 22:08
Compare
Choose a tag to compare
  • Tweaked internal stuffs (Mostly rendering, cleaned up code a bit)
  • Refactored RenderLifecycle (not that anyone was using it anyway)
  • Fixed bug where I forgot to reset the graphics context's rotation
  • Added CanvasOptions

v1.4

19 Apr 19:45
Compare
Choose a tag to compare
  • (hopefully) MAJOR BUGFIX Fixed issues when directly modifying fields of Drawable's when multi-threading bs was hapenning
    • Privatized fields of Drawable
    • Added sync blocks to setters
  • Info Display widget: Tells you your mouse position & the current color you're hovering over (Mr. Galesi asked for it)

btw I did this entire update on a plane (i was bored)

v1.3.5

14 Mar 19:10
d3e477f
Compare
Choose a tag to compare

Fix the auto centering from incorrectly moving the initial elements.

Full Changelog: v1.3.4...v1.3.5

v1.3.4

13 Mar 16:22
Compare
Choose a tag to compare
  • fixed fadeIn() and fadeOut()

v1.3.3

13 Mar 14:00
Compare
Choose a tag to compare
  • Easing updates
  • New example: EasingDemo
  • auto-adding to canvas is optional
  • Recorder extension now blinks
  • Fix animation methods a lil

v1.3.2

09 Mar 15:45
Compare
Choose a tag to compare
  • Make setOutline work on Line and Path
  • tweaks & docs