index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-20
Require librsvg 2.15.0 (was 2.14.0) for testing of SVG backend.
Carl Worth
1
-1
/
+1
2006-11-15
Increment cairo version to 1.3.3 after 1.3.2 snapshot
Carl Worth
1
-1
/
+1
2006-11-15
Update cairo version and libtool version for 1.3.2 snapshot
1.3.2
Carl Worth
1
-4
/
+4
2006-11-07
[configure] Err if a suitable pkg-config is not found
Behdad Esfahbod
1
-1
/
+5
2006-11-06
Add autoconf macro AX_C_FLOAT_WORDS_BIGENDIAN
Dan Amelang
1
-0
/
+1
2006-11-02
Increment CAIRO_VERSION to 1.3.1 now that a 1.2.6 release exists
Carl Worth
1
-2
/
+2
2006-10-25
Require automake 1.7 again
Behdad Esfahbod
1
-1
/
+1
2006-10-25
Make autogen.sh extract required versions from configure.in
Behdad Esfahbod
1
-8
/
+11
2006-10-22
Add missing ) in comment
Christian Biesinger
1
-1
/
+1
2006-10-18
[configure.in] Require pkg-config 0.19. (#8686)
Behdad Esfahbod
1
-1
/
+1
2006-10-16
Move XCB sections next to XLIB sections.
Ian Osgood
1
-8
/
+8
2006-10-11
Update XCB names for XCB 1.0 RC2 release.
Ian Osgood
1
-1
/
+1
2006-09-26
[configure] Print out whether SVG and PDF surfaces can be tested
Behdad Esfahbod
1
-2
/
+6
2006-09-15
OS/2 build changes
Peter Weilbacher
1
-0
/
+18
2006-09-13
[nquartz] Initial commit of native quartz surface
Vladimir Vukicevic
1
-0
/
+7
2006-09-06
configure.in: Require automake version 1.9 here too
Behdad Esfahbod
1
-1
/
+1
2006-09-02
[configure] Invalidate cached warning flags if list of flags changes
Behdad Esfahbod
1
-10
/
+24
2006-08-31
Require librsvg >= 2.14.0 to test SVG backend
Carl Worth
1
-5
/
+7
2006-08-31
perf: Add initial skeleton of performance monitoring suite
Carl Worth
1
-0
/
+1
2006-08-30
Split libcairotest files out from test/ and into boilerplate/
Carl Worth
1
-0
/
+1
2006-08-28
Add -Wextra (as well as -Wno-missing-field-initializers -Wno-unused-parameter)
Carl Worth
1
-4
/
+16
2006-08-18
Increment version to 1.2.5 after making the 1.2.4 release
Carl Worth
1
-1
/
+1
2006-08-18
Update version to 1.2.4 and libtool version to 11:2:9.
Carl Worth
1
-2
/
+2
2006-08-18
[configure] Check for x11 pkg-config module before using AC_PATH_XTRA
Behdad Esfahbod
1
-8
/
+11
2006-08-18
[configure] Use _NONPKGCONFIG_LIBS if no xrender pkg-config modele is found
Behdad Esfahbod
1
-3
/
+4
2006-08-17
[SVG] Make dependent on --enable-png (and increase cache-version to 2)
Behdad Esfahbod
1
-1
/
+4
2006-08-17
[test] Don't use signals if signal.h is not available
Behdad Esfahbod
1
-1
/
+1
2006-08-11
[configure] Let env-vars override backend CFLAGS/LIBS (bug 7838)
Jens Granseuer
1
-13
/
+18
2006-08-11
[warnings] Only use supported compiler warning flags
Jens Granseuer
1
-16
/
+37
2006-08-10
Test for libz only once and reuse result for PS and PDF
Behdad Esfahbod
1
-9
/
+7
2006-08-10
Remove the ft_load_sfnt_table check from PS/PDF/SVG backends
Behdad Esfahbod
1
-15
/
+1
2006-08-10
Fix typos in configure.in for PS/PDF/SVG backends
Behdad Esfahbod
1
-5
/
+5
2006-08-10
Save configure cache after checking all backends
Behdad Esfahbod
1
-0
/
+4
2006-08-10
Don't link to -lm unconditionally in cairo.pc
Behdad Esfahbod
1
-1
/
+1
2006-08-10
Implement configure cache versioning for backend enabling results
Behdad Esfahbod
1
-3
/
+13
2006-08-08
Increment CAIRO_VERSION to 1.2.3 after making the 1.2.2 release
Carl Worth
1
-1
/
+1
2006-08-08
Update version to 1.2.2 and libtool version to 11:1:9.
1.2.2
Carl Worth
1
-2
/
+2
2006-08-08
Disable warning options that are not available in gcc 3.3.5 at least.
Carl Worth
1
-4
/
+9
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
1
-3
/
+6
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
1
-1
/
+1
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
1
-0
/
+1
2006-08-07
Add several compiler warning flags (no code changes needed)
Behdad Esfahbod
1
-3
/
+5
2006-08-07
Add -Wwrite-strings compiler flag and fix all warnings
Behdad Esfahbod
1
-1
/
+1
2006-07-31
Add comments about CAIRO_ENABLE_BACKEND.
Behdad Esfahbod
1
-1
/
+4
2006-07-31
XCB: Use xcb-renderutil where cairo-xlib used libXrender.
Jamey Sharp
1
-1
/
+1
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-07-28
Add -Wold-style-definition compiler falg and fix all warnings.
Behdad Esfahbod
1
-1
/
+1
2006-07-12
Improve backend .pc files generation:
Behdad Esfahbod
1
-22
/
+34
2006-07-11
Disable PDF backend if zlib not found.
Behdad Esfahbod
1
-3
/
+9
2006-07-01
Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 release
Carl Worth
1
-1
/
+1
[next]