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

Add test case for PngFileUpdateTask.

github.com/mypaint/mypaint - b8a99f328efa49f27ea99f45ae580aefb7a6bcbd authored almost 7 years ago by Andrew Chadwick <[email protected]>
Automated backups: more fine-grained syncing of settings.

Things like the layervis code write their persistent data to the per-doc
settings. This means th...

github.com/mypaint/mypaint - 8790eb3f72fd2e52b5ff73a6ec00d4ef36f6590e authored almost 7 years ago by Andrew Chadwick <[email protected]>
Just report exceptions raised in auto-backups.

For diagnosing mypaint/mypaint#893 and mypaint/mypaint#904. Handling each
exception by reporting...

github.com/mypaint/mypaint - 570a535124db531d5dc0b71dfa52aa8ee42d4a48 authored almost 7 years ago by Andrew Chadwick <[email protected]>
More fixups for g_filename_to_utf8().

github.com/mypaint/mypaint - 0a1ac9136c1a38c862e989f5722cebee38b237cb authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: brushmanager: fix for the current suite of doctests.

github.com/mypaint/mypaint - 0e3d0e6d2b4a41086b505aeb47858fe4fefbcdd9 authored almost 7 years ago by Andrew Chadwick <[email protected]>
brushmanager: add doctests and a test brushpack.

MyPaint will needs to be able to load brushpacks saved under old Python
versions, so add some te...

github.com/mypaint/mypaint - 03113a3040e80d968e49d116dd4e7b287457374a authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: brushmanager: iteritems

github.com/mypaint/mypaint - f8cac42e16f180f18466c3ea0857f4f0a9833a31 authored almost 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: remove unused code.

github.com/mypaint/mypaint - b63177ef65f9f7e2d9463dbcf575e4c2f3251907 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: CssProvider only accepts bytes now.

Throw in some new doctests too, just in case these Gtk version-compat
things start failing on so...

github.com/mypaint/mypaint - 2b3a9d832801e91001fed65a769270b7d1395ecb authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: sys.argv conversion compat.

github.com/mypaint/mypaint - b2334716ade98cb77b300a6f2d37b8647feef4df authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: logging fixes.

os.fdopen(..., 0) is now broken, so don't do that any more.

Simplify the Windows case some more...

github.com/mypaint/mypaint - 7e4cac60b484a578f2c51ef6f019646973ba0c20 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Fix PangoCairo gi version warning.

github.com/mypaint/mypaint - c7b941ebf93fe2c7bd239dc66e7d7282c61675c3 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Fix an annoying warning regression.

github.com/mypaint/mypaint - 2f4fcd9629c05cc85669f6824a59ebc7a5d19733 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: metaclass compat.

Steal add_metaclass from six.

github.com/mypaint/mypaint - f30bf3194ee8db8e34776b197e7684b7380c0a04 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: stringio, urllib

github.com/mypaint/mypaint - e66ef65c0476095c6888ba717eabcb63c939201d authored almost 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: lint; fix imports, copyrights, typos…

* Run flake8 linter over lots of modules, and fix the warnings.
- Makes it possible to use the...

github.com/mypaint/mypaint - a57771e005b675b2d74f9e4ed10460aa1d059336 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3: unicode and xrange

github.com/mypaint/mypaint - 1c920f1f9422a91b1225aa87a0186aa48eac102b authored almost 7 years ago by Andrew Chadwick <[email protected]>
fastpng: revert filename passing to fix builds.

Debian testing/unstable, Python 2: ✔build ✔nosetests ✔test
Debian testing/unstable, Python 3: ✔b...

github.com/mypaint/mypaint - acb10b6bc162b3d14cb51aeaf99e62fe816fa034 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Swig: we have to pass filenames to C++ now, and it sucks.

Fix an accidental cut-and-paste. That's what I get for taking the Swig docs
too literally. Oops....

github.com/mypaint/mypaint - 9e34a54146053d27d604890106ffb75eac85be50 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Begin fixing build and nosetests for Python 3.

Lots of changes needed to get the build and the tests working with Python3.
Not quite there yet,...

