summaryrefslogtreecommitdiff
path: root/modules/basic
Commit message (Expand)AuthorAgeFilesLines
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-46/+46
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+2
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-26/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-092-3/+3
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-053-7/+7
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-034-10/+10
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-024-10/+10
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+8
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Set cluster only on base chars, like the Arabic module does.Behdad Esfahbod2006-01-231-2/+3
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-1/+10
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-144-1/+4
* modules/arabic/arabic-fc.c, modules/basic/basic-fc.c,Behdad Esfahbod2005-12-261-9/+16
* Return NULL, not FALSE!Behdad Esfahbod2005-12-041-1/+1
* Forgot to add thisAnders Carlsson2005-11-251-0/+234
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-41/+222
* Add checks for ATSUI.Anders Carlsson2005-11-221-0/+15
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-8/+8
* Drop unused font_cache variable and the call toTor Lillqvist2005-09-131-5/+0
* New function added.Behdad Esfahbod2005-07-234-21/+3
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-7/+3
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-211-0/+21
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-161-1/+2
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-12/+33
* Update to new Cairo font API.Owen Taylor2005-04-071-1/+1
* Leave out some languages that don't have any own digits.Tor Lillqvist2005-03-201-25/+18
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-34/+12
* Don't use -p option to cp, can cause "failed to preserve ownership"Tor Lillqvist2005-01-251-1/+1
* Remove an extraneous / that was confusing gcc on Win32.Owen Taylor2005-01-111-1/+1
* Emergency fix for #151068... if uniscribe shaping comes up with no glyphs,Owen Taylor2004-12-161-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-221-6/+7
* Add the new pango_renderer_* symbols.Tor Lillqvist2004-09-251-11/+0
* updatedHans Breuer2004-08-061-0/+11
* #143556, Noah MischOwen Taylor2004-06-211-1/+1
* use uniscribe_scripts instead of uniscribe_ranges (does show only withHans Breuer2004-02-281-2/+2
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-131-1/+1
* Simplify.Tor Lillqvist2003-12-081-38/+32
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-233-144/+79
* New function. Uses the Uniscribe ScriptIsSimple() function to check ifTor Lillqvist2003-08-071-7/+50
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-033-95/+84
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-36/+11
* Remove.Owen Taylor2003-08-021-1/+3
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-7/+3
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-251-1/+1
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-201-0/+70
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-146-695/+86
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-86/+59
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin)Owen Taylor2002-12-162-8/+8
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-062-2/+4