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

Brushes: label script arguments

Allow arguments for labeling script to update specific brushes.
Default behavior preserved (upda...

github.com/mypaint/mypaint-brushes - 86df211550513ca5ae7755ce5ee96eb69fd3b57f authored over 7 years ago by Brien Dieterle <[email protected]>
Brushes: Renamed Groups

Renamed the groups to make them easier to find and distinquish in MyPaint.

github.com/mypaint/mypaint-brushes - 6a7cc07ef264d4b21ee2cf4f19a97119401063c1 authored over 7 years ago by Albert Westra <[email protected]>
viewzoom brush tweaks. Missed a few offset_by_speed. Very few brushes used this setting.

github.com/mypaint/mypaint-brushes - 6bdfc975cacef184fcd3c92d38d85156dbd9c1f4 authored over 7 years ago by Brien Dieterle <[email protected]>
Brushes tweaked for viewzoom speed1, speed2 changes

github.com/mypaint/mypaint-brushes - 990837f1669deba8227eb3cccfd74ba046145790 authored over 7 years ago by Brien Dieterle <[email protected]>
Swap "clockwise" and "anticlockwise" labels.

These weren't the right way round. Hopefully no translation change needed
as a result of this fi...

github.com/mypaint/mypaint - 4e3245de54e391b14513a7f971a50e0eaa37922e authored over 7 years ago by Andrew Chadwick <[email protected]>
Bugfix: png thumbs, fix multi-definition of alpha=True.

github.com/mypaint/mypaint - 08b82b69ed06986e94728991b2ed3cdbf11d6014 authored over 7 years ago by Andrew Chadwick <[email protected]>
Layers window: add thumbnail previews column.

This commit adds a slow, low-priority timer for regenerating layer preview
thumbnails as the lay...

github.com/mypaint/mypaint - 830985d73a2f2f270e898bdb6ccd7c423c5d5662 authored over 7 years ago by Andrew Chadwick <[email protected]>
Bugfix: pass sized progress item to load_from_stream().

load_surface_from_pixbuf_file() was not putting a size estimate
on the progress item it was pass...

github.com/mypaint/mypaint - dbc528d6f311795da72f96880c472a8bc46b22f3 authored over 7 years ago by Andrew Chadwick <[email protected]>
flatpak: update flatpakref

github.com/mypaint/mypaint - 8183019be3356decb8b4d5f42eaef15a490792aa authored over 7 years ago by Manuel Quiñones <[email protected]>
Update README

Global dark theme seems to be necessary for Glade to work correctly
Otherwise, text is not rend...

github.com/mypaint/mypaint - 8575e55b72a795ff61c7756615fe54468fffd5b4 authored over 7 years ago by Brien Dieterle <[email protected]>
Update meta.py

Corrected spelling of my name

github.com/mypaint/mypaint - fad5f81c27af14e9324c89d227c5569dc918bcb3 authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #102 from briend/mappingFix

Mapping: avoid redundant interpolation

github.com/mypaint/libmypaint - 056651cde9522f7b0fca20abc9be936a18e392a4 authored over 7 years ago by Brien Dieterle <[email protected]>
input: Base Brush Radius

Simple input that feeds back the current base brush size value.
Useful for changing settings dep...

github.com/mypaint/libmypaint - e3d40b9d55a045dfd8f30366d2228a891f98bf5a authored over 7 years ago by brien <bd@dieterledeb>
Fix a missing return statement.

Closes mypaint/mypaint#846.

github.com/mypaint/mypaint - 70ce73d9e0776d42f33306cc7c6ed1790705899c authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.feedback: Fix import ordering bug.

The previous imports fix introduced an import ordering bug. Oops.
Work around it by letting .cla...

github.com/mypaint/mypaint - 5efc32ac03bc263e0d8ede061a5dca9a1e4e3db9 authored over 7 years ago by Andrew Chadwick <[email protected]>
Add missing "import lib.feedback" everywhere!

Can't use it if it isn't imported.

Seems my version of flake8 ["3.2.1 (mccabe: 0.6.1, pycodesty...

github.com/mypaint/mypaint - 40fc582b1d5c11f666714aaf1e9d295f9709d012 authored over 7 years ago by Andrew Chadwick <[email protected]>
Various: flake8 conformance + typos.

github.com/mypaint/mypaint - c1359683e6390bc1913cc0ce121d5870a66791fd authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.feedback: New mechanism for reporting feedback.

File loaders and savers will need to estimate the amount of work
they need to do, and count duri...

github.com/mypaint/mypaint - 3308e0f18dc1ca28a5aee9236938b651f13480c1 authored over 7 years ago by Andrew Chadwick <[email protected]>
Don't paint the insensitive state with alpha.

If we're displaying a progress bar over to top of everything
after a short timeout, it's going t...

github.com/mypaint/mypaint - 731a77ad9816f2ff4720022b19be70b766c0e09c authored over 7 years ago by Andrew Chadwick <[email protected]>
Add progress bar for loading and saving.

Make long saves and loads prettier and more predictable.

* Replace the feedback_cb mechanism wi...

github.com/mypaint/mypaint - dba8e0861ed7f024344676fe59790bdaefd6e551 authored over 7 years ago by Andrew Chadwick <[email protected]>
filehandling: refactor existing UI feedback.

UI feedback state during saves is now handled by a separate,
smaller class.

github.com/mypaint/mypaint - 06af07e3a0e63e6d7003f176e2d3117c9bc22fba authored over 7 years ago by Andrew Chadwick <[email protected]>
filehandling: remove some dead code.

These dimensions weren't being used by the save routine.
Each type-specific save routine at the ...

github.com/mypaint/mypaint - 842c4d161924225b95bb928db8f977a8ae0e1f6c authored over 7 years ago by Andrew Chadwick <[email protected]>
README: make AppVeyor badge link to master branch.

Anybody downloading artefacts for testing should get them from the
mothership, not the most rece...

github.com/mypaint/mypaint - 3b3d4978794d6ced8dc642d436b5282c8b34b6a5 authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.layer: flake8 compliance.

Leaving the question of whether __init__.py should be doing
those star imports, since that's rea...

github.com/mypaint/mypaint - 79a7da9804d2dcee32e27af30844494ea03ef5f3 authored over 7 years ago by Andrew Chadwick <[email protected]>
Tidy imports of the mode constants.

They moved. These constants should now be imported from lib.modes these
days. Do it at the Pytho...

github.com/mypaint/mypaint - 1f679d0a06d980de4be44d3ecc932dcc9e17cc55 authored over 7 years ago by Andrew Chadwick <[email protected]>
Vacuum the rendering mipmaps too.

Use case: user has cleared great swathes of tiles with a big,
opaque eraser brush.

github.com/mypaint/mypaint - 4253cca5cb71d5963dc84cd6c35b44c43127ff3a authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.tiledsurface: update copyright info.

Review based on commit dates.

github.com/mypaint/mypaint - e5af48b8229928ff8738fad4a2a8ec1209e923ee authored over 7 years ago by Andrew Chadwick <[email protected]>
lib.tiledsurface: flake8 fixes.

github.com/mypaint/mypaint - c04ac85bae998e0a86a5c36edbdc9cf13a219b5d authored over 7 years ago by Andrew Chadwick <[email protected]>
Profiling: find gprof2dot.py more reliably

gprof2dot.py may be gprof2dot on some systems (it was on mine after
doing a pip install)

github.com/mypaint/mypaint - e2bb20b5f1877fc0f9cc9c4ea58dfa4b2e7ee74d authored over 7 years ago by Brien Dieterle <[email protected]>
Fix doctests :tired_face:

github.com/mypaint/mypaint - 12fd8f5702128987281c108ff3483de401c490b0 authored over 7 years ago by Andrew Chadwick <[email protected]>
Debug menu: add "Vacuum Empty Tiles" command.

It would be useful to remove empty tiles every so often automatically,
so let's give our testers...

github.com/mypaint/mypaint - 29aa6d9d54a55a1190b7f7a5b4f5a2df4e190158 authored over 7 years ago by Andrew Chadwick <[email protected]>
flake8: tolerate E226 (spaces around arithmetic).

This one is especially irritating when trying to establish conformance.
Let's just drop it for n...

github.com/mypaint/mypaint - 147d339fc6a12361c96d13befd8e14876d2cc6b2 authored over 7 years ago by Andrew Chadwick <[email protected]>
Minor PEP8/Flake8 fixes.

github.com/mypaint/mypaint - 623412c2ce6dfc3cba92bbcb0af01b1478e9fd71 authored over 7 years ago by Andrew Chadwick <[email protected]>
Fix Travis build.

After the 2017Q3 updates to the Trusty images, builds were breaking.
Using "c++" as the language...

github.com/mypaint/mypaint - 9cdd70d1c93680e1a7afcdd990dd3d973a3c9c85 authored over 7 years ago by Andrew Chadwick <[email protected]>
Dynamics: reset button clears the mapping graph.

When the brush dynamics are reset for a given input in the editor UI,
the graph was reset to som...

github.com/mypaint/mypaint - 56d7079cba0809196f3692d881210f2c1caf57f1 authored over 7 years ago by Andrew Chadwick <[email protected]>
Mapping: avoid redundant interpolation and possible errors

github.com/mypaint/libmypaint - 8de0b6c56c159cbe27ee4710d5575f127f74f539 authored over 7 years ago by Brien Dieterle <[email protected]>
Not all of libmypaint-gegl was versionned.

Fixes #97: Building with GEGL Support Enabled Fails.
Completion of commit 0b31421ffbfb5f4a1c68ce...

github.com/mypaint/libmypaint - 08c4236d4c0e871bf6c29f2e42cafd55d1f361ce authored over 7 years ago by Jehan <[email protected]>
Appveyor: Add Gtk3 Demo to Styrene Build

Added the Gtk3-demo to our Alpha build to test tablet and gtk issues on Windows.

Fixes #834

github.com/mypaint/mypaint - f03e5ec58b1d7d954c65b08059209985feda43a0 authored over 7 years ago by Albert Westra <[email protected]>
test_docPaint: recreate images after random input changes

re: https://github.com/mypaint/libmypaint/commit/34bf7eecf9e3fb783369d7d43b51e8782faeadb1
fixes ...

github.com/mypaint/mypaint - c217793541a7fc6247b6e4c49ff50d2873fda2cc authored over 7 years ago by Brien Dieterle <[email protected]>
Colour preview widget: fix no-show of popup.

Fixes the bottom left colour indicator's popup not firing. The left-
hand "current" side of this...

github.com/mypaint/mypaint - 85a12bf40d665f62ae6206311c4a4201b5759fbb authored over 7 years ago by Andrew Chadwick <[email protected]>
ColorAdjusterWidget: send a "clicked" event.

It is useful for widgets supporting drags to also detect when they have
been clicked with button...

github.com/mypaint/mypaint - 75988687236c6bd27fc3c0789ce292040e3bc79e authored over 7 years ago by Andrew Chadwick <[email protected]>
Remove some unused properties.

github.com/mypaint/mypaint - 201fc3566e7cea26e9392e558450cb15afc251a1 authored over 7 years ago by Andrew Chadwick <[email protected]>
gui.dialogs: rename dialog: input hints & purpose.

github.com/mypaint/mypaint - 5ea014e7d38639bc5e23d51b34d2ca4d9255c88a authored over 7 years ago by Andrew Chadwick <[email protected]>
gui.dialogs: center rename dialog on parent.

github.com/mypaint/mypaint - 2c2400a5f1f846eb89ea3927cfc772aec13b90f0 authored over 7 years ago by Andrew Chadwick <[email protected]>
gui.dialogs: flake8, strings updates, docstrings.

Make gui.dialogs flake8-compliant.

Fix strings quoted with `' to use Unicode-literate “” instea...

github.com/mypaint/mypaint - 724e4dd4debd4f68fca98ff17471029d0fb6246b authored over 7 years ago by Andrew Chadwick <[email protected]>
inktool: fix exception on "Insert Point" button.

Needs the interpolated viewzoom and viewrotation fields.

github.com/mypaint/mypaint - c15450ba2e5963a90db9ddeb9c7e474899b6b39d authored over 7 years ago by Andrew Chadwick <[email protected]>
inktool: flake8 compliance

github.com/mypaint/mypaint - 57b0c1a766527759a48d2fc39b4f2057b0530273 authored over 7 years ago by Andrew Chadwick <[email protected]>
BrushPreview: fix render bug introduced with viewzoom

The code to render the brush preview did not need the extra
viewzoom and viewrotation parameters...

github.com/mypaint/mypaint - beeffe06cd5f576bf276c78f68b9583d4c5aba34 authored over 7 years ago by Brien Dieterle <[email protected]>
Brushes: label script arguments

Allow arguments for labeling script to update specific brushes.
Default behavior preserved (upda...

github.com/mypaint/mypaint - 5d43320f6870a23b9a7c849d3c5bc0ed3ca8f5cd authored over 7 years ago by Brien Dieterle <[email protected]>
increase custom input range from -2, +2 to -10, +10

to allow 1:1 mapping from custom setting which already
allows -10, +10. Existing brushes shouldn...

github.com/mypaint/libmypaint - 831b2a02bee48e916154ffd69eaff2279b08f98b authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #96 from mypaint/anti_offset

Anti offsets, direction_360, attack_angle, and offset tweaks [WIP]

github.com/mypaint/libmypaint - 1672d09755fe49be6a946898ff6d1354d1ab6eb4 authored over 7 years ago by Albert Westra <[email protected]>
Brushes: Renamed Groups

Renamed the groups to make them easier to find and distinquish in MyPaint.

github.com/mypaint/mypaint - 922f73dfe6aeb9ebb1f9aa497a2d2de04eff9720 authored over 7 years ago by Albert Westra <[email protected]>
Appveyor: Use Appveyor Provided Version

Adjusted versioning to use appveyor's version variable. It will make traking the artifacts easie...

github.com/mypaint/mypaint - 1399b8845477e3f036195f161fe84a0405e0b87a authored over 7 years ago by Albert Westra <[email protected]>
Release.sh: Added Git Versioning

Added a git versioning option, for tools like suse's open build service. Plus I updated the test...

github.com/mypaint/mypaint - e16c323d9a53c64071c35f432c20f34833c51c22 authored over 7 years ago by Albert Westra <[email protected]>
Appimage: Shorten Git Extenstion

Adjustment to the git version number format. Basically it now using git instead of alpha-gitexport.

github.com/mypaint/mypaint - 55f8acace7cdee5411370e06f3b20ff9e59c2af4 authored over 7 years ago by Albert Westra <[email protected]>
anti_offsets, convert to use direction_360 input, apply angle

adjuster and multiplier.

github.com/mypaint/libmypaint - 6be05db8a9a00db3494c03aecbb9d672b7a46dea authored over 7 years ago by Brien Dieterle <[email protected]>
switching offset to use direction_360

github.com/mypaint/libmypaint - f211eac5a471d769bc6b08b8ca558e155e0a7892 authored over 7 years ago by Brien Dieterle <[email protected]>
Implemented lower boundary for vector norm calculation to avoid jittering.

github.com/mypaint/libmypaint - eec96a9a67b582cdcb63d14db922bdcd6616547d authored over 7 years ago by Rebecca <[email protected]>
Increase max dab settings

github.com/mypaint/libmypaint - 09359faf3c544b02ee74b77d3f27799e7d347270 authored over 7 years ago by Rebecca <[email protected]>
Angular offset with normed vector

github.com/mypaint/libmypaint - 69951a2afaacdf9e1780aaa070ec0089799259d3 authored over 7 years ago by Rebecca <[email protected]>
Anti_Offset: new setting; offset angle. Adjusts the offset

from default 90 to 0 through 180. Only works for ASC offsets
at the moment

github.com/mypaint/libmypaint - b35eb0e3fe06f60d3d2f7e4080e809951c9279fb authored over 7 years ago by Brien Dieterle <[email protected]>
fix indents and add flap state as suggested by martin

github.com/mypaint/libmypaint - 798c60dbf44256d54748c1295ca74930b09de52f authored over 7 years ago by Brien Dieterle <[email protected]>
Anti_Offset added additional side and mirror offset inputs based

against ascension angle instead of direction. More stable and
less noise at low speeds but requi...

github.com/mypaint/libmypaint - f158be62ae050a30c13742fbf1773adc230d0550 authored over 7 years ago by Brien Dieterle <[email protected]>
Anti_Offset- add log multiplier setting to expand usefulness.

Affects all offset settings, does not affect existing brushes as
default multiplier is 1X

github.com/mypaint/libmypaint - f1d8af910e60abf17839205df9009c6b01e2bb26 authored over 7 years ago by Brien Dieterle <[email protected]>
Brush Input: 360deg Direction added

The default direction only goes from 0 to 180. This new input allows a setting all the way aroun...

github.com/mypaint/libmypaint - 86c72085b09041ce35b0f84fe434dbda236328ff authored over 7 years ago by Anna Timm <[email protected]>
Update brushsettings.json

clarify angle range

github.com/mypaint/libmypaint - 0ea7d553234e20a78f5663f48fb8e9664b55466a authored over 7 years ago by Brien Dieterle <[email protected]>
correct direction_360 for viewrotation

github.com/mypaint/libmypaint - 650523762d028c0e703567e244440bf9f1f8ed18 authored over 7 years ago by Brien Dieterle <[email protected]>
Brush Settings tooltip: Typo fixed

github.com/mypaint/libmypaint - 17059f0667ae1a877c3423817b1fb05aba60b3b5 authored over 7 years ago by Anna Timm <[email protected]>
new input: Attack Angle

-180 to 180. 0 when stylus is moving in the same direction that it is
point. -180 or 180 when m...

github.com/mypaint/libmypaint - 268106012de8de4c14386157c68f7c728e7d37d3 authored over 7 years ago by Brien Dieterle <[email protected]>
Brush Settings: 4 offset modes added. X, Y, Angular (one side), Angular (both sides).

X & Y are simple position offsets for the dabs. The Angular offsets follow the stroke direction ...

github.com/mypaint/libmypaint - 0d3cc450f608bd04f2ab5c9d198bc3a9dc76c766 authored over 7 years ago by Anna Timm <[email protected]>
Make INPUT_RANDOM independent from input frequency

github.com/mypaint/libmypaint - 4ddbe2c97698f0a44e2aa037996e39666794a63f authored over 7 years ago by Ivan Mahonin <[email protected]>
Make tracking noise independent from input frequency

github.com/mypaint/libmypaint - 34bf7eecf9e3fb783369d7d43b51e8782faeadb1 authored over 7 years ago by Ivan Mahonin <[email protected]>
Appimage: Fix Launch Crash

Added a line that should fix #828 that prevented the Appimage from launching.

github.com/mypaint/mypaint - 8b9928fb5e23935ecf024b6c64ff33262dc6dc98 authored over 7 years ago by Albert Westra <[email protected]>
Appveyor: Format Fixes

github.com/mypaint/mypaint - 26b5dce2c875fc54333d1dac6660602e7073cc41 authored over 7 years ago by Albert Westra <[email protected]>
Update for libmypaint-2.0.

github.com/mypaint/mypaint - 83fe7460a1c6e98f47b559f23fec6e681ffdad76 authored over 7 years ago by Andrew Chadwick <[email protected]>
Version everything that gets installed.

This will allow side-by-side installations of different libmypaint builds
at the level of the mi...

github.com/mypaint/libmypaint - 0b31421ffbfb5f4a1c68ceeafa292c6ff08e949c authored over 7 years ago by Andrew Chadwick <[email protected]>
Update names for in-development 2.0 release.

The API version is now part of the package name to allow parallel
installability. Files will not...

github.com/mypaint/libmypaint.deb - 0d63df356a2815bab8ee2e6e98c0ac94cbac450d authored over 7 years ago by Andrew Chadwick <[email protected]>
Update CONTRIBUTING.md.

github.com/mypaint/libmypaint - 3c6f82c07133baa8543bde2ccb1a00d1f1700b02 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - 896ca5e823c3438ec7e2317083bb1c954529997f authored over 7 years ago by Weblate <[email protected]>
autogen: update explanation of that Python line.

github.com/mypaint/libmypaint - e179d9caf0dc327a2cc17fa1fc3a6cfb47592320 authored over 7 years ago by Andrew Chadwick <[email protected]>
po/README: fix typos

github.com/mypaint/libmypaint - c2a84eea41c9101acd0e21d4f388c0b99706fa02 authored over 7 years ago by Andrew Chadwick <[email protected]>
Remove *-gen.h.

These can (I hope, since this has bitten me before) now be the maintainer's
responsibility to cr...

github.com/mypaint/libmypaint - 589b90238588982c7c65538da52e0113c075e2a7 authored over 7 years ago by Andrew Chadwick <[email protected]>
Merge pull request #825 from briend/brushfix

viewzoom brush tweaks. Missed a few offset_by_speed.

github.com/mypaint/mypaint - d46875bd16eebb739ceb1d8905ee1db14f994b1b authored over 7 years ago by manuq <[email protected]>
viewzoom brush tweaks. Missed a few offset_by_speed.

Very few brushes used this setting.

github.com/mypaint/mypaint - 5dedd7a1347b7ebd0b4c6a80f11481e83cfb5642 authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #824 from mypaint/brushtweaks

Brushes tweaked for viewzoom speed1, speed2 changes

github.com/mypaint/mypaint - c86368d24aa06d8711340e351b55d57a66240b87 authored over 7 years ago by Brien Dieterle <[email protected]>
Brushes tweaked for viewzoom speed1, speed2 changes

github.com/mypaint/mypaint - 92deb107cb39bcc3efead91d352dc4d9db0953d4 authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #822 from mypaint/zoomfix

update doctest images after zoomview fixes

github.com/mypaint/mypaint - cb0ce5cd5d9f329047f1bb2714079d004237ac5e authored over 7 years ago by Brien Dieterle <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - 0792e1e3cbc98c9262e949a05ee5a19894715757 authored over 7 years ago by Weblate <[email protected]>
Merge pull request #93 from mypaint/zoomfix

Zoomfix

github.com/mypaint/libmypaint - e5beceeb552c0889e89ae252594cff16ffe8f241 authored over 7 years ago by Brien Dieterle <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/mypaint/libmypaint - 753816eebd852b468ac922a98512abc45267ab45 authored over 7 years ago by Weblate <[email protected]>
Bump API version more & add VERSIONING.md.

Recent changes on master have changed the public API in a backwards-
incompatible way. The next ...

github.com/mypaint/libmypaint - 91f0a81dfc8f289bea7565b8230cd762c45b301c authored over 7 years ago by Andrew Chadwick <[email protected]>
update doctest images after zoomview fixes

github.com/mypaint/mypaint - 177928d926c90e36117de6159355652b09af9628 authored over 7 years ago by Brien Dieterle <[email protected]>
speed: corrections to zoom calibration

github.com/mypaint/libmypaint - 1b46d4538554b965a78b3afa6366fd8ebd3b6f28 authored over 7 years ago by Brien Dieterle <[email protected]>
norm_dist- used for stroke- should use base_radius for calc

github.com/mypaint/libmypaint - 804e4ea6ec79af63144f4e227f8ff87235558b3a authored over 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #36 from manuq/flatpak-nightly

Downloads: Add Linux download option Flatpak Nightly

github.com/mypaint/website-2015 - 063c257eef9b8a19c012047a3908c45599d22e84 authored over 7 years ago by Albert Westra <[email protected]>
Merge pull request #36 from manuq/flatpak-nightly

Downloads: Add Linux download option Flatpak Nightly

github.com/mypaint/website - 063c257eef9b8a19c012047a3908c45599d22e84 authored over 7 years ago by Albert Westra <[email protected]>
Forgot this line

github.com/mypaint/website-2015 - f5a007fbbec071737e064f78e64eb233fdeb9939 authored over 7 years ago by Manuel Quiñones <[email protected]>
Forgot this line

github.com/mypaint/website - f5a007fbbec071737e064f78e64eb233fdeb9939 authored over 7 years ago by Manuel Quiñones <[email protected]>
Downloads: Add Linux download option Flatpak Nightly

Until we have an automated process to have a Flatpak package of master,
I (@manuq) will be maint...

github.com/mypaint/website-2015 - e3f07be82259b9655e1df3e91670eb606e3b2f21 authored over 7 years ago by Manuel Quiñones <[email protected]>
Downloads: Add Linux download option Flatpak Nightly

Until we have an automated process to have a Flatpak package of master,
I (@manuq) will be maint...

github.com/mypaint/website - e3f07be82259b9655e1df3e91670eb606e3b2f21 authored over 7 years ago by Manuel Quiñones <[email protected]>