index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-6
/
+0
2009-03-16
[scaled-font] Lean and mean global glyph cache.
Chris Wilson
1
-55
/
+0
2009-01-29
[scaled-font] Global glyph cache
Chris Wilson
1
-33
/
+84
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-3
/
+3
2008-11-19
[compiler] likelihood macros
Chris Wilson
1
-1
/
+1
2008-11-13
[hash] Separate out unique patterns of iterating over the table.
Chris Wilson
1
-100
/
+85
2008-11-07
[hash] Return lookup entry.
Chris Wilson
1
-16
/
+8
2008-11-07
[hash] Set is_unique when finding an available for inserts
Karl Tomlinson
1
-9
/
+7
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-4
/
+4
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-18
/
+18
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-6
/
+4
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-3
/
+3
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+7
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-1
/
+1
2007-04-09
Remove the entry if we return an error code during _cair_hash_table_insert.
Chris Wilson
1
-2
/
+9
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-1
/
+1
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-3
/
+3
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
1
-2
/
+2
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-15
/
+15
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-7
/
+7
2006-04-11
Allow hash entry deletion during cairo_hash_foreach
Keith Packard
1
-5
/
+38
2005-07-12
Remove destroy notifier. This simplifies the implementation a bit, and no ant...
Carl Worth
1
-64
/
+51
2005-06-29
Remove debugging printfs.
Carl Worth
1
-4
/
+0
2005-06-29
Add _cairo_hash_table_random_entry.
Carl Worth
1
-21
/
+117
2005-06-29
Rewrite hash table to use a single cairo_hash_entry_t* rather than void *key ...
Carl Worth
1
-152
/
+180
2005-06-29
Rework the cache code as a hast table with a much simpler interface, (no obje...
Carl Worth
1
-368
/
+275
2005-06-25
Provide locking macros, implement with pthreads.
Keith Packard
1
-9
/
+15
2005-06-03
Remove unused cache->refcount and _cairo_cache_reference().
Carl Worth
1
-20
/
+8
2005-06-03
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
1
-0
/
+6
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
1
-3
/
+3
2005-04-06
Fix reversed arguments in call to calloc.
Carl Worth
1
-2
/
+3
2005-02-03
Fix missing cairo_ft_font_unlock_face().
Owen Taylor
1
-1
/
+1
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-20
/
+84
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-2
/
+4
2004-12-20
Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cai...
Alexander Larsson
1
-4
/
+6
2004-11-23
Note that text_cache_crash is expected to fail.
Carl Worth
1
-3
/
+0
2004-11-23
Add note that bug has been fixed. (main): Instrumentation code for testing ca...
Carl Worth
1
-8
/
+7
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-0
/
+454