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

save_ora: 33% faster

Use precalculated noise for dithering, don't call rand().
The speed is now the same it was for r...

github.com/mypaint/mypaint - 1086c0051d8616cecc606aad3158a39cc93f44dc authored over 13 years ago by Martin Renold <[email protected]>
strokemap: thresholds tuning

Replace ugly thresholding code with more ugly thresholding code.

The previous code did compare ...

github.com/mypaint/mypaint - 08c475d632edbd1b465a51780116fc926a2c05ed authored over 13 years ago by Martin Renold <[email protected]>
strokemap: fix2 for choice of stroke to pick

Fix FIXME in stroke recording. Was ignoring the
threshold, caused by some past code refactoring...

github.com/mypaint/mypaint - 2a85efaeadb8d46e41dec9ad70db084edd0c2f56 authored over 13 years ago by Martin Renold <[email protected]>
strokemap: fix choice of the stroke to pick

Fix the code that should have prevented a very faint stroke from
being recorded where a strong s...

github.com/mypaint/mypaint - b56579dc679ffdfa5b1da3eca21ba073ec739336 authored over 13 years ago by Martin Renold <[email protected]>
toolbar: quick fix for exception

Should really test my commits before pushing. Ahem.

github.com/mypaint/mypaint - 6098d296ffd1a8d8e65bb4f82a1afb8885ea6846 authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: force into icons-only mode

Workaround for a (py)GTK bug. The style-changed signal fires at startup
with an erroneous GTK_TO...

github.com/mypaint/mypaint - 74d3458a2182f19a84ece8db1e214a3bde7a7c1f authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: ignore really huge style defaults

Override user settings of gtk.TOOLBAR_BOTH for the toolbar becuase
that's way too big for sensib...

github.com/mypaint/mypaint - d8ea2e69d6b13b296a4ad2409a25c8e5dce768c6 authored over 13 years ago by Andrew Chadwick <[email protected]>
icons: correct some accidental misnamings

Fix the scaled eraser and normal mode icons having the wrong name.

github.com/mypaint/mypaint - c32b568d39acae6f512543bb6646b675d67d2e57 authored over 13 years ago by Andrew Chadwick <[email protected]>
app: use an explicit path for icon searches

Create the app instance with an explicit extra location for the icons,
based in the install pref...

github.com/mypaint/mypaint - 26da161f988482633655fe7820978d036978a756 authored over 13 years ago by Andrew Chadwick <[email protected]>
Scratchpad: Wired new/save/load/revert menu functionality up

github.com/mypaint/mypaint - ae57085283679ec602822a1239e453f527e00e57 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: fixed issue with user-set button functionality in pad

github.com/mypaint/mypaint - ab5af6c9bf27d7631e6c98479f4142f5b691bd0c authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Adjusted the menu bar + added placeholders

New, save as, load and revert

github.com/mypaint/mypaint - 9ac392066f908db48c22d7e7bdd6f6aa8ce1bb23 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Tweaking the newly refactored palette methods

github.com/mypaint/mypaint - 42e859d9ce16eee16711589c71ff2e8d8f1bed07 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Refactored scratchpad vars to be ref'd in self.app

Moved from self.filehandler.scratchpad_doc and scratchpad_filename to
self.app.scratcpad_doc, etc.

github.com/mypaint/mypaint - 13801dc42c0b7cae729f92dc6837897ad1f3828c authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Refactored palette drawing code for reuse

Moved the code to lib/scratchpad_palette.py:

squiggle, *_squiggle --> various methods to genera...

github.com/mypaint/mypaint - 96757fe02fd9b2155652cab1aba18b0fae71355f authored over 13 years ago by Ben O'Steen <[email protected]>
Added background copying for the scratchpad

Current scratchpad adopts the chosen background for the canvas.

github.com/mypaint/mypaint - 5c45e9ff469a2edeb9e604870fabe7124daeb579 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Adding icon files for the scratchpad

