Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-04-28 | [object] Make debug code always available to the compiler | Behdad Esfahbod | 1 | -15/+27 |
2010-04-28 | Minor | Behdad Esfahbod | 1 | -3/+5 |
2010-04-28 | [blob] Make debug code always available to the compiler | Behdad Esfahbod | 1 | -46/+32 |
2010-04-28 | Fix build. Ouch! | Behdad Esfahbod | 1 | -1/+1 |
2010-04-28 | Fix debug build | Behdad Esfahbod | 2 | -3/+3 |
2010-04-27 | [object] Actually handle malloc() failure | Behdad Esfahbod | 1 | -4/+6 |
2010-04-26 | Fix Device::get_size() calculation | Behdad Esfahbod | 1 | -2/+6 |
2010-04-25 | Rename Var to Obj | Behdad Esfahbod | 1 | -4/+4 |
2010-04-25 | Remove use of flexible arrays | Behdad Esfahbod | 2 | -5/+0 |
2010-04-23 | Cleanup hb_face_create_for_data() | Behdad Esfahbod | 5 | -50/+123 |
2010-04-23 | Allow get_table() to return NULL | Behdad Esfahbod | 2 | -2/+6 |
2010-04-23 | Typo | Behdad Esfahbod | 1 | -1/+1 |
2010-04-23 | Remove lock_instance() | Behdad Esfahbod | 3 | -8/+4 |
2010-04-23 | Add different casts from pointer and ref to avoid bugs | Behdad Esfahbod | 4 | -20/+28 |
2010-04-23 | Remove GET_FOR_DATA macros | Behdad Esfahbod | 7 | -38/+5 |
2010-04-23 | Add TODO | Behdad Esfahbod | 5 | -9/+10 |
2010-04-23 | Zero glyph metrics before calling user callback | Behdad Esfahbod | 1 | -3/+3 |
2010-04-23 | More warning fixes | Behdad Esfahbod | 3 | -23/+22 |
2010-04-23 | Remove unused parameter | Behdad Esfahbod | 1 | -3/+3 |
2010-04-23 | Fix compile warnings (HB_GNUC_UNUSED) | Behdad Esfahbod | 5 | -25/+51 |
2010-04-23 | No need to keep blob in sanitize context | Behdad Esfahbod | 1 | -8/+5 |
2010-04-23 | When sanitizing, delay making writable | Behdad Esfahbod | 1 | -4/+7 |
2010-04-23 | [blob] Fallback to copying if mprotect() fails | Behdad Esfahbod | 1 | -2/+3 |
2010-04-23 | Cleanup OpenTypeFontFile | Behdad Esfahbod | 2 | -19/+27 |
2010-04-23 | Properly define separate structs for TTCHeader and TTCHeaderVersion1 | Behdad Esfahbod | 1 | -16/+55 |
2010-04-22 | Cleanup Extension lookups | Behdad Esfahbod | 2 | -53/+33 |
2010-04-22 | Add comment re bsearch effect on sanitize | Behdad Esfahbod | 2 | -5/+5 |
2010-04-22 | Cosmetic | Behdad Esfahbod | 2 | -4/+4 |
2010-04-22 | Convert the last set of cast macros to templates | Behdad Esfahbod | 5 | -42/+57 |
2010-04-22 | Remove unused macro | Behdad Esfahbod | 1 | -1/+0 |
2010-04-22 | Cleanup Extension sanitize() | Behdad Esfahbod | 4 | -40/+33 |
2010-04-22 | Fail sanitize on major version mismatch | Behdad Esfahbod | 3 | -4/+4 |
2010-04-22 | More sanitize cleanup | Behdad Esfahbod | 2 | -24/+4 |
2010-04-22 | Minor cleanup of sanitize | Behdad Esfahbod | 1 | -9/+9 |
2010-04-22 | Check for (impossible) overflow | Behdad Esfahbod | 1 | -0/+1 |
2010-04-22 | Cleanup ContextFormat3 sanitize | Behdad Esfahbod | 1 | -2/+3 |
2010-04-22 | Add comment | Behdad Esfahbod | 1 | -1/+3 |
2010-04-22 | Minor | Behdad Esfahbod | 1 | -1/+1 |
2010-04-22 | Remove integrity check in Tag sanitize | Behdad Esfahbod | 2 | -10/+1 |
2010-04-22 | Don't sanitize raw table data | Behdad Esfahbod | 1 | -6/+9 |
2010-04-22 | Add coment | Behdad Esfahbod | 1 | -0/+1 |
2010-04-22 | Remove unnecessary casts | Behdad Esfahbod | 1 | -4/+4 |
2010-04-22 | Avoid overflow in TableDirectory sanitize | Behdad Esfahbod | 1 | -1/+1 |
2010-04-22 | Make casts more explicit | Behdad Esfahbod | 2 | -4/+4 |
2010-04-22 | Make sure semicolon is expected after DEFINE_NULL_DATA() | Behdad Esfahbod | 1 | -2/+3 |
2010-04-22 | Improve Subst/Pos SubTable access and sanitize | Behdad Esfahbod | 2 | -4/+4 |
2010-04-22 | Simplify Extension offset now that our int types have no alignment | Behdad Esfahbod | 1 | -6/+3 |
2010-04-22 | Sanitize shallow in Lookup since the generic SubLookup has no methods | Behdad Esfahbod | 1 | -1/+1 |
2010-04-22 | Watch for overflow in Array sanitize | Behdad Esfahbod | 2 | -7/+16 |
2010-04-22 | Rename const_sub_array to sub_array since all consts are implicit now | Behdad Esfahbod | 3 | -5/+5 |