index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-02
[configure.in] Create temp file in current dir
Behdad Esfahbod
1
-2
/
+3
2008-09-02
[configure.in] Create backend .pc files using CAIRO_CONFIG_COMMANDS
Behdad Esfahbod
1
-9
/
+17
2008-09-02
[configure.in] Consistently use _save_cflags/libs
Behdad Esfahbod
1
-10
/
+10
2008-09-02
[configure.in] Cache WARN_UNUSED_RESULT test results
Behdad Esfahbod
1
-10
/
+13
2008-09-02
[configure.in] Use warning-flag facilities for -fno-strict-aliasing
Behdad Esfahbod
1
-3
/
+3
2008-09-02
[configure.in] Remove unused MMX checks
Behdad Esfahbod
1
-23
/
+0
2008-09-02
[configure.in] Cache atomic-ops check results
Behdad Esfahbod
1
-13
/
+14
2008-09-02
[configure.in] Make unsupported-backend warning generation automatic
Behdad Esfahbod
1
-30
/
+10
2008-09-02
[configure.in] Define CAIRO_CONFIG_COMMANDS for easier file creation
Behdad Esfahbod
1
-48
/
+46
2008-09-02
[configure] Add user-fonts to list of configured components
Behdad Esfahbod
1
-1
/
+2
2008-09-02
[configure.in] Don't include cairo-features.h in cairo-no-features.h
Behdad Esfahbod
1
-2
/
+0
2008-09-02
[configure.in] Add CAIRO_BEGIN/END_DECLS to config.h
Behdad Esfahbod
1
-0
/
+10
2008-09-02
[doc] Clean up doc file names
Behdad Esfahbod
2
-32
/
+32
2008-09-02
Update header glob
Behdad Esfahbod
2
-6
/
+4
2008-09-02
[cairo-test] Fixup a few memleaks on failure.
Chris Wilson
1
-0
/
+5
2008-09-02
[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.
Chris Wilson
5
-61
/
+48
2008-09-02
[xlib] Use an embedded doubly-linked list for the close display hooks.
Chris Wilson
5
-61
/
+88
2008-09-02
[user-font] Propagate status return.
Chris Wilson
1
-2
/
+8
2008-09-01
[ps] Initialise has_creation_date.
Chris Wilson
1
-0
/
+1
2008-09-01
Check that lvalue of BITSWAP8() is a uint8_t.
Chris Wilson
5
-17
/
+16
2008-08-28
[xlib] check for too-large surface size in create similar to avoid UNSUPPORTE...
Vladimir Vukicevic
1
-0
/
+3
2008-08-28
Some nasty tracks to make changing version number not cause a total rebuild
Behdad Esfahbod
8
-52
/
+113
2008-08-28
Undefine PACKAGE* macros defined by autotools
Behdad Esfahbod
1
-0
/
+7
2008-08-28
Move version functions to cairo-misc.c
Behdad Esfahbod
2
-43
/
+44
2008-08-28
Move version number to src/cairo-version.h
Behdad Esfahbod
13
-90
/
+74
2008-08-28
[autogen.sh] Handle case of no aclocal found
Behdad Esfahbod
1
-3
/
+3
2008-08-28
Fixed cairo version in win32 makefile
Antoine Azar
1
-3
/
+6
2008-08-27
Rename _cairo_matrix_compute_scale_factors to _cairo_matrix_compute_basis_sca...
Behdad Esfahbod
7
-18
/
+31
2008-08-27
[configure.in] Autogenerate libtool version info
Behdad Esfahbod
1
-12
/
+20
2008-08-27
Cleanup libtool version handling
Behdad Esfahbod
3
-36
/
+28
2008-08-27
[autogen.sh] Prefer glibtoolize to libtoolize if available
Behdad Esfahbod
2
-7
/
+1
2008-08-27
[configure.in] Move library version information to Version.mk
Behdad Esfahbod
3
-8
/
+16
2008-08-27
[xlib] Check CreatePixmap dimensions before calling, to avoid unnecessary siz...
Vladimir Vukicevic
1
-14
/
+33
2008-08-27
[src/Makefile.am] Remove gcc dependency
Behdad Esfahbod
1
-1
/
+1
2008-08-27
[ps] Check tmpfile status after reading.
Chris Wilson
1
-0
/
+3
2008-08-26
[test] Ensure that the output is always saved.
Chris Wilson
1
-27
/
+27
2008-08-26
[ps] Mark the hex data as unsigned char.
Chris Wilson
4
-4
/
+4
2008-08-26
[configure.in] Autoconf strikes back
Chris Wilson
1
-1
/
+1
2008-08-26
[pdiff] Get the surface data pointer once.
Chris Wilson
1
-22
/
+16
2008-08-26
[ps] Convert a few residual CRLF to LF.
Chris Wilson
1
-5
/
+5
2008-08-23
[Makefile.am] Add autogen.sh to dist. Oops!
Behdad Esfahbod
1
-0
/
+1
2008-08-21
[test] Explicity save a fail image.
Chris Wilson
3
-14
/
+14
2008-08-20
[test] Cache last output and compare next time.
Chris Wilson
19
-103
/
+341
2008-08-20
[ps] Check for end-of-stream after advancing character.
Chris Wilson
1
-1
/
+4
2008-08-20
[test/bufferdiff] Move unused code.
Chris Wilson
3
-332
/
+216
2008-08-19
[png] Specify a no-op flush callback (NULL deref)
Alex Rostovtsev
1
-1
/
+8
2008-08-19
[test] Destroy test ouput image on failure.
Chris Wilson
1
-0
/
+1
2008-08-19
[test] Always write the test output to a png.
Chris Wilson
1
-7
/
+9
2008-08-19
[test] Pass extended output name to ref_name_for_test().
Chris Wilson
1
-8
/
+10
2008-08-19
[perf] Continue testing after we fail to create a surface.
Chris Wilson
1
-9
/
+4
[next]