summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get the ascent/descent from Cairo to fix bugs in metrics computation withOwen Taylor2005-05-021-24/+7
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-284-129/+262
* 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