summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.19.1 ===PANGO_1_19_1Behdad Esfahbod2007-12-043-2/+21
* Bug 501317 – "and" found where word should be "an"Behdad Esfahbod2007-12-032-1/+7
* Add some more comments to document the math involved.Behdad Esfahbod2007-12-032-4/+26
* Document cairotwisted example.Behdad Esfahbod2007-11-302-123/+171
* Undo accidental change.Behdad Esfahbod2007-11-301-2/+0
* Add some documentation.Behdad Esfahbod2007-11-301-0/+4
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-308-20/+87
* Bug 500549 – pangocairo.h should include pango.h and cairo.hBehdad Esfahbod2007-11-292-3/+7
* Make it reusable by not hardcoding "pango".Behdad Esfahbod2007-11-242-9/+23
* Remove unused macro.Behdad Esfahbod2007-11-242-18/+4
* MinorBehdad Esfahbod2007-11-182-47/+46
* Replace GNU-specific syntax with more general one.Behdad Esfahbod2007-11-182-1/+5
* Replace GNU-specific syntax with more common Makefile.am syntaxBehdad Esfahbod2007-11-181-1/+1
* s/CVS/SVN/Behdad Esfahbod2007-11-181-1/+1
* Factor out the common code from read_builtin_aliases() andTor Lillqvist2007-11-162-168/+116
* Include ATSUI included modules.Behdad Esfahbod2007-11-092-0/+5
* Bug 495091 – pango-utils.c:variable is declared at middle of blockBehdad Esfahbod2007-11-082-1/+9
* Remove dead code.Behdad Esfahbod2007-11-072-91/+1
* And some more.Behdad Esfahbod2007-11-0712-96/+99
* Some more cleanup and merging.Behdad Esfahbod2007-11-0719-372/+423
* Update to new propsed language enumeration API for fontconfig.Behdad Esfahbod2007-11-052-2/+10
* On Windows store the default aliases file in a string array. (#492517)Tor Lillqvist2007-11-032-1/+146
* Improve vertical docs.Behdad Esfahbod2007-10-304-12/+56
* === Released 1.19.0 ===Behdad Esfahbod2007-10-303-3/+123
* Fix typo.Behdad Esfahbod2007-10-291-2/+3
* Sort scripts based on frequency.Behdad Esfahbod2007-10-284-212/+309
* Adds a link to pango_font_description_from_string() so that the font_descMurray Cumming2007-10-272-5/+12
* Functional dup of gen-script-for-lang that uses FcGetLangs() andBehdad Esfahbod2007-10-263-1/+234
* CosmeticBehdad Esfahbod2007-10-261-1/+0
* Update for fontconfig-2.4.91.Behdad Esfahbod2007-10-262-2/+10
* Call FcFontSetDestroy() instead of FcFontSetSortDestroy(). These days theyBehdad Esfahbod2007-10-262-1/+10
* Even more cleanup and more type renames.Behdad Esfahbod2007-10-259-44/+50
* More cleanup, remove redundant error types.Behdad Esfahbod2007-10-2515-180/+181
* Rename ftglue.c to harfbuzz-impl.c and more type renames and moving codeBehdad Esfahbod2007-10-2517-381/+294
* New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.Behdad Esfahbod2007-10-2425-1016/+1061
* Add commented-out dummy struct for Extension lookups.Behdad Esfahbod2007-10-243-0/+32
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-242-10/+18
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-242-29/+29
* Bug 471568 – Optimizations in _pango_cairo_update_context()Behdad Esfahbod2007-10-242-19/+34
* Bug 489909 – pango_cairo_update_context() should ignore matrixBehdad Esfahbod2007-10-242-1/+11
* Bug 486951 – ChangeLog.pre-1-18Behdad Esfahbod2007-10-243-1500/+1514
* Fix another Oops of mine from recent commits.Behdad Esfahbod2007-10-242-1/+8
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-245-6/+24
* Bug 472303 – Make PANGO_GLYPH_EMPTY and PANGO_GLYPH_UNKNOWN_FLAG publicBehdad Esfahbod2007-10-242-2/+8
* Fix changelogBehdad Esfahbod2007-10-241-3/+6
* Fix docBehdad Esfahbod2007-10-241-1/+1
* Bug 471601 – Pass pango version information to fontconfigBehdad Esfahbod2007-10-246-20/+78
* Bug 472629 – Add pango_renderer_get_layout(_line)Behdad Esfahbod2007-10-247-12/+113
* Fix couple Oopses from my last commit.Behdad Esfahbod2007-10-242-2/+7
* Bug 469641 – Initialize attribute start/end to [0..MAXUINT]Behdad Esfahbod2007-10-248-19/+79