summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-05-14properly close links when going from page to pageHEADmasterMatthias Kramm1-1/+8
2012-05-14fix for invisible characters appearing in pdf2swf documentsMatthias Kramm1-1/+3
2012-05-14dump out link coordinatesMatthias Kramm1-1/+1
2012-04-20use RARRAY_PTR instead of RARRAY()->ptrMatthias Kramm1-3/+3
2012-04-08expose registry_init() in lib/as3Matthias Kramm1-0/+2
2012-03-07initialize random generation for pdftotext and pdfinfo, as wellMatthias Kramm1-0/+52
2012-03-07fixed another compile errorMatthias Kramm1-4/+6
2012-03-07fixed compile errorMatthias Kramm1-2/+12
2012-03-07properly initialize random generator for temporary filenames in pdftoppmMatthias Kramm1-0/+16
2012-03-07use environment variable SWFTOOLS_TMP instead of TEMPMatthias Kramm1-2/+29
2012-02-14made xpdf use SWFTOOLS_TMP, tooMatthias Kramm1-109/+110
2012-02-14allow to change the temporary directory on UnixMatthias Kramm1-1/+2
2012-01-26applied alchemy opcode patch by Omer Sezgin UgurluMatthias Kramm1-0/+15
2012-01-16another bugfix in os.cMatthias Kramm1-1/+1
2012-01-16fixed bug in move()Matthias Kramm1-0/+1
2012-01-12fixed segfault in remove_font_transformsMatthias Kramm1-2/+1
2011-12-15new parameter -s local_with_filesystemMatthias Kramm1-2/+17
2011-12-01fixed unescape function in swf5compilerMatthias Kramm2-198/+210
2011-11-28fixed setup.py buildMatthias Kramm1-0/+3
2011-11-28fixed compile error if calloc is missingMatthias Kramm1-0/+2
2011-11-23allow for external/substituted CID fontsMatthias Kramm2-2/+16
2011-10-11fixed compile error if jpeglib is missingMatthias Kramm1-1/+1
2011-10-06fixed release buildingMatthias Kramm2-268/+476
2011-09-22fixed bug in move_file()Matthias Kramm1-1/+1
2011-09-22removed remaining int32 instances from bitio.cMatthias Kramm1-8/+8
2011-09-22don't use int32_t types in bitio.hMatthias Kramm1-4/+4
2011-09-20bugfix in rescale filterMatthias Kramm1-1/+1
2011-09-16fixed mem leakMatthias Kramm1-0/+1
2011-09-16added rescale_images filterMatthias Kramm4-2/+110
2011-09-07fixed bug in gfxbbox_expand_to_bboxMatthias Kramm1-0/+3
2011-09-05added file_size() functionMatthias Kramm2-0/+19
2011-08-31fixed another bug in jpeg_save_to_memory()Matthias Kramm1-1/+1
2011-08-31fixed bug in jpeg encodingMatthias Kramm1-4/+4
2011-08-31added argb support to jpeg moduleMatthias Kramm2-38/+56
2011-08-31fixed bug in write_compressed_intMatthias Kramm2-23/+20
2011-08-30added support for reading/writing compressed ints in bitio.cMatthias Kramm2-0/+101
2011-06-29don't allow flatten filter to remove spacesMatthias Kramm1-2/+2
2011-06-27no option dont_clip_charactersMatthias Kramm1-1/+13
2011-06-06new option disable_tiling_pattern_fillsMatthias Kramm2-0/+5
2011-06-01checked in xpdf sourcesMatthias Kramm1-0/+0
2011-05-23removed old gfxpoly.cMatthias Kramm1-1174/+0
2011-05-23bugfixes with bitmaps and remove_invisible_charactersMatthias Kramm1-3/+33
2011-05-23workaround for broken font ascent values in remove_invisible_characters filterMatthias Kramm1-1/+3
2011-04-29new method gfxbbox_transformMatthias Kramm2-0/+51
2011-04-28fixed kdtree duplicate reporting problemMatthias Kramm1-1/+3
2011-04-28fixed kdtree_find_in_boxMatthias Kramm1-4/+6
2011-04-28new method kdtree_find_in_boxMatthias Kramm2-2/+29
2011-04-15more randomization in area intersection test codeMatthias Kramm1-15/+29
2011-04-13fixed units of gfxpoly_intersection_area()Matthias Kramm1-1/+1
2011-04-12made space char detection also remove incorrect spacesMatthias Kramm1-8/+22