summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Go back to honoring alpha in the XftColor passed in; it was a 1.6 => 1.8Owen Taylor2005-06-211-4/+23
* Optimization. Do not g_utf8_get_char at all. (#305323, Paolo Borelli)Behdad Esfahbod2005-06-181-21/+26
* Remove excess return (#307741, Damien Carbery)Owen Taylor2005-06-161-1/+1
* Fix some missing case variants in the switch statement. (#169852, MortenOwen Taylor2005-06-141-0/+2
* Hand edit to fix a bug in the 4.0.0 data tables. (#173096, SukhjinderOwen Taylor2005-06-141-1/+1
* #307433, Sebastien BacherOwen Taylor2005-06-141-0/+1
* Fix docs, handle a lone '~' (#169851, Morten Welinder)Owen Taylor2005-06-141-1/+6
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-144-4/+12
* Fix potential leak of state->base_font. (#168930, Ben Maurer, AivarsOwen Taylor2005-06-141-0/+2
* Add a (hopefully temporary) cache in front of getting metrics from Cairo.Owen Taylor2005-06-141-46/+87
* Add a new context_substitute() virtual function that replacesOwen Taylor2005-06-146-10/+92
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-162-25/+48
* Update for cairo API change. (pango_cairo_win32_font_get_metrics): Fix x/yOwen Taylor2005-05-121-2/+2
* Update for Cairo API changes.Owen Taylor2005-05-073-18/+18