framework/uifw/harfbuzz.git
14 years agoFix ref counting
Behdad Esfahbod [Thu, 5 Nov 2009 22:58:41 +0000 (17:58 -0500)]
Fix ref counting

14 years agoAdd hb_ft_face_create_cached
Behdad Esfahbod [Thu, 5 Nov 2009 22:39:16 +0000 (17:39 -0500)]
Add hb_ft_face_create_cached

15 years agoAdd default positioning to hb-shape
Behdad Esfahbod [Thu, 5 Nov 2009 21:34:47 +0000 (16:34 -0500)]
Add default positioning to hb-shape

15 years agoFix MarkMark issue with ligid and components
Behdad Esfahbod [Thu, 5 Nov 2009 21:16:14 +0000 (16:16 -0500)]
Fix MarkMark issue with ligid and components

15 years agoInclude stdio.h if debugging
Behdad Esfahbod [Thu, 5 Nov 2009 21:16:06 +0000 (16:16 -0500)]
Include stdio.h if debugging

15 years agoAdd hb_font_get_*
Behdad Esfahbod [Thu, 5 Nov 2009 18:55:41 +0000 (13:55 -0500)]
Add hb_font_get_*

15 years agoRename [xy]_pos to [xy]_offset since we don't accumulate positions
Behdad Esfahbod [Thu, 5 Nov 2009 17:20:11 +0000 (12:20 -0500)]
Rename [xy]_pos to [xy]_offset since we don't accumulate positions

15 years agoCosmetic
Behdad Esfahbod [Thu, 5 Nov 2009 17:08:34 +0000 (12:08 -0500)]
Cosmetic

15 years agoStart filling hb_shape() in
Behdad Esfahbod [Thu, 5 Nov 2009 02:07:03 +0000 (21:07 -0500)]
Start filling hb_shape() in

15 years agoAdd script and language to buffer
Behdad Esfahbod [Thu, 5 Nov 2009 01:29:54 +0000 (20:29 -0500)]
Add script and language to buffer

15 years agoAdd hb_language_t as well as language/script conversion to OT tags
Behdad Esfahbod [Thu, 5 Nov 2009 00:45:39 +0000 (19:45 -0500)]
Add hb_language_t as well as language/script conversion to OT tags

15 years agoDefine ARRAY_LENGTH
Behdad Esfahbod [Wed, 4 Nov 2009 23:15:59 +0000 (18:15 -0500)]
Define ARRAY_LENGTH

15 years agoAnother one
Behdad Esfahbod [Wed, 4 Nov 2009 23:12:32 +0000 (18:12 -0500)]
Another one

15 years agoMinor
Behdad Esfahbod [Wed, 4 Nov 2009 23:12:09 +0000 (18:12 -0500)]
Minor

15 years agoFix previous commit, ouch!
Behdad Esfahbod [Wed, 4 Nov 2009 21:59:50 +0000 (16:59 -0500)]
Fix previous commit, ouch!

15 years agoFix array query API
Behdad Esfahbod [Wed, 4 Nov 2009 21:36:14 +0000 (16:36 -0500)]
Fix array query API

The array query APIs now all do:

  - Return the total number of items
  - Take a start_offset, such that individual items can be fetched
  - The _count IN/OUT variable always has number of items written
    into the array upon return of the function

15 years agoFinish FT glue. Rough and untested
Behdad Esfahbod [Wed, 4 Nov 2009 20:48:32 +0000 (15:48 -0500)]
Finish FT glue.  Rough and untested

15 years agoAdd TODO item
Behdad Esfahbod [Wed, 4 Nov 2009 01:28:27 +0000 (20:28 -0500)]
Add TODO item

15 years agoImplement nil font functions
Behdad Esfahbod [Wed, 4 Nov 2009 01:27:05 +0000 (20:27 -0500)]
Implement nil font functions

15 years agoStart ft glue
Behdad Esfahbod [Tue, 3 Nov 2009 23:34:20 +0000 (18:34 -0500)]
Start ft glue

15 years agoAdd ICU glue
Behdad Esfahbod [Tue, 3 Nov 2009 21:35:10 +0000 (16:35 -0500)]
Add ICU glue

15 years agoFix hb_be_uint16()
Behdad Esfahbod [Tue, 3 Nov 2009 20:21:15 +0000 (15:21 -0500)]
Fix hb_be_uint16()

