| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new context_substitute() virtual function that replaces | Owen Taylor | 2005-06-14 | 1 | -0/+14 |
* | update for new cairo_xlib_surface API. | Manish Singh | 2005-05-17 | 1 | -1/+5 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 1 | -0/+9 |
* | Include Xlib.h explicitely before include Xutil.h, since Xutil.h doesn't | Owen Taylor | 2005-05-16 | 1 | -0/+6 |
* | #include Xutil.h explicitly, update for renamed cairo API. | 5 | 2005-05-14 | 1 | -0/+5 |
* | Update for cairo API change. (pango_cairo_win32_font_get_metrics): Fix x/y | Owen Taylor | 2005-05-12 | 1 | -0/+6 |
* | Remove some accidentally deleted code. | Owen Taylor | 2005-05-07 | 1 | -0/+5 |
* | Update for Cairo API changes. | Owen Taylor | 2005-05-07 | 1 | -0/+6 |
* | Get the ascent/descent from Cairo to fix bugs in metrics computation with | Owen Taylor | 2005-05-02 | 1 | -5/+5 |
* | Remove a stray conflict indicator | Owen Taylor | 2005-05-01 | 1 | -1/+0 |
* | Fix for the change of cairo_clip() not to preserve the path. | Owen Taylor | 2005-05-01 | 1 | -0/+12 |
* | Correct parameters passed to MultiByteToWideChar(). Pass -1 as source | Tor Lillqvist | 2005-04-28 | 1 | -0/+33 |
* | Update to new Cairo API for writing out PNGs. | Manish Singh | 2005-04-27 | 1 | -0/+4 |
* | Cleanups. | Changwoo Ryu | 2005-04-27 | 1 | -0/+4 |
* | handles zero width chars, patch by Young-Ho Cha. (#157565) | Changwoo Ryu | 2005-04-24 | 1 | -0/+5 |
* | Update to new Cairo API for setting color and opacity. | Manish Singh | 2005-04-18 | 1 | -0/+5 |
* | Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.la | Tor Lillqvist | 2005-04-12 | 1 | -0/+9 |
* | #include <pixman.h> since the cairo headers don't include it for us | Manish Singh | 2005-04-08 | 1 | -0/+5 |
* | File Edit Options Buffers Tools Help | Owen Taylor | 2005-04-08 | 1 | -2/+5 |
* | Test for renamed cairo_ft_scaled_font_lock_face(). | Manish Singh | 2005-04-08 | 1 | -0/+4 |
* | Test for renamed cairo_win32_scaled_font_select_font(). | Owen Taylor | 2005-04-07 | 1 | -0/+10 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 1 | -0/+9 |
* | variable declaration on the start of the block, not C99 everywhere. | Hans Breuer | 2005-04-03 | 1 | -0/+9 |
* | Update to track removal of cairo_set_target_png from cairo. | Carl Worth | 2005-04-02 | 1 | -0/+5 |
* | Added more MacThai PUA glyphs that are not defined in vendor data at | Theppitak Karoonboonyanan | 2005-03-24 | 1 | -0/+6 |
* | Leave out some languages that don't have any own digits. | Tor Lillqvist | 2005-03-20 | 1 | -0/+11 |
* | updated externals | Hans Breuer | 2005-03-18 | 1 | -0/+7 |
* | Set win32font->logfont. (How was this working at all?) | Owen Taylor | 2005-03-18 | 1 | -0/+5 |
* | Fix PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik) | Owen Taylor | 2005-03-16 | 1 | -0/+5 |
* | Include the effect of the CTM in the FC_PIXEL_SIZE we set in the | Owen Taylor | 2005-03-15 | 1 | -0/+19 |
* | const correctness for _pango_fribidi_prop_to_type | Manish Singh | 2005-03-05 | 1 | -0/+7 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 1 | -0/+22 |
* | Updates from stable branch. | Owen Taylor | 2005-03-04 | 1 | -0/+4 |
* | Split out handling of sinhala al-lakuna character from handling of Virama | Owen Taylor | 2005-03-03 | 1 | -0/+16 |
* | Add bug # to ChangeLog | Owen Taylor | 2005-03-03 | 1 | -0/+6 |
* | Call XftCharIndex() on the right font. (#163511) | Owen Taylor | 2005-03-03 | 1 | -0/+5 |
* | For all binary searches, handle the case where the number of items is 0. | Owen Taylor | 2005-03-03 | 1 | -0/+12 |
* | For family names that add in numbers add a , to distinguish them from | Owen Taylor | 2005-03-02 | 1 | -0/+7 |
* | Fix various typos in the docs (#163244, Morten Welinder) | Owen Taylor | 2005-03-02 | 1 | -0/+5 |
* | Go back to using Xft-reported metrics for all non-transformed fonts. | Owen Taylor | 2005-03-02 | 1 | -0/+9 |
* | [ ChangeLog entry for some changes accidentally committed a while ago ] | Owen Taylor | 2005-03-02 | 1 | -0/+18 |
* | Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589, | Owen Taylor | 2005-03-01 | 1 | -0/+6 |
* | Fix a typo in the last commit (Manish Singh) | Owen Taylor | 2005-03-01 | 1 | -0/+5 |
* | Delete FC_SPACING value out of pattern before passing it to Xft, to | Owen Taylor | 2005-03-01 | 1 | -0/+7 |
* | Use the language from the context if %NULL is passed in for @language. | Owen Taylor | 2005-03-01 | 1 | -0/+6 |
* | Build fixes from Andrew P. Lentvorski, Jr, #164655 | Owen Taylor | 2005-03-01 | 1 | -1/+13 |
* | Use PKG_CHECK_MODULES not AM_PATH_GLIB_2_0 to avoid a problem where older | Owen Taylor | 2005-03-01 | 1 | -0/+10 |
* | Typo. | Tor Lillqvist | 2005-03-01 | 1 | -2/+2 |
* | Include pangowin32.h first to avoind namespace collision. (#163584) | Tor Lillqvist | 2005-03-01 | 1 | -0/+5 |
* | map get_font_map to the right function. | Manish Singh | 2005-02-25 | 1 | -0/+7 |