summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-28[object] Make debug code always available to the compilerBehdad Esfahbod1-15/+27
2010-04-28MinorBehdad Esfahbod1-3/+5
2010-04-28[blob] Make debug code always available to the compilerBehdad Esfahbod1-46/+32
2010-04-28Fix build. Ouch!Behdad Esfahbod1-1/+1
2010-04-28Fix debug buildBehdad Esfahbod2-3/+3
2010-04-27[object] Actually handle malloc() failureBehdad Esfahbod1-4/+6
2010-04-26Fix Device::get_size() calculationBehdad Esfahbod1-2/+6
2010-04-25Rename Var to ObjBehdad Esfahbod1-4/+4
2010-04-25Remove use of flexible arraysBehdad Esfahbod2-5/+0
2010-04-23Cleanup hb_face_create_for_data()Behdad Esfahbod5-50/+123
2010-04-23Allow get_table() to return NULLBehdad Esfahbod2-2/+6
2010-04-23TypoBehdad Esfahbod1-1/+1
2010-04-23Remove lock_instance()Behdad Esfahbod3-8/+4
2010-04-23Add different casts from pointer and ref to avoid bugsBehdad Esfahbod4-20/+28
2010-04-23Remove GET_FOR_DATA macrosBehdad Esfahbod7-38/+5
2010-04-23Add TODOBehdad Esfahbod5-9/+10
2010-04-23Zero glyph metrics before calling user callbackBehdad Esfahbod1-3/+3
2010-04-23More warning fixesBehdad Esfahbod3-23/+22
2010-04-23Remove unused parameterBehdad Esfahbod1-3/+3
2010-04-23Fix compile warnings (HB_GNUC_UNUSED)Behdad Esfahbod5-25/+51
2010-04-23No need to keep blob in sanitize contextBehdad Esfahbod1-8/+5
2010-04-23When sanitizing, delay making writableBehdad Esfahbod1-4/+7
2010-04-23[blob] Fallback to copying if mprotect() failsBehdad Esfahbod1-2/+3
2010-04-23Cleanup OpenTypeFontFileBehdad Esfahbod2-19/+27
2010-04-23Properly define separate structs for TTCHeader and TTCHeaderVersion1Behdad Esfahbod1-16/+55
2010-04-22Cleanup Extension lookupsBehdad Esfahbod2-53/+33
2010-04-22Add comment re bsearch effect on sanitizeBehdad Esfahbod2-5/+5
2010-04-22CosmeticBehdad Esfahbod2-4/+4
2010-04-22Convert the last set of cast macros to templatesBehdad Esfahbod5-42/+57
2010-04-22Remove unused macroBehdad Esfahbod1-1/+0
2010-04-22Cleanup Extension sanitize()Behdad Esfahbod4-40/+33
2010-04-22Fail sanitize on major version mismatchBehdad Esfahbod3-4/+4
2010-04-22More sanitize cleanupBehdad Esfahbod2-24/+4
2010-04-22Minor cleanup of sanitizeBehdad Esfahbod1-9/+9
2010-04-22Check for (impossible) overflowBehdad Esfahbod1-0/+1
2010-04-22Cleanup ContextFormat3 sanitizeBehdad Esfahbod1-2/+3
2010-04-22Add commentBehdad Esfahbod1-1/+3
2010-04-22MinorBehdad Esfahbod1-1/+1
2010-04-22Remove integrity check in Tag sanitizeBehdad Esfahbod2-10/+1
2010-04-22Don't sanitize raw table dataBehdad Esfahbod1-6/+9
2010-04-22Add comentBehdad Esfahbod1-0/+1
2010-04-22Remove unnecessary castsBehdad Esfahbod1-4/+4
2010-04-22Avoid overflow in TableDirectory sanitizeBehdad Esfahbod1-1/+1
2010-04-22Make casts more explicitBehdad Esfahbod2-4/+4
2010-04-22Make sure semicolon is expected after DEFINE_NULL_DATA()Behdad Esfahbod1-2/+3
2010-04-22Improve Subst/Pos SubTable access and sanitizeBehdad Esfahbod2-4/+4
2010-04-22Simplify Extension offset now that our int types have no alignmentBehdad Esfahbod1-6/+3
2010-04-22Sanitize shallow in Lookup since the generic SubLookup has no methodsBehdad Esfahbod1-1/+1
2010-04-22Watch for overflow in Array sanitizeBehdad Esfahbod2-7/+16
2010-04-22Rename const_sub_array to sub_array since all consts are implicit nowBehdad Esfahbod3-5/+5