OSDN Git Service

16bit compositing (step 1/2)
[mypaint-anime/master.git] / lib / document.py
2009-08-29 Martin Renold16bit compositing (step 1/2)
2009-08-19 Martin RenoldMerge branch 'i18n' (with cleaned-up commits)
2009-08-15 Martin Renoldimplemented straight lines (with shift)
2009-08-14 Martin Renoldremove obsolete comments
2009-08-14 Martin Renoldsave background tile with image
2009-07-31 Martin Renoldfixed setting of default background
2009-07-25 Martin Renoldsupport multifile PNG save (all layers)
2009-07-24 Martin Renoldfix saving of solid PNGs
2009-07-21 Martin Renoldwin32: fix bug when overwriting .ora files
2009-07-19 Jon Nordbybetter errors on saving with insufficient space
2009-07-12 Martin RenoldFix "merge layer down"
2009-07-12 Alinson SantosMipmapping, faster zoom out
2009-07-11 Martin RenoldLayer opacity and merging undo/redo
2009-07-06 Martin RenoldMinor code cleanups
2009-07-05 Alinson SantosLayer opacity support
2009-07-04 Martin RenoldAllow different background sizes (N*64)x(M*64)
2009-07-02 Martin RenoldImplement stroke picking from canvas
2009-06-27 Martin Renoldremoving dead code
2009-06-21 Martin Renoldfix failing unittest
2009-06-19 Martin Renoldsmall OpenRaster format updates
2009-06-16 Jon Nordbyimplemented SaveLoadError for nice and consistent error...
2009-06-15 Jon Nordbymove handling of unexpected file arguments into documen...
2009-06-06 Martin Renoldupdate the display after undo/redoing a layer deletion
2009-05-31 Martin RenoldFixed a rendering glitch with layer solo and solid...
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-26 Martin Renoldadd option to save PNG with transparency (bug #13554)
2009-05-26 Martin Renoldsave dialog code improved; default format is now OpenRa...
2009-05-25 Martin Renold[save/load] Moved dithering implementation from python...
2009-05-23 Martin RenoldSet PNG compression level to 2. Results with big test...
2009-04-20 Martin Renoldcolor history popup (unpolished, but works)
2009-04-16 Martin Renolddo not add an empty layer after loading an OpenRaster...
2009-03-22 Martin RenoldOpenRaster load fix: write temporary PNG file in binary...
2009-02-01 Martin Renold"merge layer down" implemented
2009-01-21 Martin Renoldmade the file type selector functional; better informat...
2009-01-18 Martin Renoldstreamlined the "discard changes?" dialog slightly
2009-01-18 Martin Renoldfix wrong warning about unsaved painting time
2009-01-18 Martin Renoldfix a rather pointless full-screen-redraw after each...
2009-01-16 Martin Renoldsome save/load work:
2009-01-14 Martin Renold"save as scrap" automatically saves OpenRaster when...
2009-01-12 Martin Renoldstroke undo redone: 20 very fast undo steps and it...
2009-01-04 Martin Renoldoptimization of background blitting, and some other...
2009-01-04 Martin Renoldminor stuff
2009-01-04 Martin Renoldfix heavy scrolling slowdown after loading an image...
2009-01-04 Martin Renoldoptimization for solid backgrounds
2009-01-02 Martin Renoldgdkpixbuf2numpy simplification
2008-12-29 Martin Renoldmake sure every GPL header says "version 2 or later...
2008-12-29 Martin Renolddefault background is remembered; setting background...
2008-12-27 Martin Renoldora: save/load background color or tiles
2008-12-27 Martin Renoldora fix: image size attributes should be on <image...
2008-12-27 Martin Renoldora: remove opacity attribute
2008-12-26 Martin Renoldimplemented background patterns
2008-12-26 Martin Renoldremoved some obsolete code
2008-12-24 Martin Renoldopenraster save polishing
2008-12-21 Martin Renoldfixed silly bug in OpenRaster save
2008-12-15 Martin RenoldOpenRaster mimetype must be stored first
2008-12-15 Martin Renoldimplemented OpenRaster save/load
2008-12-14 Martin Renoldpixbufsurface.py is also used for loading png bitmaps now
2008-12-14 Martin Renoldimplemented pixbufsurface: serves tiled memory from...
2008-12-14 Martin Renoldmove stroke caching details into layer.py
2008-12-14 Martin Renoldminor code consistency update
2008-12-07 Martin Renolddefault keyboard shortcut rework
2008-12-06 Martin Renoldremoving some debug output
2008-11-25 Martin Renoldimplemented copy/paste layer to clipboard;
2008-11-22 Martin Renoldbrush.hpp interface cleanups (eg. saving the RNG seed...
2008-11-17 Martin Renolddisallow undoing the first layer
2008-11-08 Martin Renoldremoved unused colorspace.py import
2008-11-03 Martin Renoldloading PNG files works again (TODO: save)
2008-11-03 Martin Renoldfixed brush preview pngs again with new surface internals
2008-11-03 Martin Renoldmove back from float32 to uint8 image format [work...
2008-11-02 Martin Renoldfast scrolling
2008-11-02 Martin Renoldgetting rid of linear light; it just doesn't work well...
2008-10-26 Martin Renoldfixed "add layer / take layer away" in layer menu
2008-10-21 Martin Renoldimplemented pixmap loading on tiledsurface (fixes brush...
2008-10-20 Martin Renoldmake "linear light" workspace work again
2008-10-20 Martin Renoldmove layer compositing to document.py
2008-10-13 Martin Renoldfile compression, mostly
2008-10-13 Martin Renoldunit-tested save/load & fixed missing states initialization
2008-10-13 Martin Renoldsmall bugfix and more testing
2008-10-12 Martin Renoldask about quitting only if there is >15s of painting
2008-10-11 Martin Renoldseparate lib/ and gui/ directory