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-paginated-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-19
Split cairo-surface-subsurface-private into struct+inlines
Chris Wilson
1
-1
/
+1
2012-02-09
Replace the ad-hoc surface unwrappers with a function pointer
Chris Wilson
1
-0
/
+9
2012-01-19
api: add cairo_surface_supports_mime_type
Adrian Johnson
1
-1
/
+13
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-20
/
+9
2011-08-14
paginated: Use the backend->snapshot
Chris Wilson
1
-1
/
+1
2011-08-14
paginated: unwrap subsurfaces during context creation
Chris Wilson
1
-1
/
+7
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-07-31
paginated: Remove an impossible test
Chris Wilson
1
-6
/
+3
2011-07-29
image: extend support of direct replay for paginated surfaces
Chris Wilson
1
-1
/
+11
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-1
/
+6
2011-07-21
Fix proxying of ->context_create()
Chris Wilson
1
-1
/
+1
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-14
/
+13
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+9
2010-11-20
PS/PDF: Fix regression when changing page size to a larger size
Adrian Johnson
1
-0
/
+28
2010-05-04
paginated: Mark as clear initially.
Chris Wilson
1
-0
/
+2
2010-05-03
paginated: propagate malloc failures more cleanly.
Chris Wilson
1
-13
/
+13
2010-04-30
Revert "paginated: Call surface finish explicitly on recording surface"
Chris Wilson
1
-1
/
+0
2010-04-30
ps: Enable native encoding of subsurface patterns.
Chris Wilson
1
-0
/
+1
2010-04-30
paginated: Call surface finish explicitly on recording surface
Chris Wilson
1
-0
/
+1
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-23
clip: Remove the redundant _cairo_clip_init_rectangle()
Chris Wilson
1
-9
/
+9
2010-03-21
paginated: Use common is_clear.
Chris Wilson
1
-33
/
+1
2010-01-22
Add cairo_device_t
Chris Wilson
1
-1
/
+3
2010-01-22
Real zero-copy cow snapshotting
Chris Wilson
1
-2
/
+5
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
-46
/
+46
2009-09-30
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
1
-2
/
+2
2009-07-27
[paginated] Propagate error return during finish.
Chris Wilson
1
-0
/
+10
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-137
/
+97
2009-07-03
Export meta-surface
Chris Wilson
1
-8
/
+8
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-2
/
+2
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-17
/
+17
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-11
/
+8
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
-1
/
+1
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-19
/
+19
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-0
/
+3
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-11
/
+16
2008-10-30
[paginated] Emit fallback images using FILTER_NEAREST.
Chris Wilson
1
-5
/
+8
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-6
/
+6
2008-10-22
Ensure that the scaled font is frozen for the lifetime of the scaled glyph.
Chris Wilson
1
-2
/
+0
2008-10-19
[paginated] Free local reference to target on error path.
Chris Wilson
1
-0
/
+1
2008-10-08
[svg] Use finer-grained fallbacks for SVG 1.2
Chris Wilson
1
-30
/
+17
2008-09-28
[paginated] Set paginated mode before every replay.
Chris Wilson
1
-9
/
+14
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-2
/
+2
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-07-08
Add paginated surface backend function _set_fallback_images_required
Adrian Johnson
1
-0
/
+9
2008-06-30
Remove _cairo_surface_show_glyphs() in favor of _cairo_surface_show_text_glyp...
Behdad Esfahbod
1
-40
/
+3
[next]