| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #320665: | Federico Mena Quintero | 2005-11-04 | 1 | -0/+111 |
* | Use quarks for GObject data to improve performance. (Patch from Federico | Behdad Esfahbod | 2005-11-04 | 3 | -6/+12 |
* | Use macros for locking and unlocking fonts we know are valid to avoid | Behdad Esfahbod | 2005-11-04 | 1 | -14/+26 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 15 | -1917/+1390 |
* | Patches from #170414. Reviewed by Matthias Clasen. | Behdad Esfahbod | 2005-11-03 | 4 | -177/+159 |
* | Add const to gchar * members of structs. Shuts up gcc warnings. (#317676) | Behdad Esfahbod | 2005-10-03 | 1 | -4/+4 |
* | unset all part colors, since when drawing just a glyph string, | Owen Taylor | 2005-10-03 | 2 | -1/+11 |
* | Removed. Not needed since 2003 or so! | Behdad Esfahbod | 2005-09-25 | 1 | -131/+0 |
* | Move the calculation of dpi and size earlier. Use the size variable instad | Tor Lillqvist | 2005-09-22 | 3 | -22/+18 |
* | Use identical glyph extents cacheing as in pangocairo-fcfont.c. Huge | Tor Lillqvist | 2005-09-14 | 1 | -24/+77 |
* | Have a list of metrics by language instead of just one metrics. | Tor Lillqvist | 2005-09-14 | 4 | -59/+157 |
* | Fixed typo (#316054). | Jean Brefort | 2005-09-12 | 1 | -1/+1 |
* | Use g_free() to free g_new()-allocated data, otherwise the GLib memory | Matthias Clasen | 2005-09-11 | 1 | -1/+1 |
* | Fixed typo in docs. | Behdad Esfahbod | 2005-09-05 | 1 | -1/+1 |
* | Generate valid XML output. Dump LookupFlag too. | Behdad Esfahbod | 2005-08-29 | 2 | -37/+44 |
* | Protect against future line-break type additions in glib Unicode module. | Behdad Esfahbod | 2005-08-26 | 1 | -1/+5 |
* | Use pangocairo.def when linking libpangocairo on Windows, instead of | Tor Lillqvist | 2005-08-24 | 2 | -0/+7 |
* | convert from Pango units to doubles, fix some coordinate space problems | Owen Taylor | 2005-08-24 | 1 | -33/+44 |
* | Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1. | Behdad Esfahbod | 2005-08-15 | 3 | -1254/+368 |
* | Glagolitic shouldn't have Coptic as a sample language; it was used to | Owen Taylor | 2005-08-15 | 1 | -2/+5 |
* | Cut out the meat of pango_fc_font_get_metrics_for_context() and export it | Owen Taylor | 2005-08-15 | 3 | -33/+108 |
* | Fix unconditional access to logical_rect. (#312691, Hans Breuer) | Owen Taylor | 2005-08-15 | 1 | -1/+1 |
* | Add pango_item_get_type and pango_layout_line_get_type. Thanks to Vittorio | Tor Lillqvist | 2005-08-15 | 1 | -0/+2 |
* | Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. | Behdad Esfahbod | 2005-08-15 | 1 | -4/+4 |
* | Updated to Unicode 4.1, adding new scripts and Arabic joining data. | Roozbeh Pournader | 2005-08-09 | 3 | -96/+134 |
* | Add pangocairo files. Get the DLLs from "bin" unconditionally, that's | Tor Lillqvist | 2005-08-05 | 1 | -2/+9 |
* | updated | Hans Breuer | 2005-07-30 | 2 | -3/+3 |
* | Look for pango.def, pangoft2.def and pangowin32.def files in the source | J. Ali Harlow | 2005-07-29 | 1 | -3/+3 |
* | put parens around bitwise &, to appease gcc. | Manish Singh | 2005-07-27 | 1 | -1/+1 |
* | Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod, | Owen Taylor | 2005-07-26 | 2 | -12/+48 |
* | Fix mixed code and declarations (#311626, Kazuki IWAMOTO) | Owen Taylor | 2005-07-26 | 2 | -3/+7 |
* | Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder) | Owen Taylor | 2005-07-26 | 4 | -36/+60 |
* | Set font options as well. | Owen Taylor | 2005-07-25 | 3 | -3/+12 |
* | Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported by | Owen Taylor | 2005-07-25 | 1 | -3/+26 |
* | configure.in Fix a few typos that prevented build on Win32. | Tor Lillqvist | 2005-07-25 | 3 | -3/+4 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 2 | -2/+40 |
* | Handle context == NULL. (Reported by Behdad Esfahbod) | Owen Taylor | 2005-07-22 | 1 | -1/+6 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 3 | -12/+24 |
* | Add some missing statics on functions added in the recent layout iter | Owen Taylor | 2005-07-22 | 1 | -3/+3 |
* | Remove an unecessary set of block2. | Owen Taylor | 2005-07-22 | 1 | -1/+0 |
* | Patch from David Turner. Review and testing by Behdad Esfahbod | Owen Taylor | 2005-07-22 | 11 | -132/+520 |
* | use GPOINTER_TO_UINT() instead of bare casts to guint. | Manish Singh | 2005-07-22 | 1 | -2/+2 |
* | Based on patch from Gustavo J. A. M. Carneiro (#305975) | Owen Taylor | 2005-07-22 | 6 | -7/+48 |
* | No need to include modules.h here any longer. (pango_win32_get_context): | Tor Lillqvist | 2005-07-22 | 2 | -5/+11 |
* | Fix an excess copy. (pango_fc_font_map_get_patterns): Add back a call to | Owen Taylor | 2005-07-21 | 1 | -3/+3 |
* | Load a fontset and return the first font to take advantage of existing | Owen Taylor | 2005-07-21 | 1 | -7/+28 |
* | Force on metrics hinting for all Xft fonts (this fixes font metrics - | Owen Taylor | 2005-07-21 | 1 | -0/+6 |
* | pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) Move | Owen Taylor | 2005-07-21 | 2 | -9/+3 |
* | Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder) | Owen Taylor | 2005-07-21 | 1 | -1/+2 |
* | Fix up places where there is missing or incomplete Copyright and License | Owen Taylor | 2005-07-21 | 3 | -159/+204 |