1. 71524f1 Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen) by Behdad Esfahbod · 18 years ago
  2. b5baa43 Tiny doc improvement. by Behdad Esfahbod · 18 years ago
  3. 6f64314 Fix typo in docs. by Behdad Esfahbod · 18 years ago
  4. f2bcf72 Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, by Behdad Esfahbod · 18 years ago
  5. 682db81 Protect against possible division by zeros (#316468, Steve Grubb) by Behdad Esfahbod · 18 years ago
  6. e6e1535 Reworked basic shaper with OpenType support. (#101079, based on patch from by Behdad Esfahbod · 18 years ago
  7. 612b6cf Part of #101079: by Behdad Esfahbod · 18 years ago
  8. 1b2c314 Remove debug line that got in accidentally. by Behdad Esfahbod · 18 years ago
  9. 9717127 Turn various gcc warnings off. Adding const, adding static, fully by Behdad Esfahbod · 19 years ago
  10. c0505f3 Patches from #170414. Reviewed by Matthias Clasen. by Behdad Esfahbod · 19 years ago
  11. c6b22b9 Generate valid XML output. Dump LookupFlag too. by Behdad Esfahbod · 19 years ago
  12. 1e3747c Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. by Behdad Esfahbod · 19 years ago
  13. 3c60250 Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod, by Owen Taylor · 19 years ago
  14. 91a3fa2 Remove an unecessary set of block2. by Owen Taylor · 19 years ago
  15. ff70347 Patch from David Turner. Review and testing by Behdad Esfahbod by Owen Taylor · 19 years ago
  16. 43dbec6 Fix up places where there is missing or incomplete Copyright and License by Owen Taylor · 19 years ago
  17. c55850d Chain up from finalize. (#307547, Paolo Borelli) by Owen Taylor · 19 years ago
  18. 44ff46a Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la by Tor Lillqvist · 19 years ago
  19. 0c349a0 For all binary searches, handle the case where the number of items is 0. by Owen Taylor · 19 years ago
  20. 03838da Set G_LOG_DOMAIN. by Owen Taylor · 19 years ago
  21. 346d3b3 Cleanups from 'sparse', #149922, Kjartan Maraas by Owen Taylor · 20 years ago
  22. 8b654df === Released 1.6.0 === by Owen Taylor · 20 years ago
  23. d41089a Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer by Owen Taylor · 20 years ago
  24. f42d5ec Save the order in which features were added and use that when applying by Owen Taylor · 20 years ago
  25. ae2daa9 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. by Behdad Esfahbod · 20 years ago
  26. 7d5435e Fix bug to copy glyph from in_string, not out_string. by Behdad Esfahbod · 20 years ago
  27. 2ea2a55 Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake by Owen Taylor · 20 years ago
  28. 5d42695 Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. by Owen Taylor · 20 years ago
  29. a00c4ea Add missing macro to make the last change actually compile. by Owen Taylor · 20 years ago
  30. ed3e1f2 Match backtrack context against the output glyphs not the input glyphs by Owen Taylor · 20 years ago
  31. 78282cd Make Check_Property() take a OTL_GlyphItem, add a gproperties field to by Owen Taylor · 20 years ago
  32. 81b62af Add support for ChainContextSubstFormat3. by Owen Taylor · 20 years ago
  33. d4f773e Fix pervasive buffer overruns when skipping glyphs when matching contexts. by Owen Taylor · 20 years ago
  34. 99848cf #143693, Sayamindu Dasgupta by Owen Taylor · 20 years ago
  35. 68d4ced Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.h by Owen Taylor · 20 years ago
  36. b327765 Negate y offset according to different conventions between by Theppitak Karoonboonyanan · 20 years ago
  37. 068763b Revert error return changes from last commit. by Owen Taylor · 20 years ago
  38. ef07481 Free buffer->positions, clean up error returns that were returning by Owen Taylor · 20 years ago
  39. de568e7 === Released 1.4.0 === by Owen Taylor · 20 years ago
  40. 8b3554b if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should by Hans Breuer · 20 years ago
  41. a7e096c Rework opentype interfaces and other changes to make GPOS work for Arabic. by Owen Taylor · 20 years ago
  42. d670ddf Sign convention for y offsets is opposite between PangoGlyphString and FT by Owen Taylor · 20 years ago
  43. b9b3c13 Memory leak fixes from Masatake YAMATO, #130652 by Owen Taylor · 20 years ago
  44. 926b8f3 Suport CFF fonts as well. (#131202, Manjunath Sripadarao) by Owen Taylor · 20 years ago
  45. 945e479 moved pango_fc_* to the latter where they live on *nix too. by Hans Breuer · 20 years ago
  46. ba0ccd5 Switch over to recommended Freetype system of include ft2build.h then by Owen Taylor · 21 years ago
  47. 558171a Fix gcc-3.3 versions of macros to have the right return value. by Owen Taylor · 21 years ago
  48. c99259b pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems where by Owen Taylor · 21 years ago
  49. bcf81bc Add some macro definitions for gcc-3.3 that suppress the bogus by Owen Taylor · 21 years ago
  50. 46d3795 Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of by Owen Taylor · 21 years ago
  51. 8247aca Revert back out the FreeType patch preventing ligatures of not-originally by Owen Taylor · 21 years ago
  52. 825e6d7 Check for lookahead glyphs in the right place. (Patch from #116860) by Owen Taylor · 21 years ago
  53. 03a0fe0 Fix return value to only contain TTO_Err_Not_Covered if *no* lookups by Owen Taylor · 21 years ago
  54. e10ea2a Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix by Owen Taylor · 21 years ago
  55. a7305ab Move allocation afer initial checks, fixing memory leak. by Owen Taylor · 21 years ago
  56. f40b7c1 Fix various memory leaks from error returns that should have been jumps to by Owen Taylor · 21 years ago
  57. 256d219 Fix additional places where TTO_Err_Not_Covered wasn't considered a by Owen Taylor · 21 years ago
  58. 3749606 If applying a ligature lookup makes adjacent two glyphs that were not by Owen Taylor · 21 years ago
  59. b682482 Fix some FreeType1 variable declarations that snuck in from the last by Owen Taylor · 21 years ago
  60. 06c1210 OpenType-1.4 update: backtrack information is stored with the item closest by Owen Taylor · 21 years ago
  61. 15a69e4 Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner by Owen Taylor · 21 years ago
  62. 6f74f18 Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup by Owen Taylor · 21 years ago
  63. 375781c Fix a couple of places where TTO_Err_Not_Covered wasn't considered a by Owen Taylor · 21 years ago
  64. 378e188 Improvements to OpenType-dumping code, based on changes in Qt by Lars by Owen Taylor · 21 years ago
  65. 07bad0e Fix uses of g_assert() around statements with side effects. (#115498, by Owen Taylor · 21 years ago
  66. f91deef More careful handling of face->charmap; if is NULL, try to set a unicode by Owen Taylor · 21 years ago
  67. 587b394 When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only by Owen Taylor · 21 years ago
  68. 0d7567f Fix mispelled constant from last commit. by Owen Taylor · 21 years ago
  69. 73cd600 Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt) by Owen Taylor · 21 years ago
  70. 462bd0b Fix infinite loop in the case where the charmap contains a character > by Owen Taylor · 21 years ago
  71. 312e1c1 make similar changes to the ones on glib head (call gtk-docize, etc). by James Henstridge · 21 years ago
  72. 1aad15f Add an --enable-debug configure argument defaulting to 'yes' for unstable by Owen Taylor · 21 years ago
  73. 5febce1 Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilation by Owen Taylor · 21 years ago
  74. 54e85cc Export TT_New_GDEF_Table to create an empty GDEF table. by Owen Taylor · 21 years ago
  75. db6bb4b Add docs. by Matthias Clasen · 21 years ago
  76. 226d9b6 Do not add GLIB_CFLAGS to CFLAGS. by Sebastian Wilhelmi · 21 years ago
  77. 80634a3 Get rid of unnecessary casts for g_object_{ref,unref} by Manish Singh · 22 years ago
  78. 741993e ligatures can be also used in MarkBasePos lookups. (2001-03-17 Werner by Owen Taylor · 22 years ago
  79. a35dc44 Start of merges from freetype1 of OpenType fixes. by Owen Taylor · 22 years ago
  80. 5c53f14 Remove. Not used. (A static library is built here. Exported entries are in by Tor Lillqvist · 22 years ago
  81. 35e4593 pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. Not by Tor Lillqvist · 22 years ago
  82. fb279cb Correctly handle back, new_advance. by Eric Mader · 22 years ago
  83. c880e81 Don't fail when reading an empty script. by Eric Mader · 22 years ago
  84. 441e7d0 Offset to MarkAttachClassDef is offset to table, not offset to offset to by Owen Taylor · 22 years ago
  85. 48a16fa on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com> by Owen Taylor · 22 years ago
  86. 9df9af0 Fix acess outside of a loaded frame and some memory leaks on failure. by Owen Taylor · 22 years ago
  87. a63dbbb Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h, by Eric Mader · 22 years ago
  88. cf00f82 Add compatibility defines for changes in FreeType 2.1.0. by Owen Taylor · 22 years ago
  89. 6b1b04e In Load_ChainContextSubst2, handle the case where an empty class by Owen Taylor · 22 years ago
  90. 6050933 Uncomment GPOS parts. by Owen Taylor · 22 years ago
  91. 973bd60 Resuming aborted commit by Sebastian Wilhelmi · 22 years ago
  92. 6926ca9 Remove declarations of unimplemented functions by Matthias Clasen · 23 years ago
  93. 87a475c header to abstract the difference between FreeType 2.0.3 and 2.0.4 error by Havoc Pennington · 23 years ago
  94. 9c37226 Up to 0.19. by Owen Taylor · 23 years ago
  95. 7dd0838 Remove stray semicolon. by Darin Adler · 23 years ago
  96. 68f8a64 Use ISO C99 varargs when available. by Owen Taylor · 23 years ago
  97. 89eb36e Remove excess call to DONE_Stream left over from conversion from FT1. by Owen Taylor · 23 years ago
  98. c61a730 Release 0.14 by Owen Taylor · 23 years ago
  99. 405b878 Only a script engine here. by Tor Lillqvist · 23 years ago
  100. 80a1582 Since Xft may only be available statically without shlib deps, check for by Owen Taylor · 23 years ago pango-start