Skip to content

1.5.1

Compare
Choose a tag to compare
@jplloyd jplloyd released this 23 Feb 12:44
· 141 commits to master since this release
v1.5.1
8eede7c

Bugfix/localization release

Code changes

  • mypaint-brush.c:count_dabs_to calculation changed to be consistent with v1.3.0 / 1.4.0 when called via the old stroke interface, and generally fixed so that there's no need for an additional initial mypaint_brush_stroke_to call to produce a visible stroke.
  • mypaint-brush.c: estimation of dabs per pixel reverted to the old calculation when called via the old stroke interface.

Build system fixes

  • Fixes incorrect versions for the requirements in the libmypaint-gegl pkg-config file (for both gegl and libmypaint)
  • The openmp flags are now actually used when building with --enable-openmp

Localization

New translations for:

  • Croatian
  • German
  • Greek
  • Indonesian
  • Korean

Misc.

Minimal example program adjusted to account for the code changes.