summaryrefslogtreecommitdiff
path: root/xps/xpspage.c
Commit message (Expand)AuthorAgeFilesLines
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-1/+16
* Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson2008-04-021-2/+1
* Support IsStroked and IsFilled attributes when drawing paths.Tor Andersson2008-04-011-0/+1
* Remove a lot of debugging/progress/printf noise.Tor Andersson2007-10-031-1/+1
* Save decoded image data in the parts so images drawn multiple times do not ne...Tor Andersson2007-09-061-6/+12
* Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson2007-09-031-10/+6
* Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson2007-08-071-9/+24
* Brush and element parsing switches refactored. Opacity masks. Opacity only re...Tor Andersson2007-07-121-20/+7
* Workaround for strange behavior when pushing and popping pdf14trans composito...Tor Andersson2007-07-051-6/+12
* BROKEN transparency test code to push/pop transparency device. Uses #define i...Tor Andersson2007-06-281-0/+12
* TTC subfonts in resource references, cluster maps, IsSideways and BidiLevel t...Tor Andersson2007-05-221-7/+3
* Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson2007-05-141-5/+1
* Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson2007-05-141-2/+3
* Fill out the MediaSize parameter array properly. Still does not seem to work.Tor Andersson2007-05-131-0/+3
* Clipping and some line drawing attributes.Tor Andersson2007-05-031-1/+14
* Parse resource dictionaries and resolve resource references when parsing norm...Tor Andersson2007-05-021-40/+63
* Imported font code from gslite.Tor Andersson2007-03-071-6/+0
* Convention for naming attributes and tag variables when parsing XML. Destruct...Tor Andersson2007-03-011-17/+18
* We have tigers.Tor Andersson2007-02-151-1/+29
* Parse XML content into nodes in memory. Parse and draw path elements.Tor Andersson2007-02-131-1/+139
* Infer relations from FixedPage content when .rels part is not available. Call...Tor Andersson2007-02-071-0/+10