github.com/mypaint/mypaint - 17f80838e943f163717937d898eb76103f64607d authored almost 7 years ago by Andrew Chadwick <[email protected]>
Py3 prep: several import fixes.

github.com/mypaint/mypaint - 83ac8f8545a2508fc05c9a10b4982bb2b5066cd0 authored almost 7 years ago by Andrew Chadwick <[email protected]>
BUGFIX: fix missing definition of "logger".

♫ And this is why we use a linter, use a linter, use a linter-o ♫

github.com/mypaint/mypaint - 8f5231d7a622b1a1c89a6a6b0db64f179f8849e7 authored almost 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: pre-Py3 non-functional changes

- Changes suggested by flake8 (and excuses)
- Stylistic whitespace tweaks
- Module copyright upd...

github.com/mypaint/mypaint - fa65003b24e46505ed48ac54a9d8720218e9907e authored almost 7 years ago by Andrew Chadwick <[email protected]>
New commands: Remove Layer Backdrop (by tiles/pixels).

Add two new commands

* Remove Layer Backdrop
* Remove Layer Backdrop (tiles)

They replace ...

github.com/mypaint/mypaint - e5d9977949800bea8544978e6a422374673bfe15 authored almost 7 years ago by Andrew Chadwick <[email protected]>
New commands: Refactor Layer Group (tiles/pixels)

Add two new commands that are basically set operations on a layer group.

* Refactor Layer Gro...

github.com/mypaint/mypaint - dfdb69e1afe0f0b9557ae845c4e8d161083c308c authored almost 7 years ago by Andrew Chadwick <[email protected]>
Layer stack snapshots: fix a state announce bug.

Looks like layer snapshots weren't being used for big macro ops
that did insertions till now. Fi...

github.com/mypaint/mypaint - 32ac1350bb3d127e2b2b9bec8af6e9777e0aaf2b authored almost 7 years ago by Andrew Chadwick <[email protected]>
Move @with_wait_cursor.

This decorator should be imported from a helpers module. Where it was,
it had a tendency to upse...

github.com/mypaint/mypaint - 34aa3ee85c761a2de708a84647d2748104cd256f authored almost 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: assorted flake8 fixes

github.com/mypaint/mypaint - cd27d3c68a32b03448e591b9ab38c2f00ca6df3c authored almost 7 years ago by Andrew Chadwick <[email protected]>
Cache rendered 8bpc tiles instead.

As well as the 50% saving in RAM, this seems to be slightly faster.

github.com/mypaint/mypaint - f5d213657988a76f7455364a6a49fa9fc0aefb36 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Rework rendering: extract ops, tighter tile loop.

Update the rendering to add scope for some efficiency gains. The rendering
code may also be more...

github.com/mypaint/mypaint - 5eebb8dd788019f3265759ea6dfc22b00b2dd210 authored almost 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: some flake8, doc & code style fixes.

github.com/mypaint/mypaint - 2f0e351d9adbd77e079de4e9124d48f65f0ad932 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Autosave: don't start if clean.

Fixes an obscure exception I haven't had a chance to debug yet.

github.com/mypaint/mypaint - 9ef48a3308bfcff3e425f2e532fb505ed7409511 authored almost 7 years ago by Andrew Chadwick <[email protected]>
LRU cache: add pop()

github.com/mypaint/mypaint - 3645ee7990411461bb8b0bd11aa28bd8cbdba608 authored almost 7 years ago by Andrew Chadwick <[email protected]>
Windows: update the interactive deps helper.

It was missing a few dependencies, and it lacked explicit user approval.
Update it to make it cl...

github.com/mypaint/mypaint - f576e856647a464cbcf70b11deb98da46a028fa5 authored almost 7 years ago by Andrew Chadwick <[email protected]>
fix minimal.c missing stroke_to arguments

github.com/mypaint/libmypaint - 040310c3548d3b9ffbb812188033f66cc3edc0f4 authored almost 7 years ago by Brien Dieterle <[email protected]>
lib/document: fix export by layers-view-name.

github.com/mypaint/mypaint - 046ec8fb22ff65d1987e64783434a7501a00337f authored about 7 years ago by Andrew Chadwick <[email protected]>
Layer stack: replace deepenumerate() with walk().

