Age | Commit message (Expand) | Author | Files | Lines |
2007-03-13 | [polygon,spline,traps] Avoid free(NULL) | Behdad Esfahbod | 3 | -3/+3 |
2007-03-13 | [cairo-polygon] Add a cache of eight edges to cairo_polygon_t | Behdad Esfahbod | 2 | -7/+24 |
2007-03-13 | [cairo-spline] Fix typo in comment | Behdad Esfahbod | 1 | -1/+1 |
2007-03-13 | [cairo_polygon_t] Change has_current_point from int to cairo_bool_t | Behdad Esfahbod | 2 | -5/+5 |
2007-03-13 | [cairo_polygon_t] Remove unused member 'closed' | Behdad Esfahbod | 1 | -2/+0 |
2007-03-13 | [cairo_polygon_t] Reorder struct members for clarity | Behdad Esfahbod | 1 | -4/+4 |
2007-03-13 | [cairo-polygon] Clean-up realloc algorithm for clarity | Behdad Esfahbod | 1 | -11/+7 |
2007-03-13 | [cairo-slope] Make comparison stable if both vectors are zero | Behdad Esfahbod | 1 | -1/+7 |
2007-03-13 | [cairo-spline] Add a cache of eight points to cairo_spline_t | Behdad Esfahbod | 2 | -5/+24 |
2007-03-13 | [cairo-spline] Clean-up realloc algorithm for clarity | Behdad Esfahbod | 1 | -10/+7 |
2007-03-13 | [cairo_traps_t] Reorder struct members for clarity | Behdad Esfahbod | 1 | -3/+3 |
2007-03-13 | [cairo-traps] Add a cache of one trapezoid to cairo_traps_t | Behdad Esfahbod | 2 | -7/+25 |
2007-03-13 | [cairo-traps] Clean-up realloc algorithm for clarity | Behdad Esfahbod | 1 | -12/+9 |
2007-03-13 | [cairo-traps] Use INT32_MIN/MAX instead of INT16_MIN/MAX << 16 | Behdad Esfahbod | 1 | -2/+2 |
2007-03-13 | [skiplist] Prefix symbols with _cairo | Behdad Esfahbod | 3 | -33/+33 |
2007-03-13 | [test-surfaces] Prefix public symbols with _cairo | Behdad Esfahbod | 6 | -9/+9 |
2007-03-13 | [skiplist] Move static variable out of function | Behdad Esfahbod | 1 | -7/+8 |
2007-03-13 | [cairo_t] Embed a gstate into cairo_t | Behdad Esfahbod | 4 | -63/+24 |
2007-03-13 | [cairo-clip] Make _cairo_clip_init tolerate NULL target | Behdad Esfahbod | 1 | -1/+4 |
2007-03-13 | [cairo_t] Make path an array of size one | Behdad Esfahbod | 2 | -27/+27 |
2007-03-13 | [Quartz] Don't include cairo-private.h | Behdad Esfahbod | 1 | -1/+0 |
2007-03-13 | [cairo_t] Move gstate pointer before cairo_path_fixed_t for better cache beha... | Behdad Esfahbod | 2 | -4/+4 |
2007-03-13 | [cairo-path-fixed] Fine-tune size of buffer | Behdad Esfahbod | 2 | -6/+8 |
2007-03-13 | [cairo-path-fixed] Merge op and arg bufs | Behdad Esfahbod | 4 | -248/+141 |
2007-03-13 | [cairo-path-fixed] Avoid malloc for small paths | Behdad Esfahbod | 3 | -32/+42 |
2007-03-13 | [directfb,os2] #error if the backend is not compiled in, like others do | Behdad Esfahbod | 2 | -0/+5 |
2007-03-13 | Fix incorrect file permission in previous commit | Adrian Johnson | 1 | -0/+0 |
2007-03-13 | Fix buffer overflow warning | Adrian Johnson | 1 | -1/+1 |
2007-03-12 | Avoid the struct copy when source and destination are the same. | Chris Wilson | 1 | -2/+2 |
2007-03-09 | Fix a LOCK vs. UNLOCK typo, (yes, I'm that stupid). | Carl Worth | 1 | -1/+1 |
2007-03-08 | SVG: fix a radial gradient failure when using CAIRO_EXTEND_REFLECT. | Emmanuel Pacaud | 1 | -7/+7 |
2007-03-07 | [glitz] Mark some constant static structures as const | Behdad Esfahbod | 1 | -4/+4 |
2007-03-07 | [PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefix | Behdad Esfahbod | 3 | -131/+131 |
2007-03-07 | [cairoint] Move endian-conversion routines into cairoint.h | Behdad Esfahbod | 3 | -65/+35 |
2007-03-07 | [Type1] Add cairo-type1-private.h that Type1 fallback and subset code share | Behdad Esfahbod | 4 | -20/+58 |
2007-03-07 | [cosmetic] Remove static var from testing code in bentley-ottman. | Behdad Esfahbod | 1 | -1/+1 |
2007-03-06 | SVG: Fix CAIRO_EXTEND_REFLECT for radial gradients. | Emmanuel Pacaud | 1 | -60/+277 |
2007-03-06 | [atsui] clean up warnings | Brian Ewins | 1 | -7/+6 |
2007-03-06 | [quartz] rename remaining nquartz symbols to quartz. | Brian Ewins | 3 | -124/+122 |
2007-03-06 | Remove extra word in docs | Behdad Esfahbod | 1 | -1/+1 |
2007-03-06 | PDF: Set page group color space to DeviceRGB | Adrian Johnson | 1 | -3/+6 |
2007-03-06 | Clarify that extra elements in cairo_path_data is only available in cairo >= 1.4 | Carl Worth | 1 | -7/+7 |
2007-03-05 | Optimize filling of a path that is a single device-axis-aligned rectangle. | Carl Worth | 1 | -0/+93 |
2007-03-06 | [quartz] remove unnecessary flushes | Brian Ewins | 1 | -4/+0 |
2007-03-05 | Use the offset attribute to improve cairo-svg handling of EXTEND_REPEAT and E... | Emmanuel Pacaud | 1 | -7/+23 |
2007-03-05 | Remove broken special-casing of radial gradient fx,fy under CAIRO_EXTEND_NONE | Emmanuel Pacaud | 1 | -7/+2 |
2007-03-05 | [quartz,atsui] separate the quartz surface and atsui font backend | Brian Ewins | 3 | -10/+18 |
2007-03-05 | [quartz] Make utility functions static | Behdad Esfahbod | 1 | -2/+2 |
2007-03-05 | In cairo_append_path(), allow excess path_data elements | Behdad Esfahbod | 2 | -6/+13 |
2007-03-05 | In cairo_text_path(), bail out if zero glyphs | Behdad Esfahbod | 1 | -5/+4 |