| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the ascent/descent from Cairo to fix bugs in metrics computation with | Owen Taylor | 2005-05-02 | 1 | -24/+7 |
* | Correct parameters passed to MultiByteToWideChar(). Pass -1 as source | Tor Lillqvist | 2005-04-28 | 4 | -129/+262 |
* | Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la | Tor Lillqvist | 2005-04-12 | 2 | -7/+7 |
* | File Edit Options Buffers Tools Help | Owen Taylor | 2005-04-08 | 1 | -1/+1 |
* | Test for renamed cairo_win32_scaled_font_select_font(). | Owen Taylor | 2005-04-07 | 3 | -79/+50 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 8 | -108/+182 |
* | variable declaration on the start of the block, not C99 everywhere. | Hans Breuer | 2005-04-03 | 2 | -6/+9 |
* | updated externals | Hans Breuer | 2005-03-18 | 2 | -2/+4 |
* | updated externals | Hans Breuer | 2005-03-18 | 1 | -2/+2 |
* | Set win32font->logfont. (How was this working at all?) | Owen Taylor | 2005-03-18 | 1 | -0/+5 |
* | Include the effect of the CTM in the FC_PIXEL_SIZE we set in the | Owen Taylor | 2005-03-15 | 5 | -39/+80 |
* | const correctness for _pango_fribidi_prop_to_type | Manish Singh | 2005-03-05 | 2 | -2/+2 |
* | Add mising files | Owen Taylor | 2005-03-05 | 1 | -0/+1521 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 7 | -796/+36 |
* | Add bug # to ChangeLog | Owen Taylor | 2005-03-03 | 1 | -0/+1 |
* | Call XftCharIndex() on the right font. (#163511) | Owen Taylor | 2005-03-03 | 1 | -1/+2 |
* | For all binary searches, handle the case where the number of items is 0. | Owen Taylor | 2005-03-03 | 2 | -24/+51 |
* | For family names that add in numbers add a , to distinguish them from | Owen Taylor | 2005-03-02 | 1 | -7/+34 |
* | Fix various typos in the docs (#163244, Morten Welinder) | Owen Taylor | 2005-03-02 | 1 | -2/+2 |
* | Go back to using Xft-reported metrics for all non-transformed fonts. | Owen Taylor | 2005-03-02 | 1 | -1/+1 |
* | Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589, | Owen Taylor | 2005-03-01 | 1 | -1/+2 |
* | Fix a typo in the last commit (Manish Singh) | Owen Taylor | 2005-03-01 | 1 | -1/+1 |
* | Delete FC_SPACING value out of pattern before passing it to Xft, to | Owen Taylor | 2005-03-01 | 1 | -1/+4 |
* | Use the language from the context if %NULL is passed in for @language. | Owen Taylor | 2005-03-01 | 1 | -2/+8 |
* | Build fixes from Andrew P. Lentvorski, Jr, #164655 | Owen Taylor | 2005-03-01 | 1 | -0/+5 |
* | Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where older | Owen Taylor | 2005-03-01 | 1 | -2/+3 |
* | map get_font_map to the right function. | Manish Singh | 2005-02-25 | 2 | -1/+2 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 19 | -145/+827 |
* | Minor doc fixes. (#167922, #167924, Billy Biggs) | Owen Taylor | 2005-02-21 | 2 | -2/+2 |
* | Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). Add | Owen Taylor | 2005-02-07 | 2 | -43/+211 |
* | updated to build with the new Cairo dependency added pangocairo.def to | Hans Breuer | 2005-02-06 | 6 | -4/+42 |
* | spell _pango_cairo_fc_get_render_key correctly. | Manish Singh | 2005-02-04 | 2 | -6/+8 |
* | Fix unpaired lock/unlock_face(). | Owen Taylor | 2005-02-03 | 1 | -3/+3 |
* | Bump to 1.9.0. | Owen Taylor | 2005-02-03 | 1 | -2/+9 |
* | Open the file with mode "wb", include cairo-png.h. | Owen Taylor | 2005-02-03 | 9 | -359/+273 |
* | Add missing pango_render_part_get_type. (#165287, Cedric Gustin) | Tor Lillqvist | 2005-01-29 | 1 | -0/+1 |
* | Add a missing entry point. | Tor Lillqvist | 2005-01-25 | 1 | -0/+1 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 18 | -82/+1713 |
* | Fix reversed test on attr->absolute that was causing pixels sizes to be | Owen Taylor | 2005-01-06 | 1 | -2/+2 |
* | Fix trailing comma in enum (#162618) | Owen Taylor | 2005-01-04 | 1 | -1/+1 |
* | Fix doc sentences to parse. (#161812, Morten Welinder) | Owen Taylor | 2005-01-04 | 1 | -2/+2 |
* | Rename y1 parameters to y1_ to avoid conflicts with the math.h Bessel | Owen Taylor | 2005-01-04 | 2 | -5/+5 |
* | Fix problem where MEDIUM was getting grouped with SEMIBOLD rather than | Owen Taylor | 2004-12-31 | 3 | -3/+3 |
* | pango/pangowin32-private.h Cache metrics by language, like the other | Tor Lillqvist | 2004-12-18 | 2 | -47/+92 |
* | Make the .la files depend on the corresponding .def files. | Tor Lillqvist | 2004-12-17 | 2 | -3/+5 |
* | Use FC_WEIGHT_MEDIUM, not FC_WEIGHT_NORMAL in old-fontconfig case. | Owen Taylor | 2004-12-17 | 1 | -1/+1 |
* | Fix bug in computing logical_rect.x when layout->width == -1. (#161510, | Owen Taylor | 2004-12-17 | 1 | -13/+32 |
* | Add short and long descriptions.pango-1-8-branchpoint | Owen Taylor | 2004-12-16 | 2 | -22/+137 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 8 | -36/+188 |
* | Copy layout->auto_dir. (#153547, Morten Welinder) | Owen Taylor | 2004-12-14 | 1 | -0/+1 |