github.com/mypaint/mypaint - 612be97c737d78604be9ac1f65cb91a0539384f9 authored about 7 years ago by Andrew Chadwick <[email protected]>
README: keep a line space in between!

github.com/mypaint/mypaint-brushes - a47244c8c61933e3867295be037d0d09239b5aa6 authored about 7 years ago by Jehan <[email protected]>
README: fix syntax of comment-style appearing as titles in Markdown.

github.com/mypaint/mypaint-brushes - 3e54a413e14470af41e6302154342e5e196a1417 authored about 7 years ago by Jehan <[email protected]>
Fix multifile "ValueError: Progress.items has already been set".

Also do some minor code clarity stuff, like defaulting the alpha flag in
a single, sensible place.

github.com/mypaint/mypaint - 26e7510d23591cad42eba22b22ad7256e52920df authored about 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: some flake8 fixes.

github.com/mypaint/mypaint - 769ee8189fe9d7d107e8eb59d4db452b999ac0b2 authored about 7 years ago by Andrew Chadwick <[email protected]>
Add helper funcs: casefold() marker, safename().

github.com/mypaint/mypaint - 4ddb4f920c60532703643c8c091e51e95d2b4ec8 authored about 7 years ago by Andrew Chadwick <[email protected]>
FEATURE: add save by view.

github.com/mypaint/mypaint - 4137c3c5f764be06b682b9e81ede4daeef12399f authored about 7 years ago by Andrew Chadwick <[email protected]>
Save dialog: some layout fixes.

github.com/mypaint/mypaint - 30df5689d76a4256a1bc5e49d7b6ea95c01186de authored about 7 years ago by Andrew Chadwick <[email protected]>
README: make clear that master corresponds to libmypaint master.

And reciprocally to install brushes usable by libmypaint 1.x, one must
use a 1.x version of mypa...

github.com/mypaint/mypaint-brushes - a9ae001c1d33ff3db9a0b7464ec5b259362803a1 authored about 7 years ago by Jehan <[email protected]>
README: add details about versionning and how to use with pkg-config.

Cherry picked from commit fce9b5f23f658f15f8168ef5cb2fee69cf90addb and
modified for libmypaint 2...

github.com/mypaint/mypaint-brushes - ef4f10d501bb2a116a803db85dc0beeb9912e97e authored about 7 years ago by Jehan <[email protected]>
pkgconfig: C macro renamed to MYPAINT_BRUSHES_DIR.

(cherry picked from commit 8a3cbeff237d7acad0cfdf7abf8858c502d454b1)

github.com/mypaint/mypaint-brushes - fd3d73dbb6152b5acd583e3791db74e33d637e3b authored about 7 years ago by Jehan <[email protected]>
README: add info about autotools build.

(cherry picked from commit 9ab64a04485348f65728b6638bcda966b2d3776c)

github.com/mypaint/mypaint-brushes - 9c48db0ac23b7d22f601f300b29ca90102e35ee5 authored about 7 years ago by Jehan <[email protected]>
Adding autotools installation.

So I realize that scons installation is broken with Scons 3!
Scons 3 now uses Python 3 and there...

github.com/mypaint/mypaint-brushes - 4721c6513bea1d0f8bffa159e4751ff04932df3c authored about 7 years ago by Jehan <[email protected]>
Try to make the views feature a bit friendlier.

* The "unsaved view" text seems hard to understand. Its a bad way of
saying that there is no u...

github.com/mypaint/mypaint - a1d2823946a3db401d6f316da930b6562c32232f authored about 7 years ago by Andrew Chadwick <[email protected]>
EXPERIMENTAL: add bulk layer visibility switching.

This commit adds controls for switching between different views of the
document. Views describe ...

github.com/mypaint/mypaint - c93d260d4d6c19e9a066198c14009915d0afcedc authored about 7 years ago by Andrew Chadwick <[email protected]>
Merge branch layervis-underpinnings.

github.com/mypaint/mypaint - 18ed7d49abe7b4fbec1b513fe875636edc5b7ffc authored about 7 years ago by Andrew Chadwick <[email protected]>
Merge pull request #880 from bmwiedemann/python3

