summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix missing static. (#108693, Rick Jones)Owen Taylor2003-04-151-1/+1
* Remove files from server copyOwen Taylor2003-04-144-1165/+0
* Add more debugging output.Tor Lillqvist2002-11-121-2/+14
* Fix #96781: changes for basic X shaper's code range forHidetoshi Tajima2002-11-071-4/+5
* No more use of TFILL, the internal trailing consonant filler.Changwoo Ryu2002-11-051-40/+89
* Update the non-Uniscribe ranges to cover some more simple scripts.Tor Lillqvist2002-10-241-43/+102
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-212-1/+758
* Fixed leaks when the Hangul jamos length >= 6 (#95730).Changwoo Ryu2002-10-151-6/+7
* unref the PangoOTInfo after extracting the ruleset from it (#91541).Sven Neumann2002-10-141-3/+4
* (Based on GTK+ patch by J. Ali Harlow in #87774)Owen Taylor2002-09-271-3/+21
* make charset ordering of chinese character sets differently for chineseHidetoshi Tajima2002-09-271-4/+4
* Use PANGO_PIXELS macro throughout instead of dividing by PANGO_SCALE.Tor Lillqvist2002-09-241-1/+1
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-223-45/+64
* Fix missing statics.Owen Taylor2002-08-2012-82/+83
* Patch from Nils Nordman to add various missing 'static' (#90353)Owen Taylor2002-08-206-11/+12
* Argument to make_glyph() shouldn't have been unsigned char, since we passOwen Taylor2002-07-314-18/+20
* added missing cast (ThaiFontInfo.info.face is just a gpointer, not anMichael Natterer2002-07-272-2/+2
* Fix problem where pango_xft_get_unknown_glyph() was being used for XOwen Taylor2002-07-275-4/+25
* Patch fromm Qingjiang (Brian) Yuan adding support for GB-18030,Owen Taylor2002-07-262-3147/+3349
* Patch from Qingjiang (Brian) Yuan and Changwoo Ryu to add support forOwen Taylor2002-07-262-0/+141
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-266-728/+1339
* Support new Arabic characters in Unicode 3.2. (Patch from RoozbehOwen Taylor2002-06-161-1/+1
* Use unsigned char for bitfield array. (#83257, David L. Cooper II)Owen Taylor2002-06-121-1/+1
* Change @glyph2 parameter of arabic_*_recode() to be a gunichar* likeOwen Taylor2002-06-124-4/+4
* Don't draw fillers when drawing Jamos with ksc5601 fallback.Changwoo Ryu2002-05-231-0/+3
* Fix C++ comment. (#82035, David L. Cooper II)Owen Taylor2002-05-211-1/+1
* Fix typo. (#79574)Owen Taylor2002-04-231-361/+0
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-267-72/+36
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-255-19/+23
* When loading an iconv converter fails, recover gracefully and warn ratherOwen Taylor2002-03-203-40/+36
* Enabled ksc5601 fonts in the Hangul compatibility jamos, the CJK unifiedChangwoo Ryu2002-03-181-1265/+1277
* Prefer ksc5601 fonts to unicode fonts for "ko" locales.Owen Taylor2002-03-151-1/+2
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-068-22/+10
* Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.)Owen Taylor2002-03-057-7/+7
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-057-22/+22
* A correction of the last commit, as it did not do what I intended itDov Grobgeld2002-03-041-1/+1
* Cosmetic changes:Dov Grobgeld2002-03-041-4/+19
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-281-1/+1
* Fix trailing , on enumerations. (#72572, Miroslaw Dobrzanski-Neumann)Owen Taylor2002-02-251-1/+1
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-234-4/+80
* Fixed placement of nikud under QOF to take into account the typicalDov Grobgeld2002-02-231-2/+18
* Fix recode functions to take gunichar * since we pass that in. (#72059,Owen Taylor2002-02-206-6/+6
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-072-1/+9
* configure.in modules/arabic/Makefile.am added arabic shaper for FT2 portedSven Neumann2002-01-242-4/+440
* Improved nikud placement. This is the first time there is a use ofDov Grobgeld2002-01-191-4/+40
* Changed support of Hebrew from full to fallback in order to make theDov Grobgeld2002-01-193-3/+3
* include missing header filejacob berkman2002-01-171-1/+1
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-172-509/+237
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-165-0/+1262
* Mark as only an approximate match for Hebrew, so the Hebrew shaper will beOwen Taylor2001-12-271-1/+1