Ecosyste.ms: OpenCollective

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

MyPaint

Painting and drawing program that works nicely with pressure-sensitive tablets, and its dynamic brush engine library.
Collective - Host: opensource - https://opencollective.com/mypaint - Website: https://mypaint.app/ - Code: https://github.com/mypaint

Update Appimage Section

Updated links for appimages to state where to get our rolling releases and our main releases.

github.com/mypaint/website - 535e64d6c13f94285d79fca68c86fd97ab4c7571 authored about 5 years ago by Albert Westra <[email protected]>
Removed Ubuntu PPA Link

Removed Ubuntu PPA since we have had not contact with maintainer for about a year now.

github.com/mypaint/website-2015 - c55af47253d2c66b450859e6b4ab4455bddace3c authored about 5 years ago by Albert Westra <[email protected]>
Removed Ubuntu PPA Link

Removed Ubuntu PPA since we have had not contact with maintainer for about a year now.

github.com/mypaint/website - c55af47253d2c66b450859e6b4ab4455bddace3c authored about 5 years ago by Albert Westra <[email protected]>
Update Flatpak Downloads

Updated the install link for the flatpack of MyPaint. Removed the Nightly Version till we can ge...

github.com/mypaint/website - ee6c39791f39df0da969368aad5b4fc3f16b3d87 authored about 5 years ago by Albert Westra <[email protected]>
Update Flatpak Downloads

Updated the install link for the flatpack of MyPaint. Removed the Nightly Version till we can ge...

github.com/mypaint/website-2015 - ee6c39791f39df0da969368aad5b4fc3f16b3d87 authored about 5 years ago by Albert Westra <[email protected]>
Rewrite conditional, remove always-true clause

Parameter is unsigned, no need to check that it's >= 0.

Closes #132

github.com/mypaint/libmypaint - c2e720c73e8b614b1024fb97a18bb49ca8b3fcb7 authored about 5 years ago by Jesper Lloyd <[email protected]>
Move/remove files used only in minimal example

Rename utils.c to write_ppm.c, move to examples dir, remove utils.h.
Move the include-all libmyp...

github.com/mypaint/libmypaint - 0a26ee1f3ee9c8910124d69df26fb9fdbac5a276 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix minimal example

Fixes the example code itself, and the ppm output (various issues).

github.com/mypaint/libmypaint - f0f2c6f998d771789b0b65bed128e6e01d9b1314 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix missing include and inconsistent signature

github.com/mypaint/libmypaint - dc22e7e96e9ec5f7f3403a232c7cdc7a8ffc937e authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix fix15_to_rgba8 conversion

Only used in example code. Closes #133

github.com/mypaint/libmypaint - 70f7686db792fa4953dc60f28a322bf2cd388ed7 authored about 5 years ago by Jesper Lloyd <[email protected]>
Docs: add more information about using libmypaint

Make it clear that building the latest master of MyPaint will often
require the latest master of...

github.com/mypaint/mypaint - 53b1cc8b77901e1c7121001783b6590745ce5d1b authored about 5 years ago by Jesper Lloyd <[email protected]>
Use only kw args when constructing GtkAdjustment:s

Additional deprecations that caused actual problems with newer
versions of Gtk (3.22+) and newer...

github.com/mypaint/mypaint - b6be9ac035384f0f81d7636a716e616c5ed18547 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Korean)

Currently translated at 99.8% (1278 of 1280 strings)

github.com/mypaint/mypaint - e2014126349a1e20b66544a9c820e1949ee9ad54 authored about 5 years ago by geun-tak Jeong <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 100.0% (1280 of 1280 strings)

github.com/mypaint/mypaint - f6c5f0c0c02bd2db1fa144cb78d5d39d892c028e authored about 5 years ago by Sabri Ünal <[email protected]>
Translated using Weblate (Marathi)

Currently translated at 6.2% (80 of 1280 strings)

github.com/mypaint/mypaint - fda563777ebaba6fa02d891c3efbbc4e4a1ab603 authored about 5 years ago by Prachi Joshi <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 18.9% (242 of 1280 strings)

github.com/mypaint/mypaint - 981f9fb7ce7fb970437217c4a54e9f25336530fc authored about 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (Korean)

