summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 410169 – gravity problem with Common charsBehdad Esfahbod2009-07-224-14/+63
* Bug 589113 – Some characters rotated incorrectly in vertical textBehdad Esfahbod2009-07-221-3/+66
* Bug 588060 -- Fonts missing on CygwinTor Lillqvist2009-07-211-2/+2
* Bug 589133 – Firefox 3.5 complains about invalid weak referencesBehdad Esfahbod2009-07-201-2/+11
* Bug 585806 – crash during pango_fc_font_map_shutdownBehdad Esfahbod2009-07-202-8/+0
* Fix typoBehdad Esfahbod2009-07-171-1/+1
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-157-18/+49
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-1/+5
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-5/+9
* Bug 585337 – Fails to install: install: will not overwrite just-createdBehdad Esfahbod2009-06-101-1/+1
* Bug 584328 – Persian sample text is not goodBehdad Esfahbod2009-05-301-1/+1
* Bug 583250 – pango_font_metrics_get_approximate_char_width is wrong when LA...Behdad Esfahbod2009-05-301-19/+10
* Bug 580987 – SIGFPE in pango_glyph_string_index_to_xBehdad Esfahbod2009-05-011-0/+6
* Bug 580273 – Font metrics functions incorrectly listed as reporting point s...Behdad Esfahbod2009-04-261-4/+4
* Use git.mkBehdad Esfahbod2009-04-173-0/+6
* Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.cBehdad Esfahbod2009-04-141-1/+1
* Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD1.24.1Behdad Esfahbod2009-04-091-2/+9
* [pangofc] Be more tolerant on the "fontmap" property settingBehdad Esfahbod2009-04-082-1/+6
* [layout] Truncate final whitespace in the line before ellipsizingBehdad Esfahbod2009-04-061-9/+7
* [layout] When computing empty line extents, use both layout and context fontdescBehdad Esfahbod2009-04-061-9/+14
* [layout] Don't break line on LINE_SEPARATOR if the line is to be ellipsizedBehdad Esfahbod2009-04-061-2/+7
* Allow font_family=NULL in load_font() and load_fontset() methodsBehdad Esfahbod2009-04-065-12/+16
* [xft,ft2] Fix empty-glyph logical extentsBehdad Esfahbod2009-04-062-10/+30
* Allow desc_to_merge=NULL in pango_font_description_merge()Behdad Esfahbod2009-04-061-2/+6
* Use g_debug() instead of g_message()Behdad Esfahbod2009-04-062-6/+6
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-205-52/+101
* [pango-context] Fix assertion with enable_fallback=FALSE and no fontsBehdad Esfahbod2009-03-171-0/+3
* Red Hat Bug 490331 - Crash of galeon in libpangoBehdad Esfahbod2009-03-151-1/+1
* Rebuild pango-script-lang-table.h with fontconfig-2.6.99.behdadBehdad Esfahbod2009-03-141-193/+241
* [pangofc-fontmap] Document the caching structureBehdad Esfahbod2009-03-131-0/+54
* [pangofc] Share cmap cache between PangoFcFont's of the same face (#567160)Behdad Esfahbod2009-03-133-81/+158
* [pangofc] Reuse filename from pattern in coverage keyBehdad Esfahbod2009-03-131-8/+20
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-137-34/+93
* [pango-coverage] Fix optimization bug in pango_coverage_to_bytes()Behdad Esfahbod2009-03-131-8/+11
* [pango-coverage] Use gslice for data arraysBehdad Esfahbod2009-03-131-3/+3
* [pango-coverage] Remove unused struct memberBehdad Esfahbod2009-03-131-1/+0
* Increase FONTSET_CACHE_SIZE from 64 to 256Behdad Esfahbod2009-03-101-1/+1
* [pangofc-fontmap] Don't unref NULL object (RH bug# 487593)Behdad Esfahbod2009-03-101-1/+5
* Revert change from 2008-05-28 that mapped words and word pairs thatTor Lillqvist2009-03-091-98/+2
* [opentype] Protect against illegal access for arrays of length zeroBehdad Esfahbod2009-03-022-4/+24
* [opentype] Use size_t instead of uint for malloc wrappersBehdad Esfahbod2009-03-022-4/+6
* [glyphstring] Handle overflow with very long glyphstringsBehdad Esfahbod2009-03-021-6/+20
* [pango-language] Fix small leakBehdad Esfahbod2009-03-021-2/+4
* Fix Bug 572529 – Poor -I ordering can break buildBehdad Esfahbod2009-03-021-2/+2
* Fix check.PANGO_1_23_01.23.0Behdad Esfahbod2009-02-031-0/+6
* Comment out gobject-introspection for now, to get a release out.Behdad Esfahbod2009-02-031-14/+14
* Don't do anything in shutdown. Was causing double-free of cairo fontBehdad Esfahbod2009-02-021-9/+0
* Allocate all array rows in a single ALLOC call. Saves over 100 alloc callsBehdad Esfahbod2009-02-021-42/+17
* It's not a programming error if face->family is NULL or family->fontmap isBehdad Esfahbod2009-01-311-4/+6
* TypoBehdad Esfahbod2009-01-311-1/+1