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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-02
PDF: Don't embed the same pattern more than once
Adrian Johnson
2
-32
/
+115
2009-06-02
Add more surface snapshots providers
Paolo Bonzini
4
-4
/
+68
2009-06-02
Add a generic cow-snapshotting framework
Chris Wilson
5
-67
/
+227
2009-06-02
[ps] Trivial warning fix.
Chris Wilson
1
-0
/
+1
2009-06-02
[pattern] Pass flags to _cairo_pattern_acquire_surface()
Chris Wilson
7
-2
/
+31
2009-06-02
[scaled-font] Cache repeated glyphs during probing device_extents
Chris Wilson
1
-12
/
+23
2009-06-02
[scaled-font] Compare most recently used font directly
Chris Wilson
1
-5
/
+23
2009-06-02
[scaled-font] Lazily acquire the font_map_lock on font destruction.
Chris Wilson
1
-15
/
+17
2009-06-02
[cairo] Track the MRU scaled font
Chris Wilson
3
-4
/
+21
2009-06-02
Markup a few more functions as const/pure
Chris Wilson
1
-28
/
+31
2009-06-01
[surface] Assign a unique id to the surface.
Chris Wilson
3
-3
/
+35
2009-06-01
[cache] Expose init/fini methods so that caches can be embedded.
Chris Wilson
4
-106
/
+74
2009-06-01
[image] Eliminate trapezoid array allocation
Chris Wilson
1
-47
/
+45
2009-06-01
[surface-fallback] Tidy pattern handling.
Chris Wilson
1
-50
/
+33
2009-06-01
[surface] Speed up cairo_surface_get_mime_data().
Chris Wilson
3
-23
/
+24
2009-06-01
[debug] Relax ASSERT_NOT_REACHED
Chris Wilson
1
-1
/
+1
2009-05-30
[ft] Fix vertical advance metrics of bitmap fonts (#21985)
Behdad Esfahbod
1
-2
/
+2
2009-05-27
Fix typo in comment
Adrian Johnson
1
-1
/
+1
2009-05-25
[pattern] Trim REPEAT source size when applicable.
Chris Wilson
1
-3
/
+18
2009-05-25
[in-fill] Fix typo in on-vertex test.
Chris Wilson
1
-5
/
+5
2009-05-22
[in-fill] Treat on-edge queries as inside.
Chris Wilson
1
-1
/
+20
2009-05-22
[xlib] Handle too-large images gracefully.
Chris Wilson
1
-2
/
+2
2009-05-22
[surface] Early return if the backend cannot clone an image
Chris Wilson
1
-1
/
+5
2009-05-22
[surface] Provide nil-surface for INVALID_SIZE
Chris Wilson
1
-1
/
+3
2009-05-22
[win32] Wrap win32-font usage with CAIRO_HAS_WIN32_FONT
Chris Wilson
1
-0
/
+4
2009-05-22
[win32] Typo
Chris Wilson
1
-1
/
+1
2009-05-17
Correct the comment for the index_to_ucs4 font backend function
Adrian Johnson
1
-1
/
+2
2009-05-17
Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup fails
Adrian Johnson
1
-0
/
+1
2009-05-17
Fix win32 build breakage
Adrian Johnson
1
-0
/
+1
2009-05-15
[debug] Check image contents using memcheck.
Chris Wilson
7
-9
/
+85
2009-05-15
[memfault] Update macros to avoid namescape collision with memcheck
Chris Wilson
1
-1
/
+1
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
15
-16
/
+81
2009-05-15
[ft] Resolve mutual referencing problems with zombie faces
Karl Tomlinson
1
-8
/
+30
2009-05-15
[ft] Restore the ability to lazily resolve patterns.
Chris Wilson
1
-15
/
+17
2009-05-15
Only include <strings.h> for ffs() when we HAVE_FFS
Jeff Muizelaar
1
-0
/
+2
2009-05-08
[path] Define _BSD_SOURCE to enable hypot()
Chris Wilson
1
-0
/
+1
2009-05-08
[skiplist] Missing include for ffs()
Chris Wilson
1
-0
/
+2
2009-05-08
[cairo] Protect typeof against -ansi
Chris Wilson
1
-1
/
+1
2009-05-08
[cairo] Remove stray semi-colon
Chris Wilson
1
-1
/
+1
2009-05-08
[cairo] Convert C99 comments to /* ... */
Chris Wilson
1
-1
/
+1
2009-05-07
[cairo] Fix errors reported by check-doc
Chris Wilson
1
-4
/
+4
2009-05-07
[check] Quieten output during checking headers-standalone
Chris Wilson
1
-1
/
+1
2009-05-06
[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED
Behdad Esfahbod
4
-12
/
+28
2009-05-06
Err, make gtk-doc happy again
Behdad Esfahbod
1
-2
/
+0
2009-05-05
[xlib] Use a similar content surface for cloning images
Chris Wilson
1
-7
/
+9
2009-05-05
[surface] Convert FORMAT_INVALID during snapshots
Chris Wilson
1
-1
/
+9
2009-05-05
[png] Coerce FORMAT_INVALID to a known image format
Chris Wilson
1
-14
/
+30
2009-05-05
[test] Create a new fallback surface to exercise 16-bit paths.
Chris Wilson
3
-0
/
+288
2009-05-05
[image] Treat A1 image surfaces as BILEVEL_ALPHA
Chris Wilson
1
-2
/
+7
2009-05-05
[image] Make _cairo_image_analayze_transparency() more format agnostic
Chris Wilson
1
-10
/
+7
[next]