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-type3-glyph-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+1
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-21
/
+14
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+6
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-20
/
+20
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2010-05-04
type3: Minor tweaks to remove a redundant check.
Chris Wilson
1
-6
/
+2
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-02-23
image: split cairo_image_surface_coerce()
Benjamin Otte
1
-1
/
+1
2010-01-25
Fix printing of rotated user fonts
Adrian Johnson
1
-4
/
+5
2010-01-24
Fix incorrect font scale and glyph position in Type 3 fonts
Adrian Johnson
1
-16
/
+5
2010-01-22
Add cairo_device_t
Chris Wilson
1
-1
/
+3
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-3
/
+3
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-7
/
+7
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-2
/
+2
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-35
/
+59
2009-07-03
Export meta-surface
Chris Wilson
1
-4
/
+4
2009-04-16
[type3] Propagate error from font creation.
Chris Wilson
1
-0
/
+2
2009-04-16
[type3] Add status checks.
Chris Wilson
1
-3
/
+23
2009-04-16
[type3] Check error status before emit_image().
Chris Wilson
1
-2
/
+6
2008-12-18
[image] Eliminate the short-lived context used for coercing.
Chris Wilson
1
-16
/
+4
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
-1
/
+1
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-5
/
+5
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-6
/
+11
2008-10-31
[type3] Whitespace.
Chris Wilson
1
-1
/
+2
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-9
/
+9
2008-10-22
Don't add a notdef glyph to Type 3 font subsets
Adrian Johnson
1
-16
/
+0
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-9
/
+9
2008-10-19
[type3] Acquire scaled_font mutex whilst looking up glyphs.
Chris Wilson
1
-20
/
+30
2008-09-26
Fix bitmap-font XFAIL
Adrian Johnson
1
-7
/
+3
2008-09-16
Fix scaling of glyphs in type3 subset glyphs
Adrian Johnson
1
-3
/
+9
2008-09-11
Enable show_glyphs inside of in user-font glyphs
Adrian Johnson
1
-5
/
+48
2008-09-11
Add _cairo_type3_glyph_surface_analyze_glyph()
Adrian Johnson
1
-0
/
+39
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+5
2008-08-17
[type3-glyph] Propagate error from image emission.
Chris Wilson
1
-1
/
+1
2008-06-08
Implement PS Type 3 font image support
Adrian Johnson
1
-26
/
+6
2008-06-08
Implement PDF Type 3 font subsetting of user fonts
Adrian Johnson
1
-0
/
+465