summaryrefslogtreecommitdiff
path: root/cairo
AgeCommit message (Expand)AuthorFilesLines
2012-05-14default unix in general to system libxml2/libxslt like MacOSXCaolán McNamara1-1/+1
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton2-2/+2
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-1/+48
2012-04-13gbuildize internal zlibCaolán McNamara2-48/+1
2012-04-10Upgrade pixman to 0.24.4Fridrich Štrba3-16/+16
2012-03-06more idle code documentation improvementMichael Meeks1-0/+5
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann2-2/+10
2012-02-21Fix build of generic unix vcl plugin with older fontconfigFridrich Štrba2-2/+14
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+1
2012-01-06Resolves: fdo#44219 RHEL-4 buildbox doesn't have FT_Library_SetLcdFilterCaolán McNamara2-1/+59
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist1-1/+1
2011-12-20Disable cairo svg surface on windows to avoid problems with missing headerFridrich Štrba1-0/+11
2011-12-20Fix cairo build for Android againTor Lillqvist2-2/+11
2011-12-19Build all default cairo features on WindowsFridrich Štrba1-39/+6
2011-12-19Build ps and pdf cairo surfaces with MSVCFridrich Štrba2-9/+5
2011-12-19Fix MMX build of pixman with MSVCFridrich Štrba2-1/+21
2011-12-17Do build cairo for Android, will likely be neededTor Lillqvist6-9/+105
2011-12-16MacOSX build breaker for MacOSXNorbert Thiebaud1-1/+1
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann1-1/+1
2011-12-16Fix building of cairo on windowsFridrich Štrba3-4/+84
2011-12-16Make buid pixman on windowsFridrich Štrba1-1/+1
2011-12-16Missing pixman fileFridrich Štrba2-0/+60
2011-12-16Keep changes to configure.ac only as documentary evidenceFridrich Štrba2-70/+70
2011-12-16One more attempt to not have -lz sucked inFridrich Štrba1-0/+18
2011-12-16-lz was sucked in by freetypeFridrich Štrba1-63/+81
2011-12-16Trying to get the linking with internal zlib rightFridrich Štrba1-10/+64
2011-12-16Fix one more occurrence of FcResultOutOfMemory and try not to run autotoolsFridrich Štrba1-4/+9
2011-12-16Fix cairo build on some older systemsFridrich Štrba2-7/+24
2011-12-16Disable valgrind in internal cairo buildFridrich Štrba1-4/+4
2011-12-16Upgrading internal cairo/pixman (phase 1)Fridrich Štrba9-397/+290
2011-12-10cairo: fix RPATH:Michael Stahl1-3/+3
2011-10-01make cairo build with libpng 1.5Peter Foley1-1/+1
2011-09-27Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?Tor Lillqvist1-1/+1
2011-09-27Dmake's .IF expression parser is apparently broken, >= works but > doesn'tTor Lillqvist1-1/+1
2011-09-27Make cairo build against MacOSX SDK 10.5Tor Lillqvist3-30/+36
2011-08-09Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOSTor Lillqvist1-0/+18
2011-08-05Revert "Disable pdf and ps surfaces that break internal cairo build"Caolán McNamara1-1/+1
2011-08-04Disable pdf and ps surfaces that break internal cairo buildFridrich Štrba1-1/+1
2011-08-02restore workaround for windows lack of soft linksCaolán McNamara1-2/+2
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen3-20/+83
2011-07-14We want cairo-quartz.h for iOS, not the X onesTor Lillqvist1-0/+4
2011-07-05Do build the cairo "quartz" surface for iOS, tooTor Lillqvist2-40/+32
2011-07-03Don't build cairo for AndroidTor Lillqvist2-2/+2
2011-07-01Move an iOS-specific hunk to the iOS-specific patch fileTor Lillqvist2-8/+10
2011-07-01Split out the iOS-specific patch to fix build with old MacOSX SDKTor Lillqvist3-64/+68
2011-07-01Enable building the "quartz" font backend without the "quartz" surface, for iOSTor Lillqvist2-6/+78
2011-06-30this must be the bit I missedCaolán McNamara1-2/+0
2011-06-30make cairo an unconditional requirement for text renderingCaolán McNamara2-12/+3
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen6-28/+120