summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-13[polygon,spline,traps] Avoid free(NULL)Behdad Esfahbod3-3/+3
2007-03-13[cairo-polygon] Add a cache of eight edges to cairo_polygon_tBehdad Esfahbod2-7/+24
2007-03-13[cairo-spline] Fix typo in commentBehdad Esfahbod1-1/+1
2007-03-13[cairo_polygon_t] Change has_current_point from int to cairo_bool_tBehdad Esfahbod2-5/+5
2007-03-13[cairo_polygon_t] Remove unused member 'closed'Behdad Esfahbod1-2/+0
2007-03-13[cairo_polygon_t] Reorder struct members for clarityBehdad Esfahbod1-4/+4
2007-03-13[cairo-polygon] Clean-up realloc algorithm for clarityBehdad Esfahbod1-11/+7
2007-03-13[cairo-slope] Make comparison stable if both vectors are zeroBehdad Esfahbod1-1/+7
2007-03-13[cairo-spline] Add a cache of eight points to cairo_spline_tBehdad Esfahbod2-5/+24
2007-03-13[cairo-spline] Clean-up realloc algorithm for clarityBehdad Esfahbod1-10/+7
2007-03-13[cairo_traps_t] Reorder struct members for clarityBehdad Esfahbod1-3/+3
2007-03-13[cairo-traps] Add a cache of one trapezoid to cairo_traps_tBehdad Esfahbod2-7/+25
2007-03-13[cairo-traps] Clean-up realloc algorithm for clarityBehdad Esfahbod1-12/+9
2007-03-13[cairo-traps] Use INT32_MIN/MAX instead of INT16_MIN/MAX << 16Behdad Esfahbod1-2/+2
2007-03-13[skiplist] Prefix symbols with _cairoBehdad Esfahbod3-33/+33
2007-03-13[test-surfaces] Prefix public symbols with _cairoBehdad Esfahbod6-9/+9
2007-03-13[skiplist] Move static variable out of functionBehdad Esfahbod1-7/+8
2007-03-13[cairo_t] Embed a gstate into cairo_tBehdad Esfahbod4-63/+24
2007-03-13[cairo-clip] Make _cairo_clip_init tolerate NULL targetBehdad Esfahbod1-1/+4
2007-03-13[cairo_t] Make path an array of size oneBehdad Esfahbod2-27/+27
2007-03-13[Quartz] Don't include cairo-private.hBehdad Esfahbod1-1/+0
2007-03-13[cairo_t] Move gstate pointer before cairo_path_fixed_t for better cache beha...Behdad Esfahbod2-4/+4
2007-03-13[cairo-path-fixed] Fine-tune size of bufferBehdad Esfahbod2-6/+8
2007-03-13[cairo-path-fixed] Merge op and arg bufsBehdad Esfahbod4-248/+141
2007-03-13[cairo-path-fixed] Avoid malloc for small pathsBehdad Esfahbod3-32/+42
2007-03-13[directfb,os2] #error if the backend is not compiled in, like others doBehdad Esfahbod2-0/+5
2007-03-13Fix incorrect file permission in previous commitAdrian Johnson1-0/+0
2007-03-13Fix buffer overflow warningAdrian Johnson1-1/+1
2007-03-12Avoid the struct copy when source and destination are the same.Chris Wilson1-2/+2
2007-03-09Fix a LOCK vs. UNLOCK typo, (yes, I'm that stupid).Carl Worth1-1/+1
2007-03-08SVG: fix a radial gradient failure when using CAIRO_EXTEND_REFLECT.Emmanuel Pacaud1-7/+7
2007-03-07[glitz] Mark some constant static structures as constBehdad Esfahbod1-4/+4
2007-03-07[PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefixBehdad Esfahbod3-131/+131
2007-03-07[cairoint] Move endian-conversion routines into cairoint.hBehdad Esfahbod3-65/+35
2007-03-07[Type1] Add cairo-type1-private.h that Type1 fallback and subset code shareBehdad Esfahbod4-20/+58
2007-03-07[cosmetic] Remove static var from testing code in bentley-ottman.Behdad Esfahbod1-1/+1
2007-03-06SVG: Fix CAIRO_EXTEND_REFLECT for radial gradients.Emmanuel Pacaud1-60/+277
2007-03-06[atsui] clean up warningsBrian Ewins1-7/+6
2007-03-06[quartz] rename remaining nquartz symbols to quartz.Brian Ewins3-124/+122
2007-03-06Remove extra word in docsBehdad Esfahbod1-1/+1
2007-03-06PDF: Set page group color space to DeviceRGBAdrian Johnson1-3/+6
2007-03-06Clarify that extra elements in cairo_path_data is only available in cairo >= 1.4Carl Worth1-7/+7
2007-03-05Optimize filling of a path that is a single device-axis-aligned rectangle.Carl Worth1-0/+93
2007-03-06[quartz] remove unnecessary flushesBrian Ewins1-4/+0
2007-03-05Use the offset attribute to improve cairo-svg handling of EXTEND_REPEAT and E...Emmanuel Pacaud1-7/+23
2007-03-05Remove broken special-casing of radial gradient fx,fy under CAIRO_EXTEND_NONEEmmanuel Pacaud1-7/+2
2007-03-05[quartz,atsui] separate the quartz surface and atsui font backendBrian Ewins3-10/+18
2007-03-05[quartz] Make utility functions staticBehdad Esfahbod1-2/+2
2007-03-05In cairo_append_path(), allow excess path_data elementsBehdad Esfahbod2-6/+13
2007-03-05In cairo_text_path(), bail out if zero glyphsBehdad Esfahbod1-5/+4