Currently translated at 100.0% (162 of 162 strings)

github.com/mypaint/libmypaint - 285b05a3bd115bcf3a46ead5815943dc896dc978 authored about 5 years ago by geun-tak Jeong <[email protected]>
Translated using Weblate (Finnish)

Currently translated at 70.4% (114 of 162 strings)

github.com/mypaint/libmypaint - 0592e09dbe0f7560015e40847423202c14759b71 authored about 5 years ago by Tuomas Hietala <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 54.3% (88 of 162 strings)

github.com/mypaint/libmypaint - 4d7dd3f40ce9f720ca4bc7df18e5a96586e197b6 authored about 5 years ago by Sabri Ünal <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (1280 of 1280 strings)

github.com/mypaint/mypaint - 88b194b0e8336e5d7fe2a100181742f3abe532e2 authored about 5 years ago by Jesper Lloyd <[email protected]>
Py3: Factor out iteritems/itervalues to pycompat

Cleaner than repeating the same if/else everywhere
and performance impact of call overhead shoul...

github.com/mypaint/mypaint - 63fed60393f617827b917b35fd4156b0f20b530f authored about 5 years ago by Jesper Lloyd <[email protected]>
Py3: fix bytestring indexing

The result of indexing into a bytes object is different in Python3;
note that [0] and [0:1] does...

github.com/mypaint/mypaint - 856ebf66306ee10a01bd722a3eecade6478d7282 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix compatibility-strings not being translated

Split out config keys and values to a separate module, so that the
main gettext calls aren't exe...

github.com/mypaint/mypaint - 27866ae51ee79426eb2bb995bfaa3255cf5e7804 authored about 5 years ago by Jesper Lloyd <[email protected]>
Update po/pot files [skip travis] [skip appveyor]

github.com/mypaint/mypaint - cf4a21af2706df9384a7f63df427928ccda13350 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add requested translator comments/clarifications

github.com/mypaint/mypaint - 8d36867c5131fc6d3e74829b6413dcd991608352 authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix release link in previous post (ahem)

github.com/mypaint/website-2015 - a5a84153dda16348efa1d5bb1aa123d2ecf8a50a authored about 5 years ago by Jesper Lloyd <[email protected]>
Fix release link in previous post (ahem)

github.com/mypaint/website - a5a84153dda16348efa1d5bb1aa123d2ecf8a50a authored about 5 years ago by Jesper Lloyd <[email protected]>
Add 2.0.0-beta.0 announcement

github.com/mypaint/website-2015 - 4a2e636e1b1001f16d30a23f504193923d065f1d authored about 5 years ago by Jesper Lloyd <[email protected]>
Add 2.0.0-beta.0 announcement

github.com/mypaint/website - 4a2e636e1b1001f16d30a23f504193923d065f1d authored about 5 years ago by Jesper Lloyd <[email protected]>
Bump version for 2.0.0-beta.0

github.com/mypaint/mypaint - 0bc97372ace175e925449d5d413d9d4a8db6b589 authored about 5 years ago by Jesper Lloyd <[email protected]>
meta: Add field for prerelease number

The omission did not really matter for the alphas, but may be
useful for identifying bug sources...

github.com/mypaint/mypaint - a965bb4388186051c03cf92fa9b8fe5713702520 authored about 5 years ago by Jesper Lloyd <[email protected]>
Update translation files w. compatibility strings

This refers to the ui strings from the new compatibility features.

github.com/mypaint/mypaint - 74153f6075ad54e6493aa1dcd18270bb48e06de6 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Marathi)

Currently translated at 5.7% (71 of 1254 strings)

github.com/mypaint/mypaint - 4e39b86af62a95d9f6ae55af66d60d013d839c73 authored about 5 years ago by Prachi Joshi <[email protected]>
Translated using Weblate (Hebrew)

Currently translated at 20.7% (260 of 1254 strings)

github.com/mypaint/mypaint - 5313ca26be68d06529d478db637abcb18cd89005 authored about 5 years ago by Yaron Shahrabani <[email protected]>
Translated using Weblate (Turkish)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 0fc2139a42566f3b2a72e9eb7b5b69329984e81b authored about 5 years ago by Sabri Ünal <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - 1e747c58028953605747da5c8d2d9c943cf792a3 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (German)

