Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-11-04 | Another one | Behdad Esfahbod | 1 | -1/+1 |
2009-11-04 | Minor | Behdad Esfahbod | 1 | -1/+1 |
2009-11-04 | Fix previous commit, ouch! | Behdad Esfahbod | 3 | -16/+20 |
2009-11-04 | Fix array query API | Behdad Esfahbod | 6 | -91/+131 |
2009-11-04 | Finish FT glue. Rough and untested | Behdad Esfahbod | 3 | -55/+63 |
2009-11-03 | Add TODO item | Behdad Esfahbod | 1 | -0/+1 |
2009-11-03 | Implement nil font functions | Behdad Esfahbod | 7 | -26/+91 |
2009-11-03 | Start ft glue | Behdad Esfahbod | 10 | -17/+281 |
2009-11-03 | Add ICU glue | Behdad Esfahbod | 4 | -5/+288 |
2009-11-03 | Fix hb_be_uint16() | Behdad Esfahbod | 1 | -1/+1 |
2009-11-03 | Namespace MSVC defines in public header | Behdad Esfahbod | 1 | -4/+4 |
2009-11-03 | Move unicode_funcs to buffer | Behdad Esfahbod | 7 | -36/+63 |
2009-11-03 | [Makefile] Install hb-unicode.h | Behdad Esfahbod | 1 | -11/+16 |
2009-11-03 | [TODO] Add item for fixing buffer error handling | Behdad Esfahbod | 1 | -0/+1 |
2009-11-03 | Add check for not linking to libstdc++ | Behdad Esfahbod | 3 | -2/+33 |
2009-11-03 | Use the C linker, not C++ linker | Behdad Esfahbod | 1 | -0/+2 |
2009-11-03 | [configure] Fix check for FreeType | Behdad Esfahbod | 1 | -1/+1 |
2009-11-03 | [TODO] Remove obsolete item | Behdad Esfahbod | 1 | -2/+0 |
2009-11-03 | Add bunch of TODO items | Behdad Esfahbod | 1 | -3/+12 |
2009-11-03 | More MSVC fixes from Jonathan Kew | Behdad Esfahbod | 2 | -1/+11 |
2009-11-03 | Don't use zero-sized arrays | Behdad Esfahbod | 8 | -137/+122 |
2009-11-02 | Cosmetic | Behdad Esfahbod | 1 | -1/+1 |
2009-11-02 | Another try at build without glib | Behdad Esfahbod | 1 | -2/+6 |
2009-11-02 | Fix build without glib, again | Behdad Esfahbod | 1 | -2/+2 |
2009-11-02 | Disable configure cache | Behdad Esfahbod | 1 | -1/+0 |
2009-11-02 | We don't really use gthread directly | Behdad Esfahbod | 1 | -1/+1 |
2009-11-02 | Update Makefile to build without glib | Behdad Esfahbod | 2 | -3/+11 |
2009-11-02 | Build without glib | Behdad Esfahbod | 1 | -2/+17 |
2009-11-02 | MSVC has no stdint.h | Behdad Esfahbod | 1 | -0/+13 |
2009-11-02 | Remove use of GINT16_FROM_BE | Behdad Esfahbod | 1 | -8/+2 |
2009-11-02 | Install library | Behdad Esfahbod | 2 | -4/+3 |
2009-11-02 | Generate ChangeLog | Behdad Esfahbod | 1 | -0/+39 |
2009-11-02 | Add build system | Behdad Esfahbod | 12 | -12/+427 |
2009-11-02 | [HB] Add glyph_metrics typedefpango-extractpoint | Behdad Esfahbod | 1 | -0/+9 |
2009-11-02 | [HB] Add point_index to get_contour_point() | Behdad Esfahbod | 1 | -0/+1 |
2009-11-02 | [HB] Fix lookup_flag ignoring | Behdad Esfahbod | 2 | -1/+2 |
2009-11-02 | [HB] Add comment | Behdad Esfahbod | 1 | -0/+5 |
2009-11-02 | [HB] Fix apply_lookup() loop | Behdad Esfahbod | 1 | -1/+2 |
2009-11-02 | [HB] Fix bug in chain_context_lookup() invocations | Behdad Esfahbod | 1 | -2/+2 |
2009-11-02 | [HB] Add TODO item | Behdad Esfahbod | 1 | -0/+1 |
2009-11-02 | [HB] Rename DEBUG to TRACE where appropriate | Behdad Esfahbod | 7 | -176/+176 |
2009-11-02 | [HB] Add GSUB/GPOS tracing | Behdad Esfahbod | 3 | -8/+98 |
2009-11-02 | [HB] Allow enabling different debug facilities individually | Behdad Esfahbod | 2 | -26/+34 |
2009-11-02 | Fix stupid array growing bug | Behdad Esfahbod | 1 | -1/+4 |
2009-11-02 | [HB] Simplify counting | Behdad Esfahbod | 1 | -4/+5 |
2009-11-02 | [HB] Indent | Behdad Esfahbod | 1 | -2/+2 |
2009-11-02 | [HB] Bug 593231 - < c99 compiler dislikes ValueRecord | Behdad Esfahbod | 1 | -1/+3 |
2009-11-02 | Bug 592484 - invalid write in HB | Behdad Esfahbod | 1 | -2/+2 |
2009-11-02 | [HB][glib] Make glib unicode funcs static | Behdad Esfahbod | 1 | -19/+17 |
2009-11-02 | [HB] Fix more casts | Behdad Esfahbod | 1 | -5/+5 |