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

scratchpad: always use white background

The problem was that the colors mixed on the scratchpad
look different depending on your backgro...

github.com/mypaint/mypaint - a87e79d48b784642a7d75a2a3c6627e772907101 authored about 13 years ago by Martin Renold <[email protected]>
brushlib: docu

github.com/mypaint/mypaint - fbc0780f6d653eccd88194cceaac7b346a33d265 authored about 13 years ago by Martin Renold <[email protected]>
release.sh: add .xz format

github.com/mypaint/mypaint - 3d83af4746c81f83d700f2085570c738513c3cc3 authored about 13 years ago by Martin Renold <[email protected]>
docu: brushlib figures

used for http://wiki.mypaint.info/Brushlib

github.com/mypaint/mypaint - fb60435d622745a7ff8becdb8e1f99f86bbb40aa authored over 13 years ago by Martin Renold <[email protected]>
tileddrawsurface: Fix a wrongly named attribute, mark_mipmap_dirty

github.com/mypaint/mypaint - 2177e24275d7ce05de0f8523b1ca99ab3289d1bb authored over 13 years ago by Ariful Bhuiyan <[email protected]>
layer: minor fix for missing argument

github.com/mypaint/mypaint - efed132668e9dafaacf3c835b264f99b0925c239 authored over 13 years ago by Andrew Chadwick <[email protected]>
Move stroke_to() implementation into Layer

Lets it handle the details as it sees fit.

github.com/mypaint/mypaint - 59381c17bf59b29eeb17e74dd5ff79a8de123040 authored over 13 years ago by Jon Nordby <[email protected]>
Move COMPOSITE_OPT definitions to lib/layer.py

Not tiledsurface specific.

github.com/mypaint/mypaint - fd8a5aee3fc87670be89cdb1b35f9f9661e07979 authored over 13 years ago by Jon Nordby <[email protected]>
Make TiledSurface an internal member of Layer

Most part of the code should not care about
the surface implementation used. Provide wrappers
on...

github.com/mypaint/mypaint - 076f8fb25644ff4f8c3b22fe3de2df773eea4aa4 authored over 13 years ago by Jon Nordby <[email protected]>
glade stuff: add README, move launch script

Add a README explaining the current status of the emerging Glade support
and what our vague goaa...

github.com/mypaint/mypaint - 45265644a33c0f180a8b44a643601c405a6440c5 authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: fix missing; wrap hsv-compat & dropdowns

Add missing gui/spinbox.py from last commit: oops.

Separate out HSV compatibility widget and ad...

github.com/mypaint/mypaint - ac65d5d11470ea5ac4365aa06b5888def1c30f30 authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: separate out & wrap the item-spinbox widget

The usual drill, but the slight wrinkle is that because it's a
derivative of a Box subclass, Gla...

github.com/mypaint/mypaint - bdb5846e9bec18ec8e84796e4ec36dd07adc35a9 authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: tileddrawwidget support for glade projects

The TiledDrawWidget is a fairly simple canvas, so nothing much needs to
be changed to support us...

github.com/mypaint/mypaint - eb8a0422f62069387afdcb60f3534ed3f9e05ecf authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: extract and wrap curve widget

Wrap the custom pressure/input curve widget for glade, and move it out
to a separate, independen...

github.com/mypaint/mypaint - ac865076d0479294567de580c8f8a30220c606b1 authored over 13 years ago by Andrew Chadwick <[email protected]>
glade dev infrastructure, no widgets yet

Includes a script for running Glade using the local widget catalog.

github.com/mypaint/mypaint - 8a5d8baf9c7125ee0f9f4094d69dfc4c2c54f073 authored over 13 years ago by Andrew Chadwick <[email protected]>
elastic: fix resize bug

Fix UI clunkiness whereby elastic windows wouldn't shrink again if their
elastic expanders had b...

github.com/mypaint/mypaint - 3afe3007eee7e03bec1631ee633aef41d8e76c4e authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: wrap concrete elastic container/content

Factor elastic containers and components out to their own module and add
a trivial ElasticWindow...

github.com/mypaint/mypaint - fef57f5daf328accab5546214be8a697dba2a428 authored over 13 years ago by Andrew Chadwick <[email protected]>
glade: wrap pixbuflist for glade

I'd prefer we move to GtkIconView, but wrapping our own version is
trivial. Icons are from Glade...

