OSDN Git Service

mypaint-anime/master.git
2009-07-02 Martin RenoldMake surface snapshots look like a Surface object
2009-06-29 Martin Renolduse nonzero exit code on exceptions
2009-06-27 Martin Renoldremoving dead code
2009-06-24 Martin Renoldadd g++ to the dependencies
2009-06-21 Martin Renold[colorpicker] make it disappear instantly
2009-06-21 Martin Renoldfix failing unittest
2009-06-21 Martin RenoldMinor renaming, menu labels
2009-06-21 Martin Renoldsmaller default eraser size
2009-06-21 Tandanew brushes: characoal, airbrush...
2009-06-21 Martin Renoldprint correct prefix on installation problems
2009-06-21 Martin Renold[colorpicker] fix fast ctrl-click+drag use
2009-06-20 Martin Renold[colorpicker] make ctrl-click+drag work too
2009-06-20 Martin Renoldcolorpicker: show color while picking
2009-06-20 Martin Renold[colorchanger] normalize hue value
2009-06-20 Martin Renold[colorchanger] code cleanup and minor tuning
2009-06-20 Martin Renold[mapping] fix interpolation special cases
2009-06-20 Martin Renold[colorchanger] do only vertical hue change
2009-06-19 Martin Renoldcleanup the color changer
2009-06-19 Martin Renoldsmall OpenRaster format updates
2009-06-16 Jon Nordbyimplemented SaveLoadError for nice and consistent error...
2009-06-16 Martin Renoldremember eraser mode radius
2009-06-15 Jon Nordbymove handling of unexpected file arguments into documen...
2009-06-15 Martin Renold[settings window] label consistency
2009-06-15 Martin Renolddo not quit when file on commandline does not load
2009-06-15 Martin Renolduse short variable name for temporary variable
2009-06-15 Jon Nordbyfixed code duplication and some minor cosmetical changes
2009-06-15 Jon Nordbydisplay name of file being edited in the draw window...
2009-06-15 Martin Renoldremoved obsolete brush rename script
2009-06-14 Martin Renolda bit late, but increase version number to 0.7.0
2009-06-14 Martin Renoldremove some obsolete TODO comments
2009-06-14 Jon Nordbyfixed a crasher when no file was given
2009-06-14 Jon Nordbyremoved unnecessary cmdline option and logic
2009-06-14 Jon Nordbyuse optparse instead of manual cmdline parsing
2009-06-14 Martin Renoldfinish gtkexcepthook code docu
2009-06-14 Martin Renoldmore gitignore
2009-06-14 Martin Renoldstronger "do not edit" warning in generated file
2009-06-13 Martin RenoldOpenRaster thumbnailer and mime stuff
2009-06-13 Martin Renoldopen file:/// urls on commandline
2009-06-13 Martin Renoldcleanup minor relict
2009-06-13 Martin Renold.gitignore
2009-06-13 Martin Renoldgitify the release process
2009-06-11 Martin Renoldzoom/rotate on scroll events, instead of scrolling
2009-06-11 Marcelo "Tanda... Splatter and marker brushes.
2009-06-09 Martin Renoldremove unmaintained autoconf files
2009-06-08 Martin Renoldcreate non-existing prefix on 'scons install'
2009-06-07 Martin Renoldshut up SCons warnings
2009-06-06 Martin Renoldfix a (harmless) exception that happens when I press...
2009-06-06 Martin Renoldremoving unmaintained PLAN
2009-06-06 Martin Renolddo not drop all new brushes to the bottom for users...
2009-06-06 Martin Renoldrelease script updated
2009-06-06 Martin Renolduse simple ink as default brush
2009-06-06 Martin Renoldadd keybindings for "quit" and "delete layer"
2009-06-06 Martin Renoldbrush collection work
2009-06-06 Martin Renoldfinetuned pressure response of solid_water brush
2009-06-06 Martin Renoldbugfix when redoing MergeLayer after the AddLayer was...
2009-06-06 Martin Renoldgo back to plain white as default background
2009-06-06 Martin Renoldupdate the display after undo/redoing a layer deletion
2009-06-04 Martin Renold[keyboard] migrate more hardcoded keys into the new...
2009-06-04 Martin Renold[keyboard] add support for hardcoded keys
2009-06-04 Martin Renold[mapping] allow points at the same x value (fixes bug...
2009-06-04 Martin Renoldrelease preparations
2009-06-04 Martin Renold[mapping] simplify linear interpolation formula
2009-06-04 Martin RenoldReplace assertion on pressure with a CLAMP.
2009-06-04 Martin Renoldrequire only SCons 1.0
2009-06-04 Martin RenoldAdd less color noise when dithering.
2009-06-04 Martin Renoldremove default keybindings for rotation, since they...
2009-06-04 Martin Renoldfix obsolete setting names
2009-06-03 Martin Renoldsome "water color"-like brushes
2009-06-02 Martin Renoldsome more grass brushes
2009-06-02 Martin Renold[elliptical dabs] stroke direction filtering, with...
2009-06-02 Martin Renold[elliptical dabs] change angle definition from 0-360...
2009-06-01 Martin Renoldreport nicer error with outdated SCons version
2009-05-31 Martin Renoldadding eraser brush
2009-05-31 Martin Renoldremoved some brushes similar to the new pencil ones
2009-05-31 Martin RenoldFixed a rendering glitch with layer solo and solid...
2009-05-31 Martin Renolduse a pattern as default background
2009-05-30 Martin Renold[brush settings] "filter" is probably better understood...
2009-05-28 Martin Renoldmove lowlevel pixel code into pixops.hpp
2009-05-28 Martin Renoldmore rounding, reduces load->save error
2009-05-28 Martin Renoldspeedup pixel conversion (testcase: openraster loading...
2009-05-28 Martin Renolddebug print save/load ora timings; other minor changes
2009-05-27 Martin Renoldadd thumbnail images when saving OpenRaster
2009-05-27 Martin Renold[save dialog] show ora first
2009-05-26 Martin Renoldremove leftover import statement
2009-05-26 Martin Renoldadd option to save PNG with transparency (bug #13554)
2009-05-26 Martin Renold[save dialog] remember last filename and filter, reset...
2009-05-26 Martin Renoldsave dialog code improved; default format is now OpenRa...
2009-05-26 Martin Renoldremoving dead code
2009-05-25 Martin Renold[save/load] Moved dithering implementation from python...
2009-05-25 Martin RenoldMore rounding/dithering tricks.
2009-05-24 Martin Renolddithering again, this time with correct math...
2009-05-24 Martin Renold[save layer] do dithering instead of rounding
2009-05-24 Martin RenoldFix rounding bug that was causing PNG files getting...
2009-05-24 Martin Renoldunittest to reproduce an existing problem with ORA...
2009-05-24 Martin Renoldignore extra double-click events (fixes using colorhist...
2009-05-24 Martin Renoldreworked "save scrap" slightly:
2009-05-24 Martin Renoldmove color changing into color menu
2009-05-24 Martin Renoldremoving some unmaintained scripts
2009-05-23 Martin RenoldSet PNG compression level to 2. Results with big test...
2009-05-23 Martin Renoldmore tolerant search for python*-config; comment cleanups
next