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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-02
[doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_t
Behdad Esfahbod
6
-3
/
+88
2007-03-02
Beautify cairo.h
Behdad Esfahbod
1
-21
/
+21
2007-03-02
[doc] Some documentation love
Behdad Esfahbod
7
-14
/
+154
2007-03-02
[quartz] Bug 3939 - Fix Quartz backend endianness problem
Vladimir Vukicevic
1
-1
/
+1
2007-03-02
Fix leak of an output stream in cairo_type1_font_destroy
Carl Worth
1
-1
/
+2
2007-03-02
Fix INVALID_RESTORE case to avoid crashes
Carl Worth
1
-1
/
+9
2007-03-02
Fix yet another backend (quartz) for the gradient renaming
Carl Worth
1
-6
/
+6
2007-03-02
Don't crash if backend->create_similar returns a nil surface
Carl Worth
1
-2
/
+9
2007-03-02
Update documentation for cairo_get_scaled_font and cairo_get_font_face
Carl Worth
1
-9
/
+23
2007-03-02
glitz: fix build error.
Jinghua Luo
1
-6
/
+6
2007-03-02
Cast -1 values to unsigned to quiet the compiler.
Carl Worth
1
-1
/
+2
2007-03-02
Cast away a const to quiet a compiler warning.
Carl Worth
1
-1
/
+6
2007-03-01
Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_init
Carl Worth
1
-1
/
+4
2007-03-01
Merge branch 'radial-gradient-fixes' into cairo
Carl Worth
3
-34
/
+57
2007-03-01
[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supported
Behdad Esfahbod
2
-10
/
+14
2007-03-01
Fix leak in rectilinear stroking code
Behdad Esfahbod
1
-7
/
+8
2007-03-01
SVG: Support CAIRO_EXTEND_NONE for radial gradients.
Carl Worth
1
-4
/
+27
2007-03-01
[xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X server
Behdad Esfahbod
1
-5
/
+0
2007-03-01
Rename radial gradient inner/outer to c1/c2
Carl Worth
3
-30
/
+30
2007-03-01
[paginated] Also increase page number in copy_page
Behdad Esfahbod
1
-0
/
+2
2007-03-01
PDF: Ensure ToUnicode CMap name is unique
Adrian Johnson
1
-4
/
+7
2007-02-28
Revert the solid-pattern cache
Behdad Esfahbod
10
-212
/
+12
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-27
Slim-hidden cairo_scale()
Behdad Esfahbod
2
-0
/
+2
2007-02-27
Implement cairo_get_scaled_font()
Behdad Esfahbod
5
-1
/
+54
2007-02-27
[quartz] Remove comment syntax that is recognized by gtkdoc from regular comm...
Behdad Esfahbod
1
-12
/
+12
2007-02-27
[cairo.c] Reorder some function implementations for clarity
Behdad Esfahbod
1
-28
/
+28
2007-02-27
[cairo.h] Reorder function prototypes a bit for clarity
Behdad Esfahbod
1
-10
/
+10
2007-02-27
[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONE
Behdad Esfahbod
2
-36
/
+43
2007-02-23
[PS] Add note about possible need for fix.
Behdad Esfahbod
1
-0
/
+5
2007-02-23
[SVG] Fix warnings
Behdad Esfahbod
1
-2
/
+4
2007-02-23
[SVG] Rename a local variable for clarity
Behdad Esfahbod
1
-6
/
+6
2007-02-23
[TODO] Add various TODO items
Behdad Esfahbod
2
-0
/
+2
2007-02-23
[PS] Fix surface patterns with transforms
Behdad Esfahbod
1
-28
/
+14
2007-02-23
[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns natively
Behdad Esfahbod
2
-6
/
+17
2007-02-23
[surface] Copy device_transform_inverse in _cairo_surface_clone_similar
Behdad Esfahbod
1
-1
/
+3
2007-02-23
[SVG] Use _cairo_pattern_acquire_surface instead of _cairo_surface_acquire_so...
Behdad Esfahbod
1
-8
/
+15
2007-02-23
[cairo-pattern] Correctly delegate device_transform so tests pass again
Behdad Esfahbod
1
-0
/
+7
2007-02-23
[cairo-pattern] Fall back on cairo_surface_create_similar in _cairo_pattern_a...
Behdad Esfahbod
1
-0
/
+18
2007-02-23
Support CAIRO_EXTEND_REFLECT on surface patterns
Behdad Esfahbod
1
-1
/
+57
2007-02-23
[PS] Update surface_pattern_supported() from PDF
Behdad Esfahbod
1
-1
/
+23
2007-02-23
[cairo-surface] Do not err on CAIRO_EXTEND_PAD and CAIRO_EXTEND_REFLECT
Behdad Esfahbod
1
-30
/
+0
2007-02-23
[core] put back REF_COUNT_INVALID to be -1, fix finish
Vladimir Vukicevic
6
-1
/
+16
2007-02-23
[core] Add user_data and reference count getters to all objects
Vladimir Vukicevic
8
-9
/
+319
2007-02-23
[xlib/xcb] Check for same_screen in is_compatible
Behdad Esfahbod
2
-2
/
+2
2007-02-23
Subsetting: Add check for malloc() error
Adrian Johnson
1
-4
/
+5
2007-02-23
Win32: Fix _cairo_win32_scaled_font_map_glyphs_to_unicode return type
Adrian Johnson
1
-4
/
+2
2007-02-22
[FreeType] Truely return unhinted advance width if metrics hinting is off
Behdad Esfahbod
1
-4
/
+11
2007-02-21
Set overflow to visible for symbols.
Emmanuel Pacaud
1
-1
/
+1
[next]