github.com/mypaint/mypaint - f4c6205aaab3e019348a2ff643af7f23079b9ef3 authored over 13 years ago by Andrew Chadwick <[email protected]>
brush settings dropdown: clarify reset language

Make the setting reset terminology clearer, explain in terms of "this
brush" and "saved values",...

github.com/mypaint/mypaint - f0eb39f718dba6389769eba8355d212b5cc86262 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: LnF tweaks, add an arrow

Make the dropdown main menu button's function a little more obvious. No
longer accept focus or t...

github.com/mypaint/mypaint - 27b96afd42883422216a44a7cda61815bb11845b authored over 13 years ago by Andrew Chadwick <[email protected]>
doc: fix a hardcoded composite op name

The name was also incompatible with the ORA spec. Didn't see it in
testing because we're toleran...

github.com/mypaint/mypaint - 3dc791afc13d8cb37ea67d0af3daf7e8db0bb012 authored over 13 years ago by Andrew Chadwick <[email protected]>
prefs: make undo and redo bindable to buttons

Simple enough wishlist item; https://gna.org/bugs/?18741

github.com/mypaint/mypaint - 1470230c5c6c121763044afd770866205ec57af1 authored over 13 years ago by Andrew Chadwick <[email protected]>
dropdowns: remove assertion

Remove an assertion that breaks Ubuntu Lucid's version of PyGTK. It's
not really needed anyway.
...

github.com/mypaint/mypaint - eec9fbd2117a4891f4a033f7d7601b0911d7aa24 authored over 13 years ago by Andrew Chadwick <[email protected]>
credits update

Add sigetch to the about box's credits list.

github.com/mypaint/mypaint - 2a49dbd59e3d757251d1b9df3a0b2222178bfa84 authored over 13 years ago by Andrew Chadwick <[email protected]>
tiledsurface: remove some code duplication

github.com/mypaint/mypaint - b4a50afb2bd72c9483653e522cd6524fb1079165 authored over 13 years ago by Andrew Chadwick <[email protected]>
composite ops: fixups and gui stuff

Declare supported composite ops in a single place and make their display
names translatable.

Mo...

github.com/mypaint/mypaint - 573d3811ff8b59893f986766dda8db6937da168c authored over 13 years ago by Andrew Chadwick <[email protected]>
layer modes: remove redundant CLAMP, add regression test

Add a regression test that checks some corner cases of all
layer modes to make sure the result i...

github.com/mypaint/mypaint - 83576b023a7df45f24151247681c8c047a6dddb1 authored over 13 years ago by Martin Renold <[email protected]>
zooming updates: add an extra zoom level

* 1/16 and 16 zoom level is added.
* Mipmap level is changed to 4.

