index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pdf-operators.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-1
/
+1
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-6
/
+6
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-1
/
+0
2010-11-22
pdf: Silence compiler for an impossible case
Chris Wilson
1
-0
/
+4
2010-11-10
PDF: Restrict ActualText to PDF version >= 1.5
Adrian Johnson
1
-13
/
+18
2010-10-08
Rewrite pdf-operators word wrapping
Adrian Johnson
1
-118
/
+113
2010-10-02
pdf-operators: word wrap latin text strings
Adrian Johnson
1
-8
/
+65
2010-10-01
pdf-operators: fix bug that was causing unnecessary repositioning of text
Adrian Johnson
1
-1
/
+6
2010-10-01
pdf-operators: output (abc) style strings when font is latin
Adrian Johnson
1
-15
/
+42
2010-05-04
pdf: Assert that no other error can occur for an invertible matrix.
Chris Wilson
1
-2
/
+1
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-23
pdf: Suppress compiler warning.
Chris Wilson
1
-6
/
+6
2010-04-10
PDF-operators: ensure text operations flushed before emitting clip
Adrian Johnson
1
-0
/
+6
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-19
/
+19
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-29
Provide a builtin implementation of isspace() and isdigit()
Adrian Johnson
1
-4
/
+2
2009-01-29
Spelling corrections: s/it's/its/
Daniel Holbert
1
-1
/
+1
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-5
/
+7
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-3
/
+3
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-30
/
+30
2008-11-24
PDF: Disable PDF 1.5 features when version 1.4 is selected
Adrian Johnson
1
-0
/
+8
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+1
2008-09-26
[pdf] Propagate status
Chris Wilson
1
-3
/
+11
2008-09-23
[pdf] Do not modify the dashes in-place.
Chris Wilson
1
-2
/
+12
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-7
/
+7
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+5
2008-08-17
[pdf-operators] Propagate status from end_text().
Chris Wilson
1
-3
/
+9
2008-08-17
[pdf-operators] Propagate error from emit_glyph_string*().
Chris Wilson
1
-5
/
+5
2008-08-17
[pdf-operators] Propagate error from begin_actualtext().
Chris Wilson
1
-0
/
+3
2008-08-08
[pdf-operators] Add note about clusters with no glyphs
Behdad Esfahbod
1
-0
/
+2
2008-08-08
Make utf8 handling in font subsets more consistent
Behdad Esfahbod
1
-2
/
+2
2008-08-06
[pdf] Propagate status from emit_glyph()
Chris Wilson
1
-3
/
+6
2008-07-08
PDF/PS: Remember the current line style
Adrian Johnson
1
-14
/
+34
2008-07-08
Add PDF operators function to reset any remembered state
Adrian Johnson
1
-0
/
+15
2008-07-08
PDF: Limit precision of Td operands
Adrian Johnson
1
-0
/
+6
2008-07-05
PDF: Fix glyph positioning bug in Tj operator
Adrian Johnson
1
-1
/
+1
2008-07-05
PDF: Fix glyph positioning bug in TJ operator
Adrian Johnson
1
-2
/
+1
2008-07-03
Add missing status checks
Adrian Johnson
1
-0
/
+5
2008-07-01
[cairo-pdf-operators] Fix backward cluster iteration
Behdad Esfahbod
1
-4
/
+4
2008-06-29
Add show_text_glyphs to PDF operators
Adrian Johnson
1
-64
/
+229
2008-06-29
Allow _cairo_scaled_font_subsets_map_glyph() to specify utf8 mapping
Adrian Johnson
1
-0
/
+1
2008-06-29
PDF: Ensure text object is closed before emitting fill or stroke
Adrian Johnson
1
-0
/
+6
2008-06-04
Optimize PDF operators show_glyphs() to use Tj operator
Adrian Johnson
1
-2
/
+37
2008-06-04
Rewrite _cairo_pdf_operators_show_glyphs()
Adrian Johnson
1
-192
/
+335
2008-06-03
PDF: Don't emit a new text object for every call to show_glyphs
Adrian Johnson
1
-4
/
+23
2008-06-03
Add _cairo_pdf_operators_flush()
Adrian Johnson
1
-1
/
+23
2008-04-04
PDF: Fix glyph positioning bug
Adrian Johnson
1
-1
/
+1
2008-04-02
[cairo-pdf-operators] Destroy stream on error.
Chris Wilson
1
-3
/
+3
2008-03-21
Finish the PDF text operator decimal reduction commit
Adrian Johnson
1
-3
/
+9
2008-03-20
PDF: Reduce excess decimals in text position offsets
Adrian Johnson
1
-4
/
+22
[next]