[HB] Rename DEBUG to TRACE where appropriate
[framework/uifw/harfbuzz.git] / src /
2009-11-02 Behdad Esfahbod[HB] Rename DEBUG to TRACE where appropriate
2009-11-02 Behdad Esfahbod[HB] Add GSUB/GPOS tracing
2009-11-02 Behdad Esfahbod[HB] Allow enabling different debug facilities individually
2009-11-02 Behdad EsfahbodFix stupid array growing bug
2009-11-02 Behdad Esfahbod[HB] Simplify counting
2009-11-02 Behdad Esfahbod[HB] Indent
2009-11-02 Behdad Esfahbod[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
2009-11-02 Behdad EsfahbodBug 592484 - invalid write in HB
2009-11-02 Behdad Esfahbod[HB][glib] Make glib unicode funcs static
2009-11-02 Behdad Esfahbod[HB] Fix more casts
2009-11-02 Behdad Esfahbod[HB] Rename CAIRO_ in macro prefix to HB_
2009-11-02 Behdad Esfahbod[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
2009-11-02 Behdad Esfahbod[HB] s/writeable/writable/g
2009-11-02 Behdad Esfahbod[HB] Hide lig_id and component members of hb_glyph_info_t
2009-11-02 Behdad Esfahbod[HB] Fix typo
2009-11-02 Behdad Esfahbod[HB] Add font funcs prototypes
2009-11-02 Behdad EsfahbodFix a few other pedantic warnings
2009-11-02 Behdad Esfahbod[HB] Fix pedantic warnings
2009-11-02 Behdad Esfahbod[HB] Fix more wrong method signatures
2009-11-02 Behdad Esfahbod[HB] Fix wrong method signature
2009-11-02 Behdad EsfahbodBug 592194 - Fix missing _SC_PAGE_SIZE macro
2009-11-02 Behdad Esfahbod[HB] Avoid int overflow in GPOS
2009-11-02 Behdad Esfahbod[HB] Simplify loop
2009-11-02 Behdad Esfahbod[HB] Merge mark positionin code between three types...
2009-11-02 Behdad Esfahbod[HB] More minor shuffling
2009-11-02 Behdad Esfahbod[HB] Move code around
2009-11-02 Behdad Esfahbod[HB] Correctly sanitize LigatureAttach
2009-11-02 Behdad Esfahbod[HB] Simplify MarkBase and MarkLig too
2009-11-02 Behdad Esfahbod[HB] Simplify MarkMark
2009-11-02 Behdad Esfahbod[HB] Fix possible int overflows during sanitize
2009-11-02 Behdad Esfahbod[HB] Debug output for SANITIZE_MEM()
2009-11-02 Behdad Esfahbod[HB] Use inline function for SANITIZE_MEM()
2009-11-02 Behdad Esfahbod[HB] Use SANITIZE_THIS() when applicable
2009-11-02 Behdad Esfahbod[HB] Add note about auditing sanitize code for overflows
2009-11-02 Behdad Esfahbod[HB] Add empty hb_shape() API
2009-11-02 Behdad Esfahbod[HB] Bitfield packing *is* very delicate
2009-11-02 Behdad EsfahbodBug 591511 – hh-blob.c does not compile using mingw...
2009-11-02 Behdad Esfahbod[HB] Fix buffer sizing issue with mingw gcc
2009-11-02 Behdad EsfahbodBug 591413 – needs to link with libstdc++
2009-11-02 Behdad EsfahbodBug 591511 – hb-blob.c does not compile using mingw...
2009-11-02 Behdad Esfahbod[HB] Add comment
2009-11-02 Behdad Esfahbod[HB] Always clear positions if dirty, before returning...
2009-11-02 Behdad Esfahbod[HB] Fix _hb_buffer_next() when positioning
2009-11-02 Behdad Esfahbod[HB] Fixed signedness warnings
2009-11-02 Behdad Esfahbod[HB] Ouch. Fix compilation.
2009-11-02 Behdad Esfahbod[HB] Fix invalid access / overflow on x86-64
2009-11-02 Behdad Esfahbod[HB] Add hb_font_funcs_make_immutable()
2009-11-02 Behdad Esfahbod[HB] Add missing initializer
2009-11-02 Behdad Esfahbod[OT] Hookup glib unicode funcs
2009-11-02 Behdad Esfahbod[HB] Add hb-glib
2009-11-02 Behdad Esfahbod[HB] Add hb_unicode_funcs_make_immutable()
2009-11-02 Behdad Esfahbod[HB] Use nil unicode funcs in nil face
2009-11-02 Behdad Esfahbod[HB] Initialize unicode funcs to nil getters
2009-11-02 Behdad Esfahbod[HB] Flesh out Unicode funcs
2009-11-02 Behdad Esfahbod[HB] Implement buffer UTF-X input
2009-11-02 Behdad Esfahbod[HB] Add buffer UTF-X API
2009-11-02 Behdad Esfahbod[HB] Add hb_buffer_reverse()
2009-11-02 Behdad Esfahbod[HB] Reuse the positions array as alt string array
2009-11-02 Behdad Esfahbod[HB] Start adding Unicode funcs
2009-11-02 Behdad Esfahbod[HB] Put C++ inline's back
2009-11-02 Behdad Esfahbod[HB] Don't override CXX compiler
2009-11-02 Behdad Esfahbod[HB] Indent
2009-11-02 Behdad Esfahbod[HB] Remove unused code
2009-11-02 Behdad Esfahbod[HB] Add a NEXT() macro
2009-11-02 Behdad Esfahbod[HB] Remove done TODO item
2009-11-02 Behdad Esfahbod[HB] Print mark sets in main.cc
2009-11-02 Behdad Esfahbod[HB] Remove hb_ot_layout_table_find_feature()
2009-11-02 Behdad Esfahbod[HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
2009-11-02 Behdad Esfahbod[HB] Fix bug introduced recently
2009-11-02 Behdad Esfahbod[HB] Remove clumsy macros and improve API
2009-11-02 Behdad Esfahbod[HB] Fix various XXX issues
2009-11-02 Behdad Esfahbod[HB] Remove unused var
2009-11-02 Behdad Esfahbod[HB] Remove another stale XXX
2009-11-02 Behdad Esfahbod[HB] Rebrand XXX as TODO
2009-11-02 Behdad Esfahbod[HB] Remove stale XXX
2009-11-02 Behdad Esfahbod[HB] Fix unaligned access
2009-11-02 Behdad Esfahbod[HB] Remove a few 'inline's, though the compiler mostly...
2009-11-02 Behdad Esfahbod[HB] Fix blob to use a actual mutex
2009-11-02 Behdad Esfahbod[HB] Use glib again
2009-11-02 Behdad Esfahbod[HB] Improve debug output
2009-11-02 Behdad Esfahbod[HB] Minor
2009-11-02 Behdad Esfahbod[HB] Add a few TODO items
2009-11-02 Behdad Esfahbod[HB] Improve debug output
2009-11-02 Behdad Esfahbod[HB] Fix blob unlock
2009-11-02 Behdad Esfahbod[HB] Improve debug output and fix mprotect bug
2009-11-02 Behdad Esfahbod[HB] Minor
2009-11-02 Behdad Esfahbod[HB] Fix build of main.cc
2009-11-02 Behdad Esfahbod[HB] turn debugging off
2009-11-02 Behdad Esfahbod[HB] Fix another sanitize() bug; hopefully it's the...
2009-11-02 Behdad Esfahbod[HB] Fix a couple other sanitize() bugs
2009-11-02 Behdad Esfahbod[HB] More debugging output
2009-11-02 Behdad Esfahbod[HB] Fix fatal Sanitizer bug
2009-11-02 Behdad Esfahbod[HB] Add missing sanitize
2009-11-02 Behdad Esfahbod[HB] Add sanitize debugging facilities
2009-11-02 Behdad Esfahbod[HB] Rename open-types to open-type; beauty
2009-11-02 Behdad Esfahbod[HB] Save edit even if not writeable
2009-11-02 Behdad Esfahbod[HB] Fix warnings
2009-11-02 Behdad Esfahbod[HB] Avoid infinite recusion in Extension sanitize()
2009-11-02 Behdad Esfahbod[HB] Hook Sanitizer up. Hell's breaking loose right now
2009-11-02 Behdad Esfahbod[HB] Fix leak
next