summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-034-177/+159
* Add const to gchar * members of structs. Shuts up gcc warnings. (#317676)Behdad Esfahbod2005-10-031-4/+4
* unset all part colors, since when drawing just a glyph string,Owen Taylor2005-10-032-1/+11
* Removed. Not needed since 2003 or so!Behdad Esfahbod2005-09-251-131/+0
* Move the calculation of dpi and size earlier. Use the size variable instadTor Lillqvist2005-09-223-22/+18
* 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
* Fixed typo in docs.Behdad Esfahbod2005-09-051-1/+1
* Generate valid XML output. Dump LookupFlag too.Behdad Esfahbod2005-08-292-37/+44
* 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
* Load a fontset and return the first font to take advantage of existingOwen Taylor2005-07-211-7/+28
* Force on metrics hinting for all Xft fonts (this fixes font metrics -Owen Taylor2005-07-211-0/+6
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) MoveOwen Taylor2005-07-212-9/+3
* Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder)Owen Taylor2005-07-211-1/+2
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-213-159/+204
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-2111-399/+667
* Call AC_CANONICAL_HOST before looking at $host. Check for windres onTor Lillqvist2005-07-094-33/+32
* Don't key off zero-height to know whether to use the "empty extents" ...Owen Taylor2005-06-241-1/+1
* Fix up the operation of PangoLayoutIter, especially for Bidi (#89541,Owen Taylor2005-06-211-173/+243