summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [PNG] Mark status volatile to fix gcc warningBehdad Esfahbod2006-08-281-1/+1
* [xlib] Bug 7593: rewrite loop to be more readable, and fix warningsBehdad Esfahbod2006-08-281-2/+3
* Eliminate conditions checking for unsigned or enum values less than 0.Carl Worth2006-08-283-5/+4
* Put static first to avoid compiler warning.Carl Worth2006-08-281-1/+1
* Bug #7593: Avoid unsigned loop control variable to eliminate infinite, memory...Behdad Esfahbod2006-08-281-1/+1
* [image] Print out cairo version in the unsupported-format messageBehdad Esfahbod2006-08-231-1/+1
* Get correct unhinted outlines on win32.Adrian Johnson2006-08-211-25/+61
* Define WINVER if it's not defined. (bug 6456)Yevgen Muntyan2006-08-211-0/+3
* [Makefile.am] Remove unnecessary parantheses that were causing trouble with o...Behdad Esfahbod2006-08-201-1/+1
* Use &image->base as appropriate to avoid warnings.Carl Worth2006-08-183-7/+7
* Merge branch 'jrmuizel-stroking-fixes' into cairoCarl Worth2006-08-181-0/+3
|\
| * Fix degenerate-path stroking with dashed lines.Jeff Muizelaar2006-07-151-0/+3
* | Don't set current point to (0,0) in close_path.Carl Worth2006-08-181-6/+0
* | Fix close-path failure by adding explicit move_to after close_path.Carl Worth2006-08-182-4/+19
* | [PNG] Include png.h after cairoint.h to avoid macro problems (bug 7744)Behdad Esfahbod2006-08-171-1/+1
* | Only use GGO_GLYPH_INDEX for truetype and opentype fonts on win32.Adrian Johnson2006-08-171-9/+43
* | Add (primitive) bitmap glyph tracing to fix bug #7889Carl Worth2006-08-171-2/+94
* | Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth2006-08-175-3/+55
* | [FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriateBehdad Esfahbod2006-08-151-2/+2
* | [FreeType] Fix vertical metrics adjustment to work with non-identity shapesBehdad Esfahbod2006-08-151-11/+18
* | [PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_dataBehdad Esfahbod2006-08-151-6/+6
* | [FreeType] Fix comment about font coordinateBehdad Esfahbod2006-08-151-2/+1
* | Respect font_matrix translation in _cairo_gstate_glyph_pathBehdad Esfahbod2006-08-151-1/+3
* | [Type1] Synch comments in the encoding tableBehdad Esfahbod2006-08-131-46/+80
* | [Type1] Use NULL instead of 0Pavel Roskin2006-08-131-13/+20
* | Update nil surface structs to the surface structPavel Roskin2006-08-131-3/+27
* | Remove the ft_load_sfnt_table check from PS/PDF/SVG backendsBehdad Esfahbod2006-08-101-0/+3
* | [PDF] Fix leak: free glyphsBehdad Esfahbod2006-08-081-0/+2
* | [TrueType] Zero out padding memory in generated TrueType subsetBehdad Esfahbod2006-08-081-3/+5
* | [FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on patternBehdad Esfahbod2006-08-081-1/+3
* | [TrueType] Add comment block describing why we only use int16_tBehdad Esfahbod2006-08-081-8/+19
* | [TrueType] More leak fixesBehdad Esfahbod2006-08-081-1/+2
* | [TrueType] Fix leaks.Behdad Esfahbod2006-08-081-8/+14
* | Restructure subpixel_order handling such that the code doesn't look suspicious!Behdad Esfahbod2006-08-081-5/+10
* | [fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.Behdad Esfahbod2006-08-081-0/+2
* | Set antialiasing to gray in default font options for PS/PDF/SVGBehdad Esfahbod2006-08-083-3/+6
* | test-paginated: Fix memory leak within _test_paginated_surface_create_for_dataCarl Worth2006-08-081-1/+11
* | Eliminate most compiler warnings from the test suiteCarl Worth2006-08-081-1/+1
* | Merge branch 'surface-font-options' into cairoCarl Worth2006-08-086-49/+106
|\ \
| * | Improve docs for cairo_surface_create_similar()Carl Worth2006-08-071-5/+6
| * | Set fallback resolution in create_similar. Update docs to reflect that.Behdad Esfahbod2006-07-311-2/+8
| * | Set font_options on image surfaces we create.Behdad Esfahbod2006-07-311-9/+28
| * | Let backends return NULL in create_similar to take the fallback path.Behdad Esfahbod2006-07-312-4/+6
| * | Implement per-surface font options.Behdad Esfahbod2006-07-312-6/+61
| * | Remove dummy create_similar in PS/PDF and let fallback do the sameBehdad Esfahbod2006-07-312-28/+2
* | | Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod2006-08-082-10/+9
* | | Document a few more functionsBehdad Esfahbod2006-08-081-0/+42
* | | Document CAIRO_FORMAT_RGB16_565 as deprecated.Carl Worth2006-08-071-3/+10
* | | More doc syntax updateBehdad Esfahbod2006-08-071-0/+2
* | | Update doc syntaxBehdad Esfahbod2006-08-074-4/+16