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
Looks like I forgot to test the fix attempt in b7e564ec3a.
github.com/mypaint/mypaint - eae4ee526fcc1a2ad92098df12e74ae28522fe2a authored about 12 years ago
Before the dependencies of libmypaint* (libm and libjson) where
at the beginning of the list and...
Causes compiler warnings/errors, depending on compiler settings.
github.com/mypaint/mypaint - fbc3ae0a1f08af942b2acb5778e4709abcd4b7af authored about 12 years agoCauses compiler warnings/errors, depending on compiler settings.
github.com/mypaint/libmypaint - c2e61844fef5c608adf4a33979191cfd7cf59fed authored about 12 years ago
libm and libjson are also available as static libraries, so order will
matter if the static lib ...
libm and libjson are also available as static libraries, so order will
matter if the static lib ...
This information is passed through the environment.
github.com/mypaint/mypaint - 9722178dce7cfd3e8e223dcae1f9a9901c1979fc authored about 12 years agogithub.com/mypaint/mypaint - 5780fb2f9b38b2ce9efc4ba461d590cad4380e17 authored about 12 years ago
This information is passed through the environment.
github.com/mypaint/libmypaint - b7a53ef8a93f3ea94add9df8b385a233dead410a authored about 12 years agogithub.com/mypaint/libmypaint - 6fbf9c285ae05fe1b5730ab11176cb9901af0532 authored about 12 years ago
Speculation and commentary mostly, but this seems necessary for handing
cases where the WM is un...
An attempt to fix some build errors on Jenkins.
github.com/mypaint/mypaint - 4dd2bc77c123958251ead269c99b8b936bf661c0 authored about 12 years agoAn attempt to fix some build errors on Jenkins.
github.com/mypaint/libmypaint - df65baff46b30e8e5f716f4c5e1bc9af73793647 authored about 12 years ago
Dispatch ColorPopupWindow as if it was launched from the menu if it was
actually invoked by [<Mo...
Some code love for the color picker:
* Remove hardcoded modifier keys stuff now it can be launc...
github.com/mypaint/mypaint - f04c6128359f7a2e61885a209a39a426b0242b0d authored about 12 years ago
Instead link libmypaint-test into the Py module, and provide a
function for running the test tha...
github.com/mypaint/mypaint - d5832d8e6f5e714941012f8ca1c338813a8c2e7f authored about 12 years ago
github.com/mypaint/libmypaint - 015f3526ea6d0b24900b72ad01c1abd730555136 authored about 12 years ago
Otherwise linking the (static) brushlib into the Python module fails.
github.com/mypaint/libmypaint - aab8af29a0edec2ed3b0a1987fcabb55f81151f5 authored about 12 years agoOtherwise linking the (static) brushlib into the Python module fails.
github.com/mypaint/mypaint - 15d9cafd87918a64ecc9ab2f15abd3fab29ae07b authored about 12 years ago
GObject Introspection needs a shared lib, so if using
enable_introspection that is what will be ...
GObject Introspection needs a shared lib, so if using
enable_introspection that is what will be ...
github.com/mypaint/libmypaint - b479a172cfe5464650d58dc48ba2a638bcba59ce authored about 12 years ago
github.com/mypaint/mypaint - c52a8d2cef21c07938c2c08af625e0bda6535ee0 authored about 12 years ago
github.com/mypaint/mypaint - 615aefed53d182eaf16db494476ff2ad8878b030 authored about 12 years ago
github.com/mypaint/libmypaint - c6d6b3e26a55cb52d97f76bbf19a189eabfd918f authored about 12 years ago
github.com/mypaint/mypaint - 10e811ff72c70e7e6c9b1e3019c735bf231b6592 authored about 12 years ago
github.com/mypaint/mypaint - b8b1879ca5b0f36df5f046c133ad9847296eff0b authored about 12 years ago
github.com/mypaint/mypaint - ab4a17e0a74bbbbcc1e15a38b8cacb671e154ced authored about 12 years ago
github.com/mypaint/libmypaint - 2bfd3e71f06a369130f65967b6edfc351f7968c6 authored about 12 years ago
Allows external consumers to potentially use another tile size
then the default 64x64.
Allows external consumers to potentially use another tile size
then the default 64x64.
And put it in mypaint-config.h so that external consumers can
use it.
And put it in mypaint-config.h so that external consumers can
use it.
Makes sure that these cannot drift out of sync with eachother.
Also use a variable on MyPaintTil...
Makes sure that these cannot drift out of sync with eachother.
Also use a variable on MyPaintTil...
This means there is a standard way of notified that happen to a surface
in the MyPaintSurface in...
This means there is a standard way of notified that happen to a surface
in the MyPaintSurface in...
The previous code for copying the values in a tile map to a bigger
map during resize did not tak...
Also marks the know issues the code has. Will be fixed shortly.
github.com/mypaint/libmypaint - d13776d17bc91a05d45fcc49f98d0514936c5d40 authored about 12 years agoAlso marks the know issues the code has. Will be fixed shortly.
github.com/mypaint/mypaint - dc7b5ee8935e453a3aab318a27ed58281e392a35 authored about 12 years ago
The previous code for copying the values in a tile map to a bigger
map during resize did not tak...
After testing it properly with a stylus: it didn't quite have the "feel"
I wanted. Felt right wi...
github.com/mypaint/mypaint - 7ebcfd3f0a6bd99d05a3d99780e36f5284887abc authored about 12 years ago
github.com/mypaint/mypaint - 7003b929acaa2e877cdc7ced44f8d2199c1b7cb2 authored about 12 years ago
Brushlib translations were not displayed.
Works only when installed for now, but at least it works.
reported via IRC
github.com/mypaint/mypaint - f8961ca99d42eb60f32de91c953881995a4031a8 authored about 12 years ago
I'm finding myself double-clicking brushes in the brushlist more and
more in an attempt to chang...
I think it is correct now, even if proper anti-aliasing is added.
Still, I have left the 1 pixel...
I think it is correct now, even if proper anti-aliasing is added.
Still, I have left the 1 pixel...
Looks like we need to listen on two different widgets now to get both
motion and keyboard events...
Fix omission: do the last ascension step the same way as all the others.
Comment tweaks: remove...
github.com/mypaint/mypaint - 91e065908afb21dacb881f1d10656996a996b5fd authored about 12 years agoFix omission: do the last ascension step the same way as all the others.
Comment tweaks: remove...
github.com/mypaint/libmypaint - 6b90f049b12b1b946c1c2553a2dd41d64cc0a822 authored about 12 years ago
Fixes (on my system, tested in Xfce4 and Unity) two problems with the
color picker popup window:...
Perform tilt ascension interpolation steps in the direction of the
smallest angular difference b...
Perform tilt ascension interpolation steps in the direction of the
smallest angular difference b...
String reported: "eGalax Inc. USB TouchController"
Does have pressure, but might have the ghost-...
On request; no translation changed.
github.com/mypaint/mypaint - 28118ba781f90d2ebaba926d440d355ba0532604 authored about 12 years agoOn request; no translation changed.
github.com/mypaint/libmypaint - 4c752e1acb18cafa46045d781ca145dda6ff7526 authored about 12 years agoThose inline comments don't seem to work.
github.com/mypaint/mypaint - b7e564ec3a53ceff0b3944addd91f8aa6afeed30 authored about 12 years agogithub.com/mypaint/mypaint - 0e078733f7954886848b4ce09a701c6de40fadad authored about 12 years ago
github.com/mypaint/libmypaint - 23b8c357fb3ed53cdcabfa8c31ceff8038108b32 authored about 12 years ago
Use the toplevel window when the user picks from a window that's known
to GDK. This may be more ...
github.com/mypaint/mypaint - a3f97f537e62e2b0e0dec5d11400184565589e56 authored about 12 years ago
github.com/mypaint/mypaint - b3a461aa0fc90a4029953393bf30a3b807fe85f9 authored about 12 years ago
Another attempt at fixing https://gna.org/bugs/?20068
Falling back to the mode's passive state ...
github.com/mypaint/mypaint - 57bcd033bc0db08bb54d894ae673f8c0d32a5c51 authored about 12 years ago
Don't immediately scroll the layers list to the currently highlighted
row if the user just scrol...
Fix regression: keyboard events no longer propagate by default. This was
causing some widgets to...
github.com/mypaint/mypaint - 0400f0c85aca7aff6201d9548f0d7b695c24ea54 authored about 12 years ago
github.com/mypaint/libmypaint - 11d68b63391774d7d5b036034d529d77f50ecc2d authored about 12 years ago
Make keyboard rotation steps consistent with drag-rotation and
rotate around the window center i...
github.com/mypaint/mypaint - 7c54129e27454dfff4604f5d6aa8aa439b75be85 authored about 12 years ago
github.com/mypaint/libmypaint - c48276c977b482f9ba7a2ba4677f1c88b9449c11 authored about 12 years ago
github.com/mypaint/mypaint - 63e0e8866cb78332af2224c06ab041a2d3519043 authored about 12 years ago
github.com/mypaint/mypaint - f750d021d3f6b20563b5368e7ec563eec1556147 authored about 12 years ago
github.com/mypaint/mypaint - 66a330b99c2b8607528c73a144d652501f1f9dc8 authored about 12 years ago
Various grab fixes to address a couple of difficult to reproduce bugs
that result in sticky mode...
Fix an exception when freehand mode is entered using a flip action.
github.com/mypaint/mypaint - a241a0faa75004e0abc404be28668f5bbe69e77d authored about 12 years ago
Use a finer cursor for line mode drawing - users sometimes need very
precise positioning. Thanks...
github.com/mypaint/mypaint - f19489f27856d222d2bf24ce0dc5bff8632a0755 authored about 12 years ago
github.com/mypaint/libmypaint - 18de8abd2216a4af7b85754b6d0c9edb9b068311 authored about 12 years ago
Move the low-level C library gettext() setup to mypaint.py: ensures it
gets called as early as p...
Technically en-GB-oed.
github.com/mypaint/mypaint - e4a9dc8def4c0e4e60105de87cba156c00d32eec authored about 12 years ago
Invoke bindtextdomain(3) to bind the "mypaint" domain to a base folder
relative to the install p...
Compensate for canvas rotation and mirroring before passing xtilt and
ytilt on to the brush engi...
Bugfix: make the main frame toggle share an action with the frame edit
window, and fix a logic b...
Mode flip actions are intended to be bound to keypress shortcuts, where
modifiers are arbitrary ...
The problem with the icons was that, allthough they look nice, their
meaning was very hard to gu...
Clean up workaround symlink which was breaking Debian builds.
github.com/mypaint/mypaint - aa7b72b34d5bed84a37d8fde70250f26d6ea4ead authored about 12 years ago
Forbid the fallback menu button from taking focus. This was proving
fairly problematic, particul...
Fix exception with popup states when using the spacebar as a "pretend"
Button2 using the button ...
Add missing symmetry overlay module.
github.com/mypaint/mypaint - 3330128c36e2e28e19c31c794b6da36f671e9577 authored about 12 years ago
Display the current axis of symmetry with a dashed line overlay. The
overlay can be turned off u...
Was saving and restoring the snapshot of the wrong layer.
github.com/mypaint/mypaint - 284d584ceb0fcd9b24ee5ae5406e2ec17351b358 authored about 12 years ago
Use the user-selected background instead of white, when loading a
file that doesn't provide a ba...
- layer.py: add convert_to_normal_mode()
- make it an undoable action with menu entry
- use it i...
The idea is that a layer's rgba tile can be converted to flat and
back. While in flat mode, we c...
Add translation context to all items.
github.com/mypaint/mypaint - 95322809d90e6bc5f3ce81f70517142f5a0e51d9 authored about 12 years ago
String review for the scratchpad menu. Add translation context to all
items. Slim labels down an...
String review for the color menu. Add translation context to all items.
Move single-increment H...
github.com/mypaint/mypaint - 9b4fe325e811b7d5574f0903f3c19e0607d9015b authored about 12 years ago