index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-05
Increment version to 1.5.4 and to 14:1:12
1.5.4
Carl Worth
1
-2
/
+2
2007-12-05
NEWS: Add notes for 1.5.4
Carl Worth
1
-0
/
+57
2007-12-04
[quartz] use rectangle_int_t, not rectangle_int16_t
Vladimir Vukicevic
1
-1
/
+1
2007-12-04
[quartz] cleanup: remove trailing whitespace
Vladimir Vukicevic
1
-11
/
+11
2007-12-04
[quartz] Use CGContextDrawTiledImage if available
Vladimir Vukicevic
1
-32
/
+64
2007-12-04
[quartz] Handle creating 0x0 surfaces
Vladimir Vukicevic
4
-23
/
+168
2007-12-03
[Makefile.am] Add lcov-clean to distclean.
Chris Wilson
1
-0
/
+2
2007-12-02
[Makefile.am] Wrap lcov make targets within an AM_CONDITIONAL.
Chris Wilson
2
-5
/
+16
2007-12-01
[README] Remove the Dependencies section as it falls out of date easily
Behdad Esfahbod
1
-89
/
+0
2007-12-01
[configure.in] Bump freetype required version to 2.1.9 (#13482)
Behdad Esfahbod
1
-4
/
+4
2007-12-02
win32: Implement _cairo_win32_scaled_font_init_glyph_surface()
Adrian Johnson
1
-2
/
+61
2007-12-02
Fix regression in Type1 Fallback
Adrian Johnson
1
-2
/
+4
2007-12-01
Convert bash scripts to regular sh ones for greater portability
Behdad Esfahbod
3
-24
/
+25
2007-11-30
Explicitly call bash for bash-specific scripts
Carl Worth
3
-3
/
+3
2007-11-29
PS: Use correct glyphs widths for Type 3 fonts
Adrian Johnson
1
-1
/
+7
2007-11-29
PS: Fix the Type 3 FontBBox
Adrian Johnson
1
-1
/
+1
2007-11-29
PS: Don't emit an image for Type 3 .notdef glyph
Adrian Johnson
1
-8
/
+10
2007-11-29
PS: Fix the bounding boxes of Type 3 glyphs
Adrian Johnson
1
-2
/
+2
2007-11-29
PS: Make Type 3 fonts text selectable
Adrian Johnson
1
-16
/
+30
2007-11-29
PS: Ensure that xyshow operator has a pair of offsets for each glyph
Adrian Johnson
1
-1
/
+1
2007-11-18
[quartz] zero memory on bitmap creation
Brian Ewins
1
-0
/
+2
2007-11-15
[quartz] fill with alpha for EXTEND_NONE
Brian Ewins
1
-0
/
+22
2007-11-15
[win32] Remove double-free in win32 font code in init_glyph_path
Vladimir Vukicevic
1
-1
/
+0
2007-11-15
[quartz] Fix gradients; the wrong color field was being used
Vladimir Vukicevic
1
-12
/
+12
2007-11-14
[quartz] remove double malloc in dashing code.
Brian Ewins
1
-4
/
+1
2007-11-13
[quartz] typo checking for malloc failure
Brian Ewins
1
-1
/
+1
2007-11-12
[quartz] fix leak in show_glyphs
Brian Ewins
1
-12
/
+18
2007-11-12
[quartz] fix for cairo_reset_clip()
Brian Ewins
1
-0
/
+3
2007-11-12
Revert "[quartz] handle 0x0 surfaces."
Brian Ewins
1
-1
/
+1
2007-11-11
[quartz] handle 0x0 surfaces.
Brian Ewins
1
-1
/
+1
2007-11-11
Compilation warning suppression (char as array subscript).
Emmanuel Pacaud
1
-2
/
+2
2007-11-11
Fix _cairo_path_fixed_init_copy.
Emmanuel Pacaud
1
-0
/
+2
2007-11-10
[SVG] Add missing image to REFERENCE_IMAGES list.
Emmanuel Pacaud
1
-0
/
+1
2007-11-10
[SVG] Indentation fixes.
Emmanuel Pacaud
1
-65
/
+65
2007-11-10
Merge branch 'master' of git+ssh://emmanuel@git.cairographics.org/git/cairo
Emmanuel Pacaud
8
-85
/
+206
2007-11-10
[SVG] Remove spurious semicolon when emitting mask url.
Emmanuel Pacaud
1
-1
/
+1
2007-11-10
[SVG] Fix opacity of combined stroke and fill.
Emmanuel Pacaud
3
-13
/
+14
2007-11-10
[test] support using a previous build as a reference
Brian Ewins
2
-1
/
+24
2007-11-10
[test] Link to the correct reference image.
Brian Ewins
1
-57
/
+45
2007-11-10
[test] log tested paths so that they can be parsed.
Brian Ewins
1
-1
/
+3
2007-11-09
[win32-printing] bail out early if we don't have anything to do in paint_surf
Vladimir Vukicevic
1
-0
/
+5
2007-11-09
[win32] Fix FIXED_to_fixed when cairo's fixed format isn't 16.16
Vladimir Vukicevic
1
-6
/
+4
2007-11-09
[win32] Don't use GetGlyphOutline on non-TrueType fonts
Vladimir Vukicevic
1
-13
/
+31
2007-11-09
[quartz] work around Quartz bugs with images bigger than a certain size
Vladimir Vukicevic
1
-2
/
+59
2007-11-09
Use correct surface resolution when creating paginated fallback image
Vladimir Vukicevic
1
-2
/
+2
2007-11-09
[win32] Skip doing some work if we can't call StretchDIBits
Vladimir Vukicevic
1
-0
/
+6
2007-11-09
[quartz] Fix for 10.5 SDK; the FloatToFixed macro started doing strange things
Vladimir Vukicevic
1
-0
/
+8
2007-11-09
Handle overflow/underflow gracefully when converting to 16.16 fixed
Vladimir Vukicevic
1
-3
/
+19
2007-11-07
Mention cairo_new_sub_path in documentation of cairo_arc
Carl Worth
1
-1
/
+2
2007-11-06
[cairo-pdf-surface] Create a new path for an empty clip.
Chris Wilson
1
-14
/
+22
[next]