summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure the face is unlocked before returning from pango_xft_font_real_get_...Keith Packard2003-06-026-2/+33
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-026-8/+38
* Add pango_ft2_font_map_set_default_substitute.Tor Lillqvist2003-05-306-0/+21
* Fix a stupid bug in the shortcircuit case.Owen Taylor2003-05-306-2/+57
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-296-29/+266
* Add HAVE_X.Tor Lillqvist2003-05-2915-10/+142
* (#107630, Federic Zhang)Owen Taylor2003-05-287-57/+101
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-286-70/+122
* Limit the size of the buffers we alloca(). (#104238Owen Taylor2003-05-276-1/+35
* Clean up so that tests for Xft/FreeType are only run when we findOwen Taylor2003-05-277-41/+98
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-276-14/+82
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-276-2/+33
* Fix typo for FreeType dependencies in the enable_explicit_deps case.Owen Taylor2003-05-276-1/+26
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-2710-5/+55
* Add code to check for "./pangorc" so that it works uninstalled.Owen Taylor2003-05-277-0/+31
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-026-14/+74
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-026-1/+25
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* file thai-ft2.c was initially added on branch pango-1-2.Owen Taylor2003-04-300-0/+0
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-306-1/+44
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-299-9/+46
* Accept libtool-1.5. (#111482)Owen Taylor2003-04-246-1/+21
* Documentation fix.Matthias Clasen2003-04-236-19/+21
* More careful handling of face->charmap; if is NULL, try to set a unicodeOwen Taylor2003-04-166-2/+59
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-167-6/+48
* Free the right string.Owen Taylor2003-04-166-1/+26
* Always include freetype.h even when not ENABLE_ENGINE | ENABLE_BACKEND.Owen Taylor2003-04-156-2/+27
* Fix mispelled constant from last commit.Owen Taylor2003-04-156-1/+26
* Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)Owen Taylor2003-04-157-3/+45
* Don't look for Xft unless we found FreeType. (#109753)Owen Taylor2003-04-156-1/+26
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-156-4/+51
* Avoid complex quoting mess that didn't work with all shells. (#108001)Owen Taylor2003-04-156-4/+32
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-156-7/+37
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-156-2/+32
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-156-1/+26
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-157-25/+54
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-156-1/+31
* Fix some stupid type registration/ class size problems from last commit.Owen Taylor2003-04-157-4/+29
* file indic-ft2.c was initially added on branch pango-1-2.Owen Taylor2003-04-140-0/+0
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-1451-3423/+1006
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-036-13/+75
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-028-185/+98
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-287-2/+27
* shut up CVSSven Neumann2003-03-211-7/+9
* Quick and dirty fix for seg-fault in Hebrew shaper.Dov Grobgeld2003-03-121-2/+11
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-1121-1018/+870
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-1713-207/+210
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-1713-3/+164
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-166-1/+26
* Simplify 'test x$have_x != xfalse' to $have_x.Owen Taylor2003-02-126-1/+26