summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-4/+6
* 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
* Fix bug where language tag changes were not causing the font to be lookedOwen Taylor2003-02-121-4/+5
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-121-4/+7
* g_return_val_if_fail for index >= 0 was the wrong way.Tor Lillqvist2003-01-291-1/+1
* g_return_if_fail for index >= 0 was the wrong way.Tor Lillqvist2003-01-293-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
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-072-21/+45
* 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
* Change semantics of this flag. If defined, also need to set env varTor Lillqvist2002-10-215-90/+196
* unref the PangoOTInfo after extracting the ruleset from it (#91541).Sven Neumann2002-10-142-1/+5
* === Released 1.0.5 ===PANGO_1_0_5Owen Taylor2002-10-131-1/+3
* Recognize a special marker directory name "WINDOWSFONTDIR", and look upTor Lillqvist2002-09-301-0/+49
* 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
* Still a tiny improvement to pango_win32_render: keep tally of last_xTor Lillqvist2002-09-241-1/+2
* Use PANGO_PIXELS macro throughout instead of dividing by PANGO_SCALE.Tor Lillqvist2002-09-242-33/+100
* Remove. Not used. (A static library is built here. Exported entries are inTor Lillqvist2002-09-232-52/+2
* pango/mini-fribidi/makefile.mingw Remove. Not maintained.Tor Lillqvist2002-09-234-68/+1
* Make color parsing more robust and correct. (#93804)Matthias Clasen2002-09-221-42/+42
* Change according to change below so that build also with the manuallyTor Lillqvist2002-09-221-4/+4
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-222-2/+2
* Two very minor spacing fixes.Tor Lillqvist2002-09-212-2/+1
* Distribute also pango.aliases and pango.modules.Tor Lillqvist2002-09-215-386/+553
* Fix problem where position wasn't updated properly.Owen Taylor2002-09-191-0/+1
* 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
* Fix accidentally exported set_unicode_charmap() andOwen Taylor2002-08-082-4/+4
* Released 1.0.4PANGO_1_0_4Owen Taylor2002-08-011-1/+6
* 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
* File Edit Options Buffers Tools HelpOwen 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
* pango/pangoft2.c (pango_ft2_get_per_char) Make load flagsOwen Taylor2002-07-151-2/+2
* Be more robust when trying to set the unicode character map on the font.Owen Taylor2002-07-102-66/+142
* Add a stdlib include for getenv(). (#85836, David L. Cooper III)Owen Taylor2002-07-102-44/+46
* 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
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-1/+4
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-266-25/+35
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-142-16/+102
* Fake sans,serif,monospace in the list of fonts.Owen Taylor2002-05-132-57/+139
* Add a implementation of strtok_r (copied from glibc) for machines thatOwen Taylor2002-05-132-18/+58
* Add compatibility defines for changes in FreeType 2.1.0.Owen Taylor2002-04-231-2/+37
* Free pattern after using it.Alex Larsson2002-03-261-3/+9