index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pattern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-19
Optionally provide a pattern to use for creating a similar solid surface.
Chris Wilson
1
-1
/
+2
2007-04-19
Create opaque similar solid surfaces when possible.
Chris Wilson
1
-3
/
+5
2007-04-19
Define a CAIRO_ALPHA_IS_OPAQUE variant that operates on uint16.
Chris Wilson
1
-3
/
+3
2007-04-13
[cairo-pattern] Slightly hackish fix for bug #10508
Behdad Esfahbod
1
-5
/
+10
2007-04-12
[cairo-pattern] Add a TODO item to code
Behdad Esfahbod
1
-0
/
+7
2007-04-11
cairo_pattern_set_matrix: Validate that matrix is invertible
Carl Worth
1
-0
/
+8
2007-04-10
Invert condition to more intuitive form.
Carl Worth
1
-3
/
+4
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-4
/
+4
2007-04-09
Correct handling of a malloc failure during pattern_create_in_error()
Chris Wilson
1
-18
/
+6
2007-04-09
cairo-pattern - propagate status
Chris Wilson
1
-2
/
+8
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-7
/
+7
2007-03-26
Destroy the current pattern before replacing with cairo_set_source().
Chris Wilson
1
-0
/
+10
2007-03-26
Back out the solid-pattern-cache from 9b53bc7c6585db7ae647bb992fb9817d7bd75b38.
Chris Wilson
1
-52
/
+48
2007-03-21
[cairo-pattern] Make sure cached solid patterns are not put in error status
Behdad Esfahbod
1
-4
/
+15
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-1
/
+1
2007-03-20
Cache solid patterns
Chris Wilson
1
-2
/
+61
2007-03-20
Move declaration of cairo_mutex_t to cairo-mutex-private.h
Mathias Hasselmann
1
-1
/
+0
2007-03-20
Initialize mutexes at central location.
Mathias Hasselmann
1
-0
/
+3
2007-03-14
[cairo-pattern] Add a cache of two color stops to cairo_gradient_pattern_t
Behdad Esfahbod
1
-4
/
+21
2007-03-14
[cairo-pattern] Grow color-stops array exponentially
Behdad Esfahbod
1
-18
/
+43
2007-03-13
[cairo-pattern] Use _cairo_color_double_to_short() to fix color conversion
Behdad Esfahbod
1
-4
/
+4
2007-03-13
[cairo-pattern] Fix color conversion from short to double
Behdad Esfahbod
1
-4
/
+4
2007-03-13
[cairo-pattern] Add XXX note
Behdad Esfahbod
1
-0
/
+1
2007-03-05
Uniform object handling in _reference(), _destroy(), and _get_reference_count()
Behdad Esfahbod
1
-9
/
+3
2007-03-02
[doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_t
Behdad Esfahbod
1
-0
/
+3
2007-03-02
[doc] Some documentation love
Behdad Esfahbod
1
-0
/
+19
2007-03-02
Cast -1 values to unsigned to quiet the compiler.
Carl Worth
1
-1
/
+2
2007-03-01
Merge branch 'radial-gradient-fixes' into cairo
Carl Worth
1
-18
/
+18
2007-03-01
Rename radial gradient inner/outer to c1/c2
Carl Worth
1
-18
/
+18
2007-02-28
Revert the solid-pattern cache
Behdad Esfahbod
1
-84
/
+7
2007-02-23
[TODO] Add various TODO items
Behdad Esfahbod
1
-0
/
+1
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
[core] put back REF_COUNT_INVALID to be -1, fix finish
Vladimir Vukicevic
1
-0
/
+3
2007-02-23
[core] Add user_data and reference count getters to all objects
Vladimir Vukicevic
1
-0
/
+76
2007-02-14
[cairo-pattern] Cache surface for solid patterns
Jorn Baayen
1
-7
/
+84
2007-01-26
Fix _cairo_pattern_acquire_surface_for_surface to not clone outside surface e...
Carl Worth
1
-6
/
+15
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-5
/
+5
2006-11-07
Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...
Carl Worth
1
-11
/
+8
2006-10-25
Fix repeating source surface patterns with xlib backend.
Carl Worth
1
-20
/
+34
2006-10-23
8711: Fix transformed source surface patterns with xlib backend.
Carl Worth
1
-0
/
+23
2006-10-18
Add extents to clone_similar (fixing subimage_copy performance bug)
Christopher (Monty) Montgomery
1
-18
/
+20
2006-10-08
[slim] hide cairo_pattern_status() #8551
Behdad Esfahbod
1
-0
/
+1
2006-10-04
Rename the create_for_status pattern to create_in_error.
Carl Worth
1
-2
/
+2
2006-10-04
Add new _cairo_pattern_create_for_status so that patterns properly propagate ...
Carl Worth
1
-36
/
+16
2006-10-04
Cast to squelch warning message
Carl Worth
1
-1
/
+1
2006-09-19
dash and pattern getter functions
Vladimir Vukicevic
1
-2
/
+236
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+8
2006-08-07
Update doc syntax
Behdad Esfahbod
1
-1
/
+4
[next]