summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [doc] Tag markup attributes with version they were introducedPeter Clifton2009-04-072-8/+15
* [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
* [cairotwisted] Plug couple other leaksBehdad Esfahbod2009-03-301-0/+3
* [cairotwisted] Plug leakBehdad Esfahbod2009-03-301-1/+5
* [indic] Fix buildBehdad Esfahbod2009-03-261-3/+3
* Bug 571291 – Unicode 5.1 support in pango - Indic LanuagesBehdad Esfahbod2009-03-261-9/+11
* Bug 576298 – Fails to link pango-view if --without-x is specified but cairo...Sebastian Dröge2009-03-232-1/+5
* [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
* Release 1.24.01.24.0Behdad Esfahbod2009-03-162-2/+39
* Rename ChangeLog.pre-1.23 -> ChangeLog.pre-1-23Behdad Esfahbod2009-03-161-0/+0
* [Makefile.am] Generage ChangeLog from git-logBehdad Esfahbod2009-03-161-0/+17
* Bug 547963 – man page for pango-viewBehdad Esfahbod2009-03-163-8/+32
* Bug 502804 – pango-view or pangocairo-view option to annotateBehdad Esfahbod2009-03-165-5/+51
* [pango-view] Add an extra level of mild annotation to cairo backendBehdad Esfahbod2009-03-163-74/+72
* [pango-view] Clear background in _renderBehdad Esfahbod2009-03-163-54/+65
* Bug 502805 – pango-view option for foreground/background colorBehdad Esfahbod2009-03-167-30/+182
* [configure.in] Look for pango.pc.in instead of ChangeLogBehdad Esfahbod2009-03-161-1/+1
* [pango-view] Don't clear the background for vector outputBehdad Esfahbod2009-03-152-7/+24
* [pango-view] Add ability to save to PS, EPS, PDF, and SVGBehdad Esfahbod2009-03-153-14/+183
* [pango-view] Make the cairo backend save png nativelyBehdad Esfahbod2009-03-151-0/+4
* [Makefile.am] CleanupBehdad Esfahbod2009-03-151-13/+5
* Red Hat Bug 490331 - Crash of galeon in libpangoBehdad Esfahbod2009-03-151-1/+1
* Bug 523166 – pango-view opens display even when invoked with -qBehdad Esfahbod2009-03-146-17/+93
* [pango-view] Don't set metrics-hinting, fallback to surface defaultBehdad Esfahbod2009-03-141-2/+0
* [pango-view] Remove per-backend binariesBehdad Esfahbod2009-03-145-129/+0
* Rebuild pango-script-lang-table.h with fontconfig-2.6.99.behdadBehdad Esfahbod2009-03-141-193/+241
* [Makefile.am] Fix build of gen-script-for-langBehdad Esfahbod2009-03-141-1/+1
* [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-1310-34/+109
* [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