(Amended to remove patch for...

github.com/mypaint/mypaint - 6d624040c2a7afaccf52a85a2a6e0d630a6e967d authored over 13 years ago by sigetch <[email protected]>
layer composite ops: initial implementation

Initial implementation of layer composite-ops. Color-dodge is not
implemented yet.

github.com/mypaint/mypaint - e924dddaea5a4a4aea0e595d49bfe3407c354239 authored over 13 years ago by sigetch <[email protected]>
layer compositing: fix exception in burn op

Fix a bug of burn operation implementation which causes floating exception.

github.com/mypaint/mypaint - da4e3ed54d8f082a7eedc3944c05ffb0fe5e5574 authored over 13 years ago by sigetch <[email protected]>
layer compositing: add dodge

Color-dodge operation is implemented.

github.com/mypaint/mypaint - 50963f1e99381fce265d8709967762b7bd005848 authored over 13 years ago by sigetch <[email protected]>
layer compositing: give set-op cmd a display name

Add display_name for SetLayerCompositeOp command.

github.com/mypaint/mypaint - f665b3420b6f04e5560061d25d183f5d1a2d985f authored over 13 years ago by sigetch <[email protected]>
layer compositing: op naming: use "svg:src-over"

Change composite-op attribution of normal mode from "svg:over" to
"svg:src-over".

github.com/mypaint/mypaint - 3f8756a7b169abf24baa705a413642d95aaaa5be authored over 13 years ago by sigetch <[email protected]>
layer compositing: svg op naming, rgba-on-rgba

Change composite-op name to be compatible with SVG spec. name.

Initial import of layer composit...

github.com/mypaint/mypaint - 1b74f2842c0ba0c026a44affb17f9f7ac9920ac3 authored over 13 years ago by sigetch <[email protected]>
layer compositing: bugfix

Bugfix: implement layer composition properly. Now each layer data is
treated as premultiplied pi...

github.com/mypaint/mypaint - dc71c62753de570f1b5b9e574e1194ef1876fafa authored over 13 years ago by sigetch <[email protected]>
dropdowns: behavioural fixes for tablets

Extended input events (tablet) may be reported outside the widget's
allocation even if non-exten...

github.com/mypaint/mypaint - 18a6c4bb5c47657d8252479d636ac53e7fe246be authored over 13 years ago by Andrew Chadwick <[email protected]>
when clearing the last layer, don't reset the filename

https://gna.org/bugs/?18545

github.com/mypaint/mypaint - c7c1c3c50edfe561bfd125af0056ac111184d313 authored over 13 years ago by Martin Renold <[email protected]>
undo: decrease minimum stroke duration slightly

User feedback indicates that we tend to make too few splits.

github.com/mypaint/mypaint - 1e948611184149da7dfb6914ceaef7dd458a5d58 authored over 13 years ago by Martin Renold <[email protected]>
undo: decrease minimum stroke duration slightly

User feedback indicates that we tend to make too few splits.

github.com/mypaint/libmypaint - adb22fce48f40ac497b60ee32416a8d334d7ad51 authored over 13 years ago by Martin Renold <[email protected]>
updated german translation

github.com/mypaint/mypaint - 87853b9c43fe26122d33dcaca3f146bbc3b12d9e authored over 13 years ago by Till Hartmann <[email protected]>
dropdowns: less flickery initial placement

Try to fix dropdown panels flickering briefly at (0, 0) before they're
moved to their intended l...

github.com/mypaint/mypaint - 658017d5722781dd6ded8d4083b945cf07179bb3 authored over 13 years ago by Andrew Chadwick <[email protected]>
fix loading strokemap brushes w/ unknown parents

Fix for a pair of related exceptions raised when trying to load toolbar
previews for brushes who...

github.com/mypaint/mypaint - 956eb911a6658953e90944bb3d3c039135084842 authored over 13 years ago by Andrew Chadwick <[email protected]>
undo/redo: smart menu items and toolitems

Explain what's going to happen if you select Undo or Redo by updating
the action texts. "Paintin...

github.com/mypaint/mypaint - 76009e1d224f196f31f2050c8b48dd34d2871ad3 authored over 13 years ago by Andrew Chadwick <[email protected]>
fullscreen: update action toggled

Display more meaningful texts and icons when the Fullscreen action is
toggled.

github.com/mypaint/mypaint - 899abe186c07e6b5cb12b662720708bfa7cff849 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: menu for selecting which tools are wanted

Add a right-mouse-button menu on the toolbar for choosing which sets of
tools are required. Sett...

github.com/mypaint/mypaint - 9bc5850b0ec2057026e8940455b7b2558ea9cf58 authored over 13 years ago by Andrew Chadwick <[email protected]>
readme: explain install-prefix's role better

Explain the constraints on --install-prefix more clearly, and supply a
workaround for packagers ...

github.com/mypaint/mypaint - c551d15037ad409d128df7125499f8072c7cb6f7 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: convert colour dropdown menu to panel

The colour toolbar item is now a dropdown panel like the two nearby
entries. It now offers a GTK...

github.com/mypaint/mypaint - 5e78b91277ead244bd9de8e613dade3869af1199 authored over 13 years ago by Andrew Chadwick <[email protected]>
widgets: general borderless & thinborder styles

Use wildcards for the names of styled widgets (since each widget should
almost certainly have a ...

github.com/mypaint/mypaint - 961ce13acf3712314971c4dc35220cf88cd4b49f authored over 13 years ago by Andrew Chadwick <[email protected]>
drawwindow: add action for colour details dialog

Expose the colour details dialog as a gtk.Action. No menu entry for it
yet, since it's quite a b...

github.com/mypaint/mypaint - 2416782b25c7455feb6fec043ecdd5e3f4449eba authored over 13 years ago by Andrew Chadwick <[email protected]>
colorselection(window): neaten ransacking hack

Wrap the "compatible" HSV widget specially so that it can be used a
little more neatly from mult...

github.com/mypaint/mypaint - 6b2a9eb2b4dc3da6839d2370c4d8e14bfb89e560 authored over 13 years ago by Andrew Chadwick <[email protected]>
dropdown panels: behaviour/appearance improvements

Tweaks to panel behaviour and button appearance.

* More padding to the left of the button icon....

github.com/mypaint/mypaint - 8434621ffcbf6e3bc146f77bf5b6cadb1b45c01b authored over 13 years ago by Andrew Chadwick <[email protected]>
french translation update

github.com/mypaint/mypaint - 7ed15b93cc949ea059b79cc9eb88f9f5c339d9d4 authored over 13 years ago by Ferry Jérémie <[email protected]>
duplicate layer button

github.com/mypaint/mypaint - 07c51dabe364a585b9cfc5f7230a91398ec503eb authored over 13 years ago by Ferry Jérémie <[email protected]>
toolbar: quick brush chooser on dropdown & default

The quick brush chooser is now exposed on the panel directly as part of
a new dropdown panel. Th...

github.com/mypaint/mypaint - ff92513309a717b09cf853378b8a8eeae8898634 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: image tooltips for brush previews

Show big images in tooltips for brush previews in the toolbar.
Abstract out getting a sensible d...

github.com/mypaint/mypaint - 1ea1f9266efe68b600af9644d9a83be8c6f01f2f authored over 13 years ago by Andrew Chadwick <[email protected]>
brush manager: abstract out getting parent brush

Rather than requiring other modules to fumble around with parent brush
names, export a method fo...

github.com/mypaint/mypaint - 18727d8f2c765147225f5042b63525a9a4f6f323 authored over 13 years ago by Andrew Chadwick <[email protected]>
dropdown panels: minor grab tweaks, many comments

Support - to the extent we can - but do not condone use of sub-widgets
in the drop-down panels t...

github.com/mypaint/mypaint - d011323f409163b246662a15cdaf04af933708a6 authored over 13 years ago by Andrew Chadwick <[email protected]>
Correct a missing rc setting. Seems it is needed.

Certain themes look kinda huge without it too.

github.com/mypaint/mypaint - 17a3cf6d9bcb55cf3f550abf06f6e9747354458f authored over 13 years ago by Andrew Chadwick <[email protected]>
add copyright boilerplate, correct a comment

github.com/mypaint/mypaint - d0df115d6bb0ce3e02faf7d2266f0f4ae0b38bce authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: add dropdown panel for brush settings

Add a dropdown with sliders for some common brush settings to the
toolbar. Reset buttons, and be...

github.com/mypaint/mypaint - c9880da1f582e1cbde774d8df9164205f1fd35e4 authored over 13 years ago by Andrew Chadwick <[email protected]>
icons: add a blank SVG icon template

github.com/mypaint/mypaint - 8315051b66d06a8ce811bd9d25c5cc196c305bcb authored over 13 years ago by Andrew Chadwick <[email protected]>
acition groups: easier finding

Minor refactor of action group registration, and a finder routine for
pulling out actions by nam...

github.com/mypaint/mypaint - bce5dd1731ce3326a8bef82984ec28b98458749e authored over 13 years ago by Andrew Chadwick <[email protected]>
restore_color: remember last user selected color

If a brush forces its own color when selected, undo this color
change when the user switches bac...

github.com/mypaint/mypaint - 40a8c5fe081568cd387428c5b8ccd7aaa33d3794 authored over 13 years ago by Martin Renold <[email protected]>
brushsettings: allow presets to restore active color

https://gna.org/bugs/?18597

github.com/mypaint/mypaint - 9e473560af2c8df65cc19fe4d7dd9a79ddd34aa5 authored over 13 years ago by Martin Renold <[email protected]>
brushsettings: allow presets to restore active color

https://gna.org/bugs/?18597

github.com/mypaint/libmypaint - 41592d46c00ede35bf0732d945847ffd217d07db authored over 13 years ago by Martin Renold <[email protected]>
brusheditor: don't undo non-strokes for live update

https://gna.org/bugs/?18581
And move some code closer to where it belongs.

github.com/mypaint/mypaint - a59beea614c9ea4b8fa9ac515773fb54c09ce9be authored over 13 years ago by Martin Renold <[email protected]>
brushsettings: increase maximum jitter

Requested by Ramón Miranda.
(Hm, maybe it should be made logarithmic?)

github.com/mypaint/mypaint - 9a4715460b4d74a79ff0030b9347c21c96631e6b authored over 13 years ago by Martin Renold <[email protected]>
brushsettings: increase maximum jitter

Requested by Ramón Miranda.
(Hm, maybe it should be made logarithmic?)

github.com/mypaint/libmypaint - ded3e1986c2ddb092e157c18ca302107ce80ad22 authored over 13 years ago by Martin Renold <[email protected]>
brushmanager: fix a reliance on the Deevad group

The brushkey and history initialisation code was relying on
DEFAULT_STARTUP_GROUP existing, whic...

github.com/mypaint/mypaint - 4def27c313fd1c729aab88ac30a0885635c43516 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: add a brush chooser & history dropdown

Add a brush chooser MenuToolButton to the toolbar. Button icon shows the
current brush. Clicking...

github.com/mypaint/mypaint - b8c2b6334cd9de827f6bbcefe81eb82c8f666aa7 authored over 13 years ago by Andrew Chadwick <[email protected]>
app, layout: initial pos updates, better defaults

Give the Scratchpad a better initial position, and update the other
positions to make better use...

github.com/mypaint/mypaint - 796d220e21c69a0eed781e0b6698db1834294404 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: add a colour button-menu control

Add a colour button to the toolbar with a dropdown menu containing
recent colours and a selectio...

github.com/mypaint/mypaint - 770e1b6cd6ac076a3da15cdc9df044d6e99fb3ee authored over 13 years ago by Andrew Chadwick <[email protected]>
color selector: factor out the details dialog

Make the Color Details dialog more reusable by other code, and simplify
its implementation a bit.

github.com/mypaint/mypaint - 056471ccd8bdfefdf2806972aaeca4edafbed8e2 authored over 13 years ago by Andrew Chadwick <[email protected]>
floating windows: don't make invalid-sized icons

github.com/mypaint/mypaint - e5a5e6258772d8b9f646b6900cc001ff8f12a443 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: normal subwindows, remove drag-snap-in

User reports were fairly consistent about dragging to snap floating
panels back in being annoyin...

github.com/mypaint/mypaint - bc526faa43afd86938798f1f2bcba1c928571660 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: undo focus rejection

Attempt to fix some keypress weirdnesses I've been seeing recently with
the recent focus rejecti...

github.com/mypaint/mypaint - 998f360a1d0d43b1799b703f9f0e4275494689cd authored over 13 years ago by Andrew Chadwick <[email protected]>
brushes: fix classic/knife color hue

https://gna.org/bugs/?18548

github.com/mypaint/mypaint - 4465cbbda4f14f6505bfd4cc7869bd39f58b63a4 authored over 13 years ago by Martin Renold <[email protected]>
toolbars: make configurable through a menu item

The UI toolbar and menubar changes are confusing to users. Move their
settings to a submenu, and...

github.com/mypaint/mypaint - 0bf4aebee65c428c4a68e2e5f4883ea482bd1864 authored over 13 years ago by Andrew Chadwick <[email protected]>
Menubar hiding, menu button on the toolbar

To save vertical space, the menu bar can now be hidden in the same way
as the toolbar. When the ...

github.com/mypaint/mypaint - 213c6beadbcdac8d3a6e98e92c25b24fc23c3638 authored over 13 years ago by Andrew Chadwick <[email protected]>
split_stroke optimization #2

Turns out that we call load_snapshot() after every completed stroke.
While this seems to be poin...

github.com/mypaint/mypaint - 8ae583e4679e08a291bf09ff15e48c1be6df35bc authored over 13 years ago by Martin Renold <[email protected]>
split_stroke optimization

This decreases the delay from "end of undoable stroke" until "ready
for the next stroke" which i...

github.com/mypaint/mypaint - d9448b9d533c1e25e8f5486e7ed2fdc5a16834da authored over 13 years ago by Martin Renold <[email protected]>
rename warmer/colder to "change hue"

Follow-up on the previous commit. Also, simplify the implementation.
Let's see if anyone actuall...

github.com/mypaint/mypaint - 9b7e552f61e1da2db875b56161cdd11c154e5f34 authored over 13 years ago by Martin Renold <[email protected]>
change warmer/colder keyboard shortcut

Changed the warmer/colder keyboard shortcut to not stop at a designated
"cold/warm point" but in...

github.com/mypaint/mypaint - ba72f9bbcf71912cf24dd0bc568f51867d6965e4 authored over 13 years ago by Griatch <[email protected]>
build: reinstate chmod on launcher script

Was removed by accident, and not having it is beginning to annoy me.

github.com/mypaint/mypaint - a71e70c7eb18c31b506ff8da90ab28666a55801b authored over 13 years ago by Andrew Chadwick <[email protected]>
install: fix prefix perms, detext sandboxing

Detect when sandboxing is active, and don't try to be clever and set
permissions on surrounding ...

github.com/mypaint/mypaint - 52ee73044f73ce94ce03c0fcca97dc296feda55d authored over 13 years ago by Andrew Chadwick <[email protected]>
install: set permissions on the shared lib too

github.com/mypaint/mypaint - f26933758174ff99ac8d988229f82870b74f9fcc authored over 13 years ago by Andrew Chadwick <[email protected]>
install: docs, and set permissions via postactions

Introduce a recursive Install()-generator, use $prefix everywhere for
understandability, and set...

github.com/mypaint/mypaint - 867dec96df494bf3ee46d0b8430f8356ef02a5d0 authored over 13 years ago by Andrew Chadwick <[email protected]>
colorsel: fix exception

Remove an exception with the color selector. Thanks to tillux1 and Juan
Pablo Carbajal for the r...

github.com/mypaint/mypaint - babcfadec397495ebe0b97f9e093c07ade70f81f authored over 13 years ago by Andrew Chadwick <[email protected]>
doc: fix missing arg when picking strokes

github.com/mypaint/mypaint - 25dbbe61a44710f16b44ff01dfea08e5d0047c05 authored over 13 years ago by Andrew Chadwick <[email protected]>
colorsel: support older pygtk, add x2click details

Since the PPA builds (and Windows builds if you want pressure support)
need to support an ancien...

github.com/mypaint/mypaint - 79e22fa3a0f6cf212acc1c1144d4cd83ab5f0f9b authored over 13 years ago by Andrew Chadwick <[email protected]>
restore last used brush/color when loading ORA

github.com/mypaint/mypaint - 9b8aaabdcf47bbde2092017bdeed3c704481319c authored over 13 years ago by Martin Renold <[email protected]>
about box: move all artists to Artists

This duplicates some lines, but that's OK given the context of the box.
MrMamurk was already cre...

github.com/mypaint/mypaint - d06996d37468b1a2116aeb2f9eb0476b4d5c7b72 authored over 13 years ago by Andrew Chadwick <[email protected]>
about box: update credits

Thanks to BenO and MrMamurk, and apologies for not crediting you earlier.

github.com/mypaint/mypaint - f1d38255c0dc8e4ece0b401b7dd4f9613c8098e1 authored over 13 years ago by Andrew Chadwick <[email protected]>
README: icon caches, sandbox installs

Several users creating packages and local installs have been bitten by
icon trouble recently. In...

github.com/mypaint/mypaint - 8e791ec06b1208254c83a9c55a6ff779da5d9f10 authored over 13 years ago by Andrew Chadwick <[email protected]>
app, doc: scratchpad follows primary doc

Reduce code duplication by using the same class for both, making the
scratchpad doc register wit...

github.com/mypaint/mypaint - f778700588eb1c3a9f59e68a51d2e9b425f7090d authored over 13 years ago by Andrew Chadwick <[email protected]>
drawwindow: reword scratchpad menu entries

Slight rewording and letter case changes for consistency. Dots where
interaction's required off ...

github.com/mypaint/mypaint - e108493b0bfb0061db77f4f74dfe57e3e2ceca92 authored over 13 years ago by Andrew Chadwick <[email protected]>
Scratchpad: catch up to master

Change scratchpad hotkey to Shift+S since people probably use [ and ]
for paired operations. And...

github.com/mypaint/mypaint - dac5bbbdb72b217aeb69e77e124d4e4d05c44e5e authored over 13 years ago by Andrew Chadwick <[email protected]>
Scratchpad: catch up to master

Change scratchpad hotkey to Shift+S since people probably use [ and ]
for paired operations. And...

github.com/mypaint/libmypaint - ed025f67ed6949336ab0326722b566687a4352e5 authored over 13 years ago by Andrew Chadwick <[email protected]>
pixops: dithering for display and for saving PNG

Since dithering is a cheap operation now, also enable it for
the display when converting from 15...

github.com/mypaint/mypaint - 2157d3fe562eb5c5a3530d65df4d5acb272ac841 authored over 13 years ago by Martin Renold <[email protected]>
testing: fix GUI tests

Application() takes extradata argument now.

github.com/mypaint/mypaint - 24f820c49c34ad727c5e21264743605a876937ed authored over 13 years ago by Martin Renold <[email protected]>