index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-analysis-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-30
ps: Enable native encoding of subsurface patterns.
Chris Wilson
1
-3
/
+10
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Add cairo_device_t
Chris Wilson
1
-2
/
+7
2010-01-22
Constify stroke style and matrices.
Chris Wilson
1
-6
/
+6
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
-24
/
+24
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-2
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-303
/
+236
2009-06-19
[analysis] Restore nops for the analysis null surface
Chris Wilson
1
-51
/
+6
2009-06-15
Expose _cairo_null_surface_create() via a test surface
Chris Wilson
1
-5
/
+51
2009-04-16
[analysis] Use _cairo_region_init()
Chris Wilson
1
-13
/
+13
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-10
/
+8
2009-03-28
[region] Add a cairo_region_overlap_t type
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-14
/
+12
2009-01-29
[path] Rename _cairo_path_fixed_approximate_extents()
Chris Wilson
1
-1
/
+1
2008-12-29
[path] Remove tolerance from path bounders
Chris Wilson
1
-2
/
+1
2008-12-18
[path] Separate the approx. bounds into 3 distinct functions
Chris Wilson
1
-18
/
+14
2008-12-18
[path] Return the fixed-point bounds of the path
Chris Wilson
1
-16
/
+14
2008-12-18
Query the backend to see if we can repaint the solid pattern.
Chris Wilson
1
-0
/
+2
2008-12-18
[analysis] Use approximate extents.
Chris Wilson
1
-37
/
+17
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
1
-0
/
+4
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-12
/
+12
2008-11-25
[path] Fix up extents.
Chris Wilson
1
-1
/
+1
2008-11-25
[path] Compute approximate extents.
Chris Wilson
1
-13
/
+3
2008-11-02
Make meta-surface store and replay extents of each operation
Adrian Johnson
1
-0
/
+12
2008-11-02
Add an extents argument to the high level surface backend functions
Adrian Johnson
1
-19
/
+30
2008-10-30
Cleanup 'status && status != UNSUPPORTED'
Chris Wilson
1
-7
/
+7
2008-10-30
[pattern] Avoid needless copying of patterns.
Chris Wilson
1
-18
/
+19
2008-10-30
[analysis] Only limit to mask extends if bounded by mask.
Chris Wilson
1
-2
/
+6
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-18
/
+30
2008-10-19
[analysis] Check for error surfaces.
Chris Wilson
1
-3
/
+13
2008-09-26
[analysis] Merge two analysis status codes.
Chris Wilson
1
-12
/
+38
2008-09-25
Fix the analysis of mask operations (fixing mask-transformed-similar test case)
Carl Worth
1
-11
/
+26
2008-09-25
Drop _cairo_analysis_surface prefix from some static functions
Carl Worth
1
-25
/
+18
2008-09-24
[traps] Replace open-coding of box->rectangle->box
Chris Wilson
1
-35
/
+12
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-3
/
+2
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
1
-1
/
+1
2008-07-03
[analysis-surface] Fix crashers introduced in my previous commit
Behdad Esfahbod
1
-2
/
+2
2008-07-02
[analysis-surface] Fallback between show_glyphs and show_text_glyphs
Behdad Esfahbod
1
-13
/
+34
2008-06-26
[analysis-surface] Implement show_text_glyphs
Behdad Esfahbod
1
-1
/
+81
2008-06-13
Trivial warning fixes to silence the compiler.
Chris Wilson
1
-6
/
+50
2008-05-23
[cairo-xlib] Fix show_glyphs when failing to upload a glyph
Behdad Esfahbod
1
-4
/
+6
2008-05-09
Add CAIRO_INTERNAL_SURFACE_TYPE_NULL and cairo_nul_surface_create()
Behdad Esfahbod
1
-0
/
+55
2008-05-09
[cairo-meta/analysis-surface] Make width/height of -1,-1 mean unbounded surface
Behdad Esfahbod
1
-4
/
+11
2008-05-09
[_cairo_surface_get_extents()] return UNSUPPORTED if surface has no bounds
Behdad Esfahbod
1
-6
/
+6
2008-05-09
[cairo-analysis-surface] Initialize page bounding box
Behdad Esfahbod
1
-0
/
+6
2008-05-09
[cairo-analysis-surface] Hold reference to target surface
Behdad Esfahbod
1
-1
/
+3
[next]