summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-169-2035/+2267
* Keep a separate description => fontset hash for each language tag. PassOwen Taylor2002-08-151-23/+90
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-092-0/+87
* Some fixes from #90267Owen Taylor2002-08-091-3/+3
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-082-4/+4
* Up MAX_FREED_FONTS to 128Owen Taylor2002-08-081-52/+34
* Offset to MarkAttachClassDef is offset to table, not offset to offset toOwen Taylor2002-08-072-14/+1
* Use FcPatternHash instead of rolling our own. (Slight speed decrease)Owen Taylor2002-08-061-1/+8
* Patch from Keith Packard:Owen Taylor2002-08-063-28/+70
* Export.Owen Taylor2002-08-064-40/+122
* New function allowing us to shut down a display.Owen Taylor2002-08-022-16/+56
* Make charset ordering more important than ordering in the fontOwen Taylor2002-07-311-3/+4
* Avoid using g_strescape(), since it mangles UTF-8. (#89479, Yao Zhang)Owen Taylor2002-07-311-2/+44
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-311-0/+16
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-262-3/+42
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking forOwen Taylor2002-07-252-7/+15
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-251-1/+1
* don't access the old (invalid) face pointer after loading a fallback faceSven Neumann2002-07-221-3/+3
* Fix trivial typo that was causing the charcode hex boxes to beOwen Taylor2002-07-161-1/+1
* on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-151-7/+10
* Fix some typos.Owen Taylor2002-07-031-4/+6
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-033-48/+149
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-036-101/+343
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-021-1/+1
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-131-0/+2
* Don't leak raw_metrics and don't copy refcounts. (#84533)Matthias Clasen2002-06-101-3/+5
* Add @FREETYPE_CFLAGS@Owen Taylor2002-06-061-0/+1
* Don't open the font unecessarily, we already have the FcCharSet.Owen Taylor2002-06-041-18/+18