index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pdf-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-01
[ps/pdf] Trim patterns to operation extents
Chris Wilson
1
-9
/
+58
2009-09-01
Compiler warnings
Chris Wilson
1
-0
/
+1
2009-08-31
PDF: Ensure operator is selected before painting surface
Adrian Johnson
1
-8
/
+8
2009-08-31
PDF: Flush operators before writing to the PDF stream
Adrian Johnson
1
-0
/
+4
2009-08-31
PDF: Reset alpha to 1.0 before painting a surface
Adrian Johnson
1
-1
/
+7
2009-08-31
PDF: Avoid using patterns when filling a surface with EXTEND_NONE
Adrian Johnson
1
-0
/
+19
2009-08-31
PDF: Avoid using patterns when painting surfaces with EXTEND_NONE
Adrian Johnson
1
-0
/
+58
2009-08-31
PDF: Fix bug when when embedding surfaces
Adrian Johnson
1
-1
/
+2
2009-08-29
Use the more generic is_box when doing simple extent checks
Chris Wilson
1
-1
/
+1
2009-08-29
Fix errors found by clang
Chris Wilson
1
-2
/
+0
2009-08-29
[build] Add options for warning about bad casts
Chris Wilson
1
-4
/
+4
2009-07-28
PDF: Only Type 3 fonts should include glyph 0 in /ToUnicode
Adrian Johnson
1
-7
/
+13
2009-07-27
[pdf] Eliminate redundant whole-page clip.
Chris Wilson
1
-0
/
+16
2009-07-24
PDF: Fix glyph 0 in toUnicode stream when using user fonts
Adrian Johnson
1
-26
/
+45
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-106
/
+114
2009-07-14
[pdf] Silence copmiler.
Chris Wilson
1
-47
/
+48
2009-07-14
[pdf] Add support for the extra blend modes
Adrian Johnson
1
-2
/
+160
2009-07-12
PDF: Don't round pattern y location to an integer
Adrian Johnson
1
-9
/
+1
2009-07-03
Export meta-surface
Chris Wilson
1
-1
/
+1
2009-06-27
[pdf] Restore original surface size after emitting group mask
Chris Wilson
1
-2
/
+5
2009-06-14
Fix PDF pattern embedding
Adrian Johnson
1
-175
/
+357
2009-06-02
PDF: Don't embed the same pattern more than once
Adrian Johnson
1
-29
/
+105
2009-04-16
[pdf] Propagate failure from type3 glyph surface creation.
Chris Wilson
1
-0
/
+11
2009-03-31
[pdf] Prevent leak of pad_image on error path.
Chris Wilson
1
-2
/
+2
2009-03-31
Check for errors during get_mime_data()
Chris Wilson
1
-0
/
+2
2009-03-31
[pdf] Free compressed stream after error.
Chris Wilson
1
-5
/
+8
2009-03-31
[pdf] Remove false assertion.
Chris Wilson
1
-3
/
+5
2009-03-03
[pdf] Intialize 'interpolate'
Jeff Muizelaar
1
-1
/
+1
2009-01-22
Embed full font name in PDF TrueType and CFF fonts
Adrian Johnson
1
-8
/
+24
2009-01-22
Use PS font name in CFF and TrueType PDF font subsets
Adrian Johnson
1
-8
/
+8
2009-01-22
PDF: Include subset tag in font name
Adrian Johnson
1
-8
/
+104
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-0
/
+1
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-17
/
+17
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-167
/
+167
2008-11-25
[pdf] Add a default case to silence the compiler.
Chris Wilson
1
-0
/
+1
2008-11-24
PDF: Disable PDF 1.5 features when version 1.4 is selected
Adrian Johnson
1
-0
/
+7
2008-11-24
PDF: Add cairo_pdf_surface_restrict_to_version API
Adrian Johnson
1
-6
/
+110
2008-11-24
PDF: Add newline to end of binary streams
Adrian Johnson
1
-0
/
+2
2008-11-23
PDF: Add JPEG2000 image embedding
Adrian Johnson
1
-1
/
+51
2008-11-23
Move cairo-jpeg-info.c to cairo-image-info.c
Adrian Johnson
1
-3
/
+3
2008-11-04
[mime-type] Request the mime-data for the source surface, not ourselves!
Chris Wilson
1
-1
/
+1
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-8
/
+8
2008-11-03
Compile tidy.
Chris Wilson
1
-1
/
+1
2008-11-03
[pdf] Missing status check.
Chris Wilson
1
-1
/
+3
2008-11-02
PDF: Implement JPEG image embedding
Adrian Johnson
1
-0
/
+55
2008-11-02
PDF: meta-surface patterns with EXTEND_PAD are unsupported
Adrian Johnson
1
-2
/
+6
2008-11-02
PDF: Implement EXTEND_PAD for image patterns
Adrian Johnson
1
-8
/
+62
2008-11-02
PDF: Store the operation extents in each pattern
Adrian Johnson
1
-6
/
+24
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-6
/
+12
[next]