summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.10.0 ===PANGO_1_10_0Owen Taylor2005-08-155-14/+37
* Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1.Behdad Esfahbod2005-08-155-1254/+388
* Glagolitic shouldn't have Coptic as a sample language; it was used toOwen Taylor2005-08-153-2/+21
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-155-33/+124
* Fix unconditional access to logical_rect. (#312691, Hans Breuer)Owen Taylor2005-08-153-1/+13
* Add pango_item_get_type and pango_layout_line_get_type. Thanks to VittorioTor Lillqvist2005-08-153-0/+14
* Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.Behdad Esfahbod2005-08-153-4/+14
* Remove some characters at the beginning of the file and add a line break.Behdad Esfahbod2005-08-153-3/+12
* reviewed by: otaylorKeith Packard2005-08-093-37/+39
* Updated to Unicode 4.1, adding new scripts and Arabic joining data.Roozbeh Pournader2005-08-098-111/+193
* Forgot libpangocairo-1.0.dll.a.Tor Lillqvist2005-08-053-2/+3
* Add pangocairo files. Get the DLLs from "bin" unconditionally, that'sTor Lillqvist2005-08-054-9/+38
* updatedHans Breuer2005-07-304-3/+17
* Use egrep for khmer, like the rest, to fix --with-included-modules.Owen Taylor2005-07-303-1/+11
* Look for pango.def, pangoft2.def and pangowin32.def files in the sourceJ. Ali Harlow2005-07-293-3/+13
* put parens around bitwise &, to appease gcc.Manish Singh2005-07-273-1/+11
* Remove a stray entryOwen Taylor2005-07-262-10/+0
* === Released 1.9.1 ===PANGO_1_9_1Owen Taylor2005-07-264-4/+22
* Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,Owen Taylor2005-07-265-20/+91
* Fix mixed code and declarations (#311626, Kazuki IWAMOTO)Owen Taylor2005-07-264-3/+23
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-266-36/+118
* Change U+0B30 from _rv to _rb. Oriya doesn't have a vattu form of ra.Owen Taylor2005-07-263-3/+33
* Fixed a couple of leaks and freed memory after use.Behdad Esfahbod2005-07-262-0/+12
* Fixed a couple of leaks and freed memory after use.Behdad Esfahbod2005-07-264-12/+35
* Set font options as well.Owen Taylor2005-07-255-3/+18
* Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported byOwen Taylor2005-07-253-3/+38
* configure.in Fix a few typos that prevented build on Win32.Tor Lillqvist2005-07-256-9/+26
* New function added.Behdad Esfahbod2005-07-2313-51/+71
* Handle context == NULL. (Reported by Behdad Esfahbod)Owen Taylor2005-07-223-1/+16
* Revert ChangeLog changesOwen Taylor2005-07-222-144/+144
* Whitespace and date-format cleanup.Behdad Esfahbod2005-07-222-144/+144
* ytpo fixManish Singh2005-07-222-2/+2
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-2215-60/+85
* Add some missing statics on functions added in the recent layout iterOwen Taylor2005-07-223-3/+13
* Remove an unecessary set of block2.Owen Taylor2005-07-223-1/+10
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-2213-132/+564
* use GPOINTER_TO_UINT() instead of bare casts to guint.Manish Singh2005-07-223-2/+12
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-2211-7/+78
* No need to include modules.h here any longer. (pango_win32_get_context):Tor Lillqvist2005-07-224-5/+35
* Fix an excess copy. (pango_fc_font_map_get_patterns): Add back a call toOwen Taylor2005-07-213-3/+15
* Minor formatting tweak to license header.Owen Taylor2005-07-213-14/+27
* Load a fontset and return the first font to take advantage of existingOwen Taylor2005-07-213-7/+40
* license on these ICU-derived files is X license, not LGPL.Owen Taylor2005-07-216-43/+123
* Force on metrics hinting for all Xft fonts (this fixes font metrics -Owen Taylor2005-07-213-0/+20
* Update information about the location of Xft. (#172637, Karel 'Clock'Owen Taylor2005-07-213-5/+16
* Fix URL to tml's download page (#169467, Brandon Bergren)Owen Taylor2005-07-212-0/+10
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) MoveOwen Taylor2005-07-214-11/+19
* Change the char class for U+0A5C from _cn (consonant with nukta) to _ct.Owen Taylor2005-07-213-1/+15
* Enable touching for Sinhala with the ZWJ + al-lakuna combination.Owen Taylor2005-07-213-2/+13
* Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder)Owen Taylor2005-07-213-1/+12