summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2005-09-18Bug #4414, reviewed by otaylor, cworth.Billy Biggs1-3/+3
2005-09-12Fix for bug #4401 as reported by Tim Mooney:Carl Worth1-3/+1
2005-08-31Increment CAIRO_VERSION to 1.1.1 after making branch tag BRANCH_1_0.Carl Worth1-1/+1
2005-08-24Increment CAIRO_VERSION to 1.0.1 after tagging RELEASE_1_0_0.Carl Worth1-1/+1
2005-08-24Increment CAIRO_VERSION to 1.0.0 and libtool versioning to 4:2:2.RELEASE_1_0_01.0.0Carl Worth1-6/+6
2005-08-24Put glitz in the experimental section.Carl Worth1-2/+6
2005-08-24Disable ATSUI by default as well.Carl Worth1-2/+6
2005-08-24Give PostScript and PDF backends the experimental treatment, disabling them b...Carl Worth1-4/+12
2005-08-23Reverse the help text for --enable-xcb,Owen Taylor1-3/+3
2005-08-23Disable XCB and Quartz backends unless explicitely enabled. Add a big warning...Owen Taylor1-2/+17
2005-08-22Calculate LT_CURRENT_MINUS_AGE (which forms part of the DLL name on Win32), a...Tor Lillqvist1-0/+4
2005-08-22Support artificial bold fonts with FC_EMBOLDEN; patch from Jackey Yang and su...Owen Taylor1-0/+1
2005-08-21Check for FT_Load_Sfnt_Table and disable the PDF/PS backends if not found. (#...Owen Taylor1-4/+9
2005-08-18Fix tests to just disable FreeType if a too-old FreeType is found, rather tha...Owen Taylor1-16/+22
2005-08-18Add an autoconf-generated version file to advertise what cairo version the ma...Billy Biggs1-0/+1
2005-08-17Fix typo in freetype configure check.Kristian Høgsberg1-1/+1
2005-08-17Try to use pkg-config to detect freetype2, then fall back to the existing fre...Kristian Høgsberg1-19/+37
2005-08-16Add a check for the MMX intrinsics used by pixman. gcc >= 3.4 is required.Billy Biggs1-0/+34
2005-08-13Increment CAIRO_VERSION to 0.9.3 after tagging RELEASE_0_9_2.Carl Worth1-1/+1
2005-08-13Added notes for release 0.9.2.RELEASE_0_9_2Carl Worth1-4/+4
2005-08-13Turn the mutex code back on. It looks like the deadlocks have disappeared as ...Carl Worth1-5/+2
2005-08-10From Keith Packard <keithp@keithp.com>,Carl Worth1-6/+12
2005-08-10Patch from Behdad Esfahbod <behdad@cs.toronto.edu>:Carl Worth1-9/+22
2005-08-09Add -head to CAIRO_VERSION after tagging with RELEASE_0_9_0.Carl Worth1-1/+1
2005-08-08Added notes for release 0.9.0.Carl Worth1-2/+2
2005-08-03Fix for bug #3951:Carl Worth1-7/+23
2005-08-01New public header file.Carl Worth1-0/+7
2005-07-31Support versions of freetype without exact FT_Bitmap_Size.x/y_ppem values by ...Billy Biggs1-0/+14
2005-07-28Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.Carl Worth1-1/+1
2005-07-28Added notes for snapshot 0.6.0Carl Worth1-1/+1
2005-07-28configure.in Makefile.am: Skip tests/ directory if libpng was disabled. (#342...Owen Taylor1-0/+2
2005-07-28Disable PS surface build if no freetypOwen Taylor1-23/+28
2005-07-18Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_2.Carl Worth1-1/+1
2005-07-18Added notes for snapshot 0.5.2Carl Worth1-1/+1
2005-07-06Require libpixman >= 0.1.5, (since 0.1.4 crashes on some X servers).Carl Worth1-1/+1
2005-07-04Use frame buffer objects for accelerated offscreen drawing in glitz backendDavid Reveman1-1/+1
2005-06-25Provide locking macros, implement with pthreads.Keith Packard1-0/+8
2005-06-20Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_1.Carl Worth1-1/+1
2005-06-20Added notes for snapshot 0.5.1Carl Worth1-1/+1
2005-05-18Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_0.Carl Worth1-1/+1
2005-05-17Added porting guide to help with transition to cairo 0.5 API.Carl Worth1-1/+1
2005-05-10Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.n...Carl Worth1-2/+2
2005-05-10Update to current canonical URL for XCB.Carl Worth1-1/+1
2005-05-09Change cairo-features again so that either #if or #ifdef will work to test an...Carl Worth1-33/+11
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-81/+54
2005-04-07Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rat...Carl Worth1-0/+1
2005-03-30Fix typo I had introduced into Jason's patch that made configure fail.Carl Worth1-2/+2
2005-03-30A few fixes courtesy of Jason Dorje Short <jdorje@users.sf.net>:Carl Worth1-0/+6
2005-03-29Update quartz backend to compilable/workable version and re-enable.Tor Lillqvist1-1/+1
2005-03-28New PNG utility functions.Kristian Høgsberg1-9/+9