15 years agoNamespace MSVC defines in public header
Behdad Esfahbod [Tue, 3 Nov 2009 20:16:10 +0000 (15:16 -0500)]
Namespace MSVC defines in public header

15 years agoMove unicode_funcs to buffer
Behdad Esfahbod [Tue, 3 Nov 2009 20:15:07 +0000 (15:15 -0500)]
Move unicode_funcs to buffer

15 years ago[Makefile] Install hb-unicode.h
Behdad Esfahbod [Tue, 3 Nov 2009 20:14:40 +0000 (15:14 -0500)]
[Makefile] Install hb-unicode.h

Separate OT headers also.

15 years ago[TODO] Add item for fixing buffer error handling
Behdad Esfahbod [Tue, 3 Nov 2009 20:14:08 +0000 (15:14 -0500)]
[TODO] Add item for fixing buffer error handling

15 years agoAdd check for not linking to libstdc++
Behdad Esfahbod [Tue, 3 Nov 2009 19:28:32 +0000 (14:28 -0500)]
Add check for not linking to libstdc++

15 years agoUse the C linker, not C++ linker
Behdad Esfahbod [Tue, 3 Nov 2009 19:18:33 +0000 (14:18 -0500)]
Use the C linker, not C++ linker

Such that we don't link to libstdc++.

15 years ago[configure] Fix check for FreeType
Behdad Esfahbod [Tue, 3 Nov 2009 19:09:32 +0000 (14:09 -0500)]
[configure] Fix check for FreeType

15 years ago[TODO] Remove obsolete item
Behdad Esfahbod [Tue, 3 Nov 2009 19:09:10 +0000 (14:09 -0500)]
[TODO] Remove obsolete item

15 years agoAdd bunch of TODO items
Behdad Esfahbod [Tue, 3 Nov 2009 16:36:06 +0000 (11:36 -0500)]
Add bunch of TODO items

15 years agoMore MSVC fixes from Jonathan Kew
Behdad Esfahbod [Tue, 3 Nov 2009 15:52:45 +0000 (10:52 -0500)]
More MSVC fixes from Jonathan Kew

15 years agoDon't use zero-sized arrays
Behdad Esfahbod [Tue, 3 Nov 2009 15:47:29 +0000 (10:47 -0500)]
Don't use zero-sized arrays

It's not part of the standard and MSVC doesn't like it.  It makes the code
a lot less elegant than it used to be, but I think it should work now.

15 years agoCosmetic
Behdad Esfahbod [Tue, 3 Nov 2009 00:17:36 +0000 (19:17 -0500)]
Cosmetic

15 years agoAnother try at build without glib
Behdad Esfahbod [Mon, 2 Nov 2009 23:55:19 +0000 (18:55 -0500)]
Another try at build without glib

15 years agoFix build without glib, again
Behdad Esfahbod [Mon, 2 Nov 2009 23:53:15 +0000 (18:53 -0500)]
Fix build without glib, again

15 years agoDisable configure cache
Behdad Esfahbod [Mon, 2 Nov 2009 23:52:21 +0000 (18:52 -0500)]
Disable configure cache

15 years agoWe don't really use gthread directly
Behdad Esfahbod [Mon, 2 Nov 2009 23:35:12 +0000 (18:35 -0500)]
We don't really use gthread directly

15 years agoUpdate Makefile to build without glib
Behdad Esfahbod [Mon, 2 Nov 2009 23:33:52 +0000 (18:33 -0500)]
Update Makefile to build without glib

15 years agoBuild without glib
Behdad Esfahbod [Mon, 2 Nov 2009 23:31:53 +0000 (18:31 -0500)]
Build without glib

Thready-safety disabled in that case, until we add support for pthread, etc.
Fun...

15 years agoMSVC has no stdint.h
Behdad Esfahbod [Mon, 2 Nov 2009 23:13:17 +0000 (18:13 -0500)]
MSVC has no stdint.h

15 years agoRemove use of GINT16_FROM_BE
Behdad Esfahbod [Mon, 2 Nov 2009 23:11:55 +0000 (18:11 -0500)]
Remove use of GINT16_FROM_BE

15 years agoInstall library
Behdad Esfahbod [Mon, 2 Nov 2009 21:28:39 +0000 (16:28 -0500)]
Install library

15 years agoGenerate ChangeLog
Behdad Esfahbod [Mon, 2 Nov 2009 21:38:41 +0000 (16:38 -0500)]
Generate ChangeLog

15 years agoAdd build system
Behdad Esfahbod [Mon, 2 Nov 2009 21:28:39 +0000 (16:28 -0500)]
Add build system

15 years ago[HB] Add glyph_metrics typedef
Behdad Esfahbod [Thu, 29 Oct 2009 07:08:42 +0000 (03:08 -0400)]
[HB] Add glyph_metrics typedef

15 years ago[HB] Add point_index to get_contour_point()
Behdad Esfahbod [Thu, 29 Oct 2009 07:05:18 +0000 (03:05 -0400)]
[HB] Add point_index to get_contour_point()

Pointed out by Keith Stribley on HarfBuzz list.

15 years ago[HB] Fix lookup_flag ignoring
Behdad Esfahbod [Thu, 29 Oct 2009 07:00:44 +0000 (03:00 -0400)]
[HB] Fix lookup_flag ignoring

Reported by Keith Stribley on HarfBuzz list.

15 years ago[HB] Add comment
Behdad Esfahbod [Mon, 21 Sep 2009 17:58:56 +0000 (13:58 -0400)]
[HB] Add comment

15 years ago[HB] Fix apply_lookup() loop
Behdad Esfahbod [Mon, 21 Sep 2009 17:43:54 +0000 (13:43 -0400)]
[HB] Fix apply_lookup() loop

Part of Bug 595539 - Regressions in rendering certain Thai sequences with
OpenType font

15 years ago[HB] Fix bug in chain_context_lookup() invocations
Behdad Esfahbod [Mon, 21 Sep 2009 17:40:38 +0000 (13:40 -0400)]
[HB] Fix bug in chain_context_lookup() invocations

Part of Bug 595539 - Regressions in rendering certain Thai sequences with
OpenType font

15 years ago[HB] Add TODO item
Behdad Esfahbod [Mon, 31 Aug 2009 01:02:28 +0000 (21:02 -0400)]
[HB] Add TODO item

15 years ago[HB] Rename DEBUG to TRACE where appropriate
Behdad Esfahbod [Fri, 28 Aug 2009 21:17:11 +0000 (17:17 -0400)]
[HB] Rename DEBUG to TRACE where appropriate

15 years ago[HB] Add GSUB/GPOS tracing
Behdad Esfahbod [Fri, 28 Aug 2009 21:14:33 +0000 (17:14 -0400)]
[HB] Add GSUB/GPOS tracing

15 years ago[HB] Allow enabling different debug facilities individually
Behdad Esfahbod [Fri, 28 Aug 2009 20:31:20 +0000 (16:31 -0400)]
[HB] Allow enabling different debug facilities individually

15 years agoFix stupid array growing bug
Behdad Esfahbod [Fri, 28 Aug 2009 13:46:14 +0000 (09:46 -0400)]
Fix stupid array growing bug

15 years ago[HB] Simplify counting
Behdad Esfahbod [Thu, 27 Aug 2009 05:32:17 +0000 (01:32 -0400)]
[HB] Simplify counting

15 years ago[HB] Indent
Behdad Esfahbod [Thu, 27 Aug 2009 04:21:04 +0000 (00:21 -0400)]
[HB] Indent

15 years ago[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
Behdad Esfahbod [Wed, 26 Aug 2009 22:53:43 +0000 (18:53 -0400)]
[HB] Bug 593231 - < c99 compiler dislikes ValueRecord

15 years agoBug 592484 - invalid write in HB
Behdad Esfahbod [Thu, 20 Aug 2009 18:01:37 +0000 (14:01 -0400)]
Bug 592484 -  invalid write in HB

Fix off-by-one.

15 years ago[HB][glib] Make glib unicode funcs static
Behdad Esfahbod [Thu, 20 Aug 2009 17:07:50 +0000 (13:07 -0400)]
[HB][glib] Make glib unicode funcs static

15 years ago[HB] Fix more casts
Behdad Esfahbod [Wed, 19 Aug 2009 22:16:50 +0000 (18:16 -0400)]
[HB] Fix more casts

15 years ago[HB] Rename CAIRO_ in macro prefix to HB_
Behdad Esfahbod [Wed, 19 Aug 2009 22:07:36 +0000 (18:07 -0400)]
[HB] Rename CAIRO_ in macro prefix to HB_

Hiss!

15 years ago[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
Behdad Esfahbod [Wed, 19 Aug 2009 20:45:41 +0000 (16:45 -0400)]
[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE

Unlike the rest of the memory-mode enum, this one didn't only
describe the access mode of the input memory region.  Remove it.

If someone wants to inhibit duplicating, they can lock the blob
and throw away the key.

Based on mailing list discussion with Carl Worth.

15 years ago[HB] s/writeable/writable/g
Behdad Esfahbod [Wed, 19 Aug 2009 20:17:24 +0000 (16:17 -0400)]
[HB] s/writeable/writable/g

15 years ago[HB] Hide lig_id and component members of hb_glyph_info_t
Behdad Esfahbod [Wed, 19 Aug 2009 20:07:40 +0000 (16:07 -0400)]
[HB] Hide lig_id and component members of hb_glyph_info_t

15 years ago[HB] Fix typo
Behdad Esfahbod [Wed, 19 Aug 2009 18:45:24 +0000 (14:45 -0400)]
[HB] Fix typo

15 years ago[HB] Add font funcs prototypes
Behdad Esfahbod [Tue, 18 Aug 2009 22:37:36 +0000 (18:37 -0400)]
[HB] Add font funcs prototypes

15 years agoFix a few other pedantic warnings
Behdad Esfahbod [Tue, 18 Aug 2009 20:41:59 +0000 (16:41 -0400)]
Fix a few other pedantic warnings

15 years ago[HB] Fix pedantic warnings
Behdad Esfahbod [Tue, 18 Aug 2009 20:38:48 +0000 (16:38 -0400)]
[HB] Fix pedantic warnings

15 years ago[HB] Fix more wrong method signatures
Behdad Esfahbod [Tue, 18 Aug 2009 20:32:31 +0000 (16:32 -0400)]
[HB] Fix more wrong method signatures

15 years ago[HB] Fix wrong method signature
Behdad Esfahbod [Tue, 18 Aug 2009 20:27:48 +0000 (16:27 -0400)]
[HB] Fix wrong method signature

15 years agoBug 592194 - Fix missing _SC_PAGE_SIZE macro
Behdad Esfahbod [Tue, 18 Aug 2009 19:49:23 +0000 (15:49 -0400)]
Bug 592194 -  Fix missing _SC_PAGE_SIZE macro

Autoconfiscate a simple call to mprotect() even more.

15 years ago[HB] Avoid int overflow in GPOS
Behdad Esfahbod [Mon, 17 Aug 2009 20:48:13 +0000 (16:48 -0400)]
[HB] Avoid int overflow in GPOS

Bug 592036 - integer overflow bug causes misrendering of Nepali characters

15 years ago[HB] Simplify loop
Behdad Esfahbod [Fri, 14 Aug 2009 23:37:18 +0000 (19:37 -0400)]
[HB] Simplify loop

15 years ago[HB] Merge mark positionin code between three types of lookups
Behdad Esfahbod [Fri, 14 Aug 2009 23:33:24 +0000 (19:33 -0400)]
[HB] Merge mark positionin code between three types of lookups

15 years ago[HB] More minor shuffling
Behdad Esfahbod [Fri, 14 Aug 2009 22:42:42 +0000 (18:42 -0400)]
[HB] More minor shuffling

15 years ago[HB] Move code around
Behdad Esfahbod [Fri, 14 Aug 2009 22:40:56 +0000 (18:40 -0400)]
[HB] Move code around

15 years ago[HB] Correctly sanitize LigatureAttach
Behdad Esfahbod [Fri, 14 Aug 2009 22:32:56 +0000 (18:32 -0400)]
[HB] Correctly sanitize LigatureAttach

15 years ago[HB] Simplify MarkBase and MarkLig too
Behdad Esfahbod [Fri, 14 Aug 2009 22:14:03 +0000 (18:14 -0400)]
[HB] Simplify MarkBase and MarkLig too

15 years ago[HB] Simplify MarkMark
Behdad Esfahbod [Fri, 14 Aug 2009 21:53:31 +0000 (17:53 -0400)]
[HB] Simplify MarkMark

15 years ago[HB] Fix possible int overflows during sanitize
Behdad Esfahbod [Fri, 14 Aug 2009 21:31:16 +0000 (17:31 -0400)]
[HB] Fix possible int overflows during sanitize

15 years ago[HB] Debug output for SANITIZE_MEM()
Behdad Esfahbod [Fri, 14 Aug 2009 20:41:00 +0000 (16:41 -0400)]
[HB] Debug output for SANITIZE_MEM()

15 years ago[HB] Use inline function for SANITIZE_MEM()
Behdad Esfahbod [Fri, 14 Aug 2009 20:25:33 +0000 (16:25 -0400)]
[HB] Use inline function for SANITIZE_MEM()

15 years ago[HB] Use SANITIZE_THIS() when applicable
Behdad Esfahbod [Fri, 14 Aug 2009 20:17:32 +0000 (16:17 -0400)]
[HB] Use SANITIZE_THIS() when applicable

15 years ago[HB] Add note about auditing sanitize code for overflows
Behdad Esfahbod [Fri, 14 Aug 2009 20:12:22 +0000 (16:12 -0400)]
[HB] Add note about auditing sanitize code for overflows

15 years ago[HB] Add empty hb_shape() API
Behdad Esfahbod [Thu, 13 Aug 2009 21:13:25 +0000 (17:13 -0400)]
[HB] Add empty hb_shape() API

15 years ago[HB] Bitfield packing *is* very delicate
Behdad Esfahbod [Thu, 13 Aug 2009 15:47:08 +0000 (11:47 -0400)]
[HB] Bitfield packing *is* very delicate

Fix the second instance.

15 years agoBug 591511 – hh-blob.c does not compile using mingw on windows
Behdad Esfahbod [Thu, 13 Aug 2009 09:25:23 +0000 (05:25 -0400)]
Bug 591511 – hh-blob.c does not compile using mingw on windows

Check for sys/mman.h, not mprotect().

15 years ago[HB] Fix buffer sizing issue with mingw gcc
Behdad Esfahbod [Thu, 13 Aug 2009 09:20:46 +0000 (05:20 -0400)]
[HB] Fix buffer sizing issue with mingw gcc

Bit field packing is a delicate field.  Issue reported in comment 3 here:
http://bugzilla.gnome.org/show_bug.cgi?id=591511

15 years agoBug 591413 – needs to link with libstdc++
Behdad Esfahbod [Wed, 12 Aug 2009 23:45:50 +0000 (19:45 -0400)]
Bug 591413 – needs to link with libstdc++

Enforce -fno-exceptions better.

15 years agoBug 591511 – hb-blob.c does not compile using mingw on windows
Behdad Esfahbod [Wed, 12 Aug 2009 23:36:29 +0000 (19:36 -0400)]
Bug 591511 – hb-blob.c does not compile using mingw on windows

Only call mprotect() when available.  For optimal performance, a win32
way to make memory writeable needs to be added.

15 years ago[HB] Add comment
Behdad Esfahbod [Wed, 12 Aug 2009 23:23:16 +0000 (19:23 -0400)]
[HB] Add comment

15 years ago[HB] Always clear positions if dirty, before returning to user
Behdad Esfahbod [Wed, 12 Aug 2009 20:50:28 +0000 (16:50 -0400)]
[HB] Always clear positions if dirty, before returning to user

15 years ago[HB] Fix _hb_buffer_next() when positioning
Behdad Esfahbod [Wed, 12 Aug 2009 20:47:27 +0000 (16:47 -0400)]
[HB] Fix _hb_buffer_next() when positioning

We were copying glyphs to output.  This should not happen when in
GPOS.  Back then it was fine, then some optimizations broke then
assumption.

15 years ago[HB] Fixed signedness warnings
Behdad Esfahbod [Wed, 12 Aug 2009 19:55:23 +0000 (15:55 -0400)]
[HB] Fixed signedness warnings

15 years ago[HB] Ouch. Fix compilation.
Behdad Esfahbod [Wed, 12 Aug 2009 19:48:44 +0000 (15:48 -0400)]
[HB] Ouch.  Fix compilation.

15 years ago[HB] Fix invalid access / overflow on x86-64
Behdad Esfahbod [Wed, 12 Aug 2009 19:40:04 +0000 (15:40 -0400)]
[HB] Fix invalid access / overflow on x86-64

Bug 591557 – [HB] crash scrolling the evolution message list
Bug 591576 – crashed with SIGSEGV at pango

15 years ago[HB] Add hb_font_funcs_make_immutable()
Behdad Esfahbod [Tue, 11 Aug 2009 03:50:51 +0000 (23:50 -0400)]
[HB] Add hb_font_funcs_make_immutable()

15 years ago[HB] Add missing initializer
Behdad Esfahbod [Tue, 11 Aug 2009 03:45:57 +0000 (23:45 -0400)]
[HB] Add missing initializer