- 31 8月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
They've been disabled for a while and no one cared. We're past the point to need them for testing, and if we ever need to resurrect them again, well, they're in git graveyard somewhere.
-
- 30 8月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 29 8月, 2013 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also enable bootstrapping without them.
-
由 Behdad Esfahbod 提交于
Move it to new harfbuzz-gobject library. Implement enums and boxed types for object-types. Still have to do boxed types for value types.
-
由 Behdad Esfahbod 提交于
-
- 27 8月, 2013 1 次提交
-
-
由 Anthony Carrico 提交于
Initial setup of gtk-doc. Straight forward setup following the gtk-doc instructions. Ignore some troublesome types in src/hb-gobject.h. To build use "./autogen.sh --enable-gtk-doc" then "make". Docs are in harfbuzz/docs/reference/html/index.html.
-
- 22 7月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
When installing per-process fonts using AddFontMemResourceEx(), if a font with the same family name is already installed, sometimes that one gets used. Which is problematic for us. As such, we now mangle the font to install a new 'name' table with a unique name, which we then use to choose the font. Patch from Jonathan Kew.
-
- 17 7月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 11 6月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Oops. Bug 65246 - Fix build without graphite2
-
- 07 6月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Bug 65246 - Fix build without graphite2 If we don't provide ACTION-IF-NOT-FOUND, configure aborts if it can't find the libraries. We handle that ourselves so we don't want the macro to abort.
-
- 29 5月, 2013 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Currently it only works with ICU that has .pc files. I'll wait till someone complains before fixing it for icu-config systems.
-
由 Behdad Esfahbod 提交于
Fallback to older API if OpenType variants are not available.
-
- 28 5月, 2013 12 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Defaults to auto.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Defaults to no.
-
由 Behdad Esfahbod 提交于
Defaults to no.
-
由 Behdad Esfahbod 提交于
We only want UCDN if we don't have any other Unicode provider. I'm going to remove ICU from the list of default Unicode providers as part of moving hb-icu into its own library. As such, the only providers will be UCDN and glib.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Will add a way to enable it later.
-
由 Behdad Esfahbod 提交于
Bug 64878 - compile error with ICU but not ICU
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Will add proper way to enable it later.
-
由 Behdad Esfahbod 提交于
Add --with-graphite2. Defaults to off.
-
- 20 5月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 4月, 2013 2 次提交
-
-
由 Behdad Esfahbod 提交于
This is not ideal as we don't like -L/usr/lib in our linker line. But this is only relevant to environments that don't have pkgconfig files for ICU... https://github.com/behdad/harfbuzz/pull/2
-
由 Behdad Esfahbod 提交于
Sigh.. Bug 64039 - undefined macro AM_PROG_AR
-
- 20 4月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 4月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 3月, 2013 3 次提交
-
-
由 Behdad Esfahbod 提交于
We don't use gthread anymore, remove leftovers.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 19 3月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 3月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Ubuntu doesn't (or didn't until recently?) ship icu pkg-config files. That's quite unfortunate. Work around it. Bug 57608 - ICU Detection fallback for non-pkgconfig systems
-
- 07 3月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Newer automake / libtools warns otherwise.
-
- 26 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 13 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
As reported by Jonathan, OS X has setmode() that is something other than what setmode() is on Win32. So, limit invocation to Windows platforms only.
-
- 05 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-