OSDN Git Service

version bump
[mypaint-anime/master.git] / brushlib /
2011-10-28 Martin Renoldbrushlib: fix bug with smudge_length=0
2011-10-23 Martin Renoldoptimization for watercolor/smudge brushes
2011-10-22 Martin Renoldbrushlib basic anti-aliasing
2011-09-24 Martin Renoldundo: decrease minimum stroke duration slightly
2011-09-03 Martin Renoldbrushsettings: allow presets to restore active color
2011-08-29 Martin Renoldbrushsettings: increase maximum jitter
2011-08-01 Martin Renoldfix brushlib Python exception handling
2011-07-24 Martin Renoldfix brushlib Python exception handling
2011-07-07 Elliott Sales de... Fix spelling and grammar in various places.
2011-06-04 Martin RenoldREADME: shorter url
2011-05-21 Martin Renoldbrushlib license change (LGPL-->ISC)
2011-05-16 Martin Renoldrefactor brush observer code and its users
2011-05-16 Martin Renoldbrushlib: add reset, reset at startup
2011-05-16 guciekadd lock_alpha; blend mode refactoring
2010-12-28 Andrzej GiniewiczUse correct version of python for generate.py
2010-09-12 Jon NordbyProperly case brushsetting strings
2010-08-03 Martin Renoldbrushlib: make smudge radius configurable
2010-07-18 Martin Renoldtilt: fix NaN at xtilt/ytilt=1.0
2010-07-18 Martin Renoldcoding style
2010-07-18 Martin Renoldtilt: fix mouse tilt
2010-07-18 Martin Renoldtilt: minor cleanup / handle bad tablet input
2010-07-18 Ilya PortnovMove tilt angles calculation to C++.
2010-07-18 Ilya PortnovAdd stylus tilt support.
2010-07-17 Martin Renoldbrushsettings: docu for opaque_multiply convention
2010-02-20 Martin Renoldbrushlib: virtual destructor
2010-01-17 Martin Renoldallow opaque > 1.0
2010-01-17 Martin Renoldbrushlib: fix small problem opaque_multiply
2010-01-12 Martin Renoldwindows: workaround attempt for startup bug
2010-01-08 Martin Renoldfix workaround for startup bug on windows
2010-01-08 Martin Renoldbuild: add *.pyc to clean target
2010-01-05 Jon NordbyString freeze for v0.8
2010-01-05 Luka ČehovinLocalized input names
2010-01-05 Luka ČehovinBetter user-visible strings in brushsettings
2009-12-13 Martin Renoldtypo: spell stroke_threshold correctly
2009-12-05 Martin Renoldbrushsettings: minor docu correction
2009-11-01 Jonas WagnerMerge branch 'master' of git://gitorious.org/mypaint...
2009-10-23 Martin Renoldbrushlib README
2009-09-25 Martin Renoldwindows: workaround attempt for crash at startup
2009-09-08 Martin Renoldmake 'scons -c' clean up more
2009-08-19 Martin RenoldMerge branch 'i18n' (with cleaned-up commits)
2009-08-19 Martin Renoldmake gettext work both installed and non-installed
2009-08-19 Ilya PortnovStart i18n.
2009-07-30 Martin Renoldbrushlib: negative jitter means no jitter
2009-07-21 Martin RenoldFix far-off dabs seen on Windows with some brushes
2009-06-20 Martin Renold[mapping] fix interpolation special cases
2009-06-04 Martin Renold[mapping] allow points at the same x value (fixes bug...
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 Renoldfix obsolete setting names
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-05-30 Martin Renold[brush settings] "filter" is probably better understood...
2009-05-08 Martin Renoldfixed outdated addresses in COPYING
2009-05-03 Martin Renoldfinetuning stroke splitting (for undo) once more
2009-04-09 Martin Renoldchangelog, and fixing some limits
2009-03-30 Martin Renolddab aspect ratio (experimental)
2009-03-22 Martin Renoldrename html --> doc and update references to images...
2009-03-22 Martin Renoldrelabel "offset by random" --> "jitter" for consistency...
2009-03-15 Martin Renoldadd back extreme zoom-out levels
2009-01-25 Martin Renoldremove useless (since unfinished) "angle" input
2009-01-19 Martin Renoldmade global pressure mapping functional again
2009-01-10 Martin Renoldfewer assertions on floating point values, more CLAMPing
2009-01-10 Martin Renolddebugging smudge+, next take
2009-01-10 Martin Renoldfix smudge+ brush crashes (rounding problems due to...
2009-01-10 Martin Renoldmore assertions for debugging smudge brush problem
2009-01-01 Martin Renolddecreased idling time required to separate two undoable...
2008-12-01 Martin Renoldoptimization: normal (non-smudge) brushes do not call...
2008-12-01 Martin Renoldsmudge math reworked
2008-12-01 Martin Renolduse real brush radius for smudge/blur color picking...
2008-11-30 Martin Renoldreimplemented get_color() for the pixel format; smudge...
2008-11-28 Martin Renoldfixed assert() crash when the brush uses color change
2008-11-28 Martin Renoldoptimized rand_gauss(); charcoal stroke speedup 7%
2008-11-28 Martin Renoldmoved rand_gauss back to helpers.hpp, reverted to the...
2008-11-23 Martin Renoldrelicensed brushlib GPL ==> LGPL (all my own work in...
2008-11-23 Martin Renoldbrushlib splitoff (moved some code from lib into brushlib)