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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-06
[cairo-spans] Add a check/create_span_renderer backend methods.
M Joonas Pihlaja
25
-0
/
+131
2008-12-06
[cairo-spans] New abstract types for scan converting polygons.
M Joonas Pihlaja
4
-0
/
+369
2008-12-06
[cairo-spans] Introduce a type to track which pixels combine in a compositing...
M Joonas Pihlaja
3
-0
/
+52
2008-12-06
[path-fixed] New _cairo_path_fixed_is_region().
M Joonas Pihlaja
2
-0
/
+99
2008-12-06
[path-fixed] Avoid extra indirection when iterating already flat paths.
M Joonas Pihlaja
1
-0
/
+9
2008-12-04
[win32] Use MOD instead of the '%' operator
Jeff Muizelaar
1
-2
/
+5
2008-11-30
glitz: Replace specified color with an opaque one if dst surface don't have a...
Luo Jinghua
1
-6
/
+12
2008-11-29
Fix up a couple of likely(malloc==NULL)
Chris Wilson
2
-3
/
+3
2008-11-29
[png] Fix leak of original png data on error path.
Chris Wilson
1
-4
/
+11
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
54
-294
/
+300
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
40
-1050
/
+1053
2008-11-29
[fill] Allow rectangles to be implicitly closed.
Chris Wilson
3
-8
/
+12
2008-11-29
[path] Carefully check for no more points.
Chris Wilson
2
-8
/
+17
2008-11-29
[check] Search for the word NOTE
Chris Wilson
1
-1
/
+1
2008-11-28
image: Use unsigned long to compute color masks.
Luo Jinghua
1
-1
/
+1
2008-11-26
[skiplist] Check for ffs()
Chris Wilson
1
-0
/
+11
2008-11-26
[glitz] Fix clone_similar().
Chris Wilson
1
-321
/
+137
2008-11-26
[matrix] Impose a maximum number of refinement iterations
Chris Wilson
1
-1
/
+3
2008-11-26
[skiplist] Use ffs()
Chris Wilson
1
-10
/
+1
2008-11-26
[png] Use FILE* instead of void*.
Chris Wilson
1
-2
/
+4
2008-11-26
Change uint to uint32_t
Adrian Johnson
1
-1
/
+1
2008-11-26
glitz: Apply fixup to unbounded operators to clear area outside of mask
Luo Jinghua
1
-13
/
+66
2008-11-25
glitz: set correct parameters for linear and radial pattern.
Luo Jinghua
1
-10
/
+10
2008-11-25
glitz: fixup another stupid bug in fill_rectangles.
Luo Jinghua
1
-3
/
+5
2008-11-25
[fill] Emit rectangles for GdkRegion
Chris Wilson
3
-25
/
+201
2008-11-25
[xlib] Cosmetic tweak.
Chris Wilson
1
-2
/
+3
2008-11-25
[path] Fix up extents.
Chris Wilson
2
-10
/
+12
2008-11-25
[pdf] Add a default case to silence the compiler.
Chris Wilson
1
-0
/
+1
2008-11-25
[in-fill] Add the implicit close-path during move-to.
Chris Wilson
4
-25
/
+25
2008-11-25
[path] Compute approximate extents.
Chris Wilson
7
-61
/
+82
2008-11-25
[clip] Check for error surface
Chris Wilson
2
-2
/
+2
2008-11-24
Fix typo
Adrian Johnson
1
-1
/
+1
2008-11-24
Document location of image format specifications
Adrian Johnson
1
-0
/
+15
2008-11-24
Win32-print: Add PNG embedding support
Adrian Johnson
2
-27
/
+82
2008-11-24
Add PNG get info function
Adrian Johnson
2
-6
/
+45
2008-11-24
PDF: Disable PDF 1.5 features when version 1.4 is selected
Adrian Johnson
3
-0
/
+20
2008-11-24
PDF: Add cairo_pdf_surface_restrict_to_version API
Adrian Johnson
3
-6
/
+136
2008-11-24
PDF: Add newline to end of binary streams
Adrian Johnson
1
-0
/
+2
2008-11-23
PDF: Add JPEG2000 image embedding
Adrian Johnson
1
-1
/
+51
2008-11-23
Add JPEG2000 mimetype and image info function
Adrian Johnson
4
-0
/
+106
2008-11-23
Move cairo-jpeg-info.c to cairo-image-info.c
Adrian Johnson
7
-30
/
+30
2008-11-23
glitz: set clone_offset_{x, y} on success in clone_similar.
Luo Jinghua
1
-0
/
+2
2008-11-23
glitz: fixup a stupid bug in get_image.
Luo Jinghua
1
-5
/
+9
2008-11-22
glitz: bring glitz backend to more or less working state.
Nicolas Bruguier
1
-166
/
+163
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
10
-21
/
+35
2008-11-21
[traps] Embed sufficient traps to accommodate a stroke rectangle
Chris Wilson
1
-1
/
+2
2008-11-21
[cairo] Allocate glyphs on the stack for show_text().
Chris Wilson
1
-4
/
+14
2008-11-21
[surface] Make the error surfaces have a NULL backend.
Chris Wilson
1
-16
/
+6
2008-11-21
[image] Trim image surface size by a few bytes
Chris Wilson
2
-8
/
+10
2008-11-19
[xlib] Explicitly track whether the GC has clip_rects.
Chris Wilson
2
-3
/
+4
[next]