Currently translated at 77.4% (971 of 1254 strings)

github.com/mypaint/mypaint - 35054fc4e1c528c0fb7af8c261e5a4c95b18c97c authored about 5 years ago by nautilusx <[email protected]>
Update MSYS2 packages in CI build [skip travis]

Not updating the environment at the start creates a mismatch between
the compiled _mypaintlib dl...

github.com/mypaint/mypaint - 67e512fb1bd94b4fb6cd6d4baf2e525c085d6255 authored about 5 years ago by Jesper Lloyd <[email protected]>
win32: fix styrene not bundling python3

github.com/mypaint/mypaint - fad4fdca1c13955b2450473d47e80513b19f7ad2 authored about 5 years ago by Jesper Lloyd <[email protected]>
Skip doctest in lib.meta due to import conflicts

The global assertions are what's important anyway.

github.com/mypaint/mypaint - 4b5340b54dd59c89a8af031e348a1d881b7daca1 authored about 5 years ago by Jesper Lloyd <[email protected]>
Store eotf-transformed brush color only in Brush

This makes it easier to get consistent strokemap
and brush-stored-with-color handling, since the...

github.com/mypaint/mypaint - 055c0ec1f7e51729fe5c5a75f11e614f6f5b75f8 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add file compat check, warning dialog, cancellation

Issue warning and confirmation dialogs when attempting
to open OpenRaster files created in newer...

github.com/mypaint/mypaint - 7bacdd7218e6b97d99500de8d50ee7c6f25165f7 authored about 5 years ago by Jesper Lloyd <[email protected]>
Make default layer configurable

When using pigment brushes, the natural default layer is
the Pigment layer, but when editing old...

github.com/mypaint/mypaint - 03efc98bf2c1e64ebc67885fa1376ab9ef47e139 authored about 5 years ago by Jesper Lloyd <[email protected]>
Reinstate support for legacy strokemap attribute

Since no changes to the handling code has been made,
we might as well support _reading_ the non-...

github.com/mypaint/mypaint - 9ed85859c2fb3b1b0f42d02d241ee4f218ba70e3 authored about 5 years ago by Jesper Lloyd <[email protected]>
Normalize hsv values in 2.0-alpha .ora strokemaps

Due to brush color now being consistently stored
without transformations, files created in the 2...

github.com/mypaint/mypaint - 73d045ef6d3b6cbf81422374b88053a3fe98b4a2 authored about 5 years ago by Jesper Lloyd <[email protected]>
meta: Add version compatibility checks

Split up the version string into separate fields
and add a function for checking the compatibili...

github.com/mypaint/mypaint - 800e67e8dfb40a6004b9b70319999f707f70efb1 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add 1.x backwards compatibility

This change makes it possible to edit both new and old
MyPaint .ora files without restarting the...

github.com/mypaint/mypaint - 301ad0d16e40df02d4de1be7112aff264c25ba03 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add compatibility override options for .ora loads

A dropdown menu in the file chooser dialog allows
users to explicitly choose the compatibility m...

github.com/mypaint/mypaint - 0435999f5c60d83d7a9bb7909cabb5b8c57ca8e9 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add adjustable defaults for unset brush settings

Loaded brushes now keep track of which settings were specified
by the brush, and which are using...

github.com/mypaint/mypaint - dca02781243da89b037d8be6800ec77a23be5468 authored about 5 years ago by Jesper Lloyd <[email protected]>
Use old tile conversion when eotf == 1.0

Fall back to the old conversion functions when the eotf
exponent has no impact on the result.

T...

github.com/mypaint/mypaint - 1cc293504789fe6e21bc3e3a21878f56726f8328 authored about 5 years ago by Jesper Lloyd <[email protected]>
Make it possible to switch eotf at runtime

Create a new module in lib to handle the EOTF values,
and remove the dependency on get_app.

Rep...

github.com/mypaint/mypaint - 73d2abfa95b90f7222bfd7261ed76788f5444c3b authored about 5 years ago by Jesper Lloyd <[email protected]>
win32: reduce number of frames saved in crop test

