summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* g_return_if_fail for index >= 0 was the wrong way.Tor Lillqvist2003-01-292-2/+5
* Fix an off-by-one error when checking if are off the end of the coverageOwen Taylor2003-01-281-2/+4
* Avoid crash with string such as " 12" (bug #103674)Padraig O'Briain2003-01-201-1/+1
* Export TT_New_GDEF_Table to create an empty GDEF table.Owen Taylor2003-01-143-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
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-222-6/+6
* Distribute specifically pango.aliases and pango.modules, not the wholeTor Lillqvist2002-09-215-383/+551
* Fix problem where position wasn't updated properly.Owen Taylor2002-09-191-0/+1
* Correctly handle back, new_advance.Eric Mader2002-09-091-9/+16
* Don't fail when reading an empty script.Eric Mader2002-09-062-11/+26
* Render only valid glyphs. Fix by Florent Duguet. Don't know if this isTor Lillqvist2002-09-041-4/+11
* G_WIN32_DLLMAIN_FOR_DLL_NAME not needed on Cygwin, surround with #ifdefTor Lillqvist2002-09-041-1/+3
* Released 1.1.1.PANGO_1_1_1Owen Taylor2002-08-201-5/+6
* conditionalize FC_PATTERN usage on #ifdef FC_PATTERN, since it onlyOwen Taylor2002-08-202-0/+4
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-195-34/+113