summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-0453-148/+216
* Fixes #320665:Federico Mena Quintero2005-11-042-0/+129
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-044-6/+20
* Use macros for locking and unlocking fonts we know are valid to avoidBehdad Esfahbod2005-11-042-14/+32
* Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. MovedBehdad Esfahbod2005-11-0318-1932/+1402
* Added a --runs options, useful for profiling. Misc cleanup, freeingBehdad Esfahbod2005-11-034-88/+107
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-035-177/+169
* Add const to gchar * members of structs. Shuts up gcc warnings. (#317676)Behdad Esfahbod2005-10-032-4/+9
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-033-1/+20
* Removed. Not needed since 2003 or so!Behdad Esfahbod2005-09-252-131/+5
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-224-22/+33
* Update.Tor Lillqvist2005-09-142-9/+48
* Use identical glyph extents cacheing as in pangocairo-fcfont.c. HugeTor Lillqvist2005-09-142-24/+82
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-145-59/+194
* Drop unused font_cache variable and the call toTor Lillqvist2005-09-132-5/+8
* Fixed typo (#316054).Jean Brefort2005-09-122-1/+6
* Use g_free() to free g_new()-allocated data, otherwise the GLib memoryMatthias Clasen2005-09-112-1/+7
* Fixed typo in docs.Behdad Esfahbod2005-09-052-1/+6
* Generate valid XML output. Dump LookupFlag too.Behdad Esfahbod2005-08-293-37/+49
* Set cairo font resolution.Behdad Esfahbod2005-08-293-6/+7
* Add a few Arabic non-spacing marks to the example. Put the line with PangoBehdad Esfahbod2005-08-292-1/+8
* Protect against future line-break type additions in glib Unicode module.Behdad Esfahbod2005-08-262-1/+10
* Use pangocairo.def when linking libpangocairo on Windows, instead ofTor Lillqvist2005-08-243-0/+16
* convert from Pango units to doubles, fix some coordinate space problemsOwen Taylor2005-08-242-33/+48
* Truncate ChangeLog after moving asideOwen Taylor2005-08-241-1273/+0
* === 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