index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...
Owen Taylor
2005-03-06
2
-38
/
+200
*
Fix gradient acceleration in glitz backend
David Reveman
2005-03-06
2
-54
/
+98
*
src/cairo_win32_font.c src/cairo_win32_surface.c: Update for recent backend i...
Owen Taylor
2005-03-04
4
-104
/
+64
*
Fix accidental reversal of condition in previous patch.
Carl Worth
2005-03-04
2
-2
/
+2
*
src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...
Owen Taylor
2005-03-04
7
-22
/
+151
*
Update xcb backend
David Reveman
2005-03-03
2
-290
/
+624
*
Add more mask surface acceleration to glitz backend
David Reveman
2005-03-03
2
-18
/
+184
*
Add overall alpha acceleration using mask surface
David Reveman
2005-03-03
2
-8
/
+88
*
Pass mask to composite operation as pattern
David Reveman
2005-03-03
20
-267
/
+548
*
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
2005-03-03
14
-298
/
+70
*
Major update to glitz backend
David Reveman
2005-03-03
2
-922
/
+1272
*
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
2005-03-03
13
-1354
/
+1836
*
Fix uninitialized value for status, (reported by Manish Singh).
Carl Worth
2005-03-01
2
-4
/
+4
*
Fix this function again. Problem with signed/unsigned types reported by Jeff ...
Kristian Høgsberg
2005-02-27
2
-14
/
+20
*
Remove newline in comment which was confusing gtk-doc.
Kristian Høgsberg
2005-02-27
3
-1
/
+72
*
From David Reveman:
Carl Worth
2005-02-25
3
-7
/
+7
*
From David Reveman:
Carl Worth
2005-02-25
2
-32
/
+20
*
From David Reveman:
Carl Worth
2005-02-25
2
-76
/
+34
*
Don't put an off-by-one n_stops into cairo_shader_op_t. (_cairo_shader_op_fin...
Carl Worth
2005-02-25
3
-64
/
+120
*
Remove a left-over debug printf.
Owen Taylor
2005-02-24
2
-6
/
+0
*
Fix memory leak when realloc fails due to out-of-memory.
Carl Worth
2005-02-24
2
-12
/
+12
*
Instead of counting on ordering deletion to work (apparently it didn't on old...
Owen Taylor
2005-02-24
3
-82
/
+110
*
Fixes from David Reveman with minor cleanups by Carl Worth:
Carl Worth
2005-02-24
3
-13
/
+37
*
Fix typo (pointed out by Kristian Høgsberg).
Carl Worth
2005-02-24
1
-1
/
+1
*
When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...
Owen Taylor
2005-02-24
2
-8
/
+12
*
Fix typo (pointed out by Mike Emmel)
Carl Worth
2005-02-24
1
-1
/
+1
*
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
2005-02-22
52
-53
/
+53
*
Convert to utf-8 encoding.
Carl Worth
2005-02-22
3
-3
/
+3
*
Revert accidental commit.
Carl Worth
2005-02-21
3
-17
/
+5
*
Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).
Carl Worth
2005-02-21
5
-7
/
+20
*
Fix line endings (reported by Hans Breuer)
Owen Taylor
2005-02-20
1
-71
/
+71
*
Patches from Mike Owens <etc@filespanker.com>:
Kristian Høgsberg
2005-02-16
3
-8
/
+14
*
Initialize array element size correctly.
Kristian Høgsberg
2005-02-13
2
-2
/
+2
*
Patches from Owen Taylor:
Kristian Høgsberg
2005-02-13
2
-8
/
+8
*
Fix x2/x1 typo.
Owen Taylor
2005-02-12
2
-2
/
+2
*
Return all-zero extents if string is NULL.
Carl Worth
2005-02-12
1
-0
/
+10
*
Make clipping fast path fast. When we have a clipping region set, intersect i...
Kristian Høgsberg
2005-02-12
3
-1
/
+69
*
src/cairo_gstate.c src/cairo.c: Allow cairo_set_font (cr, NULL) to unset the ...
Owen Taylor
2005-02-06
3
-9
/
+15
*
Return the right status. (Reported by Hans Breuer.)
Owen Taylor
2005-02-06
2
-2
/
+2
*
Free glyph_indices, not glyphs. (Reported by Hans Breuer.)
Owen Taylor
2005-02-05
2
-4
/
+4
*
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
Owen Taylor
2005-02-05
2
-4
/
+0
*
Generate an error during make install if old cairo headers are found in inclu...
Carl Worth
2005-02-04
1
-0
/
+10
*
Fix missing cairo_ft_font_unlock_face().
Owen Taylor
2005-02-03
5
-55
/
+79
*
src/cairo_font.c src/cairo.h doc/public/cairo-sections.txt: Add cairo_font_ex...
Owen Taylor
2005-02-02
8
-66
/
+125
*
src/cairo_win32_font.c doc/public/cairo-sections.txt doc/public/Makefile.am: ...
Owen Taylor
2005-02-02
2
-2
/
+2
*
Add some functions to select the font into a device context with the intentio...
Owen Taylor
2005-02-02
5
-218
/
+470
*
Mostly-functioning Win32 font backend; no glyph paths yet.
Owen Taylor
2005-02-01
7
-628
/
+1259
*
Pretend we support compositing of solid color or gradient patterns to prevent...
Kristian Høgsberg
2005-02-01
4
-140
/
+174
*
Commit earlier missed new file
Owen Taylor
2005-02-01
2
-0
/
+680
*
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
2005-02-01
15
-496
/
+1444
[next]