summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.2.2 ===PANGO_1_2_2Owen Taylor2003-05-301-2/+2
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-291-29/+226
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-56/+82
* Limit the size of the buffers we alloca(). (#104238)Owen Taylor2003-05-271-1/+10
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-271-14/+47
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-271-2/+3
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-275-5/+5
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-021-14/+44
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-1/+0
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-301-1/+19
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-291-4/+3
* More careful handling of face->charmap; if is NULL, try to set a unicodeOwen Taylor2003-04-161-2/+24
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-162-6/+8
* Free the right string.Owen Taylor2003-04-161-1/+1
* Fix mispelled constant from last commit.Owen Taylor2003-04-151-1/+1
* Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)Owen Taylor2003-04-152-3/+5
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-4/+6
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-151-7/+7
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-151-1/+1
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-151-1/+1
* 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
* 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
* 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