ArtPaint: New release 2.6

Changes since v2.5:

* Instead of a context menu to choose a tool, use the current tool to
  draw with the background color.

* New misc. setting: show brush size around mouse pointer

* Added translation, rotation and scaling of selections

* Added undo/redo to layer rename, alpha, blend mode, visibility, delete, merge

* Use zlib to compress image data for each layer, resulting in massively smaller
  project files, esp. with many rather empty layers.

* Brushes:
  - moved brush configuration into stored Brushes window
  - added current brush preview to status bar
  - removed Brush tool (use Freehand instead)
  - switch brushes in stored Brushes window with cursor keys

* Blur tool:
  - added "Use current brush" option

* Eraser Tool:
  - added "Use current brush" option
  - added "Pressure" slider to control opacity of erasure

* Fill tool (gradient):
  - a more intuitive usage
  - show line from start to end point
  - added modes: radial, square, cone

* Freehand tool:
  - added "Use current brush" option
  - added "Pressure" slider to control opacity

* Straight line tool:
  - added "Use current brush" option
  - add "Pressure" slider for opacity control

* Transparency tool:
  - added "Use current brush" option
  - use slider instead of alpha from current color
  - changed "Speed" to "Pressure"
  - made "Pressure" a percentage of the way to the chosen value

* Wave add-on:
  - Add X and Y spinners for position

* Many bug fixes and improvements

* Updated documentation

* Updated translations
This commit is contained in:
Humdinger
2023-07-11 17:56:29 +02:00
parent 9b0bf16c41
commit 8609feed02

View File

@@ -10,9 +10,9 @@ COPYRIGHT="2003 Heikki Suhonen
2009 Karsten Heimrich
2013-2023 HaikuArchives team"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="764e071278cc73e2daefb1227172df97a37033396c553092fb098bf4a22b16b4"
CHECKSUM_SHA256="671b4c86ef05fa5cf9dbdf2acc58e0750a1c962773409d97635a6127ffd7da76"
SOURCE_DIR="ArtPaint-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -24,11 +24,13 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:find
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine