summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [HB] Always clear positions if dirty, before returning to userBehdad Esfahbod2009-08-121-2/+2
|
* [HB] Fix _hb_buffer_next() when positioningBehdad Esfahbod2009-08-122-0/+13
| | | | | | We were copying glyphs to output. This should not happen when in GPOS. Back then it was fine, then some optimizations broke then assumption.
* [HB] Fixed signedness warningsBehdad Esfahbod2009-08-121-2/+2
|
* [HB] Ouch. Fix compilation.Behdad Esfahbod2009-08-121-1/+1
|
* [HB] Fix invalid access / overflow on x86-64Behdad Esfahbod2009-08-122-11/+12
| | | | | Bug 591557 – [HB] crash scrolling the evolution message list Bug 591576 – crashed with SIGSEGV at pango
* Bug 591465 – Gimp crashes upon opening the font selection dialogBehdad Esfahbod2009-08-111-3/+3
| | | | Initialize count variables.
* [doc] Update doc templatesBehdad Esfahbod2009-08-111-0/+9
|
* Release 1.25.21.25.2Behdad Esfahbod2009-08-112-2/+10
|
* [doc] Update for ATSUI changeBehdad Esfahbod2009-08-111-1/+1
| | | | Bug 562100 – docs check fails
* Bug 591409 – crash in firefox. Handle non-mmapped FT_FaceBehdad Esfahbod2009-08-111-10/+40
|
* [HB] Add hb_font_funcs_make_immutable()Behdad Esfahbod2009-08-103-2/+22
|
* [HB] Add missing initializerBehdad Esfahbod2009-08-101-1/+3
|
* [OT] Hookup glib unicode funcsBehdad Esfahbod2009-08-107-16/+21
|
* [HB] Add hb-glibBehdad Esfahbod2009-08-106-10/+109
|
* [HB] Add hb_unicode_funcs_make_immutable()Behdad Esfahbod2009-08-103-5/+21
|
* [HB] Use nil unicode funcs in nil faceBehdad Esfahbod2009-08-103-4/+8
|
* [HB] Initialize unicode funcs to nil gettersBehdad Esfahbod2009-08-101-10/+19
|
* [HB] Flesh out Unicode funcsBehdad Esfahbod2009-08-104-19/+65
|
* [HB] Implement buffer UTF-X inputBehdad Esfahbod2009-08-102-6/+116
|
* [HB] Add buffer UTF-X APIBehdad Esfahbod2009-08-101-0/+21
|
* [HB] Add hb_buffer_reverse()Behdad Esfahbod2009-08-102-3/+36
|
* [HB] Reuse the positions array as alt string arrayBehdad Esfahbod2009-08-102-20/+9
|
* [HB] Start adding Unicode funcsBehdad Esfahbod2009-08-108-236/+464
|
* [HB] Put C++ inline's backBehdad Esfahbod2009-08-107-41/+41
| | | | Apparetly in C++, inline means a totally different thing.
* Add CXX check to configureBehdad Esfahbod2009-08-101-10/+1
|
* [HB] Don't override CXX compilerBehdad Esfahbod2009-08-101-1/+2
| | | | Just add couple of options to it (still assuming gcc)
* Release 1.25.11.25.1Behdad Esfahbod2009-08-102-2/+20
|
* [OT] Remove list of private (and gone) symbols from public def fileBehdad Esfahbod2009-08-101-3/+0
| | | | Oops!
* Revert "Build introspection again"Behdad Esfahbod2009-08-101-15/+16
| | | | | | This reverts commit 853f3ddd12ea2fbf3bed551ebfd542536e7f42e0. The introspection stuff doesn't hook into the build system correctly and hence breaks "distcheck". Need to look into it again.
* [HB] IndentBehdad Esfahbod2009-08-101-4/+4
|
* [HB] Remove unused codeBehdad Esfahbod2009-08-091-10/+0
|
* [HB] Add a NEXT() macroBehdad Esfahbod2009-08-094-18/+20
|
* [HB] Remove done TODO itemBehdad Esfahbod2009-08-091-1/+0
|
* [HB] Print mark sets in main.ccBehdad Esfahbod2009-08-091-0/+2
|
* [HB] Remove hb_ot_layout_table_find_feature()Behdad Esfahbod2009-08-082-22/+0
| | | | | That function doesn't make much sense as multiple features in the table may have the same tag.
* [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_tBehdad Esfahbod2009-08-0810-60/+44
|
* [HB] Fix bug introduced recentlyBehdad Esfahbod2009-08-081-2/+2
|
* [HB] Remove clumsy macros and improve APIBehdad Esfahbod2009-08-088-354/+274
|
* [HB] Fix various XXX issuesBehdad Esfahbod2009-08-062-6/+12
|
* [HB] Remove unused varBehdad Esfahbod2009-08-061-2/+0
|
* [HB] Remove another stale XXXBehdad Esfahbod2009-08-061-2/+0
|
* [HB] Rebrand XXX as TODOBehdad Esfahbod2009-08-061-2/+2
|
* [HB] Remove stale XXXBehdad Esfahbod2009-08-061-2/+0
|
* [HB] Fix unaligned accessBehdad Esfahbod2009-08-062-3/+39
|
* [HB] Remove a few 'inline's, though the compiler mostly ignores themBehdad Esfahbod2009-08-063-12/+11
|
* [HB] Fix blob to use a actual mutexBehdad Esfahbod2009-08-063-43/+106
|
* [HB] Use glib againBehdad Esfahbod2009-08-064-36/+37
|
* [OT] Remove SFNT special-casing. HB knows how to do thatBehdad Esfahbod2009-08-061-17/+13
|
* [OT] Fix crash with non-SFNT fontsBehdad Esfahbod2009-08-061-1/+1
|
* [OT] Make sure we own face generic data before using itBehdad Esfahbod2009-08-061-1/+4
|