github.com/mypaint/mypaint - 001b45546c9efb9291c8a366dceac1ea366a5ff9 authored over 13 years ago by Ben O'Steen <[email protected]>
fix 'scons install'

github.com/mypaint/mypaint - e57205c0a025b64d0f51f83549677f628aab15ae authored over 13 years ago by Martin Renold <[email protected]>
Scratchpad: fixed bug on opening autosaved file when widget is hidden

github.com/mypaint/mypaint - 436a79a956f269019b035022ad701d9dea569431 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Altered the icon

github.com/mypaint/mypaint - c6d5ba3b7c420870016e5f0bf562803f0deddb93 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Fixed palette drawing off by 1 at start

First colour would be overwritten due to the wrong recalculation of
where the next palette 'squi...

github.com/mypaint/mypaint - d0651791da9e684bf97fee80ee16d43b6ac1c57e authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Intergrated with toolbar changes

TODO: apply unique stock icon for scratchpad

github.com/mypaint/mypaint - a405b5c6123859e0d8b1e8099c0a31ef08b6cad4 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Adding the scratchpad icon svgz

github.com/mypaint/mypaint - e3d483593e0a11f1f751a0b6c4aeeb683fc88ee1 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: now uses the new icon

github.com/mypaint/mypaint - e8c21cc5f7081704a257c9c79f8a8c8cbeda86f1 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Shorten the text for scratchpad bg option

github.com/mypaint/mypaint - c4cf353a8d0582671980d9f6821219288705bb0e authored over 13 years ago by Ben O'Steen <[email protected]>
toolbar: lay out using a UIManager definition file

