summaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Expand)AuthorFilesLines
2011-01-29added python gfx.VERSIONRicardo Pedroso1-0/+3
2011-01-10added abstract types to python moduleMatthias Kramm1-0/+4
2010-12-25set parameter "fillwhite" on page_asImage (Avoid black borders around some pd...Ricardo Pedroso1-0/+1
2010-12-16fix memory leaks (page_asImage)Ricardo Pedroso1-7/+14
2010-12-16Merge branch 'ricardo'Matthias Kramm1-10/+37
2010-12-16fixed matrix bug in python moduleMatthias Kramm1-2/+2
2010-12-13gpdf2swf: more GIL releasesRicardo Pedroso1-2/+12
2010-12-09release GIL on f_open and page_asImage. On page_asImage added argument(allow_...Ricardo Pedroso1-8/+25
2010-12-01gfx module: added width/height attributes to image objectMatthias Kramm1-2/+13
2010-12-01added image handling to python moduleMatthias Kramm1-7/+111
2010-11-30fixed reference counting bugMatthias Kramm1-0/+1
2010-11-30added kdtrees to python moduleMatthias Kramm1-11/+124
2010-11-24more python3 fixesMatthias Kramm1-4/+4
2010-11-24python 3 fixesMatthias Kramm1-2/+4
2010-11-23minor tweakingMatthias Kramm1-2/+6
2010-11-23wrapped chars into classes in python moduleMatthias Kramm1-31/+256
2010-11-23merged gfx2 and gfx3 againMatthias Kramm2-1469/+125
2010-11-23more python 2.x fixesMatthias Kramm1-7/+20
2010-11-23ported python3 gfx module changes back to python2Matthias Kramm2-142/+306
2010-08-14trivial bugfixesMatthias Kramm1-1/+1
2010-07-21added additional parameter to drawlink()Matthias Kramm1-2/+2
2010-07-21switch between versions automaticallyMatthias Kramm1-3/+3
2010-07-21gfx module for Python3Matthias Kramm2-1/+1453
2010-06-14renamed png functionsMatthias Kramm1-1/+1
2010-01-08fixed compiler warningsMatthias Kramm1-1/+1
2010-01-01implemented asset resolvingMatthias Kramm1-2/+3
2009-12-21more parameter refactoringMatthias Kramm1-4/+4
2009-12-19fixed Makefiles, made rbgfx mem handling more robustMatthias Kramm1-1/+1
2009-11-29added --flashtype option to font2swfMatthias Kramm1-1/+1
2009-04-09fixed a security bug in logging, added basic xml support to as3 compilerMatthias Kramm2-3/+3
2009-03-16python/gfx.c: fixed bug in stroke passingMatthias Kramm1-7/+20
2009-01-15moved .cvsignore to .gitignoreMatthias Kramm1-0/+0
2008-11-24fixed some g++ compile problemskramm1-10/+11
2008-08-20small bugfixeskramm1-3/+3
2008-07-27swf_DeleteTag now takes two argumentskramm3-7/+7
2008-07-11implemented a few more device functionskramm1-5/+213
2008-04-24don't build static libraries by defaultkramm1-2/+3
2008-04-06handling for double swf.o in gfx.akramm1-2/+3
2008-04-05added OCR devicekramm1-0/+23
2008-04-05made .open() parameter parsing more foolproofkramm1-2/+4
2008-04-05a few documentation updateskramm1-7/+13
2008-04-05added ocr dependency to gfx.sokramm1-1/+1
2008-04-01added more driverskramm1-4/+31
2008-04-01made all setparameter() functions lowercasekramm1-9/+9
2008-04-01added some dependencieskramm1-1/+1
2008-04-01renamed setoption into setparameter, added output->setparameterkramm1-13/+30
2008-03-26fixed various typos in the documentationkramm1-9/+5
2008-03-26added documentationkramm1-54/+263
2008-03-26accounted for libart changeskramm1-2/+2
2008-03-12reworked compression handling logickramm1-12/+4