index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-27
[xlib] Check CreatePixmap dimensions before calling, to avoid unnecessary siz...
Vladimir Vukicevic
1
-14
/
+33
2008-08-27
[src/Makefile.am] Remove gcc dependency
Behdad Esfahbod
1
-1
/
+1
2008-08-27
[ps] Check tmpfile status after reading.
Chris Wilson
1
-0
/
+3
2008-08-26
[ps] Mark the hex data as unsigned char.
Chris Wilson
4
-4
/
+4
2008-08-26
[ps] Convert a few residual CRLF to LF.
Chris Wilson
1
-5
/
+5
2008-08-20
[test] Cache last output and compare next time.
Chris Wilson
3
-4
/
+12
2008-08-20
[ps] Check for end-of-stream after advancing character.
Chris Wilson
1
-1
/
+4
2008-08-19
[png] Specify a no-op flush callback (NULL deref)
Alex Rostovtsev
1
-1
/
+8
2008-08-18
Add new public API cairo_surface_has_show_text_glyphs()
Behdad Esfahbod
9
-9
/
+55
2008-08-18
Tone down comment
Behdad Esfahbod
2
-2
/
+2
2008-08-18
[cairo-ft] Add useless cairo_warn decorator
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[cairo-compiler-private.h] Clear definition of __attribute__
Chris Wilson
1
-0
/
+1
2008-08-17
[Makefile.am] Support uno.
Chris Wilson
1
-0
/
+6
2008-08-17
[win32-font] Review error handling.
Chris Wilson
1
-111
/
+133
2008-08-17
[svg] Tweak base64_write_func().
Chris Wilson
1
-17
/
+14
2008-08-17
[ft-font] Dead store elimination.
Chris Wilson
1
-2
/
+1
2008-08-17
[xlib] Return the integer from XGetDefault().
Chris Wilson
1
-2
/
+1
2008-08-17
[scaled-font-subsets] Check for a failed malloc.
Chris Wilson
1
-1
/
+4
2008-08-17
[scaled-font-subsets] Propagate error status from index_to_ucs4().
Chris Wilson
1
-2
/
+7
2008-08-17
[type3-glyph] Propagate error from image emission.
Chris Wilson
1
-1
/
+1
2008-08-17
[pdf-operators] Propagate status from end_text().
Chris Wilson
1
-3
/
+9
2008-08-17
[pdf-operators] Propagate error from emit_glyph_string*().
Chris Wilson
1
-5
/
+5
2008-08-17
[pdf-operators] Propagate error from begin_actualtext().
Chris Wilson
1
-0
/
+3
2008-08-17
[pdf] Propagate error from open_stream() failure.
Chris Wilson
1
-0
/
+3
2008-08-17
[pdf] Propagate status return.
Chris Wilson
1
-0
/
+3
2008-08-17
[pdf] dead code elimination.
Chris Wilson
1
-2
/
+0
2008-08-17
[ps] Dead store elimination.
Chris Wilson
1
-2
/
+0
2008-08-17
[cairo-output-stream] Dead store.
Chris Wilson
1
-1
/
+0
2008-08-17
[cairo-image-surface] Dead store.
Chris Wilson
1
-6
/
+1
2008-08-17
[cairo-clip] Dead store.
Chris Wilson
1
-2
/
+0
2008-08-17
[cairo-scaled-font] Dead store.
Chris Wilson
1
-2
/
+0
2008-08-17
[cairo-scaled-font] Actually use bytes_per_row.
Chris Wilson
1
-1
/
+1
2008-08-17
[cairo-surface] Add the lcd_filter default to the nil surfaces.
Chris Wilson
1
-4
/
+5
2008-08-17
Ensure ranges of wideint types are always defined.
Chris Wilson
1
-15
/
+16
2008-08-17
[cairo-cache] Fixup doc comment.
Chris Wilson
1
-2
/
+2
2008-08-17
Compile with old compilers
Peter O'Gorman
1
-5
/
+10
2008-08-17
[cairo-cache] Simplify a status return to boolean.
Chris Wilson
2
-16
/
+8
2008-08-17
[ps] Promote char to an int to avoid valgrind warnings.
Chris Wilson
1
-1
/
+1
2008-08-17
[Makefile.am] Delete intermediates
Chris Wilson
1
-0
/
+4
2008-08-17
[gitignore] Ignore *.[is]
Chris Wilson
1
-0
/
+2
2008-08-17
[cairo-scaled-font] Check the most recently used font used first.
Chris Wilson
1
-37
/
+83
2008-08-17
[doc] Another typo fix
Behdad Esfahbod
1
-1
/
+1
2008-08-16
[doc] Fix typo
Behdad Esfahbod
1
-1
/
+1
2008-08-14
[xlib] Remove the key parameter from the close display hook.
Chris Wilson
3
-12
/
+11
2008-08-14
[cairo-xlib-surface] Remove status return for SUCCESS only function.
Chris Wilson
1
-10
/
+6
2008-08-14
[cairo-gstate] Guard against unsetting the font unnecessary.
Chris Wilson
1
-8
/
+25
2008-08-14
[xlib] Fix leak of pending_free_glyphs on CloseDisplay.
Chris Wilson
1
-0
/
+3
2008-08-12
[cairo-surface] Check for the error surface in _get_font_options()
Chris Wilson
1
-1
/
+6
2008-08-12
Win32: Fix uninitialized variable
Adrian Johnson
1
-0
/
+1
2008-08-11
[pattern] Unbounded patterns should have infinite extents.
Chris Wilson
1
-2
/
+3
[next]