summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [HB] More cast cleanupBehdad Esfahbod2009-08-044-71/+50
|
* [Hb] Use reinterpret casts instead of direct casts to char *Behdad Esfahbod2009-08-046-50/+57
|
* [HB] Merge more templatesBehdad Esfahbod2009-08-041-112/+55
|
* [HB] Simplify indirect sanitize()Behdad Esfahbod2009-08-042-37/+26
|
* [HB] Finish GSUB sanitize()Behdad Esfahbod2009-08-041-1/+20
|
* [HB] Add commentBehdad Esfahbod2009-08-041-2/+4
|
* [HB] Optimize sanitize()Behdad Esfahbod2009-08-041-1/+6
|
* [HB] More sanitize()Behdad Esfahbod2009-08-045-16/+79
|
* [HB] Start sanitize()Behdad Esfahbod2009-08-044-6/+376
|
* [HB] Remove use of typeof()Behdad Esfahbod2009-08-034-12/+12
|
* [HB] Make it all work againBehdad Esfahbod2009-08-033-39/+44
|
* [HB] Use face_t directly instead of ot_layout_tBehdad Esfahbod2009-08-0311-197/+237
|
* [HB] Simplify sub-blob supportBehdad Esfahbod2009-08-032-112/+74
|
* [HB] Add sub-blobsBehdad Esfahbod2009-08-032-27/+147
|
* [HB] Rename hb-font.c to hb-font.ccBehdad Esfahbod2009-08-022-1/+1
|
* [OT] Rename C++ header files from *.h to *.hhBehdad Esfahbod2009-08-0210-41/+41
|
* [HB] Move OT file handling out of ot-layoutBehdad Esfahbod2009-08-026-118/+157
|
* [HB] Port ot-layout to new public APIBehdad Esfahbod2009-08-0214-436/+485
|
* [HB] Add top-level header filesBehdad Esfahbod2009-08-023-0/+71
|
* [HB] Add XXX marksBehdad Esfahbod2009-08-022-5/+4
|
* [HB] Rename _duplicate to _copyBehdad Esfahbod2009-08-012-4/+4
| | | | To be in line with cairo
* [HB] Cleanup TODOBehdad Esfahbod2009-08-011-9/+1
|
* [HB] Cleanup public buffer structsBehdad Esfahbod2009-08-016-66/+97
|
* [OT] Match struct with HB'sBehdad Esfahbod2009-08-014-12/+13
|
* [HB] Port buffert to new object APIBehdad Esfahbod2009-08-015-56/+129
|
* [HB] Move typedef's aroundBehdad Esfahbod2009-08-013-9/+12
|
* [HB] Add get_reference_count()Behdad Esfahbod2009-08-015-0/+52
|
* [Makefile] Fix MOSTLYCLEANFILESBehdad Esfahbod2009-08-011-2/+2
|
* [HB] Remove glib dependencyBehdad Esfahbod2009-08-014-18/+22
|
* [HB] Assorted compiler macrosBehdad Esfahbod2009-08-012-22/+70
|
* [HB] Simplify object creationBehdad Esfahbod2009-08-016-35/+27
|
* [HB] Add abstract font and face APIBehdad Esfahbod2009-08-016-8/+636
| | | | Not used yet.
* [HB] Simplify refcounting functionsBehdad Esfahbod2009-08-014-23/+44
|
* [HB] Fix for dfont's with multiple facesBehdad Esfahbod2009-08-011-2/+4
|
* [HB] Use calloc instead of malloc where feasibleBehdad Esfahbod2009-08-012-5/+7
|
* [HB] Remove hinting setting and use ppem==0 to mean "no hinting"Behdad Esfahbod2009-07-307-33/+40
|
* [HB] Add a "blob" managerBehdad Esfahbod2009-07-305-1/+315
|
* [HB] Move direction to bufferBehdad Esfahbod2009-07-308-16/+26
|
* [HB] Rename internal varsBehdad Esfahbod2009-07-291-28/+28
|
* [HB] Adapt to new buffer APIBehdad Esfahbod2009-07-281-2/+2
|
* [HB] Fix buffer enlargement. OuchBehdad Esfahbod2009-07-281-1/+1
|
* Apply patch from Jonathan KewBehdad Esfahbod2009-07-285-38/+91
|
* Revert "XX"Behdad Esfahbod2009-07-2512-187/+174
| | | | This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.
* Merge branch 'master' into harfbuzz-ngBehdad Esfahbod2009-07-2527-91/+426
|\
| * [docs] Add index of symbols new in 1.24 and 1.26Behdad Esfahbod2009-07-221-0/+6
| |
| * Bug 410169 – gravity problem with Common charsBehdad Esfahbod2009-07-226-14/+76
| | | | | | | | | | | | | | | | | | | | Only show wide chars (as in g_unichar_iswide()) upright. This improves rendering of 1) digits in CJK context, and 2) Narrow Hangul characters. New public API: pango_gravity_get_for_script_and_width()
| * Remove DOS newlineBehdad Esfahbod2009-07-221-1/+1
| |
| * Bug 589113 – Some characters rotated incorrectly in vertical textBehdad Esfahbod2009-07-223-5/+68
| | | | | | | | Always show full-width Unicode characters upright.
| * Bug 582851 -- Little fix for compiling with CygwinCarlo Bramini2009-07-216-6/+156
| | | | | | | | | | Use .def and .rc files on Cygwin, too. Use them for the pangox and pangoxft libraries, too on Cygwin.
| * Bug 588060 -- Fonts missing on CygwinTor Lillqvist2009-07-211-2/+2
| | | | | | | | | | Use HAVE_CAIRO_WIN32 instead of G_OS_WIN32 to decide whether to use the built-in aliases code.