pinta:master

Last commit made on 2024-05-09
Get this branch:
git clone -b master https://git.launchpad.net/pinta

Branch merges

Branch information

Name:
master
Repository:
lp:pinta

Recent commits

d312759... by Cameron White

Update to gir.core 0.5.0 (#797)

- This contains a fix for the random crashes encountered on Windows

- The Cairo.Matrix class now has a more convenient constructor

- Gdk.FileList.GetFiles() is not being generated and requires a manual binding for now, but GLib.SList methods are now generated

Fixes: #674

4e012fb... by Lehonti Ramos <email address hidden>

`StaticListAttribute` is being read closer to where it's needed in `SimpleEffectDialog` (#795)

e72dbdd... by Lehonti Ramos <email address hidden>

Changed data type of zoom for Mandelbrot and Julia fractals, from `int` to `double` (#791)

* Allowed `double` zoom for Mandelbrot and Julia fractals

* `double` zoom in Julia

ce50a19... by Cameron White

Update changelog and include the 2.1.2 release notes

33b5981... by =?utf-8?q?Pawe=C5=82_Krogulec?= <email address hidden>

Fix 'uninstall' target not removing icons on linux (#792)

As described in documentation %(Extension) already contains a dot.

0c9343f... by Lehonti Ramos <email address hidden>

Refactoring in `CurvesDialog` and `BaseEditEngine` (#789)

* Refactoring in `CurvesDialog` and `BaseEditEngine`

* Fixed formatting

fe34216... by Lehonti Ramos <email address hidden>

Moved static reflection method in `SimpleEffectDialog` to separate utility class (#788)

* Moved static reflection method in `SimpleEffectDialog` to separate utility class

* Exception being thrown

* Fixed formatting

e2e7909... by Lehonti Ramos <email address hidden>

Removed `BaseTool.point_empty` (#786)

39c34a2... by Lehonti Ramos <email address hidden>

Removing `Random` from `BasePaintBrush` (#785)

* Removed `Random` from `BaseTool`

* Made `point_empty` `readonly`

50863f2... by Cameron White

Fix issues with grabbing focus in the canvas widget

Doing this on the drawing area widget (which is inside a scroll window) seems to cause the scrollbars to reset back to 0. Grabbing focus on the parent canvas widget works better.

Fixes: #698