| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call strlen when length < 0. Leave it to language engines to handle | Behdad Esfahbod | 2005-11-10 | 1 | -0/+5 |
* | Short-circuit on LTR-only or RTL-only text. | Behdad Esfahbod | 2005-11-10 | 1 | -1/+7 |
* | Remove debug line that got in accidentally. | Behdad Esfahbod | 2005-11-09 | 1 | -0/+5 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -0/+15 |
* | Minor clean up and adjustment. | Behdad Esfahbod | 2005-11-09 | 1 | -0/+5 |
* | Fixes bug #320666: | Federico Mena Quintero | 2005-11-08 | 1 | -0/+50 |
* | Removed. Not used for a long time, and were out of date. | Behdad Esfahbod | 2005-11-05 | 1 | -0/+7 |
* | Update to handle new line-breaking types in the Unicode 4.1 UAX#14. | Behdad Esfahbod | 2005-11-05 | 1 | -0/+8 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -0/+33 |
* | Fixes #320665: | Federico Mena Quintero | 2005-11-04 | 1 | -0/+18 |
* | Use quarks for GObject data to improve performance. (Patch from Federico | Behdad Esfahbod | 2005-11-04 | 1 | -0/+8 |
* | Use macros for locking and unlocking fonts we know are valid to avoid | Behdad Esfahbod | 2005-11-04 | 1 | -0/+6 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 1 | -0/+9 |
* | Added a --runs options, useful for profiling. Misc cleanup, freeing | Behdad Esfahbod | 2005-11-03 | 1 | -0/+6 |
* | Patches from #170414. Reviewed by Matthias Clasen. | Behdad Esfahbod | 2005-11-03 | 1 | -0/+10 |
* | Add const to gchar * members of structs. Shuts up gcc warnings. (#317676) | Behdad Esfahbod | 2005-10-03 | 1 | -0/+5 |
* | unset all part colors, since when drawing just a glyph string, | Owen Taylor | 2005-10-03 | 1 | -0/+9 |
* | Removed. Not needed since 2003 or so! | Behdad Esfahbod | 2005-09-25 | 1 | -0/+5 |
* | Move the calculation of dpi and size earlier. Use the size variable instad | Tor Lillqvist | 2005-09-22 | 1 | -0/+15 |
* | Update. | Tor Lillqvist | 2005-09-14 | 1 | -0/+2 |
* | Use identical glyph extents cacheing as in pangocairo-fcfont.c. Huge | Tor Lillqvist | 2005-09-14 | 1 | -0/+5 |
* | Have a list of metrics by language instead of just one metrics. | Tor Lillqvist | 2005-09-14 | 1 | -0/+37 |
* | Drop unused font_cache variable and the call to | Tor Lillqvist | 2005-09-13 | 1 | -0/+8 |
* | Fixed typo (#316054). | Jean Brefort | 2005-09-12 | 1 | -0/+5 |
* | Use g_free() to free g_new()-allocated data, otherwise the GLib memory | Matthias Clasen | 2005-09-11 | 1 | -0/+6 |
* | Fixed typo in docs. | Behdad Esfahbod | 2005-09-05 | 1 | -0/+5 |
* | Generate valid XML output. Dump LookupFlag too. | Behdad Esfahbod | 2005-08-29 | 1 | -0/+5 |
* | Set cairo font resolution. | Behdad Esfahbod | 2005-08-29 | 1 | -0/+6 |
* | Add a few Arabic non-spacing marks to the example. Put the line with Pango | Behdad Esfahbod | 2005-08-29 | 1 | -0/+5 |
* | Protect against future line-break type additions in glib Unicode module. | Behdad Esfahbod | 2005-08-26 | 1 | -0/+5 |
* | Use pangocairo.def when linking libpangocairo on Windows, instead of | Tor Lillqvist | 2005-08-24 | 1 | -0/+9 |
* | convert from Pango units to doubles, fix some coordinate space problems | Owen Taylor | 2005-08-24 | 1 | -0/+4 |
* | Truncate ChangeLog after moving aside | Owen Taylor | 2005-08-24 | 1 | -1273/+0 |
* | === Released 1.10.0 ===PANGO_1_10_0 | Owen Taylor | 2005-08-15 | 1 | -2/+10 |
* | Updated to that of FriBidi 0.10.5 which corresponds to Unicode 4.1. | Behdad Esfahbod | 2005-08-15 | 1 | -0/+10 |
* | Glagolitic shouldn't have Coptic as a sample language; it was used to | Owen Taylor | 2005-08-15 | 1 | -0/+8 |
* | Cut out the meat of pango_fc_font_get_metrics_for_context() and export it | Owen Taylor | 2005-08-15 | 1 | -0/+8 |
* | Fix unconditional access to logical_rect. (#312691, Hans Breuer) | Owen Taylor | 2005-08-15 | 1 | -0/+6 |
* | Add pango_item_get_type and pango_layout_line_get_type. Thanks to Vittorio | Tor Lillqvist | 2005-08-15 | 1 | -0/+6 |
* | Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT. | Behdad Esfahbod | 2005-08-15 | 1 | -0/+5 |
* | Remove some characters at the beginning of the file and add a line break. | Behdad Esfahbod | 2005-08-15 | 1 | -0/+5 |
* | reviewed by: otaylor | Keith Packard | 2005-08-09 | 1 | -0/+7 |
* | Updated to Unicode 4.1, adding new scripts and Arabic joining data. | Roozbeh Pournader | 2005-08-09 | 1 | -0/+7 |
* | Forgot libpangocairo-1.0.dll.a. | Tor Lillqvist | 2005-08-05 | 1 | -1/+1 |
* | Add pangocairo files. Get the DLLs from "bin" unconditionally, that's | Tor Lillqvist | 2005-08-05 | 1 | -0/+9 |
* | updated | Hans Breuer | 2005-07-30 | 1 | -0/+7 |
* | Use egrep for khmer, like the rest, to fix --with-included-modules. | Owen Taylor | 2005-07-30 | 1 | -0/+5 |
* | Look for pango.def, pangoft2.def and pangowin32.def files in the source | J. Ali Harlow | 2005-07-29 | 1 | -0/+5 |
* | put parens around bitwise &, to appease gcc. | Manish Singh | 2005-07-27 | 1 | -0/+5 |
* | Remove a stray entry | Owen Taylor | 2005-07-26 | 1 | -5/+0 |