summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod29-79/+79
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod38-166/+166
2008-01-28[doc] Another enum nick expansionBehdad Esfahbod1-1/+1
2008-01-28[src/check-*] Shut make upBehdad Esfahbod2-3/+3
2008-01-28[doc] Expand a couple nicks to full enum namesBehdad Esfahbod1-2/+2
2008-01-28[cairo_operator_t] Improve docsBehdad Esfahbod1-3/+5
2008-01-28[src] Fix gtk-doc warningsBehdad Esfahbod3-5/+5
2008-01-28Fix some documentation typosCarl Worth1-3/+3
2008-01-28Add example to documentation of cairo_pattern_set_filterCarl Worth1-0/+11
2008-01-28Add documentation for cairo_filter_tCarl Worth1-0/+18
2008-01-28Return NULL from cairo_xlib_surface_get_xrender_format without an errorCarl Worth1-5/+1
2008-01-28Add new API cairo_xlib_surface_get_render_formatCarl Worth2-0/+30
2008-01-28Add missing cairo_private (for _pixman_format_to_masks)Carl Worth1-1/+1
2008-01-28Clarify the documentation of stride within cairo_image_surface_create_for_dataCarl Worth1-8/+15
2008-01-28Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_widthCarl Worth2-12/+13
2008-01-28Add cairo_image_surface_stride_for_widthCarl Worth4-12/+63
2008-01-28Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logicCarl Worth3-6/+7
2008-01-28Describe cairo_operator_t, add link to operators/ wiki pageNis Martensen1-0/+28
2008-01-27[quartz] only use DrawTiledImage if transformed image is integer alignedVladimir Vukicevic1-67/+77
2008-01-27[win32] Fix initial clip region testVladimir Vukicevic1-2/+1
2008-01-27[src] Fix make checkBehdad Esfahbod1-2/+2
2008-01-26Change cairo_get_current_point() to return cairo_status_t instead of voidBehdad Esfahbod2-5/+19
2008-01-25[cairo-pdf-operators] Reformat typedef to not confuse gtk-docBehdad Esfahbod1-4/+3
2008-01-25[cairo_surface_show/copy_page()] Make them return void, like cairo_show/copy_...Behdad Esfahbod5-25/+35
2008-01-25[cairo-surface] Fix doc typoNis Martensen1-1/+1
2008-01-25[cairo-ft] Disable embedded bitmaps if hinting style NONE is requestedBehdad Esfahbod1-3/+8
2008-01-25[.gitignore] Add check-has-hidden-symbols.iBehdad Esfahbod1-0/+1
2008-01-25[cairo-ft] Fix font metrics computation for bitmap fonts and no metrics-hintingBehdad Esfahbod1-1/+6
2008-01-25[ps] Pad image mask lines out to full linesVladimir Vukicevic1-1/+7
2008-01-25[cairo-scaled-font] Fix bug in glyphs bounding box computationBehdad Esfahbod1-2/+2
2008-01-25[cairo-scaled-font] Unbreak it after my recent commitBehdad Esfahbod1-22/+19
2008-01-24[cairo-scaled-font] Don't err on font size 0, reallyBehdad Esfahbod4-19/+11
2008-01-24[cairo-scaled-font] Oops, return err if not handling itBehdad Esfahbod1-0/+4
2008-01-24[cairo-scaled-font] Don't err on font size 0Behdad Esfahbod1-2/+16
2008-01-24[quartz] Do dynamic symbol lookups for 10.4/10.5 optimization symbolsVladimir Vukicevic1-11/+28
2008-01-24[quartz] Clean up unused APIs a bitVladimir Vukicevic1-63/+13
2008-01-24[win32] Print non-black/white text correctly in show_glyphsVladimir Vukicevic1-3/+3
2008-01-24[win32] Better tracking of initial clipVladimir Vukicevic3-116/+197
2008-01-23improve comments for the pixman transformation anchoring math.Bertram Felgenhauer1-1/+13
2008-01-23anchor pattern transformations at the pattern originBertram Felgenhauer1-0/+23
2008-01-22cairo_point_int32_t is really int32_t, not int16_tVladimir Vukicevic1-1/+1
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic8-28/+26
2008-01-22[cairo-path-stroke] Use M_SQRT2 for constant valueBehdad Esfahbod2-4/+8
2008-01-22[cairo-operator] Remove unused cairo-operator.cBehdad Esfahbod3-127/+0
2008-01-21Test and document that fill rule has no effect on cairo_path_extentsCarl Worth1-2/+2
2008-01-21Disable rectilinear stroke optimization for small miter limit valuesCarl Worth1-0/+6
2008-01-21Rename trailing_move_to_point to move_to_pointCarl Worth1-11/+13
2008-01-21Test and document extents of degenerate "dots"Carl Worth1-3/+3
2008-01-21Fix cairo_path_extents to ignore lone cairo_move_to points.Carl Worth2-16/+35
2008-01-21Clarify documentation of cairo_{fill,stroke,path}_extentsCarl Worth1-11/+25