summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Free used memory. (#316467, Steve Grubb)Behdad Esfahbod2005-11-231-0/+4
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-233-14/+28
* Remove excess "the" in docs. (#319175, Masao Mutoh)Behdad Esfahbod2005-11-231-1/+1
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-222-18/+25
* Return double instead of int. (#321891, Sebastian Bacher)Behdad Esfahbod2005-11-211-2/+2
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-181-13/+13
* Compare language too. (#318168)Behdad Esfahbod2005-11-171-0/+1
* More documentation improvements.Behdad Esfahbod2005-11-1711-115/+126
* Part of #101079:Behdad Esfahbod2005-11-172-2/+10
* Various documentation improvements.Behdad Esfahbod2005-11-1717-72/+73
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-161-1/+1
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-151-3/+24
* Pass G_MODULE_BIND_LAZY to g_module_open. (Pointed by John Rice)Behdad Esfahbod2005-11-142-2/+2
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-032-1/+11
* Need WIN32_LIBS now.Tor Lillqvist2005-09-221-1/+1
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-222-21/+17
* Use identical glyph extents cacheing as in pangocairo-fcfont.c. HugeTor Lillqvist2005-09-141-24/+77
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-144-59/+157
* Fixed typo (#316054).Jean Brefort2005-09-121-1/+1
* Use g_free() to free g_new()-allocated data, otherwise the GLib memoryMatthias Clasen2005-09-111-1/+1
* Protect against future line-break type additions in glib Unicode module.Behdad Esfahbod2005-08-261-1/+5
* Use pangocairo.def when linking libpangocairo on Windows, instead ofTor Lillqvist2005-08-242-0/+7
* convert from Pango units to doubles, fix some coordinate space problemsOwen Taylor2005-08-241-33/+44
* Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1.Behdad Esfahbod2005-08-153-1254/+368
* Glagolitic shouldn't have Coptic as a sample language; it was used toOwen Taylor2005-08-151-2/+5
* Cut out the meat of pango_fc_font_get_metrics_for_context() and export itOwen Taylor2005-08-153-33/+108
* Fix unconditional access to logical_rect. (#312691, Hans Breuer)Owen Taylor2005-08-151-1/+1
* Add pango_item_get_type and pango_layout_line_get_type. Thanks to VittorioTor Lillqvist2005-08-151-0/+2
* Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.Behdad Esfahbod2005-08-151-4/+4
* Updated to Unicode 4.1, adding new scripts and Arabic joining data.Roozbeh Pournader2005-08-093-96/+134
* Add pangocairo files. Get the DLLs from "bin" unconditionally, that'sTor Lillqvist2005-08-051-2/+9
* updatedHans Breuer2005-07-302-3/+3
* Look for pango.def, pangoft2.def and pangowin32.def files in the sourceJ. Ali Harlow2005-07-291-3/+3
* put parens around bitwise &, to appease gcc.Manish Singh2005-07-271-1/+1
* Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,Owen Taylor2005-07-262-12/+48
* Fix mixed code and declarations (#311626, Kazuki IWAMOTO)Owen Taylor2005-07-262-3/+7
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-264-36/+60
* Set font options as well.Owen Taylor2005-07-253-3/+12
* Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported byOwen Taylor2005-07-251-3/+26
* configure.in Fix a few typos that prevented build on Win32.Tor Lillqvist2005-07-253-3/+4
* New function added.Behdad Esfahbod2005-07-232-2/+40
* Handle context == NULL. (Reported by Behdad Esfahbod)Owen Taylor2005-07-221-1/+6
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-223-12/+24
* Add some missing statics on functions added in the recent layout iterOwen Taylor2005-07-221-3/+3
* Remove an unecessary set of block2.Owen Taylor2005-07-221-1/+0
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-2211-132/+520
* use GPOINTER_TO_UINT() instead of bare casts to guint.Manish Singh2005-07-221-2/+2
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-226-7/+48
* No need to include modules.h here any longer. (pango_win32_get_context):Tor Lillqvist2005-07-222-5/+11
* Fix an excess copy. (pango_fc_font_map_get_patterns): Add back a call toOwen Taylor2005-07-211-3/+3