summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.laTor Lillqvist2005-04-122-7/+7
* File Edit Options Buffers Tools HelpOwen Taylor2005-04-081-1/+1
* Test for renamed cairo_win32_scaled_font_select_font().Owen Taylor2005-04-073-79/+50
* Update to new Cairo font API.Owen Taylor2005-04-078-108/+182
* variable declaration on the start of the block, not C99 everywhere.Hans Breuer2005-04-032-6/+9
* updated externalsHans Breuer2005-03-182-2/+4
* updated externalsHans Breuer2005-03-181-2/+2
* Set win32font->logfont. (How was this working at all?)Owen Taylor2005-03-181-0/+5
* Include the effect of the CTM in the FC_PIXEL_SIZE we set in theOwen Taylor2005-03-155-39/+80
* const correctness for _pango_fribidi_prop_to_typeManish Singh2005-03-052-2/+2
* Add mising filesOwen Taylor2005-03-051-0/+1521
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-057-796/+36
* Add bug # to ChangeLogOwen Taylor2005-03-031-0/+1
* Call XftCharIndex() on the right font. (#163511)Owen Taylor2005-03-031-1/+2
* For all binary searches, handle the case where the number of items is 0.Owen Taylor2005-03-032-24/+51
* For family names that add in numbers add a , to distinguish them fromOwen Taylor2005-03-021-7/+34
* Fix various typos in the docs (#163244, Morten Welinder)Owen Taylor2005-03-021-2/+2
* Go back to using Xft-reported metrics for all non-transformed fonts.Owen Taylor2005-03-021-1/+1
* Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589,Owen Taylor2005-03-011-1/+2
* Fix a typo in the last commit (Manish Singh)Owen Taylor2005-03-011-1/+1
* Delete FC_SPACING value out of pattern before passing it to Xft, toOwen Taylor2005-03-011-1/+4
* Use the language from the context if %NULL is passed in for @language.Owen Taylor2005-03-011-2/+8
* Build fixes from Andrew P. Lentvorski, Jr, #164655Owen Taylor2005-03-011-0/+5
* Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where olderOwen Taylor2005-03-011-2/+3
* map get_font_map to the right function.Manish Singh2005-02-252-1/+2
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-2419-145/+827
* Minor doc fixes. (#167922, #167924, Billy Biggs)Owen Taylor2005-02-212-2/+2
* Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). AddOwen Taylor2005-02-072-43/+211
* updated to build with the new Cairo dependency added pangocairo.def toHans Breuer2005-02-066-4/+42
* spell _pango_cairo_fc_get_render_key correctly.Manish Singh2005-02-042-6/+8
* Fix unpaired lock/unlock_face().Owen Taylor2005-02-031-3/+3
* Bump to 1.9.0.Owen Taylor2005-02-031-2/+9
* Open the file with mode "wb", include cairo-png.h.Owen Taylor2005-02-039-359/+273
* Add missing pango_render_part_get_type. (#165287, Cedric Gustin)Tor Lillqvist2005-01-291-0/+1
* Add a missing entry point.Tor Lillqvist2005-01-251-0/+1
* Add checks for CairoOwen Taylor2005-01-0918-82/+1713
* Fix reversed test on attr->absolute that was causing pixels sizes to beOwen Taylor2005-01-061-2/+2
* Fix trailing comma in enum (#162618)Owen Taylor2005-01-041-1/+1
* Fix doc sentences to parse. (#161812, Morten Welinder)Owen Taylor2005-01-041-2/+2
* Rename y1 parameters to y1_ to avoid conflicts with the math.h BesselOwen Taylor2005-01-042-5/+5
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-313-3/+3
* pango/pangowin32-private.h Cache metrics by language, like the otherTor Lillqvist2004-12-182-47/+92
* Make the .la files depend on the corresponding .def files.Tor Lillqvist2004-12-172-3/+5
* Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case.Owen Taylor2004-12-171-1/+1
* Fix bug in computing logical_rect.x when layout->width == -1. (#161510,Owen Taylor2004-12-171-13/+32
* Add short and long descriptions.pango-1-8-branchpointOwen Taylor2004-12-162-22/+137
* Add pixel sizes for fonts (#119081, patch from Chris Lahey)Owen Taylor2004-12-168-36/+188
* Copy layout->auto_dir. (#153547, Morten Welinder)Owen Taylor2004-12-141-0/+1
* Add $(libm), needed for no-undefined platforms like AIX. (#160773, VincentOwen Taylor2004-12-141-1/+1
* Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen)Owen Taylor2004-12-143-7/+49