summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Increment cairo version to 1.3.14 (and libtool versioning to 12:4:10)1.3.14Carl Worth1-2/+2
2007-02-14NEWS: Add notes for the 1.3.14 snapshotCarl Worth1-0/+56
2007-02-13Mark test/rotate-image-surface-paint as XFAILCarl Worth2-1/+3
2007-02-13Fix cairo_ft_unscaled_font_t to have a lock_count again not an is_locked BooleanCarl Worth1-6/+6
2007-02-13Add missing call to set_scale of unscaled_font in scaled_glyph initCarl Worth1-0/+3
2007-02-14type1-subset: fix error handling.Jinghua Luo1-11/+23
2007-02-13Update Win32 makefilesDan Amelang2-2/+8
2007-02-13ROADMAP: Note that text spacing issues for win32 are fixedCarl Worth1-1/+1
2007-02-13Fix Win32 text spacing problemDan Amelang1-2/+2
2007-02-13Rename cairo_toy_font_face_hash_table_mutex to cairo_font_face_mutexCarl Worth1-12/+19
2007-02-13Add locking to cairo_font_face_reference/destroyCarl Worth1-4/+17
2007-02-13Increase pthread-show-text thread count and add cairo_select_font_face to exp...Carl Worth1-1/+4
2007-02-13Add mutex to implement _cairo_ft_unscaled_font_lock_face and _cairo_ft_unscal...Carl Worth1-29/+53
2007-02-13Avoid public cairo_ft_scaled_font_lock_face for internal useCarl Worth1-3/+3
2007-02-13Add missing _cairo_ft_unscaled_font_unlock_face to _cairo_ft_scaled_font_createCarl Worth1-0/+2
2007-02-13PDF: Add missing character code to Differences arrayAdrian Johnson1-1/+1
2007-02-13output-stream: coding style fixAdrian Johnson1-2/+2
2007-02-13CFF: Fix Visual C++ compile problemAdrian Johnson1-11/+14
2007-02-11PDF: Remove dead codeAdrian Johnson1-108/+0
2007-02-11Output-stream: Omit the minus sign from negative zeroAdrian Johnson1-0/+4
2007-02-11PDF: Compress Type3 fontsAdrian Johnson1-1/+1
2007-02-11PDF: Fix Type3 font metrics to make text selection workAdrian Johnson1-10/+56
2007-02-11[ATSUI] scale fonts using font size not font matrixBrian Ewins1-13/+9
2007-02-10Unreleased lock typo in cairo-scaled-font.cBrian Ewins1-1/+1
2007-02-08[PS/PDF/SVG] Return a write_error nil surface on write errorsEugeniy Meshcheryakov5-3/+11
2007-02-08[cairo-surface] Use a macro definition for all nil surfacesEugeniy Meshcheryakov1-101/+38
2007-02-08[cairoint] Make it compile with libpng disabledKalle Vahlman1-1/+6
2007-02-08Oops, correct typo in previous commitPeter Weilbacher1-1/+1
2007-02-08Correct scaled font mutex definitions for OS/2Peter Weilbacher1-2/+2
2007-02-07PDF: Another fix for TrueType metricsAdrian Johnson3-22/+26
2007-02-07PDF: Make text selection and extraction workAdrian Johnson9-22/+385
2007-02-06Add missing locking to _cairo_scaled_font_text_to_glyphsCarl Worth1-5/+10
2007-02-06Expand font_map locking to cover call to backend->scaled_font_createCarl Worth1-6/+3
2007-02-06test/pthread-show-text: Increease iterations to expose locking bugCarl Worth1-2/+5
2007-02-06ROADMAP: Drop 1.3.6 which is already in the past and note 8379 fix and pixman...Carl Worth1-6/+2
2007-02-06ROADMAP: Note that the 8801 locking bug is fixed.Carl Worth1-1/+1
2007-02-06Remove dead cff_dict_remove functionCarl Worth1-14/+0
2007-02-06Remove half-leftover debugging code from previous commitCarl Worth1-2/+1
2007-02-06Add scaled_font->mutex to allow locking for all subordinate objectsCarl Worth6-23/+132
2007-02-06Move scaled font holdovers magic from reference to create to fix race conditionCarl Worth1-31/+26
2007-02-06Avoid holding lock when calling _cairo_scaled_font_finiCarl Worth1-10/+14
2007-02-06Don't hold mutex over backend->scaled_font_createCarl Worth1-24/+24
2007-02-07PDF: Correct the y value of Td in show_glyphsAdrian Johnson1-1/+1
2007-02-06Apply patch from Marco Gritti and Jordan Crouse to correctly detectSoren Sandmann Pedersen1-1/+3
2007-02-06Remove left-over assert and some alpha checks fromSoren Sandmann Pedersen1-39/+13
2007-02-05PS: Correct the TrueType Encoding and CharstringsAdrian Johnson1-4/+4
2007-02-04PDF: Fix TrueType font metricsAdrian Johnson1-8/+11
2007-02-04PDF: Add Encoding dictionary to TrueType fontsAdrian Johnson1-2/+19
2007-02-04TrueType: Include notdef glyph in the subsetAdrian Johnson1-7/+16
2007-02-04TrueType Subsetting: Whitespace changeAdrian Johnson1-10/+10