This avoids running into the "files opened limit" on Windows
when using Py3. See comment in the ...

github.com/mypaint/mypaint - 02661fc5b472f671f28b69c3c899c4340837907e authored about 5 years ago by Jesper Lloyd <[email protected]>
Switch from py2 to py3 in windows build

Also remove explicit use of python2, except for in the appimage build
(for the time being) and t...

github.com/mypaint/mypaint - 24f85634f1a0a1a9aa8d50d52b477c7eec461b18 authored about 5 years ago by Jesper Lloyd <[email protected]>
Drop python2 requirement/recommendation

github.com/mypaint/libmypaint - 68e2c33add0aec09f1898aa80ef4f822bed67b87 authored about 5 years ago by Jesper Lloyd <[email protected]>
setup.py: Wrap locale symlinking in try-except

The symlink is only useful to get working translations
when running from the source tree, so jus...

github.com/mypaint/mypaint - d58efef7fda2fe597b215f932404f9a4e3f3c6a2 authored about 5 years ago by Jesper Lloyd <[email protected]>
Provide angle parameter to set_symmetry_state call

Parameter required due to the changes in libmypaint, commit:
6dc2aac48c1a9e006708436e870d8c2150d...

github.com/mypaint/mypaint - c81fe35a2503992fccbfbe13d91e97cbf4af0280 authored about 5 years ago by Jesper Lloyd <[email protected]>
Refactor symmetry code and add angle parameter

THIS COMMIT CHANGES THE API:
the 'set_symmetry_state' function in mypaint-tiled-surface.h
now ta...

github.com/mypaint/libmypaint - 6dc2aac48c1a9e006708436e870d8c2150d38ecc authored about 5 years ago by Jesper Lloyd <[email protected]>
Add basic matrix transforms

Add a row-major order 3x3 float transformation matrix
and translation/reflection/rotation operat...

github.com/mypaint/libmypaint - f21acd3292669b601eb4fe2b979ef1a5f0f3e194 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add translator comments and merge to .po files

This adds the auto-generated translator comments
for names and tooltips to the translation files...

github.com/mypaint/libmypaint - f64f38248f85936fa8dc7fc3c4f6e82d845045d6 authored about 5 years ago by Jesper Lloyd <[email protected]>
Generate default translator comments

github.com/mypaint/libmypaint - 216363d32f23d1e4acaef4c75e1c4203f8274b46 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Swedish)

Currently translated at 100.0% (162 of 162 strings)

github.com/mypaint/libmypaint - 69cbad079823f02c5f8230800f5ba3396a5df08b authored about 5 years ago by Jesper Lloyd <[email protected]>
Removing drone.yml

We no longer use tea-ci for building, and testing mypaint for windows. Appveyor has taken over t...

github.com/mypaint/mypaint - 07d24aa82b8d96ac4475dc78b9422c0bab2d9c1a authored about 5 years ago by Albert Westra <[email protected]>
Translated using Weblate (Marathi)

Currently translated at 11.3% (12 of 106 strings)

github.com/mypaint/libmypaint - 1bdab9146dc43e02bce2317420be991f63097c8d authored about 5 years ago by Prachi Joshi <[email protected]>
Translated using Weblate (Marathi)

Currently translated at 17.0% (18 of 106 strings)

github.com/mypaint/libmypaint - 4435bcb7a6a9262f8d715d8f4eb6aff11540db32 authored about 5 years ago by Prachi Joshi <[email protected]>
Add handling for optional translator comments

Translator comments can now be added for the names and tooltips
for the settings and inputs defi...

github.com/mypaint/libmypaint - 2f2ca75aba3d3d417df8d6b2c74ac8fec27e8f6f authored about 5 years ago by Jesper Lloyd <[email protected]>
Adjust generation script to be runnable in Py3

github.com/mypaint/libmypaint - 748e735e7fffd2524bb3552fd79b2a2c13f60711 authored about 5 years ago by Jesper Lloyd <[email protected]>
Merge new strings into translation files

