summaryrefslogtreecommitdiff
path: root/xps
AgeCommit message (Expand)AuthorFilesLines
2007-11-14rough draft windows makefiles for msvcHenry Stiles2-1/+121
2007-11-14Workaround missing post table data by inventing glyph names.Tor Andersson1-9/+14
2007-11-14Remove platform specific c flags.Henry Stiles1-1/+2
2007-11-14Compile the expat source into the GhostXPS build.Ralph Giles2-2/+9
2007-11-14The single glyph experiment is no longer necessary.Henry Stiles1-1/+1
2007-11-14The MSVC compiler requires variable declaritions to occur at the start ofHenry Stiles1-3/+3
2007-11-13Include system headers after gs portability magic. Required to build onRalph Giles1-2/+3
2007-11-13Constant vigilance! Never trust a default.Tor Andersson2-2/+19
2007-11-09Use PNGSRCDIR and PNGVERSION instead of PSRCDIR and PVERSION inRalph Giles2-3/+3
2007-10-24Parse name table for font name. Use same type42 callbacks as PCL.Tor Andersson2-16/+69
2007-10-12For help in tracking down bug 689483: Initialize font->is_cached. Set the enc...Tor Andersson2-2/+31
2007-10-11Add bounds check for accessing font file data.Tor Andersson1-1/+5
2007-10-11Fix for MXDW/CambriaPoster.xps geometry parsing bug.Tor Andersson1-2/+2
2007-10-03HD-Photo codec stub.Tor Andersson5-3/+20
2007-10-03Remove a lot of debugging/progress/printf noise.Tor Andersson12-57/+44
2007-10-03Recursively scan resource dictionaries for other resource dependencies.Tor Andersson1-21/+37
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles6-75/+75
2007-09-24Remove some C99-isms to make the code compilable with MSVC.Tor Andersson4-5/+16
2007-09-24Suppress error message for post table format 3.0 which is used a lot in OpenT...Tor Andersson1-5/+9
2007-09-24Parse ICC profiles (not working). Find dependencies on ICC profile resources ...Tor Andersson6-62/+220
2007-09-24Implemented xps_true_callback_glyph_name using pcl font code so that pdfwrite...Tor Andersson1-3/+171
2007-09-14Correct appearance of cone-shaped radial gradients.Tor Andersson1-16/+106
2007-09-12Accurately calculate the number of individual shading objects needed for repe...Tor Andersson2-80/+150
2007-09-06Save decoded image data in the parts so images drawn multiple times do not ne...Tor Andersson7-24/+57
2007-09-05Use colorspaces in all color code. Colorspace loading is stubbed to use devic...Tor Andersson10-91/+136
2007-09-03Fix workaround for pdf 1.4 device resetting. Remove some debug messages.Tor Andersson9-22/+51
2007-08-15Add needed png.h to dependencies and includes. Needed to build xpspng.c on Cy...Ray Johnston1-2/+2
2007-08-15Modifications for pcl, pxl, and xps so text works properly with highHenry Stiles1-0/+4
2007-08-07Keep track of the current clip region bounding box. Use the proper bounding b...Tor Andersson8-44/+233
2007-08-03XPS arcs were not drawn with the correct rotation sense (clockwiseHenry Stiles1-5/+10
2007-07-25scRGB color syntax parsing.Tor Andersson2-20/+58
2007-07-25Opacity in gradient brushes plus some refactoring and bug fixes.Tor Andersson2-190/+161
2007-07-20Image transparency.Tor Andersson2-63/+162
2007-07-18Support the various flipping tile modes.Tor Andersson1-15/+81
2007-07-16Tiling images. Fix TIFF resolution bug.Tor Andersson7-331/+307
2007-07-12Brush and element parsing switches refactored. Opacity masks. Opacity only re...Tor Andersson12-186/+421
2007-07-05Workaround for strange behavior when pushing and popping pdf14trans composito...Tor Andersson4-27/+12
2007-06-28BROKEN transparency test code to push/pop transparency device. Uses #define i...Tor Andersson4-11/+51
2007-06-14Tiled patterns and stroked paths with complex brushes.Tor Andersson6-148/+115
2007-06-14Parse arcs and quadratic beziers in abbreviated path geometry.Tor Andersson4-100/+147
2007-05-22TTC subfonts in resource references, cluster maps, IsSideways and BidiLevel t...Tor Andersson3-69/+112
2007-05-21Buffer glyphs to be drawn for batch processing in order to reduce text proces...Tor Andersson1-36/+60
2007-05-15Fix stupid typo in last commit.Tor Andersson1-6/+5
2007-05-15Support ZIP64 format data descriptors and fix several issues with the heurist...Tor Andersson2-50/+97
2007-05-14Remove even more debugging messages. Fix copy & paste error when setting medi...Tor Andersson6-57/+23
2007-05-14Removing many debug messages. Fix a buffer overflow and some uninitialized re...Tor Andersson9-72/+40
2007-05-13Respect image resolution and transform matrix.Tor Andersson1-1/+28
2007-05-13Fill out the MediaSize parameter array properly. Still does not seem to work.Tor Andersson1-0/+3
2007-05-13Ignore the ZIP spec for data descriptors so that we can cope with the ATS files.Tor Andersson1-2/+2
2007-05-09Parse dash patterns. Transform before clipping.Tor Andersson4-55/+157