Port SCons files to python3.

github.com/mypaint/mypaint - 69c74e7a187e2fe4fab32ab4fea757ad90fb8741 authored about 7 years ago by Andrew Chadwick <[email protected]>
layerprops: fix entry weirdness and ugliness.

Fix some weird entry behaviour caused by the MVP stuff.

While I'm at it, setting the warning cl...

github.com/mypaint/mypaint - 9961c6f94a5a74d5acdcbfb1a5d4d5519b728e09 authored about 7 years ago by Andrew Chadwick <[email protected]>
Layers list: announce branch visibility/locked deeply.

Fudge a row-changed for all descendent layers of a group to make sure that
the eye or lock icons...

github.com/mypaint/mypaint - 8092d4e453f7bb5fb141a397c05341c33202985d authored about 7 years ago by Andrew Chadwick <[email protected]>
More thorough clearing when loading docs.

github.com/mypaint/mypaint - a2674a98825a31651170bf3bed0e224fd7ad8f20 authored about 7 years ago by Andrew Chadwick <[email protected]>
Fix: layer snapshots were recording/replaying opacity twice.

github.com/mypaint/mypaint - 7c8401b42854b34527c864dee00afab192d52a05 authored about 7 years ago by Andrew Chadwick <[email protected]>
Change syncing: flush for certain before saving.

github.com/mypaint/mypaint - 5d3c2be2e58adb770f624b1b0ac03e84383d8c38 authored about 7 years ago by Andrew Chadwick <[email protected]>
Layers window: put mode and opacity on same line.

Put the mode dropdown and the opacity control onto the same line to
save space for the layer vie...

github.com/mypaint/mypaint - 42a3efaaf75e46725f5d945caba1a8d8ad24b9fc authored about 7 years ago by Andrew Chadwick <[email protected]>
Standardize existing MVP stuff.

Pulling stuff in from a Glade file is now so standard in MyPaint that it
makes sense to formaliz...

github.com/mypaint/mypaint - e7b596a4e265018bb755fc02597056d432b2d79c authored about 7 years ago by Andrew Chadwick <[email protected]>
Make the app preferences dict observable too.

And also guard against anyone assigning it to a different dict
by making its identity a RO prope...

github.com/mypaint/mypaint - 4852cc384c050dcde7e9580d10a8b53e372d8181 authored about 7 years ago by Andrew Chadwick <[email protected]>
lib.observable: make calling_observers part of the API.

It's sometimes useful for an observing object to know when one of its own
observers is being cal...

github.com/mypaint/mypaint - 4f8d67142e92f93cc3b6d5a5d7b8af455fc5a245 authored about 7 years ago by Andrew Chadwick <[email protected]>
Allow per-document settings.

This commit adds a settings dict to the current working document. The dict
can be monitored for...

github.com/mypaint/mypaint - 23bde159c0efb355d132a05dcd92e615728b0a2e authored about 7 years ago by Andrew Chadwick <[email protected]>
Move unique naming vars.

They'll be needed for more than just layer naming soon.

github.com/mypaint/mypaint - 52295547347b3c137a0883b3da8662812d3adcc4 authored about 7 years ago by Andrew Chadwick <[email protected]>
CODEQUAL: apply some changes suggested by flake8

gui.application: much more cautious approach. Noting that the imports in
this module are a bit s...

github.com/mypaint/mypaint - 29778af2f45cc8166b2ee5f1e3b31ff7f33e31c0 authored about 7 years ago by Andrew Chadwick <[email protected]>
Add ObservableDict class (for prefs & settings)

github.com/mypaint/mypaint - 22d28b41cfbf64bd8eaef9e470645d5ccfb36077 authored about 7 years ago by Andrew Chadwick <[email protected]>
observable: hide some internals, update copyright.

github.com/mypaint/mypaint - 445fb8a2aeb6c9a98164071b9eb2e719b290d853 authored about 7 years ago by Andrew Chadwick <[email protected]>
Port SCons files to python3

using different notation for ocatal numbers,
using brackets for print()
using 'in' instead of dr...

