Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mypaint/mypaint

MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
https://github.com/mypaint/mypaint

coding style

write logical OR more explicit

dfbc6414ae0d07f132dfc0add1b2d6626b070ee2 authored over 14 years ago by Martin Renold <[email protected]>
tilt: fix mouse tilt

579c49cd0aef334d502a0d399506c2b471c4427c authored over 14 years ago by Martin Renold <[email protected]>
tilt: minor cleanup / handle bad tablet input

and don't call all those math functions when there is no tilt

9e31c9408fb223ed4050834651b94b7bf902f209 authored over 14 years ago by Martin Renold <[email protected]>
Fix unit-tests.

3b08993337ae7a706bb9e8bfa497807de0045949 authored over 14 years ago by Ilya Portnov <[email protected]>
Set of tilt-sensitive brushes.

f145b8f20ef2e9446b2b77070c65b71648b1640a authored over 14 years ago by Ilya Portnov <[email protected]>
Bugfix: proper arguments for stroke_to when drawing straight lines.

24c4523f4dedebc1facc2a54b437a2fffa0e6ced authored over 14 years ago by Ilya Portnov <[email protected]>
More correct tilt angles calculation.

44020b53e86e5961b638329d7c0ce09f359a0b3f authored over 14 years ago by Ilya Portnov <[email protected]>
Add stylus tilt support.

There are now two new brush inputs: tilt_declination and tilt_ascension.
So, tilt measuring done...

acaf80b0300276356c1960d1fa6d99ec1d1664c2 authored over 14 years ago by Ilya Portnov <[email protected]>
i18n: update russian translation.

d0873fdb73b5c570e6ca31dc6d39d3ed7d30fd78 authored over 14 years ago by Ilya Portnov <[email protected]>
Just calculate tilt angles.

6b20f181394bc0f2ad9cda794b676518ee7eb0eb authored over 14 years ago by Ilya Portnov <[email protected]>
Move tilt angles calculation to C++.

0cef7d97037d0ec95fc2560c4de7eb419fc75d0c authored over 14 years ago by Ilya Portnov <[email protected]>
brushes: add a few of Luovatone's collection

Mainly those that don't really have many similar brushes.

4c97cc7555ea06301482ad02d61acaef00ca893b authored over 14 years ago by Toni Kasurinen <>
add pixel brushes, allow extreme zoom-in levels

"This brush is just for hard-edged, exactly 1 pixel, drawing. I spent
quite a while adjusting it...

c9e5d0f96f27d282f7907fe7922538e9172be9b9 authored over 14 years ago by David Gowers <[email protected]>
credit update

81dfc08b5bfd2737ba0fed4d9812bd6d0025927b authored over 14 years ago by Martin Renold <[email protected]>
backgrounds: add musical sheet

by Nicola Lunghi
"I have made a background for mypaint to simulate a musical sheet
To write musi...

6294c1fde6ba22760826c035ef19294cfb0d23d0 authored over 14 years ago by Nicola Lunghi <[email protected]>
brushsettings: docu for opaque_multiply convention

Hope to end the confusion about opaque_multiply, at least for users
who read the tooltips.

12db563516af48a8f9349acec43f1e7b2abe2a7b authored over 14 years ago by Martin Renold <[email protected]>
colorchanger: add diagonal stripes

Diagonal stripes allow to change sat+value together.
According to David Revoy this is highly use...

dd00c2694620d66289574b86b3f90afe0ff96f26 authored over 14 years ago by Martin Renold <[email protected]>
fix attempt for touchpads without pressure data

This fixes mouse button painting. A button event is now treated
like a motion event. (Tablet pre...

bedc2198fe4867b8403da9951417617cc22e18e2 authored over 14 years ago by Martin Renold <[email protected]>
canvas: pixelize at zoomlevel > 1.5

It looks like crap because we don't seem to do antialiasing, but
everyone agrees that after a ce...

b68699133e571c8e8d7b8b421cd9d4cb3cf7d1c8 authored over 14 years ago by Martin Renold <[email protected]>
revert scrolling speed back to 1:1

Several different people strongly dislike it, and it even breaks
some special usecase: https://g...

1929651e03a93b54acaaf548a46fefd3bec273a5 authored over 14 years ago by Martin Renold <[email protected]>
update David Revoy's brush set to V3

Article about the brushset:
http://davidrevoy.com/?article33/mypaint-v3-brushkit
License is in d...

700e108ac5e1f5d80142bdad1ff0d692aff0bc77 authored over 14 years ago by David Revoy <[email protected]>
brushes: allow subdirectories in the collection

31a4a90d571a2d0574ca7e3fb5e751523c65a8af authored over 14 years ago by Martin Renold <[email protected]>
exception dialog: bigger text area

since it seems to be nearly impossible to automatically scroll it down

7b53e36b793726ebc522cd089b3ec2b40b33d132 authored over 14 years ago by Martin Renold <[email protected]>
commandline switch for tracing python code

For poor people on expensive operating systems where nobody
seems to know how to run a debugger.

a898319d17dd24f79685bc20aa4da455c57601df authored over 14 years ago by Martin Renold <[email protected]>
reduce scrolling speed

Several people complain about the accelerated scrolling, finding
it unpredictable. I find it hig...

0725c43e7411b127789a68e0f6f02a1734cd9ddb authored over 14 years ago by Martin Renold <[email protected]>
speed up zoom/rotation 3x on some hardware

Render to RGBA image instead of RGB. This allows hardware to
accelerate more of it. For ati/rade...

3fea139ddbf913f5716daaadde02264ea7c7117e authored over 14 years ago by Martin Renold <[email protected]>