platform/upstream/pango.git
2009-09-30 Behdad EsfahbodBug 596837 - Typo in pango_cairo_show_layout documentation
2009-09-21 Behdad EsfahbodRelease 1.26.0 1.26.0
2009-09-21 Behdad Esfahbod[HB] Add comment
2009-09-21 Behdad Esfahbod[HB] Fix apply_lookup() loop
2009-09-21 Behdad Esfahbod[HB] Fix bug in chain_context_lookup() invocations
2009-09-16 Behdad EsfahbodBug 595350 - set LC_ALL=C, not LANG=C
2009-09-11 Behdad EsfahbodBug 594936 - pango_layout_set_wrap
2009-09-11 Behdad EsfahbodBug 594934 - pango_layout_copy
2009-09-10 Tor LillqvistRevert "[basic-win32] Increase performance of Uniscribe...
2009-09-10 Behdad EsfahbodOnly check doc coverage if building docs
2009-09-08 Behdad EsfahbodRelease 1.25.6 1.25.6
2009-08-31 Behdad Esfahbod[HB] Add TODO item
2009-08-28 Behdad Esfahbod[HB] Rename DEBUG to TRACE where appropriate
2009-08-28 Behdad Esfahbod[HB] Add GSUB/GPOS tracing
2009-08-28 Behdad Esfahbod[HB] Allow enabling different debug facilities individually
2009-08-28 Behdad EsfahbodEnable silent rules by default
2009-08-28 Behdad EsfahbodFix stupid array growing bug
2009-08-27 Behdad Esfahbod[HB] Simplify counting
2009-08-27 Behdad EsfahbodFix bug with lookup_index overflowing our static array
2009-08-27 Behdad Esfahbod[HB] Indent
2009-08-26 Behdad Esfahbod[HB] Bug 593231 - < c99 compiler dislikes ValueRecord
2009-08-24 Behdad EsfahbodRelease 1.25.5 1.25.5
2009-08-20 Behdad EsfahbodUpdate git.mk
2009-08-20 Behdad EsfahbodBug 592484 - invalid write in HB
2009-08-20 Behdad Esfahbod[HB][glib] Make glib unicode funcs static
2009-08-19 Behdad Esfahbod[HB] Fix more casts
2009-08-19 Behdad Esfahbod[HB] Rename CAIRO_ in macro prefix to HB_
2009-08-19 Behdad Esfahbod[HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE
2009-08-19 Behdad Esfahbod[HB] s/writeable/writable/g
2009-08-19 Behdad Esfahbod[HB] Hide lig_id and component members of hb_glyph_info_t
2009-08-19 Behdad Esfahbod[HB] Fix typo
2009-08-18 Behdad Esfahbod[HB] Add font funcs prototypes
2009-08-18 Behdad EsfahbodFix a few other pedantic warnings
2009-08-18 Behdad Esfahbod[HB] Fix pedantic warnings
2009-08-18 Behdad Esfahbod[HB] Fix more wrong method signatures
2009-08-18 Behdad Esfahbod[HB] Fix wrong method signature
2009-08-18 Behdad EsfahbodBug 592194 - Fix missing _SC_PAGE_SIZE macro
2009-08-17 Behdad EsfahbodRelease 1.25.4 1.25.4
2009-08-17 Behdad EsfahbodAM_V_GEN ChangeLog too
2009-08-17 Behdad EsfahbodBug 592131 - Add AM_SILENT_RULES
2009-08-17 Behdad EsfahbodMake pango_interface_age automatic
2009-08-17 Behdad Esfahbod[introspection] Don't this gir files, really
2009-08-17 Behdad Esfahbod[Makefile] Remove GIR files from EXTRA_DIST
2009-08-17 Colin WaltersRe-enable introspection, delete PangoX
2009-08-17 Behdad Esfahbod[HB] Avoid int overflow in GPOS
2009-08-14 Behdad Esfahbod[HB] Simplify loop
2009-08-14 Behdad Esfahbod[HB] Merge mark positionin code between three types...
2009-08-14 Behdad Esfahbod[HB] More minor shuffling
2009-08-14 Behdad Esfahbod[HB] Move code around
2009-08-14 Behdad Esfahbod[HB] Correctly sanitize LigatureAttach
2009-08-14 Behdad Esfahbod[HB] Simplify MarkBase and MarkLig too
2009-08-14 Behdad Esfahbod[HB] Simplify MarkMark
2009-08-14 Behdad Esfahbod[HB] Fix possible int overflows during sanitize
2009-08-14 Behdad Esfahbod[HB] Debug output for SANITIZE_MEM()
2009-08-14 Behdad Esfahbod[HB] Use inline function for SANITIZE_MEM()
2009-08-14 Behdad Esfahbod[HB] Use SANITIZE_THIS() when applicable
2009-08-14 Behdad Esfahbod[HB] Add note about auditing sanitize code for overflows
2009-08-13 Behdad Esfahbod[HB] Add empty hb_shape() API
2009-08-13 Behdad Esfahbod[HB] Bitfield packing *is* very delicate
2009-08-13 David E. Hollingsworth[basic-win32] Increase performance of Uniscribe code
2009-08-13 Behdad EsfahbodBug 591511 – hh-blob.c does not compile using mingw...
2009-08-13 Behdad Esfahbod[HB] Fix buffer sizing issue with mingw gcc
2009-08-12 Behdad EsfahbodRelease 1.25.3 1.25.3
2009-08-12 Behdad EsfahbodBug 591413 – needs to link with libstdc++
2009-08-12 Behdad EsfahbodBug 591511 – hb-blob.c does not compile using mingw...
2009-08-12 Behdad Esfahbod[HB] Add comment
2009-08-12 Behdad EsfahbodNew public API: pango_glyph_item_get_logical_widths()
2009-08-12 Behdad EsfahbodFix compiler warnings
2009-08-12 Behdad EsfahbodRemove G_GNUC_PURE attr from pango_glyph_string_get_width()
2009-08-12 Behdad Esfahbod[OT] Enlarge lookup array
2009-08-12 Behdad Esfahbod[layout] clear state->log_widths after freeing
2009-08-12 Behdad Esfahbod[HB] Always clear positions if dirty, before returning...
2009-08-12 Behdad Esfahbod[HB] Fix _hb_buffer_next() when positioning
2009-08-12 Behdad Esfahbod[HB] Fixed signedness warnings
2009-08-12 Behdad Esfahbod[HB] Ouch. Fix compilation.
2009-08-12 Behdad Esfahbod[HB] Fix invalid access / overflow on x86-64
2009-08-11 Behdad EsfahbodBug 591465 – Gimp crashes upon opening the font selecti...
2009-08-11 Behdad Esfahbod[doc] Update doc templates
2009-08-11 Behdad EsfahbodRelease 1.25.2 1.25.2
2009-08-11 Behdad Esfahbod[doc] Update for ATSUI change
2009-08-11 Behdad EsfahbodBug 591409 – crash in firefox. Handle non-mmapped...
2009-08-11 Behdad Esfahbod[HB] Add hb_font_funcs_make_immutable()
2009-08-11 Behdad Esfahbod[HB] Add missing initializer
2009-08-11 Behdad Esfahbod[OT] Hookup glib unicode funcs
2009-08-11 Behdad Esfahbod[HB] Add hb-glib
2009-08-11 Behdad Esfahbod[HB] Add hb_unicode_funcs_make_immutable()
2009-08-11 Behdad Esfahbod[HB] Use nil unicode funcs in nil face
2009-08-11 Behdad Esfahbod[HB] Initialize unicode funcs to nil getters
2009-08-11 Behdad Esfahbod[HB] Flesh out Unicode funcs
2009-08-11 Behdad Esfahbod[HB] Implement buffer UTF-X input
2009-08-11 Behdad Esfahbod[HB] Add buffer UTF-X API
2009-08-11 Behdad Esfahbod[HB] Add hb_buffer_reverse()
2009-08-11 Behdad Esfahbod[HB] Reuse the positions array as alt string array
2009-08-11 Behdad Esfahbod[HB] Start adding Unicode funcs
2009-08-10 Behdad Esfahbod[HB] Put C++ inline's back
2009-08-10 Behdad EsfahbodAdd CXX check to configure
2009-08-10 Behdad Esfahbod[HB] Don't override CXX compiler
2009-08-10 Behdad EsfahbodRelease 1.25.1 1.25.1
2009-08-10 Behdad Esfahbod[OT] Remove list of private (and gone) symbols from...
2009-08-10 Behdad EsfahbodRevert "Build introspection again"
next