github.com/mypaint/mypaint - 49f0a9fdf06010f4ca03ce233468206481480830 authored about 7 years ago by Bernhard M. Wiedemann <[email protected]>
Merge pull request #836 from briend/pickHCY

ColorPicker HCY: Pick H, C, or Y from canvas

github.com/mypaint/mypaint - 59977ecf481bebf7ad8da2ebc7c8d63fd595902b authored about 7 years ago by Brien Dieterle <[email protected]>
ColorPicker HCY: Allow grabbing H, C, or Y from canvas

Hold down shift, control, or alt plus 'r' to modify brush color
Also preserves hue for all pick ...

github.com/mypaint/mypaint - ac16c80aa7d2053d618c536f82d8932d15c2925e authored about 7 years ago by Brien Dieterle <[email protected]>
Merge pull request #72 from briend/surfacemap

New input: GridMap (canvas texture, etc)

github.com/mypaint/libmypaint - 03f223a7fab96af7726d5de372188fe541f65a4b authored about 7 years ago by Brien Dieterle <[email protected]>
Differentiate release version and API version.

Cherry picked from commit 8feee81c6c849e419c4cf4502eaff1f1924e700c,
then adjusted for version 2....

github.com/mypaint/mypaint-brushes - 8ba2d64247d8f65c66999ebe0883e8b47b219beb authored about 7 years ago by Jehan <[email protected]>
Action rename fixup: whoops, didn't catch them all.

github.com/mypaint/mypaint - 0b19fce428464ee60772152e168dcc939dc124f9 authored about 7 years ago by Andrew Chadwick <[email protected]>
Widen layers list rows for future work (discuss?)

Some people might consider this commit inelegant or a bad use of sidebar
space. Best I write an ...

github.com/mypaint/mypaint - ee5a2834824cc7b307eba8f57b2c974b8d0761d7 authored about 7 years ago by Andrew Chadwick <[email protected]>
Add TYPE_DESCRIPTION for layer type classes.

This property is a bit of text used for describing the layer's type.

github.com/mypaint/mypaint - 7ff93aab90c80c901dd2816f7927276360f30dc3 authored about 7 years ago by Andrew Chadwick <[email protected]>
gui.layers: fix missing initial selection.

github.com/mypaint/mypaint - ecc8a814239204413c55db1d6ccf34f25ad94e60 authored about 7 years ago by Andrew Chadwick <[email protected]>
Layers window: taller minimum size

to accommodate the layout changes in related commits.

Also, minor scrollbar policy fiddle.

github.com/mypaint/mypaint - 91eb045ce862218da055696979966b6700e7d494 authored about 7 years ago by Andrew Chadwick <[email protected]>
Rename the layer properties action + menu item.

github.com/mypaint/mypaint - 308c927069d9a408f83fa9641f9b95d1811d8160 authored about 7 years ago by Andrew Chadwick <[email protected]>
Make "Rename Layer" use the new properties dialog.

github.com/mypaint/mypaint - 15d1bbdd89de0b841260f9dab8830ad1a3bc3f4e authored about 7 years ago by Andrew Chadwick <[email protected]>
New module: layer properties dialog.

Not used in the UI yet.

github.com/mypaint/mypaint - 9cff2cbec868cd2d8c902ed76fd8351550f3161a authored about 7 years ago by Andrew Chadwick <[email protected]>
lib.command: RenameLayer is now updatable.

Also, actually update the top RenameLayer command from successive rename
requests.

github.com/mypaint/mypaint - fed81ca5fa187023b31c80d5a9b3db804def902b authored about 7 years ago by Andrew Chadwick <[email protected]>
GridMap: New input/settings for textures and canvas effects

Somewhat like Stroke and Random, provides an oscillating input from
0-256. These values are bas...

github.com/mypaint/libmypaint - dbc0f5a0f862729ba234b4760667b114bec4bdef authored about 7 years ago by Brien Dieterle <[email protected]>
Update README.md

ldconfig needed after installing libmypaint

github.com/mypaint/libmypaint - e735d81c5b95a97dfb58e517fff9c038b8649b81 authored over 7 years ago by Brien Dieterle <[email protected]>
Correted Links in Downloads Page

