aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed compile errorKeiron Liddle2002-07-191-3/+0
* reuse old patterns and shadings to reduce file sizeKeiron Liddle2002-07-195-22/+278
* reuse functions to reduce file sizeKeiron Liddle2002-07-182-4/+146
* start page sequence with titleKeiron Liddle2002-07-185-8/+36
* no longer neededKeiron Liddle2002-07-151-48/+0
* Removed traces of buffermanagerJoerg Pietschmann2002-07-143-47/+14
* improved patterns, the contents should be visible nowKeiron Liddle2002-07-101-10/+14
* improved linear and radial gradientsKeiron Liddle2002-07-092-27/+38
* removed old id reference stuffKeiron Liddle2002-07-097-477/+0
* fixed compile errorKeiron Liddle2002-07-081-2/+2
* applies transform from viewBoxKeiron Liddle2002-07-051-0/+1
* alignment and scaling for instream-foreign-object using viewportKeiron Liddle2002-07-054-42/+152
* added error-if-overflowKeiron Liddle2002-07-051-0/+1
* improved gstate usageKeiron Liddle2002-07-0411-140/+416
* removed repeated stringKeiron Liddle2002-07-041-1/+0
* prevent npeKeiron Liddle2002-07-041-1/+1
* progressively output pdf objects to reduce memory usageKeiron Liddle2002-07-016-60/+94
* minor cleanupKeiron Liddle2002-07-012-3/+0
* fixed some minor errorsKeiron Liddle2002-07-013-24/+20
* unused importKeiron Liddle2002-07-011-4/+0
* added boundsKeiron Liddle2002-07-011-2/+2
* removed unused importKeiron Liddle2002-07-011-1/+0
* handles pattern resources betterKeiron Liddle2002-06-2813-152/+285
* proper use of font encodings for native fontsKeiron Liddle2002-06-2823-162/+3138
* added transparency for imagesKeiron Liddle2002-06-2727-480/+747
* removed old importsKeiron Liddle2002-06-217-7/+0
* implemented some basic transparency, needs optimizationKeiron Liddle2002-06-206-7/+123
* removed old area treeKeiron Liddle2002-06-2083-6517/+72
* implemented links in svg both for standalone and in fo documentsKeiron Liddle2002-06-1813-71/+120
* prevents error for unknown xmlKeiron Liddle2002-06-181-1/+1
* fixed compile errKeiron Liddle2002-06-181-2/+2
* ttempt to fix add inline objects and fix some probsKeiron Liddle2002-06-184-6/+44
* prevent exceptionKeiron Liddle2002-06-171-1/+3
* added exception to log err messageKeiron Liddle2002-06-121-1/+1
* api changeKeiron Liddle2002-06-102-0/+10
* prevent starting until value setKeiron Liddle2002-06-101-1/+3
* start to an improved mif handlerKeiron Liddle2002-06-0533-5508/+579
* fixed link problem, now handles external properlyKeiron Liddle2002-05-292-1/+2
* start of structure handler concept and adjusted the layoutKeiron Liddle2002-05-2712-118/+309
* changed pdf streams to use io streams so that theyKeiron Liddle2002-05-2714-68/+543
* PR:Karen Lease2002-05-2629-468/+913
* sets up the id independantly of the layoutKeiron Liddle2002-05-2336-249/+70
* Add support for hyphenation and some space distribution among inline areasKaren Lease2002-05-2210-252/+439
* Add hyphenation related propertyKaren Lease2002-05-221-0/+1
* patch to prevent the same image being inserted multiple timesKeiron Liddle2002-05-221-82/+112
* Fixes a problem when EPS files have Bounding Boxes containing negative intege...Jeremias Maerki2002-05-191-1/+2
* cleaned up bookmark extension a bitKeiron Liddle2002-05-1722-208/+333
* moved vert align to line areaKeiron Liddle2002-05-173-106/+117
* Refactor Line and InlineStacking; correct and extend space-handling codeKaren Lease2002-05-135-227/+423
* Add support for line-breaking in nested inlines using BreakPoss strategyKaren Lease2002-05-1014-105/+619