github.com/mypaint/libmypaint - 6a61ba5f3a258e3362310c637fe941f45148325c authored about 5 years ago by Jesper Lloyd <[email protected]>
Add ca@valencia to LINGUAS

github.com/mypaint/libmypaint - 37b35c913d2f9b3fd55423ca9df3ae8b19e8a6f7 authored about 5 years ago by Jesper Lloyd <[email protected]>
Set theme jekyll-theme-minimal

github.com/mypaint/website-2015 - af94c28531a9318d3193723325eb08e4ee43f733 authored about 5 years ago by Brien Dieterle <[email protected]>
Set theme jekyll-theme-minimal

github.com/mypaint/website - af94c28531a9318d3193723325eb08e4ee43f733 authored about 5 years ago by Brien Dieterle <[email protected]>
Set theme jekyll-theme-slate

github.com/mypaint/website - 72916098dd88da145e7aeaa7125ec2096affeb92 authored about 5 years ago by Albert Westra <[email protected]>
Set theme jekyll-theme-slate

github.com/mypaint/website-2015 - 72916098dd88da145e7aeaa7125ec2096affeb92 authored about 5 years ago by Albert Westra <[email protected]>
Fix capitalization for unmerged strings [skip ci]

The names of the settings were all capitalized, which is arguably
more correct than the current ...

github.com/mypaint/libmypaint - a0c1081a91a6ef1be4724d7fe118f25d2b70e47a authored about 5 years ago by Jesper Lloyd <[email protected]>
Categorize new brush settings in settings editor

github.com/mypaint/mypaint - 53308d3f17b3ca610692b92e7db2b3b3bfceaab9 authored about 5 years ago by Jesper Lloyd <[email protected]>
Add Download section to README

Does not link to the flatpak, as it is currently not working.

github.com/mypaint/mypaint - 03b547715a104fd6c666914f9ec8cd3eab0fad01 authored about 5 years ago by Jesper Lloyd <[email protected]>
Updated link for Appimages Release Downloads.

github.com/mypaint/website - 40ae6139394ebddccfc68d3f55c45dbf68b9839c authored about 5 years ago by Albert Westra <[email protected]>
Updated link for Appimages Release Downloads.

github.com/mypaint/website-2015 - 40ae6139394ebddccfc68d3f55c45dbf68b9839c authored about 5 years ago by Albert Westra <[email protected]>
Remove 'alpha' attribute from span tag [skip ci]

The alpha attribute is not handled by Pango, and
can trigger exceptions with older versions.

github.com/mypaint/mypaint - 1d77d77b8b8d5c82486a790a0c5373cab116f814 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Catalan)

Currently translated at 100.0% (1254 of 1254 strings)

github.com/mypaint/mypaint - d5635a79c40d4313af77a306c19a2e372751b021 authored about 5 years ago by Joan Montané <[email protected]>
Update unmerged setting strings

With the exception of capitalization, make the new
unmerged setting strings more consistent with...

github.com/mypaint/libmypaint - 5ba2df97a99d348927b5d696eed53b47f841b080 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Kabyle)

Currently translated at 4.6% (58 of 1254 strings)

github.com/mypaint/mypaint - c4d45368eeb90740089bb27a1ff5e377823093bb authored about 5 years ago by Yuba Wissin <[email protected]>
Translated using Weblate (Italian)

Currently translated at 80.7% (1012 of 1254 strings)

github.com/mypaint/mypaint - 390d48d3cbb6aa6b735cd6e839e4bf77ae7b5a47 authored about 5 years ago by Allan Nordhøy <[email protected]>
Translated using Weblate (Marathi)

Currently translated at 2.6% (32 of 1254 strings)

github.com/mypaint/mypaint - 63d15a6186109bc5c28452874a960adfaa5e4d8d authored about 5 years ago by Prachi Joshi <[email protected]>
Translated using Weblate (Russian)

Currently translated at 95.9% (1203 of 1254 strings)

github.com/mypaint/mypaint - d9355f1574c99a8dc3c322c72c53de33bb6bd516 authored about 5 years ago by Nikolay Korotkiy <[email protected]>
Factor out and clamp directional offsets

Break out the calculation of directional offsets
to its own function, and clamp the final result...

