summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-02[doc] Docuemnt all symbols but cairo_filter_t and cairo_operator_tBehdad Esfahbod6-3/+88
2007-03-02Beautify cairo.hBehdad Esfahbod1-21/+21
2007-03-02[doc] Some documentation loveBehdad Esfahbod7-14/+154
2007-03-02[quartz] Bug 3939 - Fix Quartz backend endianness problemVladimir Vukicevic1-1/+1
2007-03-02Fix leak of an output stream in cairo_type1_font_destroyCarl Worth1-1/+2
2007-03-02Fix INVALID_RESTORE case to avoid crashesCarl Worth1-1/+9
2007-03-02Fix yet another backend (quartz) for the gradient renamingCarl Worth1-6/+6
2007-03-02Don't crash if backend->create_similar returns a nil surfaceCarl Worth1-2/+9
2007-03-02Update documentation for cairo_get_scaled_font and cairo_get_font_faceCarl Worth1-9/+23
2007-03-02glitz: fix build error.Jinghua Luo1-6/+6
2007-03-02Cast -1 values to unsigned to quiet the compiler.Carl Worth1-1/+2
2007-03-02Cast away a const to quiet a compiler warning.Carl Worth1-1/+6
2007-03-01Implement CAIRO_MUTEX_INIT with memcpy instead of pthread_mutex_initCarl Worth1-1/+4
2007-03-01Merge branch 'radial-gradient-fixes' into cairoCarl Worth3-34/+57
2007-03-01[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supportedBehdad Esfahbod2-10/+14
2007-03-01Fix leak in rectilinear stroking codeBehdad Esfahbod1-7/+8
2007-03-01SVG: Support CAIRO_EXTEND_NONE for radial gradients.Carl Worth1-4/+27
2007-03-01[xlib] Drop XrmFinalize() stuff. That didn't ever exist in any public X serverBehdad Esfahbod1-5/+0
2007-03-01Rename radial gradient inner/outer to c1/c2Carl Worth3-30/+30
2007-03-01[paginated] Also increase page number in copy_pageBehdad Esfahbod1-0/+2
2007-03-01PDF: Ensure ToUnicode CMap name is uniqueAdrian Johnson1-4/+7
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod10-212/+12
2007-02-28[paginated] Also do an automatic show page if nothing ever drawnBehdad Esfahbod1-1/+4
2007-02-28[paginated] Automatically issue a final cairo_show_page()Behdad Esfahbod1-5/+13
2007-02-27Slim-hidden cairo_scale()Behdad Esfahbod2-0/+2
2007-02-27Implement cairo_get_scaled_font()Behdad Esfahbod5-1/+54
2007-02-27[quartz] Remove comment syntax that is recognized by gtkdoc from regular comm...Behdad Esfahbod1-12/+12
2007-02-27[cairo.c] Reorder some function implementations for clarityBehdad Esfahbod1-28/+28
2007-02-27[cairo.h] Reorder function prototypes a bit for clarityBehdad Esfahbod1-10/+10
2007-02-27[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONEBehdad Esfahbod2-36/+43
2007-02-23[PS] Add note about possible need for fix.Behdad Esfahbod1-0/+5
2007-02-23[SVG] Fix warningsBehdad Esfahbod1-2/+4
2007-02-23[SVG] Rename a local variable for clarityBehdad Esfahbod1-6/+6
2007-02-23[TODO] Add various TODO itemsBehdad Esfahbod2-0/+2
2007-02-23[PS] Fix surface patterns with transformsBehdad Esfahbod1-28/+14
2007-02-23[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns nativelyBehdad Esfahbod2-6/+17
2007-02-23[surface] Copy device_transform_inverse in _cairo_surface_clone_similarBehdad Esfahbod1-1/+3
2007-02-23[SVG] Use _cairo_pattern_acquire_surface instead of _cairo_surface_acquire_so...Behdad Esfahbod1-8/+15
2007-02-23[cairo-pattern] Correctly delegate device_transform so tests pass againBehdad Esfahbod1-0/+7
2007-02-23[cairo-pattern] Fall back on cairo_surface_create_similar in _cairo_pattern_a...Behdad Esfahbod1-0/+18
2007-02-23Support CAIRO_EXTEND_REFLECT on surface patternsBehdad Esfahbod1-1/+57
2007-02-23[PS] Update surface_pattern_supported() from PDFBehdad Esfahbod1-1/+23
2007-02-23[cairo-surface] Do not err on CAIRO_EXTEND_PAD and CAIRO_EXTEND_REFLECTBehdad Esfahbod1-30/+0
2007-02-23[core] put back REF_COUNT_INVALID to be -1, fix finishVladimir Vukicevic6-1/+16
2007-02-23[core] Add user_data and reference count getters to all objectsVladimir Vukicevic8-9/+319
2007-02-23[xlib/xcb] Check for same_screen in is_compatibleBehdad Esfahbod2-2/+2
2007-02-23Subsetting: Add check for malloc() errorAdrian Johnson1-4/+5
2007-02-23Win32: Fix _cairo_win32_scaled_font_map_glyphs_to_unicode return typeAdrian Johnson1-4/+2
2007-02-22[FreeType] Truely return unhinted advance width if metrics hinting is offBehdad Esfahbod1-4/+11
2007-02-21Set overflow to visible for symbols.Emmanuel Pacaud1-1/+1