Used wrong formatting for makrdown links.

github.com/mypaint/website-2015 - a1ebf2b06914a7e427d1889a863a4d9e28c1e1bb authored over 7 years ago by Albert Westra <[email protected]>
Correted Links in Downloads Page

Used wrong formatting for makrdown links.

github.com/mypaint/website - a1ebf2b06914a7e427d1889a863a4d9e28c1e1bb authored over 7 years ago by Albert Westra <[email protected]>
Edit Downloads Page

Added info about getting the latest alpha builds of MyPaint for Windows on our downloads page. S...

github.com/mypaint/website-2015 - 20361b8f7959433365a6c3aa77cbb037f2865caf authored over 7 years ago by Albert Westra <[email protected]>
Edit Downloads Page

Added info about getting the latest alpha builds of MyPaint for Windows on our downloads page. S...

github.com/mypaint/website - 20361b8f7959433365a6c3aa77cbb037f2865caf authored over 7 years ago by Albert Westra <[email protected]>
Merge pull request #864 from cg-cnu/master

fine tuned readme

github.com/mypaint/mypaint - 8aac31c4d1e4d7b1bf8e1411f7241b6871d77bf5 authored over 7 years ago by Albert Westra <[email protected]>
fine tuned readme

github.com/mypaint/mypaint - bfb51dc3f1e50b4ce647bb9ee41b454af429bb90 authored over 7 years ago by cg-cnu <[email protected]>
Merge pull request #108 from bmwiedemann/sort

Sort input file list to assist with reproducible builds.

Thanks, @bmwiedemann!

github.com/mypaint/libmypaint - 71a18a93ed535dbf8c15fcc90ed76d4f0d0bd60f authored over 7 years ago by Andrew Chadwick <[email protected]>
Sort input file list

so that libmypaint builds in a reproducible way
in spite of indeterministic filesystem readdir o...

github.com/mypaint/libmypaint - 581de51c99cb50f4c553286e0233e49fbf1bbcb8 authored over 7 years ago by Bernhard M. Wiedemann <[email protected]>
Merge pull request #104 from briend/baseradius

input: Base Brush Radius

github.com/mypaint/libmypaint - 8c40ca3fcc0ca23b3f9217897044a9b35668c330 authored over 7 years ago by Brien Dieterle <[email protected]>
Fix division by 0 when saving empty layer group.

github.com/mypaint/mypaint - a654615e3d909e8e66d47ba1642a0a63ff758b9e authored over 7 years ago by Andrew Chadwick <[email protected]>
Destructive action dialog: add CSS style to danger button.

github.com/mypaint/mypaint - 65ad0336398674ae51cdc3964415a34b5eea5e41 authored over 7 years ago by Andrew Chadwick <[email protected]>
various: flake8 fixes, typos, comment fixes

github.com/mypaint/mypaint - a9961d209ea9114153f4a07f91c7f4f5e62bc1e9 authored over 7 years ago by Andrew Chadwick <[email protected]>
Remove more licenses which are not used for this repository.

They were used for code or resources on the original MyPaint repository,
but not for anything in...

github.com/mypaint/mypaint-brushes - 58e8ab796d6476ff77870281c87cd9df3410a14a authored over 7 years ago by Jehan <[email protected]>
Remove ISC license.

It was used by brushlib only which was already not included in
mypaint-brushes package. See also...

github.com/mypaint/mypaint-brushes - 6ff4984ced8ee4af069f452dc1fdb9867813c766 authored over 7 years ago by Jehan <[email protected]>
pkg-config: forgot to update the `brushdir` variable as well.

The Cflags are good for C/C++ but the separate variable is useful as a
generic mechanism to know...

github.com/mypaint/mypaint-brushes - a3d7fa2de82db0eceb25d9111820f0f246a333b6 authored over 7 years ago by Jehan <[email protected]>
SConscript: brushes for libmypaint 2.0.

Since brushes may get incompatible, let's have a mypaint-brushes-2.0
package. This would allow t...

github.com/mypaint/mypaint-brushes - 6c2930c254358b911ce85417fd8a5f0d9529b47e authored over 7 years ago by Jehan <[email protected]>