github.com/mypaint/libmypaint - 83e85f451f53089be33d74f77a9aecc7cf627a65 authored about 5 years ago by Jesper Lloyd <[email protected]>
Merge branch 'origin/master' into Weblate.

github.com/mypaint/mypaint - ab7953da4025e137e0b6ddb96969a49d83e292aa authored about 5 years ago by Hosted Weblate <[email protected]>
Clear document and filename if open_file fails

Exceptions being raised when opening files could
result in the document being cleared without
th...

github.com/mypaint/mypaint - ea5c2c85ffeced8701808ddac6caf6748691f5c0 authored about 5 years ago by Jesper Lloyd <[email protected]>
Translated using Weblate (Italian)

Currently translated at 80.7% (1012 of 1254 strings)

github.com/mypaint/mypaint - b4ebf44da8aa54408e426b21aeb7d3ac0136e8bb authored about 5 years ago by albanobattistella <[email protected]>
Improve performance of get_tiles_bbox, add tests

Calculating the bbox by getting the bounds of the
coordinates in a single pass improves performa...

github.com/mypaint/mypaint - 97800a4cfb573eb8a7bf91a20c56b585ca5b3579 authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: Update translation files

Consts mostly of line number changes.

github.com/mypaint/mypaint - 80ae0efac0f5197b53b36049ed79f408c7ed993d authored about 5 years ago by Jesper Lloyd <[email protected]>
Replace "borrowed" string, add translator comments

Replace a message string borrowed from filehandling in
9de1d48c6bbe324b1a0d7acff37352a with one ...

github.com/mypaint/mypaint - 91576bbef110f2ff35767d2568d1c95203959ee3 authored about 5 years ago by Jesper Lloyd <[email protected]>
i18n: Update Italian translation

github.com/mypaint/mypaint - eeea37057d17ac6019264a417468372bf38405ab authored about 5 years ago by albanobattistella <[email protected]>
ora: stop writing legacy attribute for tiling bg

This change means that files saved in newer versions
will not have the background layer recogniz...

github.com/mypaint/mypaint - 1465a3a24b3b5e6cdad1a3990515d90023bc2c17 authored about 5 years ago by Jesper Lloyd <[email protected]>
doc: add mypaint:version attr to .ora stack.xml

Even if it is not used immediately, it will make future
compatibility issues easier to deal with...

github.com/mypaint/mypaint - 67d28bc07bc6d8e820ced81a217eb313514dbc42 authored about 5 years ago by Jesper Lloyd <[email protected]>
tree: pass render cache size in parameters

Since it is generally bad form to have lib code
be dependent on gui code, let the LRU capacity
p...

github.com/mypaint/mypaint - 144624bc6ce5ff873d4a6d04b2533a553c323455 authored about 5 years ago by Jesper Lloyd <[email protected]>
ora: always use src-over for the background layer

github.com/mypaint/mypaint - e63af0bfcb4366cacc390c4ff130132bf7cb0c0a authored about 5 years ago by Jesper Lloyd <[email protected]>
brusheditor: don't use +/- MAX_FLT in input limits

Before the brushlib split, unspecified limits were
indicated by None, because they were read dir...

github.com/mypaint/mypaint - 409ebc12edae4ff0bbfb1d4c3b4f01dc6bdf407d authored about 5 years ago by Jesper Lloyd <[email protected]>
Docs: bump minimum swig version

Swig 3 was release five and a half years ago.
It should be reasonable to require it by now.
Swig...

github.com/mypaint/mypaint - 816125f7949b9792d6d1e78dbba188f30dd53f98 authored about 5 years ago by Jesper Lloyd <[email protected]>
Reduce radian/degree flipping in symm calculations

Minor optimization: store intermediates as radians instead
of degrees to halve the number of deg...

github.com/mypaint/libmypaint - f5555efe4f34ffbf0be98bbfeb8e5448174154ba authored about 5 years ago by Jesper Lloyd <[email protected]>
Use swig3 in docker build image

Bump image version to 1.1.0

github.com/mypaint/mypaint-appimage - bddea440e6ab6088d0ec809a4a338fd2c1425aba authored about 5 years ago by Jesper Lloyd <[email protected]>