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
2005-08-01
New public header file.
Carl Worth
1
-0
/
+7
2005-07-31
Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...
Billy Biggs
1
-0
/
+14
2005-07-28
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.
Carl Worth
1
-1
/
+1
2005-07-28
Added notes for snapshot 0.6.0
Carl Worth
1
-1
/
+1
2005-07-28
configure.in Makefile.am: Skip tests/ directory if libpng was disabled. (#342...
Owen Taylor
1
-0
/
+2
2005-07-28
Disable PS surface build if no freetyp
Owen Taylor
1
-23
/
+28
2005-07-18
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_2.
Carl Worth
1
-1
/
+1
2005-07-18
Added notes for snapshot 0.5.2
Carl Worth
1
-1
/
+1
2005-07-06
Require libpixman >= 0.1.5, (since 0.1.4 crashes on some X servers).
Carl Worth
1
-1
/
+1
2005-07-04
Use frame buffer objects for accelerated offscreen drawing in glitz backend
David Reveman
1
-1
/
+1
2005-06-25
Provide locking macros, implement with pthreads.
Keith Packard
1
-0
/
+8
2005-06-20
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_1.
Carl Worth
1
-1
/
+1
2005-06-20
Added notes for snapshot 0.5.1
Carl Worth
1
-1
/
+1
2005-05-18
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_0.
Carl Worth
1
-1
/
+1
2005-05-17
Added porting guide to help with transition to cairo 0.5 API.
Carl Worth
1
-1
/
+1
2005-05-10
Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.n...
Carl Worth
1
-2
/
+2
2005-05-10
Update to current canonical URL for XCB.
Carl Worth
1
-1
/
+1
2005-05-09
Change cairo-features again so that either #if or #ifdef will work to test an...
Carl Worth
1
-33
/
+11
2005-05-06
Change definitions of everything in cairo-features.h to prefer #if over #ifdef.
Carl Worth
1
-81
/
+54
2005-04-07
Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rat...
Carl Worth
1
-0
/
+1
2005-03-30
Fix typo I had introduced into Jason's patch that made configure fail.
Carl Worth
1
-2
/
+2
2005-03-30
A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:
Carl Worth
1
-0
/
+6
2005-03-29
Update quartz backend to compilable/workable version and re-enable.
Tor Lillqvist
1
-1
/
+1
2005-03-28
New PNG utility functions.
Kristian Høgsberg
1
-9
/
+9
2005-03-08
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_4_0.
Carl Worth
1
-1
/
+1
2005-03-08
Increment CAIRO_VERSION to 0.4.0
Carl Worth
1
-1
/
+1
2005-03-08
Require libpixman >= 0.1.4.
Carl Worth
1
-1
/
+1
2005-03-07
Make configure fail if no font backend is available. Point the user at freety...
Carl Worth
1
-0
/
+10
2005-03-04
src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...
Owen Taylor
1
-1
/
+1
2005-03-03
Update xcb backend
David Reveman
1
-2
/
+2
2005-03-03
Fixed variable assignments in configure.in
David Reveman
1
-2
/
+2
2005-03-03
Major update to glitz backend
David Reveman
1
-1
/
+1
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-2
/
+2
2005-02-24
When we created a DC/bitmap pair, delete the DC before the Bitmap so that the...
Owen Taylor
1
-2
/
+4
2005-02-22
Temporarily disable XCB backend by default.
Carl Worth
1
-1
/
+1
2005-02-05
Add message stating why glitz backend is disabled.
Carl Worth
1
-1
/
+1
2005-02-05
Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
Owen Taylor
1
-1
/
+1
2005-02-01
Mostly-functioning Win32 font backend; no glyph paths yet.
Owen Taylor
1
-1
/
+3
2005-01-31
configure.in src/cairo-features.h.in: Add a check for the Windows platform an...
Owen Taylor
1
-28
/
+89
2005-01-27
src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...
Owen Taylor
1
-0
/
+2
2005-01-27
configure.in Makefile.am docs/Makefile.am docs/public/*: Add framework for do...
Owen Taylor
1
-0
/
+5
2005-01-25
Track changes to glitz
David Reveman
1
-1
/
+1
2005-01-23
Add instructions for handling the new -head suffix of CAIRO_VERSION at releas...
Carl Worth
1
-1
/
+1
2005-01-21
Increment CAIRO_VERSION to 0.3.0
Carl Worth
1
-1
/
+1
2005-01-20
Created new public header cairo-atsui.h.
Carl Worth
1
-3
/
+30
2005-01-20
Track various renamings.
Carl Worth
1
-5
/
+5
2005-01-17
Add preliminary text support, including support for truetype font subsetting.
Kristian Høgsberg
1
-0
/
+1
2005-01-17
Take image_rotate-ref.png out of EXTRA_DIST until we can actually render it c...
Kristian Høgsberg
1
-23
/
+66
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-1
/
+7
2005-01-06
Add -lz to CAIRO_LIBS when compiling the PDF backend.
Kristian Høgsberg
1
-0
/
+4
[next]