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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-29
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
1
-2
/
+4
2008-11-23
Add JPEG2000 mimetype and image info function
Adrian Johnson
1
-0
/
+1
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-1
/
+3
2008-11-07
[surface] Pass a separate closure for the mime-type destroy notifier.
Chris Wilson
1
-5
/
+6
2008-11-05
[png] Attach the png representation to cairo_surface_create_from_png().
Chris Wilson
1
-0
/
+1
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-2
/
+2
2008-11-02
Add cairo_surface_set_mime_data()
Adrian Johnson
1
-0
/
+15
2008-10-30
[sdl] Add new backend.
Chris Wilson
1
-1
/
+3
2008-10-08
[cairo.h] Be defensive when checking for _MSC_VER
Chris Wilson
1
-1
/
+1
2008-09-29
[text_to_glyphs] Further enhance the docs
Behdad Esfahbod
1
-1
/
+1
2008-09-29
[user-font] Rewrite text_to_glyphs allocation instructions.
Chris Wilson
1
-19
/
+14
2008-09-26
[cairo.h] Don't define cairo_public to __declspec(dllimport) for static build
Behdad Esfahbod
1
-1
/
+1
2008-09-25
Actually remove cairo_has_show_text_glyphs
Carl Worth
1
-3
/
+0
2008-09-20
Define cairo_public correctly for win32
Behdad Esfahbod
1
-1
/
+5
2008-09-18
Make the lcd_filter API private
Carl Worth
1
-28
/
+0
2008-09-18
[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flags
Behdad Esfahbod
1
-21
/
+35
2008-08-28
Move version number to src/cairo-version.h
Behdad Esfahbod
1
-6
/
+31
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
1
-0
/
+3
2008-08-08
Add note about zero-glyph clusters
Behdad Esfahbod
1
-0
/
+3
2008-08-08
Document all new API
Behdad Esfahbod
1
-11
/
+64
2008-08-08
Add cairo_scaled_font_text_to_glyphs()
Behdad Esfahbod
1
-3
/
+20
2008-08-08
Add cairo_glyph/text_cluster_allocate/free
Behdad Esfahbod
1
-0
/
+12
2008-08-08
[user-font] Add a cairo_t argument to cairo_user_scaled_font_init_func_t
Behdad Esfahbod
1
-0
/
+8
2008-08-08
Add toy font constructor and getters
Behdad Esfahbod
1
-1
/
+23
2008-08-05
Finish off lcd-filter merge
Behdad Esfahbod
1
-0
/
+2
2008-08-05
Add lcd filter type to the public API and font options
Sylvain Pasche
1
-0
/
+26
2008-07-17
cairo.h: Remove trailing comma in enumeration
Carl Worth
1
-1
/
+1
2008-06-27
Change cairo_text_cluster_t members signed
Behdad Esfahbod
1
-2
/
+2
2008-06-26
Add cairo_show_text_glyphs API
Behdad Esfahbod
1
-1
/
+21
2008-06-23
Add status CAIRO_STATUS_NEGATIVE_COUNT
Behdad Esfahbod
1
-1
/
+3
2008-06-23
Use #include "cairo-*." instead of #include <cairo-*.h>
Behdad Esfahbod
1
-2
/
+2
2008-06-05
[doc] Document user-font callback types
Behdad Esfahbod
1
-0
/
+133
2008-06-05
[user-font] Reorder methods to the order they should appear in docs
Behdad Esfahbod
1
-11
/
+11
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-4
/
+4
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-4
/
+4
2008-05-28
Fix whitespace
Behdad Esfahbod
1
-8
/
+8
2008-05-24
Add public API cairo_scaled_font_get_scale_matrix()
Behdad Esfahbod
1
-0
/
+4
2008-05-15
[cairo-surface] Add cairo_surface_get_fallback_resolution()
Behdad Esfahbod
1
-0
/
+5
2008-05-10
[cairo-user-font] Implement user fonts
Behdad Esfahbod
1
-2
/
+66
2008-05-09
Add CAIRO_STATUS_FONT_TYPE_MISMATCH
Behdad Esfahbod
1
-1
/
+3
2008-05-09
[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors found
Behdad Esfahbod
1
-6
/
+6
2008-04-06
Document many more defaults
Carl Worth
1
-1
/
+9
2008-04-06
Document default extend modes
Carl Worth
1
-2
/
+7
2008-04-06
Document EXTEND_REFLECT and EXTEND_PAD as implemented for surfaces since 1.6
Carl Worth
1
-3
/
+3
2008-03-17
[quartz] Rename ATSUI font to Quartz font
Vladimir Vukicevic
1
-2
/
+2
2008-02-25
[quartz] Add quartz-image-surface type
Vladimir Vukicevic
1
-1
/
+3
2008-02-15
[cairo-scaled-font] Create error objects on demand.
Chris Wilson
1
-1
/
+1
2008-02-06
Introduce cairo_has_current_point()
Alp Toker
1
-0
/
+3
2008-02-06
Revert "Change cairo_get_current_point() to return cairo_status_t instead of ...
Alp Toker
1
-1
/
+1
2008-01-29
Fix typos
Nis Martensen
1
-2
/
+2
[next]