index
:
~rib/cairo
master
wip/cogl-backend
Robert Bragg's personal cairo repository
rib
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
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
2008-06-26
[paginated-surface] Implement show_text_glyphs
Behdad Esfahbod
1
-1
/
+59
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-1
/
+2
2008-05-09
[cairo-paginated-surface] Clean up reference counting mess
Behdad Esfahbod
1
-1
/
+1
2008-03-09
Round fallback image size up instead of down
Adrian Johnson
1
-2
/
+2
2008-02-27
[cairo-paginated-surface] Fix enum compiler warning.
Chris Wilson
1
-0
/
+1
2008-01-25
[cairo_surface_show/copy_page()] Make them return void, like cairo_show/copy_...
Behdad Esfahbod
1
-4
/
+8
2008-01-18
Quiet a warning about switch without some cairo_surface_type_t enum values
Carl Worth
1
-0
/
+10
2008-01-17
[cairo-analysis-surface] Return the nil surface rather than NULL.
Chris Wilson
1
-3
/
+2
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-3
/
+5
2008-01-13
[cairo-paginated-surface] Set error on surface for operations done its behalf.
Chris Wilson
1
-2
/
+3
2008-01-10
[cairo-paginated-surface] Call the abstract cairo_surface_show_page ().
Chris Wilson
1
-1
/
+1
2008-01-07
Add FALLBACK mode to paginated surface
Adrian Johnson
1
-1
/
+3
2007-12-29
Fix PS/PDF meta surface patterns
Adrian Johnson
1
-0
/
+1
2007-12-14
Remove rasterization when a paginated surace is used as a source
Carl Worth
1
-34
/
+0
2007-12-12
Remove cairo_private from static declaration
Boying Lu
1
-1
/
+1
2007-11-09
Use correct surface resolution when creating paginated fallback image
Vladimir Vukicevic
1
-2
/
+2
2007-11-01
[cairo-paginated-surface] Mark the backend static.
Chris Wilson
1
-2
/
+2
2007-10-05
[cairo-paginated-surface] Propagate backend errors to the surface.
Chris Wilson
1
-23
/
+34
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-5
/
+3
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-09-23
Add Encapsulated PostScript support
Adrian Johnson
1
-2
/
+13
2007-09-18
[win32] Add win32 printing surface
Vladimir Vukicevic
1
-16
/
+21
2007-09-18
Let surfaces specify their native resolution, for fallback purposes
Vladimir Vukicevic
1
-2
/
+2
2007-09-16
Change paginated surface size when PS/PDF _set_size() called
Adrian Johnson
1
-0
/
+23
2007-09-16
PS: Remove copy_page()
Adrian Johnson
1
-2
/
+1
2007-09-11
Export cairo_surface_{copy,show}_page
Vladimir Vukicevic
1
-3
/
+3
2007-08-31
Revert "[cairo-gstate] Avoid copying untransformed glyphs."
Chris Wilson
1
-1
/
+1
2007-08-31
[cairo-gstate] Avoid copying untransformed glyphs.
Chris Wilson
1
-1
/
+1
2007-08-27
Add finer-grained fallback support to the PDF surface
Adrian Johnson
1
-2
/
+4
2007-08-21
PS: Add finer-grained image fallback support
Adrian Johnson
1
-26
/
+105
2007-08-20
[cairo-paginated-surface] Add XXX mark to integer width,height arguments
Behdad Esfahbod
1
-0
/
+1
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-3
/
+3
2007-05-16
[cairo-paginated-surface] Check surface status during finish.
Chris Wilson
1
-2
/
+9
2007-05-08
[cairo-paginated-surface] Propagate malloc failure
Chris Wilson
1
-2
/
+8
2007-04-21
[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.h
Behdad Esfahbod
1
-30
/
+2
2007-04-10
paginated: Add missing error check for _cairo_surface_show_page
Carl Worth
1
-1
/
+3
2007-04-10
paginated: Add missing error check for _cairo_surface_get_extents
Carl Worth
1
-1
/
+3
2007-04-10
Fix indentation of CLEANUP_IMAGE label.
Carl Worth
1
-1
/
+1
2007-04-10
paginated: Fix missing errors checks for _cairo_meta_surface_replay
Carl Worth
1
-4
/
+10
2007-04-09
cairo-paginated-surface - fix up the trivial unused result
Chris Wilson
1
-6
/
+16
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-1
/
+0
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-0
/
+1
2007-03-01
[paginated] Also increase page number in copy_page
Behdad Esfahbod
1
-0
/
+2
2007-02-28
[paginated] Also do an automatic show page if nothing ever drawn
Behdad Esfahbod
1
-1
/
+4
2007-02-28
[paginated] Automatically issue a final cairo_show_page()
Behdad Esfahbod
1
-5
/
+13
2007-02-06
Add scaled_font->mutex to allow locking for all subordinate objects
Carl Worth
1
-3
/
+18
[next]