Simplifies the code a bit, and makes editing the toolbar layout easier
(since it's by no means i...

github.com/mypaint/mypaint - 8aa51e42a1a6427184be4664ea71beb8151c11c5 authored over 13 years ago by Andrew Chadwick <[email protected]>
window toggles: fix annoying saved pos regression

Fixes a regression against master. Windows were being hidden twice when
toggled off, which was s...

github.com/mypaint/mypaint - 715d300a750629e7819cadbc71ab65f076a43a0c authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: don't draw a line for the expander

github.com/mypaint/mypaint - 28e0435a28a25ccd38592fb39de7ae00c9d279fb authored over 13 years ago by Andrew Chadwick <[email protected]>
drawwindow: more GNOME HIG ellipsis compliance

github.com/mypaint/mypaint - 98f1040d180a530e5ea3e704304372db0f3b1c55 authored over 13 years ago by Andrew Chadwick <[email protected]>
stock: use for tool subwindow icons and titles

Using the defined stock IDs used elsewhere makes things more consistent.

github.com/mypaint/mypaint - 691ebc96743d674910e55aa8c6748521aee7f5df authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: minor code cleanup

Remove some cruft and make get_x_by_role methods work similarly.

github.com/mypaint/mypaint - b665368711b2cc166e5f614e01ad2c65c2e89b0e authored over 13 years ago by Andrew Chadwick <[email protected]>
stock: GNOME HIG conformance for the labels

Remove trailing ellipses for labels that get used for menus: also
makes them better for tool win...

github.com/mypaint/mypaint - 54f4bb70c3616139a2495a81c66f27b116c912af authored over 13 years ago by Andrew Chadwick <[email protected]>
brush modifier: fix eraser size regression

Some bad logic meant that when leaving eraser mode, the radius change
wasn't being stored. That ...

github.com/mypaint/mypaint - 468aa1e859af266af2a73d79f8f3e72c672376d5 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: remove a few remnants of experimental code

github.com/mypaint/mypaint - c6b1f7b5afff23258dfa6bbab7d87311dd4c3270 authored over 13 years ago by Andrew Chadwick <[email protected]>
app: refuse to start if icons are missing

Now that we have some important icons, it's probably better to
exit earily and print an error, r...

github.com/mypaint/mypaint - bf3187225ddfabaa532cb9e9b6b36cb0517c1b34 authored over 13 years ago by Martin Renold <[email protected]>
brushmodifier: improve tooltips for advanced users

Make the tooltips explain what the buttons do in terms advanced users
can understand without req...

github.com/mypaint/mypaint - 58c03629c18a9ace3f3904d91b1b6336f21537b9 authored over 13 years ago by Andrew Chadwick <[email protected]>
various: misc trailing whitespace fixes

github.com/mypaint/mypaint - e7c5ad91e2966834837fb9e6b961c1c282e3dd75 authored over 13 years ago by Andrew Chadwick <[email protected]>
brushmodifier: redo states using gtk.ToggleActions

It's fiddly to have toolbar and menu toggleactions track the state of an
internal StateGroup's s...

github.com/mypaint/mypaint - 4568faa56bffef13e35eb5acff44c31728a05ac1 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: track opens & closes of all subwindows

Keep the new ToggleActions in sync with actual window states for the
prefs window, the backgroun...

github.com/mypaint/mypaint - 51ccba4180d88c9c2952d32962e7a9f545736229 authored over 13 years ago by Andrew Chadwick <[email protected]>
various: toolbar, toggle items, stock

Add support for custom stock items.

Initial stab at a toolbar, which can of course be toggled o...

github.com/mypaint/mypaint - b5424886cd0eba54b55652945fa60b97e1404acd authored over 13 years ago by Andrew Chadwick <[email protected]>
Scratchpad: Tweaked palette layout grid

github.com/mypaint/mypaint - 6c77b77572f40d63472c0aba873f56e45bda19e5 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Further tweaking of grid layout

github.com/mypaint/mypaint - a138e5559597c7a6d6d18efaa8e4d0e63fb5692e authored over 13 years ago by Ben O'Steen <[email protected]>
command stack: add an observer interface

Allow the state of the command stack to be observed.

github.com/mypaint/mypaint - 0bd373d446ca6bd89ffc3bd434acbf24ac7b3dbf authored over 13 years ago by Andrew Chadwick <[email protected]>
git: treat .svg files as binary

github.com/mypaint/mypaint - 8f7f9898dd43ba226f5cecf027e91463411be5c6 authored over 13 years ago by Martin Renold <[email protected]>
Scratchpad: Added palette drawing feature

Provides a menu option in the Scratchpad tab to Draw a palette in the current
scratchpad. This w...

github.com/mypaint/mypaint - 8ab4edc7180ec25cd4867c3ce4f702b679b7b1d0 authored over 13 years ago by Ben O'Steen <[email protected]>
rename "trash" --> "junk"

I used to call unused arguments "trash", but I expect Andrew
knows better than me which word is ...

github.com/mypaint/mypaint - 6293b9e919bd44661d721098ded8300887b3970a authored over 13 years ago by Martin Renold <[email protected]>
Changed my misuse of '_' to 'junk'

github.com/mypaint/mypaint - 3ae32e8e0cabba32a45e3ec3771f98cbc5a78291 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: renamed for clarity

github.com/mypaint/mypaint - d616c69747b5657998328112f064c3bf3c263954 authored over 13 years ago by Ben O'Steen <[email protected]>
ScratchpadL Refactored scratchpad save as dialog code

Reuses the dialog code between normal document save_as and the
scratchpad save_as

github.com/mypaint/mypaint - d30ea300ef6f9d645ba93e782b13156476b785a5 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Added GPL license declaration

github.com/mypaint/mypaint - a561c44e8cde3c4542f2fb4b57e677c55a76efe7 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: scratchwindow.py reuses bstracted button_press/release

Moved the button_release_cb and button_press_cb logic to methods in the
drawwindow module, outsi...

github.com/mypaint/mypaint - ff0bcde3acdb1edd86181468ad5a79358b8770ce authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Added Gimp Palette parser

github.com/mypaint/mypaint - 556ab885249122579fbce55d972b2a9519e7eeaa authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Abstracted drawwindow button cb's for reuse

Abstracted and given param referencing which document they should apply to.

github.com/mypaint/mypaint - 15775ec0ae8035f2b4b96cfa7e6518e4a923b754 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Tweaked feedback message

github.com/mypaint/mypaint - 7606ca392ab3667da4ad415321e16ca090594177 authored over 13 years ago by Ben O'Steen <[email protected]>
win32: fix "Bad file descriptor" exceptions

proposed patch to enable logfile when not defined
https://gna.org/bugs/?17999

github.com/mypaint/mypaint - eb71728dd1a768ea26795269b7b7ba28ecf3c6c9 authored over 13 years ago by Tumagonx <[email protected]>
allow to save empty documents

https://gna.org/bugs/index.php?18412

github.com/mypaint/mypaint - cc3a628d56f4a92bf739d0bc32c7f98d58e5ec65 authored over 13 years ago by Martin Renold <[email protected]>
Added a means to clear the autosaved scratchpad

github.com/mypaint/mypaint - 83546d17ddb63acfcb1e1b65b3105ed857201be1 authored over 13 years ago by Ben O'Steen <[email protected]>
testing: fix exception in test_memory_leak.py

fixes "gui_test"

github.com/mypaint/mypaint - c5001d4472a0dc2301cde9799b5716ab70eb9663 authored over 13 years ago by Martin Renold <[email protected]>
fix segfault during exception handling

Proper python exception handling. Turns out this sloppy handling
can crash MyPaint when a Python...

github.com/mypaint/mypaint - 10fa2eee7722d89c7f366d6b986c5479f5162bd0 authored over 13 years ago by Martin Renold <[email protected]>
layout: more focus rejection & metacity persuasion

Extend focus rejection to all transient, saved-position immediate subwindows
of the main window,...

github.com/mypaint/mypaint - 2382df25817f3f0d171c4ae94332cd20bd17caf1 authored over 13 years ago by Andrew Chadwick <[email protected]>
Scratchpad: Added panning ability with spacebar

github.com/mypaint/mypaint - e0c7fe77bf3bac38ad2457420d6e532f95df8ea1 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Added workround to get Ctrl colourpicker working

github.com/mypaint/mypaint - bc4145b0a69666154e9a7b7a6ed2e18654359463 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Fixed 'Save a copy' bug

When warned about scratchpad autosaving over a file not in the scratchpad
directory, the save a ...

github.com/mypaint/mypaint - e912b3f5f8e7db43b4f5c5739cf53cd48fd45b18 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Implemented default and autosave scratchpad logic

'autosave.ora' in the scratchpad directory <- autosaved scratchpad

'scratchpad_default.ora' <- ...

github.com/mypaint/mypaint - 28e0679ef31413f3ce70f3b30c21d029f7c59abd authored over 13 years ago by Ben O'Steen <[email protected]>
fix brushlib Python exception handling

Return NULL from the original python call (stroke_to) if an
exception has occurred while trying ...

github.com/mypaint/mypaint - 959b1500caaa7b11c175c644398652c35ad0af5e authored over 13 years ago by Martin Renold <[email protected]>
fix brushlib Python exception handling

Return NULL from the original python call (stroke_to) if an
exception has occurred while trying ...

github.com/mypaint/libmypaint - 8d97d112fbffece097e153431abf82953fff2724 authored over 13 years ago by Martin Renold <[email protected]>
Scratchpad: Added a widget toggle option in top menu

github.com/mypaint/mypaint - e95b9fb11da6d70c3c23a8a5bf5451e2a443124b authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad as simple, persistent area

Alters the scratchpad behaviour so that there is only one scratchpad, which
is saved on exit. Zo...

github.com/mypaint/mypaint - 606aa69d48a4f7dd5201e2b4ef99395775645450 authored over 13 years ago by Ben O'Steen <[email protected]>
Added the scratchpad toggle switch to the main menu

github.com/mypaint/mypaint - 843ee581b11bd375b487617f8c6419b30a8a61ff authored over 13 years ago by Ben O'Steen <[email protected]>
Added feature - Home button links the scratchpad to the current file - opening the same file and clicking on the home button will reload that scratchpad

github.com/mypaint/mypaint - 146379edc1a5b97f8596685ae0c5c3424d2dac3a authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Added warning dialog about autosaving

Allows the user to load a compatible file from anywhere on disc, but offers
the user a chance to...

github.com/mypaint/mypaint - e70f38f4cb3f59449ad5393157925739c5d2bfb4 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpad: Now saves scratchpad when opening another

github.com/mypaint/mypaint - db8e4679cd88a97575c08d95c387a3a311859019 authored over 13 years ago by Ben O'Steen <[email protected]>
Fixed action group bug w/ scratchpad

github.com/mypaint/mypaint - 7a2a106edb4c8cfced49c98957373eac0e90b98f authored over 13 years ago by Ben O'Steen <[email protected]>
Fixed scratchpad (un)dock panning glitch

Undocking or docking the scratchpad used to cause the view to pan,
as it was calculating the vie...

github.com/mypaint/mypaint - b651739ff5c8ff1c7adaa8fd03974a9baadf2438 authored over 13 years ago by Ben O'Steen <[email protected]>
Added new widget - a scratchpad. Uses similar mechanics as 'Scrap' for saving/loading. Handy for colour pallettes that should persist between pictures. Responds like the normal drawing surface, but is unaffected by Undo's/etc.

github.com/mypaint/mypaint - 5e3281880e6b1cf5d1c51589d27eb1a5e675ee3a authored over 13 years ago by Ben O'Steen <[email protected]>
Erroneously took away the Scratchpad's action_group. Reverted

github.com/mypaint/mypaint - ad18b823edad081624cd40f931725d142c34900e authored over 13 years ago by Ben O'Steen <[email protected]>
Added some documentation on what the scratchpad is and how it works.

github.com/mypaint/mypaint - 0b12c30cc657d230646921b3b25ea50fa44c18e1 authored over 13 years ago by Ben O'Steen <[email protected]>
Got 'Pick Context' working while the cursor is in a scratchpad! (there you go, achadwick ;))

