framework/uifw/harfbuzz.git
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
2009-11-02 Behdad Esfahbod[HB] Add Sanitizer
2009-11-02 Behdad Esfahbod[HB] Add XXX
2009-11-02 Behdad Esfahbod[HB] Minor cleanup
2009-11-02 Behdad Esfahbod[HB] Shuffle code around
2009-11-02 Behdad Esfahbod[HB] More sanitize infrastructure
2009-11-02 Behdad Esfahbod[HB] open-file sanitize()
2009-11-02 Behdad Esfahbod[HB] Tag sanitize()
2009-11-02 Behdad Esfahbod[HB] GDEF sanitize()
2009-11-02 Behdad Esfahbod[HB] Fix Extension sanitize()
2009-11-02 Behdad Esfahbod[HB] Remove stale TODO
2009-11-02 Behdad Esfahbod[HB] Hookup NEUTER()
2009-11-02 Behdad Esfahbod[HB] Fix mix warnings
2009-11-02 Behdad Esfahbod[HB] GPOS sanitize()
2009-11-02 Behdad Esfahbod[HB] Sanitize DeviceTable
2009-11-02 Behdad Esfahbod[HB] More casts
2009-11-02 Behdad Esfahbod[HB] Fix couple of bugs
2009-11-02 Behdad Esfahbod[HB] More cast cleanup
2009-11-02 Behdad Esfahbod[Hb] Use reinterpret casts instead of direct casts...
2009-11-02 Behdad Esfahbod[HB] Merge more templates
2009-11-02 Behdad Esfahbod[HB] Simplify indirect sanitize()
2009-11-02 Behdad Esfahbod[HB] Finish GSUB sanitize()
2009-11-02 Behdad Esfahbod[HB] Add comment
2009-11-02 Behdad Esfahbod[HB] Optimize sanitize()
2009-11-02 Behdad Esfahbod[HB] More sanitize()
2009-11-02 Behdad Esfahbod[HB] Start sanitize()
2009-11-02 Behdad Esfahbod[HB] Remove use of typeof()
2009-11-02 Behdad Esfahbod[HB] Make it all work again
2009-11-02 Behdad Esfahbod[HB] Use face_t directly instead of ot_layout_t
2009-11-02 Behdad Esfahbod[HB] Simplify sub-blob support
2009-11-02 Behdad Esfahbod[HB] Add sub-blobs
2009-11-02 Behdad Esfahbod[HB] Rename hb-font.c to hb-font.cc
2009-11-02 Behdad Esfahbod[OT] Rename C++ header files from *.h to *.hh
2009-11-02 Behdad Esfahbod[HB] Move OT file handling out of ot-layout
2009-11-02 Behdad Esfahbod[HB] Port ot-layout to new public API
2009-11-02 Behdad Esfahbod[HB] Add top-level header files
2009-11-02 Behdad Esfahbod[HB] Add XXX marks
2009-11-02 Behdad Esfahbod[HB] Rename _duplicate to _copy
2009-11-02 Behdad Esfahbod[HB] Cleanup TODO
2009-11-02 Behdad Esfahbod[HB] Cleanup public buffer structs
2009-11-02 Behdad Esfahbod[OT] Match struct with HB's
2009-11-02 Behdad Esfahbod[HB] Port buffert to new object API
2009-11-02 Behdad Esfahbod[HB] Move typedef's around
2009-11-02 Behdad Esfahbod[HB] Add get_reference_count()
2009-11-02 Behdad Esfahbod[HB] Remove glib dependency
2009-11-02 Behdad Esfahbod[HB] Assorted compiler macros
2009-11-02 Behdad Esfahbod[HB] Simplify object creation
2009-11-02 Behdad Esfahbod[HB] Add abstract font and face API
2009-11-02 Behdad Esfahbod[HB] Simplify refcounting functions
2009-11-02 Behdad Esfahbod[HB] Fix for dfont's with multiple faces
2009-11-02 Behdad Esfahbod[HB] Use calloc instead of malloc where feasible
2009-11-02 Behdad Esfahbod[HB] Remove hinting setting and use ppem==0 to mean...
2009-11-02 Behdad Esfahbod[HB] Add a "blob" manager
2009-11-02 Behdad Esfahbod[HB] Move direction to buffer
2009-11-02 Behdad Esfahbod[HB] Rename internal vars
2009-11-02 Behdad Esfahbod[HB] Fix buffer enlargement. Ouch
2009-11-02 Behdad EsfahbodApply patch from Jonathan Kew
2009-11-02 Behdad EsfahbodRevert "XX"
2009-11-02 Behdad EsfahbodXX
2009-11-02 Behdad Esfahbod[GPOS] Advance buffer cursor in SinglePos lookups....
2009-11-02 Behdad Esfahbod[HB] Improve buffer. Don't dup out buffer unless out...
2009-11-02 Behdad Esfahbod[GPOS] Fix property checking
2009-11-02 Behdad Esfahbod[GPOS] Add vertical TODO
2009-11-02 Behdad Esfahbod[HB] Remove useless include
2009-11-02 Behdad Esfahbod[GPOS] Remove unused variables
2009-11-02 Behdad Esfahbod[HB] Fix glyph properties
2009-11-02 Behdad Esfahbod[GPOS] Fix PairPos signedness
2009-11-02 Behdad Esfahbod[GPOS] Fix mark matching
2009-11-02 Behdad Esfahbod[HB] When looking back/forward, skip marks only
2009-11-02 Behdad Esfahbod[GDEF] Support MarkFilteringSets
2009-11-02 Behdad Esfahbod[HB] Simplify MarkAttachmentType handling
2009-11-02 Behdad Esfahbod[HB] Support parsing MarkFilteringSets introduced in...
2009-11-02 Behdad Esfahbod[HB] More de-C++'ization
2009-11-02 Behdad Esfahbod[HB] Start MarkFilteringSet support
2009-11-02 Behdad Esfahbod[HB] Implement get_lig_carets()
2009-11-02 Behdad Esfahbod[HB] Add get_attach_points()
2009-11-02 Behdad Esfahbod[HB] Remove more macros
2009-11-02 Behdad Esfahbod[HB] More buffer cleanup
2009-11-02 Behdad Esfahbod[HB] Cleanup buffer
2009-11-02 Behdad Esfahbod[HB] Clean more
next