summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-149-51/+514
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-031-13/+30
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-023-185/+58
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-282-2/+2
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-112-187/+206
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-1711-206/+207
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-161-1/+1
* Fix bug where language tag changes were not causing the font to be lookedOwen Taylor2003-02-121-4/+5
* Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilationOwen Taylor2003-02-121-4/+0
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-121-4/+7
* Fix an off-by-one error when checking if are off the end of the coverageOwen Taylor2003-01-291-2/+4
* Break out of loop if char is 0xFFFF. Some fonts have tables terminatedTor Lillqvist2003-01-291-0/+3
* Avoid crash with string such as " 12" (bug #103674)Padraig O'Briain2003-01-171-1/+1
* Export TT_New_GDEF_Table to create an empty GDEF table.Owen Taylor2003-01-113-14/+144
* Some unit fixups (#96335)Owen Taylor2002-12-202-12/+13
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-172-0/+24
* === Released 1.1.5 ===PANGO_1_1_5Owen Taylor2002-12-104-0/+20
* Draw the unknown glyph box with X primitives rather than hoping that someOwen Taylor2002-12-091-85/+86
* Free the iter. (Fix from Kjartan Maraas, #100672)Owen Taylor2002-12-081-0/+2
* Document PangoIndicScript. Document.Matthias Clasen2002-12-071-0/+7
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-074-7/+31
* Don't use face->generic.data to hold the size the face is currently setOwen Taylor2002-12-071-17/+11
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-072-24/+44
* Dynamically allocate submap arrays so we aren't constrained to the BMP.Owen Taylor2002-12-071-18/+37
* Use octal escapes rather than hex to avoid the problem over having hexOwen Taylor2002-12-071-19/+19
* Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet)Owen Taylor2002-12-062-20/+20
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-064-26/+25
* === Released 1.1.4 ===Owen Taylor2002-12-033-1/+5
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-038-31/+463
* Add docs.Matthias Clasen2002-11-283-4/+7
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-284-6/+68
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-263-6/+9
* Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)Owen Taylor2002-11-261-1/+2
* Remove some confusing left over verbiage in API docs about what fontOwen Taylor2002-11-261-2/+1
* Fix off-by-one in check for non-BMP characters. (#91834, He Qiangqiang)Owen Taylor2002-11-261-1/+1
* Add more debugging output.Tor Lillqvist2002-11-121-2/+6
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-087-27/+27
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-022-0/+2
* Don't break at the first char in the first item on a line. FixesAlexander Larsson2002-10-231-3/+6
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-215-91/+199
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-1412-38/+38
* Add, implement and document PANGO_WRAP_WORD_CHARAlexander Larsson2002-10-042-50/+72
* ligatures can be also used in MarkBasePos lookups. (2001-03-17 WernerOwen Taylor2002-09-291-3/+10
* Start of merges from freetype1 of OpenType fixes.Owen Taylor2002-09-293-10/+13
* Revert change from 2002-09-21: Don't bypass the code that automaticallyTor Lillqvist2002-09-281-2/+4
* INCLUDED_WIN32_MODULES was missing from a couple of places. (#93372)Tor Lillqvist2002-09-251-2/+2
* Merge from pango-1-0:Tor Lillqvist2002-09-242-35/+101
* Remove. Not used. (A static library is built here. Exported entries are inTor Lillqvist2002-09-232-52/+1
* pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. NotTor Lillqvist2002-09-236-199/+1
* Make color parsing more robust and correct. (#93804)Matthias Clasen2002-09-221-42/+42