summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Fix blurred underlines on Win32 (#332656):pango-1-10Tor Lillqvist2006-03-301-0/+25
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-1/+0
* 100% symbol coverage in docs.Behdad Esfahbod2006-02-062-16/+25
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-3118-67/+118
* Document PangoOTBuffer and PangoOTGlyph.Behdad Esfahbod2006-01-284-22/+58
* Documentation improvements.Behdad Esfahbod2006-01-283-2/+20
* Fix typo in docs.Behdad Esfahbod2006-01-281-1/+1
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-253-3/+0
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-241-1/+1
* Fix typo in docs.Behdad Esfahbod2006-01-2115-29/+32
* Move GLIB_CFLAGS before external libraries' CFLAGS. Some formattingBehdad Esfahbod2006-01-161-16/+47
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-161-2/+2
* Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95.Behdad Esfahbod2006-01-141-1/+1
* Add pango_matrix_get_font_scale_factor. (bug #323978, J. Ali Harlow)Behdad Esfahbod2005-12-141-0/+1
* Fix bug #323540.Behdad Esfahbod2005-12-124-43/+63
* Free ->fontset_hash. (#323498, Morten Welinder)Behdad Esfahbod2005-12-081-0/+3
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-2311-0/+104
* Link libpangoxft with -lm. (#318210)Behdad Esfahbod2005-11-231-1/+1
* 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