github.com/mypaint/mypaint - 047e7ac2c35750ad8b99d9be654da55900ebde71 authored over 13 years ago by Ben O'Steen <[email protected]>
Scratchpads: Added New, Open, Save as + Revert

Now with open/save as goodness!

github.com/mypaint/mypaint - b2ac1ec808a769489db8af016effabf731990026 authored over 13 years ago by Ben O'Steen <[email protected]>
fix 'scons install'

github.com/mypaint/mypaint - 920aed228f9dd8f76c25299bbaac3cd216ec2791 authored over 13 years ago by Martin Renold <[email protected]>
brush modifier: fix eraser size regression

Some bad logic meant that when leaving eraser mode, the radius change
wasn't being stored. That ...

github.com/mypaint/mypaint - 65f751043cfe1a0233f93eb2591146723b5619fe authored over 13 years ago by Andrew Chadwick <[email protected]>
app: refuse to start if icons are missing

Now that we have some important icons, it's probably better to
exit earily and print an error, r...

github.com/mypaint/mypaint - 473158af4b03f2954d9010d9145f3c0b90e6390b authored over 13 years ago by Martin Renold <[email protected]>
toolbar: lay out using a UIManager definition file

Simplifies the code a bit, and makes editing the toolbar layout easier
(since it's by no means i...

github.com/mypaint/mypaint - 03a4d3d70a2f117df40fb42100190a3c5253f975 authored over 13 years ago by Andrew Chadwick <[email protected]>
brushmodifier: improve tooltips for advanced users

Make the tooltips explain what the buttons do in terms advanced users
can understand without req...

github.com/mypaint/mypaint - d3b0f5557fdab706ac072267b2f72ba65c33ebec authored over 13 years ago by Andrew Chadwick <[email protected]>
toolbar: don't draw a line for the expander

github.com/mypaint/mypaint - 756843d4d3c5db4e1c990a64d7bec5f4263174d3 authored over 13 years ago by Andrew Chadwick <[email protected]>
drawwindow: more GNOME HIG ellipsis compliance

github.com/mypaint/mypaint - 04fe997a44921991015aa858ddbbfefa6aa702ad authored over 13 years ago by Andrew Chadwick <[email protected]>
stock: use for tool subwindow icons and titles

Using the defined stock IDs used elsewhere makes things more consistent.

github.com/mypaint/mypaint - 4606862c9eece497e7cc81436b2350b68cec61a5 authored over 13 years ago by Andrew Chadwick <[email protected]>
stock: GNOME HIG conformance for the labels

Remove trailing ellipses for labels that get used for menus: also
makes them better for tool win...

github.com/mypaint/mypaint - 080ddc201b6160974d92cb284f8d168b2b1ecaf4 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: minor code cleanup

Remove some cruft and make get_x_by_role methods work similarly.

github.com/mypaint/mypaint - 274de5117a73fdac6cb45d7ed388d2d20d435a82 authored over 13 years ago by Andrew Chadwick <[email protected]>
window toggles: fix annoying saved pos regression

Fixes a regression against master. Windows were being hidden twice when
toggled off, which was s...

github.com/mypaint/mypaint - 210bf1e1990f2bed72e4848661a3ab4e461e9910 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: remove a few remnants of experimental code

github.com/mypaint/mypaint - fafb97922c6845d5e48e4a6a3ab405c62c600a1c authored over 13 years ago by Andrew Chadwick <[email protected]>
various: misc trailing whitespace fixes

github.com/mypaint/mypaint - ea84c5d9a27114472abf6233746d8c4facb4f832 authored over 13 years ago by Andrew Chadwick <[email protected]>
layout: track opens & closes of all subwindows

Keep the new ToggleActions in sync with actual window states for the
prefs window, the backgroun...

github.com/mypaint/mypaint - 1b43aa88c49b1b9ec6243e5138b30f073948ebec authored over 13 years ago by Andrew Chadwick <[email protected]>
various: toolbar, toggle items, stock

Add support for custom stock items.

Initial stab at a toolbar, which can of course be toggled o...

github.com/mypaint/mypaint - 72a821fe8a264bd2928d3e82b333ba6f4362d43a authored over 13 years ago by Andrew Chadwick <[email protected]>
brushmodifier: redo states using gtk.ToggleActions

It's fiddly to have toolbar and menu toggleactions track the state of an
internal StateGroup's s...

github.com/mypaint/mypaint - c788c19ed455996a3ecb6a7637171cf4b7352f10 authored over 13 years ago by Andrew Chadwick <[email protected]>
command stack: add an observer interface

Allow the state of the command stack to be observed.

github.com/mypaint/mypaint - a8ae17a8ab134f4a0c8e69d17204cebda005d292 authored over 13 years ago by Andrew Chadwick <[email protected]>
git: treat .svg files as binary

github.com/mypaint/mypaint - 3654ac0f76d83e36c185e5f3f41745783379e92c authored over 13 years ago by Martin Renold <[email protected]>
rename "trash" --> "junk"

I used to call unused arguments "trash", but I expect Andrew
knows better than me which word is ...

github.com/mypaint/mypaint - 93cc379e8508fba54d560ecbaebb60223bc49087 authored over 13 years ago by Martin Renold <[email protected]>
testing: fix exception in test_memory_leak.py

fixes "gui_test"

github.com/mypaint/mypaint - 236f59eba8cc61c0c54665e67453245d5a4a23a2 authored over 13 years ago by Martin Renold <[email protected]>
win32: fix "Bad file descriptor" exceptions

proposed patch to enable logfile when not defined
https://gna.org/bugs/?17999

github.com/mypaint/mypaint - d6a1624b15411d4ef585c01e915fd2f268fcc779 authored over 13 years ago by Tumagonx <[email protected]>