Next | Query returned 210 messages, browsing 201 to 210 | previous

History of commit frequency

CVS Commit History:


   2013-03-15 23:56:46 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.9.13.:

Overview of changes leading to 0.9.13
Thursday, February 25, 2013
=====================================

- Build fixes.
- Ngapi HarfBuzz Hackfest in London (February 2013):
  * Fixed all known Indic bugs,
  * New Win8-style Myanmar shaper,
  * New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue,
  * Smartly ignore Default_Ignorable characters (joiners, etc) wheb
    matching GSUB/GPOS lookups,
  * Fix 'Phags-Pa U+A872 shaping,
  * Fix partial disabling of default-on features,
  * Allow disabling of TrueType kerning.
- Fix possible crasher with broken fonts with overlapping tables.
- Removed generated files from git again.  So, one needs ragel to
  bootstrap from the git tree.

API changes:
- hb_shape() and related APIs now abort if buffer direction is
  HB_DIRECTION_INVALID.  Previously, hb_shape() was calling
  hb_buffer_guess_segment_properties() on the buffer before
  shaping.  The heuristics in that function are fragile.  If the
  user really wants the old behvaior, they can call that function
  right before calling hb_shape() to get the old behavior.
- hb_blob_create_sub_blob() always creates sub-blob with
  HB_MEMORY_MODE_READONLY.  See comments for the reason.
   2013-03-14 20:10:29 by Matthias Drochner | Files touched by this commit (3)
Log message:
drop "cairo" dependency, it is only needed for some cmd line tool
(if the latter is needed it can be made a separate pkg)
bump PKGREV
   2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885)
Log message:
Recursive bump for png-1.6.
   2013-02-03 06:13:26 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Fix build with gcc 4.2.1 of FreeBSD 9.1.

Patch is taken from
https://build.opensuse.org/package/view_file?file=mozilla-gcc43.patch&package=MozillaFirefox&project=home%3AWernerFink%3Abranches%3Amozilla \ 
.
   2013-01-21 14:54:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.9.12:

Overview of changes leading to 0.9.12
Thursday, January 18, 2013
=====================================

- Build fixes for Sun compiler.
- Minor bug fix.

Overview of changes leading to 0.9.11
Thursday, January 10, 2013
=====================================

- Build fixes.
- Fix GPOS mark attachment with null Anchor offsets.
- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
- Fix multi-threaded shaper data creation crash.
- Add atomic ops for Solaris.

API changes:
- Rename hb_buffer_clear() to hb_buffer_clear_contents().
   2013-01-21 14:40:12 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.9.10:

Overview of changes leading to 0.9.10
Thursday, January 3, 2013
=====================================

- [Indic] Fixed rendering of Malayalam dot-reph
- Updated OT language tags.
- Updated graphite2 backend.
- Improved hb_ot_layout_get_size_params() logic.
- Improve hb-shape/hb-view help output.
- Fixed hb-set.h implementation to not crash.
- Fixed various issues with hb_ot_layout_collect_lookups().
- Various build fixes.

New API:

hb_graphite2_face_get_gr_face()
hb_graphite2_font_get_gr_font()
hb_coretext_face_get_cg_font()

Modified API:

hb_ot_layout_get_size_params()
   2012-12-14 20:16:31 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 0.9.9
no useful changelog available
   2012-11-23 18:38:42 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 0.9.7
changes:
- Implement Thai "PUA" shaping for old fonts
- Add --text-before and --text-after
- Add --bot / --eot / --preserve-default-ignorables
- hb-shape --output-format=json
-bugfixes
   2012-10-21 23:26:10 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.9.5:

Overview of changes leading to 0.9.5
Sunday, October 14, 2012
====================================

- Synthetic-GSUB Arabic fallback shaping.

- Misc Indic improvements.

- Add build system support for pthread.

- Imported UCDN for in-tree Unicode callbacks implementation.

- Context-aware Arabic joining.

- Misc other fixes.

- New API:

  hb_feature_to/from-string()
  hb_buffer_[sg]et_content_type()
   2012-10-08 21:20:33 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
HarfBuzz is an OpenType text shaping engine.

Next | Query returned 210 messages, browsing 201 to 210 | previous