index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
cairo-script
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
[script] Always create a fallback font
Chris Wilson
1
-19
/
+27
2009-09-02
[script] Attempt to select a font if ! CAIRO_HAS_FT_FONT
Chris Wilson
1
-0
/
+106
2009-08-29
[script] Implement invert
Chris Wilson
1
-1
/
+25
2009-08-29
Rename cairo-script static func to avoid MinGW conflict
Damian Frank
1
-2
/
+2
2009-08-29
[script] Conditionalise the build
Chris Wilson
1
-1
/
+1
2009-08-29
[script] Support running on cairo-1.8
Chris Wilson
1
-3
/
+15
2009-08-29
Add xml surface
Chris Wilson
1
-0
/
+113
2009-08-29
Fix errors found by clang
Chris Wilson
2
-14
/
+19
2009-08-29
[build] Add options for warning about bad casts
Chris Wilson
3
-61
/
+121
2009-08-29
[script] Read from a FILE stream
Chris Wilson
2
-0
/
+26
2009-08-29
[script] Introduce cairo_script_context_t
Chris Wilson
1
-7
/
+6
2009-08-29
[script] Handle zero-length strings
Chris Wilson
1
-1
/
+2
2009-08-29
[script] Off-by-one in allocation of string length.
Chris Wilson
1
-1
/
+1
2009-08-29
[script] A little utility to convert a trace into a trace
Chris Wilson
2
-0
/
+46
2009-08-29
[script] Use a compact representation for horizontal offsets between glyphs
Chris Wilson
1
-6
/
+16
2009-08-29
[script] Preserve '{}' whilst translating
Chris Wilson
2
-31
/
+37
2009-08-10
[script] Handle translation of compressed strings.
Chris Wilson
2
-35
/
+56
2009-08-06
[script] Ensure strings are nul terminated
Chris Wilson
1
-1
/
+2
2009-08-06
[script] Check for failure to store the glyph cache
Chris Wilson
1
-4
/
+10
2009-08-06
[script] Extend csi-replay to show how to use a single surface
Chris Wilson
1
-1
/
+72
2009-07-28
[script] Add cvi, cvr, mod
Chris Wilson
3
-4
/
+100
2009-07-27
[script] Fix reference to font source after transferring to mmap
Chris Wilson
1
-0
/
+6
2009-07-24
[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)
Chris Wilson
1
-0
/
+2
2009-07-24
[script] mark scan_read() inline
Chris Wilson
1
-3
/
+3
2009-07-23
[script] Decompress font sources
Chris Wilson
1
-20
/
+99
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
4
-30
/
+92
2009-07-21
Merge commit 'anholt/gl'
Chris Wilson
2
-3
/
+61
2009-07-18
Compile fixes for mingw32.
Chris Wilson
1
-2
/
+2
2009-07-15
Fix build under distcheck
Chris Wilson
1
-0
/
+76
2009-07-14
[script] Extended blend mode support.
Chris Wilson
1
-0
/
+15
2009-07-04
[script] Fix the trivial errors running the test suite
Chris Wilson
1
-2
/
+4
2009-07-04
[script] Prototypical binary translator
Chris Wilson
8
-333
/
+906
2009-07-04
[script] Add missing include <string.h>
Chris Wilson
1
-0
/
+1
2009-06-28
[script] Enable error handling for recursive scanners
Chris Wilson
2
-3
/
+13
2009-06-28
[script] Reuse glyph advance cache over multiple invocations
Chris Wilson
1
-282
/
+131
2009-06-28
[script] Use setjmp exception handling during scanning
Chris Wilson
4
-280
/
+221
2009-06-19
[script] Include unistd.h if we're twiddling file descriptors.
M Joonas Pihlaja
1
-1
/
+6
2009-06-19
[script] Report line number
Chris Wilson
4
-3
/
+20
2009-06-13
[script] Disable compilation of examples
Chris Wilson
1
-1
/
+1
2009-06-12
[script] Also mmap backing storage for the pattern descriptions
Chris Wilson
1
-1
/
+13
2009-06-11
[script] Store fonts inside mmaped files.
Chris Wilson
1
-16
/
+75
2009-06-11
[script] Fix memleak of duplicated strings from files
Chris Wilson
3
-2
/
+36
2009-06-11
[script] Hide pixman-ops when copying pixels
Chris Wilson
1
-15
/
+55
2009-06-06
[script] Enable compilation without fontconfig
Chris Wilson
1
-0
/
+6
2009-06-06
[script] Manage used entries within hash tables
Chris Wilson
2
-37
/
+73
2009-06-06
[script] Add a finish method to the interpreter
Chris Wilson
4
-23
/
+69
2009-06-06
[script] Fix erroneous error return when rendering type3 glyphs
Chris Wilson
1
-1
/
+1
2009-06-02
[script] Improve caching of glyph advance
Chris Wilson
1
-25
/
+14
2009-06-02
Merge commit 'origin/master' into gl
Eric Anholt
8
-79
/
+95
2009-06-01
[script] Speed up floating-point scanner
Chris Wilson
1
-14
/
+31
[next]