pinta:mono-addins

Last commit made on 2011-04-03
Get this branch:
git clone -b mono-addins https://git.launchpad.net/pinta

Branch merges

Branch information

Name:
mono-addins
Repository:
lp:pinta

Recent commits

447699a... by Jonathan Pobst

Format.

d19c146... by Jonathan Pobst

Remove obsolete MD tarball project.

34dfa42... by Jonathan Pobst

Move AssemblyInfo.cs's into Properties folders.

c4273f8... by Jonathan Pobst

Add icons for previous commit.

990d61a... by Jonathan Pobst

[Fixes bug #732502] On !Windows, the icon from the exe isn't automatically used, so we need to declare it explicitly.

5ab5b61... by Jonathan Pobst

[Fixes bug #606245] Clamp the selection origin point into our image so you can't select outside the image.

Based on a patch by Olivier Duff.

efbf3c5... by Jonathan Pobst

Check for "deselect because the user didn't move the mouse" using actual mouse movement, not canvas pixels movement. Allows the user to select 1x1 and 2x2 squares when zoomed in.

74eed04... by Jonathan Pobst

[Fixes bug #728413] Make our PointsToRectangle inclusive, so it includes both pixel locations.

3db0357... by Jonathan Pobst

[Fixes bug #731439] Use rounding instead of truncation so we correctly calculate the size of a path's bounding box.

e31e363... by Jonathan Pobst

Make sure the canvas gets focus back after using the combobox to change the outline width.