summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.3.1 ===PANGO_1_3_1Owen Taylor2003-12-081-2/+4
* Fix problems when building outside srcdir for Win32. (#122167, JeffTor Lillqvist2003-12-071-9/+9
* initialize the fontmap's resolution to some sane default values. Fixes bugSven Neumann2003-12-051-2/+11
* Honor U+2028 LINE SEPARATOR. (#85745)Noah Levitt2003-12-042-7/+28
* Add --indent=n option.Noah Levitt2003-11-252-9/+9
* Italian is "it"; "iw" is deprecated for Hebrew, should be "he".Noah Levitt2003-11-251-2/+2
* #include <fontconfig/fcfreetype.h> for FreeTypeCharIndex().Manish Singh2003-11-201-0/+1
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-202-50/+10
* Update to latest fribidi. (#68435)Noah Levitt2003-11-2010-1186/+7629
* Draw 6-digit hex boxes for > U+FFFF. (#101081)Noah Levitt2003-11-181-19/+32
* Fix _SCALE semantics. Fixes bug 121543; patch from Owen.Morten Welinder2003-11-181-4/+9
* removed the set_unicode_charmap() call. MadeSven Neumann2003-11-181-2/+11
* Make parent_class variable static.Padraig O'Briain2003-11-121-1/+1
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-0112-40/+36
* Fix some leftover references to INCLUDE_XFT_MODULES, INCLUDED_FC_MODULES.Owen Taylor2003-10-312-10/+5
* Fix one problem with iteration by chars (Part of #89541, MarianoOwen Taylor2003-10-311-4/+4
* === Released 1.3.0 ===PANGO_1_3_0Owen Taylor2003-10-242-1/+3
* Initialize state->lang. (#124047, Morten Welinder)Owen Taylor2003-10-151-0/+2
* Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar)Owen Taylor2003-10-011-2/+5
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-296-4/+16
* Only reset the word type to WordNone at a word end if it is not also aMatthias Clasen2003-09-241-4/+1
* Don't break runs when we hit neutral characters.Owen Taylor2003-09-231-10/+10
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-2317-567/+1355
* Add property dependencies on mini-fribidi and opentype convenienceOwen Taylor2003-09-151-1/+2
* Fix gcc-3.3 versions of macros to have the right return value.Owen Taylor2003-09-151-18/+26
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-151-1/+3
* Document these funcions as backends-only, and explain how to obtainMatthias Clasen2003-09-111-0/+14
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-252-8/+6
* add testfonts.c to EXTRA_DIST until bug #104151 is sorted out.Owen Taylor2003-08-251-1/+2
* Remove a stray ; (#120528, Mehran Mehr)Owen Taylor2003-08-241-1/+1
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-228-28/+75
* Remove ABSTRACT from g_type_register_static() callSoeren Sandmann2003-08-201-2/+1
* Add backspace_deletes_character to PangoLogAttr. (#114483)Noah Levitt2003-08-142-0/+25
* Call g_type_init() (#119830, Noah Levitt)Owen Taylor2003-08-141-0/+3
* Move DPI substitution before FcDefaultSubstitute so it actually works.Owen Taylor2003-08-081-1/+1
* Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),Owen Taylor2003-08-082-6/+10
* Fix sign of metrics->descent.Owen Taylor2003-08-032-3/+3
* Missed new file from last commit:Owen Taylor2003-08-031-0/+45
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-0316-193/+1605
* Really make pangoxft depend on pangoft2. (#119024)Noah Levitt2003-08-031-1/+1
* Basic docs for the new stuff.Owen Taylor2003-08-031-2/+1
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-0316-1934/+1050
* Remove.Owen Taylor2003-08-028-942/+22
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-024-100/+121
* Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks ofOwen Taylor2003-07-291-9/+28
* Revert back out the FreeType patch preventing ligatures of not-originallyOwen Taylor2003-07-281-28/+3
* Check for lookahead glyphs in the right place. (Patch from #116860)Owen Taylor2003-07-272-6/+6
* Fix return value to only contain TTO_Err_Not_Covered if *no* lookupsOwen Taylor2003-07-271-45/+75
* Fix confusion between boolean and FT_Error return. (GSUB equivalent of fixOwen Taylor2003-07-271-2/+3
* Move allocation afer initial checks, fixing memory leak.Owen Taylor2003-07-262-10/+10