summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-27[xlib] Check CreatePixmap dimensions before calling, to avoid unnecessary siz...Vladimir Vukicevic1-14/+33
2008-08-27[src/Makefile.am] Remove gcc dependencyBehdad Esfahbod1-1/+1
2008-08-27[ps] Check tmpfile status after reading.Chris Wilson1-0/+3
2008-08-26[ps] Mark the hex data as unsigned char.Chris Wilson4-4/+4
2008-08-26[ps] Convert a few residual CRLF to LF.Chris Wilson1-5/+5
2008-08-20[test] Cache last output and compare next time.Chris Wilson3-4/+12
2008-08-20[ps] Check for end-of-stream after advancing character.Chris Wilson1-1/+4
2008-08-19[png] Specify a no-op flush callback (NULL deref)Alex Rostovtsev1-1/+8
2008-08-18Add new public API cairo_surface_has_show_text_glyphs()Behdad Esfahbod9-9/+55
2008-08-18Tone down commentBehdad Esfahbod2-2/+2
2008-08-18[cairo-ft] Add useless cairo_warn decoratorBehdad Esfahbod1-1/+1
2008-08-17[cairo-compiler-private.h] Clear definition of __attribute__Chris Wilson1-0/+1
2008-08-17[Makefile.am] Support uno.Chris Wilson1-0/+6
2008-08-17[win32-font] Review error handling.Chris Wilson1-111/+133
2008-08-17[svg] Tweak base64_write_func().Chris Wilson1-17/+14
2008-08-17[ft-font] Dead store elimination.Chris Wilson1-2/+1
2008-08-17[xlib] Return the integer from XGetDefault().Chris Wilson1-2/+1
2008-08-17[scaled-font-subsets] Check for a failed malloc.Chris Wilson1-1/+4
2008-08-17[scaled-font-subsets] Propagate error status from index_to_ucs4().Chris Wilson1-2/+7
2008-08-17[type3-glyph] Propagate error from image emission.Chris Wilson1-1/+1
2008-08-17[pdf-operators] Propagate status from end_text().Chris Wilson1-3/+9
2008-08-17[pdf-operators] Propagate error from emit_glyph_string*().Chris Wilson1-5/+5
2008-08-17[pdf-operators] Propagate error from begin_actualtext().Chris Wilson1-0/+3
2008-08-17[pdf] Propagate error from open_stream() failure.Chris Wilson1-0/+3
2008-08-17[pdf] Propagate status return.Chris Wilson1-0/+3
2008-08-17[pdf] dead code elimination.Chris Wilson1-2/+0
2008-08-17[ps] Dead store elimination.Chris Wilson1-2/+0
2008-08-17[cairo-output-stream] Dead store.Chris Wilson1-1/+0
2008-08-17[cairo-image-surface] Dead store.Chris Wilson1-6/+1
2008-08-17[cairo-clip] Dead store.Chris Wilson1-2/+0
2008-08-17[cairo-scaled-font] Dead store.Chris Wilson1-2/+0
2008-08-17[cairo-scaled-font] Actually use bytes_per_row.Chris Wilson1-1/+1
2008-08-17[cairo-surface] Add the lcd_filter default to the nil surfaces.Chris Wilson1-4/+5
2008-08-17Ensure ranges of wideint types are always defined.Chris Wilson1-15/+16
2008-08-17[cairo-cache] Fixup doc comment.Chris Wilson1-2/+2
2008-08-17Compile with old compilersPeter O'Gorman1-5/+10
2008-08-17[cairo-cache] Simplify a status return to boolean.Chris Wilson2-16/+8
2008-08-17[ps] Promote char to an int to avoid valgrind warnings.Chris Wilson1-1/+1
2008-08-17[Makefile.am] Delete intermediatesChris Wilson1-0/+4
2008-08-17[gitignore] Ignore *.[is]Chris Wilson1-0/+2
2008-08-17[cairo-scaled-font] Check the most recently used font used first.Chris Wilson1-37/+83
2008-08-17[doc] Another typo fixBehdad Esfahbod1-1/+1
2008-08-16[doc] Fix typoBehdad Esfahbod1-1/+1
2008-08-14[xlib] Remove the key parameter from the close display hook.Chris Wilson3-12/+11
2008-08-14[cairo-xlib-surface] Remove status return for SUCCESS only function.Chris Wilson1-10/+6
2008-08-14[cairo-gstate] Guard against unsetting the font unnecessary.Chris Wilson1-8/+25
2008-08-14[xlib] Fix leak of pending_free_glyphs on CloseDisplay.Chris Wilson1-0/+3
2008-08-12[cairo-surface] Check for the error surface in _get_font_options()Chris Wilson1-1/+6
2008-08-12Win32: Fix uninitialized variableAdrian Johnson1-0/+1
2008-08-11[pattern] Unbounded patterns should have infinite extents.Chris Wilson1-2/+3