summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [configure.in,NEWS] Release 1.7.41.7.4Behdad Esfahbod2008-08-112-3/+11
* [test/get-xrender-format.c] Don't fail if DISPLAY is not setBehdad Esfahbod2008-08-112-2/+2
* [test/xlib-surface-source] Skip test if DISPLAY not setBehdad Esfahbod2008-08-111-0/+4
* [doc] More template changes. Donno why they keep changing.Behdad Esfahbod2008-08-113-23/+23
* [src/Makefile.am] Include missing header fileBehdad Esfahbod2008-08-111-0/+1
* [RELEASING] Mention git-shortlogBehdad Esfahbod2008-08-111-2/+5
* [configure.in] Increment version to 1.7.3 post releaseBehdad Esfahbod2008-08-111-1/+1
* [configure.in,NEWS] Release 1.7.21.7.2Behdad Esfahbod2008-08-112-38/+186
* [doc] Update templatesBehdad Esfahbod2008-08-110-0/+0
* [configure.in] Revert addition of MACRO_DIR()Chris Wilson2008-08-112-3/+1
* [RELEASING] Update for cairo-features-win32.hBehdad Esfahbod2008-08-111-1/+1
* [ChangeLog.mk] Revert 21ab44f11d3d20eead5d988c7a6cf48eebff08c7Behdad Esfahbod2008-08-111-1/+1
* [RELEASING] Easier to see API diff than logBehdad Esfahbod2008-08-111-1/+1
* Fix doc syntaxBehdad Esfahbod2008-08-111-2/+2
* [RELEASING] Update for external pixmanBehdad Esfahbod2008-08-111-3/+3
* [test] Update ref image listBehdad Esfahbod2008-08-111-1/+6
* [gstate] Revert Check for NULL font_face in _cairo_gstate_set_font_faceBehdad Esfahbod2008-08-101-4/+1
* [test/Makefil.am] CosmeticBehdad Esfahbod2008-08-101-1/+1
* [xlib] Check for depth == 0 in create_surface_internal().Chris Wilson2008-08-101-35/+52
* NEWS: Win32 font backend has been fixedAdrian Johnson2008-08-101-3/+0
* [dfb] fix crashes due to cached glyphs going away during operationVladimir Vukicevic2008-08-091-19/+54
* [dfb] optimize DirectFB blitsVladimir Vukicevic2008-08-092-287/+140
* [dfb] correctly handle case of 0 boxes in clip regionVladimir Vukicevic2008-08-091-0/+2
* [dfb] Propagate clip correctly to surface returned from acquire_dest_imageVladimir Vukicevic2008-08-091-9/+54
* [dfb] convert RUN_CLIPPED macro to function with helpersVladimir Vukicevic2008-08-091-55/+186
* Update _cairo_scaled_font_subsets_map_glyph() docsAdrian Johnson2008-08-101-4/+10
* Win32-printing: Fix Type 1 font printing so fallback is not usedAdrian Johnson2008-08-103-11/+75
* Fix _cairo_sub_font_map_glyph() to return correct unicode valueAdrian Johnson2008-08-101-4/+4
* win32-font: Make cairo_show_text() work againAdrian Johnson2008-08-101-2/+32
* [NEWS] Add some notes about recent happeningsBehdad Esfahbod2008-08-081-0/+52
* [doc] Add short user-font section docsBehdad Esfahbod2008-08-081-1/+6
* Add note about zero-glyph clustersBehdad Esfahbod2008-08-081-0/+3
* [.gitignore] Update list of testsChris Wilson2008-08-081-0/+7
* [test] Update reference image for leaky-dashed-rectangle.Chris Wilson2008-08-083-1/+2
* [matrix] Prefer a return parameter for _compute_determinant().Chris Wilson2008-08-084-21/+11
* Document all new APIBehdad Esfahbod2008-08-089-65/+482
* [test/user-font] Fix commentsBehdad Esfahbod2008-08-081-2/+2
* [scaled-font-subsets] Fix UTF-8 mappingBehdad Esfahbod2008-08-081-4/+5
* [pdf-operators] Add note about clusters with no glyphsBehdad Esfahbod2008-08-081-0/+2
* Make utf8 handling in font subsets more consistentBehdad Esfahbod2008-08-082-4/+7
* [truetype] Fix gcc warning about possibly-infinite-loopsBehdad Esfahbod2008-08-081-5/+6
* [cairo-scaled-font-subsets] Make utf8 handling more robustBehdad Esfahbod2008-08-081-6/+4
* [test/user-font] Document glyph-not-found situationBehdad Esfahbod2008-08-081-3/+5
* Add cairo_scaled_font_text_to_glyphs()Behdad Esfahbod2008-08-088-128/+301
* [cairo-scaled-font-subsets] Fix bug with utf8 handlingBehdad Esfahbod2008-08-081-1/+1
* [unicode] Add _cairo_utf8_get_char_validated()Behdad Esfahbod2008-08-082-2/+44
* Add cairo_glyph/text_cluster_allocate/freeBehdad Esfahbod2008-08-082-0/+116
* [user-font] Add a cairo_t argument to cairo_user_scaled_font_init_func_tBehdad Esfahbod2008-08-084-43/+74
* Check for NULL pointer in cairo_set_scaled_fontBehdad Esfahbod2008-08-081-0/+5
* [gstate] Check for NULL font_face in _cairo_gstate_set_font_faceBehdad Esfahbod2008-08-081-1/+4