Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove REBUILD black magic | Behdad Esfahbod | 2009-11-10 | 1 | -2/+2 |
* | Fix leak with non-mmapped fonts | Behdad Esfahbod | 2009-11-03 | 1 | -1/+1 |
* | [HB] Add glyph_metrics typedef | Behdad Esfahbod | 2009-10-29 | 1 | -0/+9 |
* | [HB] Add point_index to get_contour_point() | Behdad Esfahbod | 2009-10-29 | 1 | -0/+1 |
* | [HB] Fix lookup_flag ignoring | Behdad Esfahbod | 2009-10-29 | 2 | -1/+2 |
* | Allow using uninstalled glib | Behdad Esfahbod | 2009-10-22 | 1 | -2/+2 |
* | Typo | Behdad Esfahbod | 2009-10-05 | 1 | -1/+1 |
* | Bug 596837 - Typo in pango_cairo_show_layout documentation | Behdad Esfahbod | 2009-09-30 | 1 | -1/+1 |
* | [HB] Add comment | Behdad Esfahbod | 2009-09-21 | 1 | -0/+5 |
* | [HB] Fix apply_lookup() loop | Behdad Esfahbod | 2009-09-21 | 1 | -1/+2 |
* | [HB] Fix bug in chain_context_lookup() invocations | Behdad Esfahbod | 2009-09-21 | 1 | -2/+2 |
* | Bug 595350 - set LC_ALL=C, not LANG=C | Behdad Esfahbod | 2009-09-16 | 1 | -1/+2 |
* | Bug 594936 - pango_layout_set_wrap | Behdad Esfahbod | 2009-09-11 | 1 | -1/+1 |
* | Bug 594934 - pango_layout_copy | Behdad Esfahbod | 2009-09-11 | 2 | -32/+22 |
* | [HB] Add TODO item | Behdad Esfahbod | 2009-08-30 | 1 | -0/+1 |
* | [HB] Rename DEBUG to TRACE where appropriate | Behdad Esfahbod | 2009-08-28 | 7 | -176/+176 |
* | [HB] Add GSUB/GPOS tracing | Behdad Esfahbod | 2009-08-28 | 3 | -8/+98 |
* | [HB] Allow enabling different debug facilities individually | Behdad Esfahbod | 2009-08-28 | 2 | -26/+34 |
* | Fix stupid array growing bug | Behdad Esfahbod | 2009-08-28 | 1 | -1/+4 |
* | [HB] Simplify counting | Behdad Esfahbod | 2009-08-27 | 1 | -4/+5 |
* | Fix bug with lookup_index overflowing our static array | Behdad Esfahbod | 2009-08-27 | 1 | -0/+2 |
* | [HB] Indent | Behdad Esfahbod | 2009-08-27 | 1 | -2/+2 |
* | [HB] Bug 593231 - < c99 compiler dislikes ValueRecord | Behdad Esfahbod | 2009-08-26 | 1 | -1/+3 |
* | Bug 592484 - invalid write in HB | Behdad Esfahbod | 2009-08-20 | 1 | -2/+2 |
* | [HB][glib] Make glib unicode funcs static | Behdad Esfahbod | 2009-08-20 | 1 | -19/+17 |
* | [HB] Fix more casts | Behdad Esfahbod | 2009-08-19 | 1 | -5/+5 |
* | [HB] Rename CAIRO_ in macro prefix to HB_ | Behdad Esfahbod | 2009-08-19 | 1 | -3/+3 |
* | [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE | Behdad Esfahbod | 2009-08-19 | 2 | -27/+25 |
* | [HB] s/writeable/writable/g | Behdad Esfahbod | 2009-08-19 | 4 | -29/+29 |
* | [HB] Hide lig_id and component members of hb_glyph_info_t | Behdad Esfahbod | 2009-08-19 | 1 | -3/+2 |
* | [HB] Fix typo | Behdad Esfahbod | 2009-08-19 | 1 | -1/+1 |
* | [HB] Add font funcs prototypes | Behdad Esfahbod | 2009-08-18 | 3 | -17/+22 |
* | Fix a few other pedantic warnings | Behdad Esfahbod | 2009-08-18 | 4 | -5/+5 |
* | [HB] Fix pedantic warnings | Behdad Esfahbod | 2009-08-18 | 3 | -13/+13 |
* | [HB] Fix more wrong method signatures | Behdad Esfahbod | 2009-08-18 | 1 | -1/+1 |
* | [HB] Fix wrong method signature | Behdad Esfahbod | 2009-08-18 | 1 | -2/+2 |
* | Bug 592194 - Fix missing _SC_PAGE_SIZE macro | Behdad Esfahbod | 2009-08-18 | 1 | -34/+60 |
* | Bug 592131 - Add AM_SILENT_RULES | Behdad Esfahbod | 2009-08-17 | 1 | -22/+22 |
* | [introspection] Don't this gir files, really | Behdad Esfahbod | 2009-08-17 | 1 | -1/+1 |
* | [Makefile] Remove GIR files from EXTRA_DIST | Behdad Esfahbod | 2009-08-17 | 1 | -2/+0 |
* | Re-enable introspection, delete PangoX | Colin Walters | 2009-08-17 | 1 | -42/+27 |
* | [HB] Avoid int overflow in GPOS | Behdad Esfahbod | 2009-08-17 | 2 | -10/+13 |
* | [HB] Simplify loop | Behdad Esfahbod | 2009-08-14 | 1 | -17/+14 |
* | [HB] Merge mark positionin code between three types of lookups | Behdad Esfahbod | 2009-08-14 | 1 | -66/+29 |
* | [HB] More minor shuffling | Behdad Esfahbod | 2009-08-14 | 2 | -3/+5 |
* | [HB] Move code around | Behdad Esfahbod | 2009-08-14 | 2 | -19/+21 |
* | [HB] Correctly sanitize LigatureAttach | Behdad Esfahbod | 2009-08-14 | 4 | -9/+19 |
* | [HB] Simplify MarkBase and MarkLig too | Behdad Esfahbod | 2009-08-14 | 1 | -79/+48 |
* | [HB] Simplify MarkMark | Behdad Esfahbod | 2009-08-14 | 1 | -13/+16 |
* | [HB] Fix possible int overflows during sanitize | Behdad Esfahbod | 2009-08-14 | 3 | -8/+30 |