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-misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
Use new pixman extended blend operators
Benjamin Otte
1
-0
/
+30
2009-06-03
[cairo] Tweak error strings.
Chris Wilson
1
-6
/
+6
2009-05-06
[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED
Behdad Esfahbod
1
-0
/
+2
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2009-03-29
Silence compiler warnings for CAIRO_STATUS_LAST_STATUS
Chris Wilson
1
-2
/
+3
2009-03-20
[wince] Use the official _WIN32_WCE define instead of WINCE
Stefan Klug
1
-2
/
+2
2009-02-13
[wince] We don't need cairo_win32_tmpfile on Windows CE
Jeff Muizelaar
1
-1
/
+4
2009-02-13
Inline _cairo_restrict_value()
Chris Wilson
1
-9
/
+0
2009-02-04
Elaborate the meaning of arithmetic rounding as done by _cairo_lround()
Jeff Muizelaar
1
-1
/
+1
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-1
/
+3
2008-12-17
Add a missing _cairo_error() to a bunch of status returns.
Jeff Muizelaar
1
-2
/
+2
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-8
/
+16
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-3
/
+3
2008-11-24
Fix typo
Adrian Johnson
1
-1
/
+1
2008-11-07
[hash] Return lookup entry.
Chris Wilson
1
-4
/
+3
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-0
/
+98
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-2
/
+2
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+68
2008-08-28
Some nasty tracks to make changing version number not cause a total rebuild
Behdad Esfahbod
1
-44
/
+0
2008-08-28
Move version functions to cairo-misc.c
Behdad Esfahbod
1
-0
/
+44
2008-08-08
Document all new API
Behdad Esfahbod
1
-1
/
+75
2008-08-08
Add cairo_glyph/text_cluster_allocate/free
Behdad Esfahbod
1
-0
/
+104
2008-08-08
Add toy font constructor and getters
Behdad Esfahbod
1
-0
/
+4
2008-06-26
Add cairo_show_text_glyphs API
Behdad Esfahbod
1
-0
/
+2
2008-06-24
Make sure cairo_int_status_t values fit in int8_t
Behdad Esfahbod
1
-0
/
+2
2008-06-23
Add status CAIRO_STATUS_NEGATIVE_COUNT
Behdad Esfahbod
1
-0
/
+2
2008-05-10
[cairo-user-font] Implement user fonts
Behdad Esfahbod
1
-0
/
+4
2008-05-09
Add CAIRO_STATUS_FONT_TYPE_MISMATCH
Behdad Esfahbod
1
-0
/
+2
2008-02-17
[cairo-misc.c] Add misc functions to this file
Behdad Esfahbod
1
-0
/
+407