summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.24.41.24.4Behdad Esfahbod2009-06-292-2/+7
|
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-1/+5
| | | | Followup patch from Morten.
* Bug 586814 – Crashes related to fontmap destruction after upgradeBehdad Esfahbod2009-06-241-5/+9
| | | | Avoid modifying hashtable while walking it.
* Release 1.24.31.24.3Behdad Esfahbod2009-06-192-2/+13
|
* Bug 585337 – Fails to install: install: will not overwrite just-createdBehdad Esfahbod2009-06-101-1/+1
| | | | | | `/home/yavor/gnome-trunk/include/pango-1.0/pango/pango-ot.h' with `pango-ot.h' Remove duplicate entry for pango-ot.h.
* Bug 585164 – 'man preload' shows man page for pango-viewBehdad Esfahbod2009-06-101-1/+1
| | | | Fix pango-view manual installation.
* Bug 584328 – Persian sample text is not goodBehdad Esfahbod2009-05-301-1/+1
| | | | Remove Alef Maksura from sample text.
* Bug 583250 – pango_font_metrics_get_approximate_char_width is wrong when ↵Behdad Esfahbod2009-05-301-19/+10
| | | | | | | | LANG=fa_IR When computing approximate char width for context metrics use the actual size the sample string renders to. Previously it was taking average over all the fonts used by the sample str.
* Released 1.24.21.24.2Behdad Esfahbod2009-05-042-2/+13
|
* [git.mk] Better deal with non-automake directoriesBehdad Esfahbod2009-05-041-1/+1
|
* [git.mk] UpdateBehdad Esfahbod2009-05-041-77/+80
|
* [git.mk] Fix DEST_SUBDIR recursionBehdad Esfahbod2009-05-031-7/+8
|
* [git.mk] Recurse in DIST_SUBDIRS tooBehdad Esfahbod2009-05-031-1/+1
|
* Bug 580987 – SIGFPE in pango_glyph_string_index_to_xBehdad Esfahbod2009-05-011-0/+6
| | | | Be pedantic about broken cluster setup, avoid div-by-zero.
* [doap] Add mailto:Behdad Esfahbod2009-04-271-2/+2
|
* Bug 580273 – Font metrics functions incorrectly listed as reporting point ↵Behdad Esfahbod2009-04-261-4/+4
| | | | | | sizes [doc] Remove misleading sentence about points and Pango units
* [git.mk] Also ignore other vim buffer filesBehdad Esfahbod2009-04-261-1/+1
|
* Fix maintainer-cleanBehdad Esfahbod2009-04-251-2/+2
|
* [git.mk] Replace "git stat" with "git status"Behdad Esfahbod2009-04-231-2/+2
| | | | Apparently "stat" was aliased by me locally.
* Bug 579694 – Cygwin parallel-build patchBehdad Esfahbod2009-04-211-1/+1
| | | | Fix build on Cygwin.
* [DOAP] Add categoryBehdad Esfahbod2009-04-191-0/+1
|
* [git.mk] Support out-of-tree buildsBehdad Esfahbod2009-04-181-5/+9
|
* [git.mk] Remove copyright claimBehdad Esfahbod2009-04-181-1/+1
|
* [Makefile.am] Minor cleanupBehdad Esfahbod2009-04-171-1/+4
|
* [git.mk] Add gnome-doc-utils supportBehdad Esfahbod2009-04-172-3/+21
|
* [git.mk] Document moreBehdad Esfahbod2009-04-171-20/+87
|
* [git.mk] DocumentBehdad Esfahbod2009-04-172-2/+23
|
* [docs] Fix Makefile.am to not delete .gitignore on distBehdad Esfahbod2009-04-171-1/+4
|
* [doc] Update templatesBehdad Esfahbod2009-04-171-0/+5
|
* Use git.mkBehdad Esfahbod2009-04-1719-0/+38
|
* Add git.mkBehdad Esfahbod2009-04-171-0/+72
|
* Doap it upBehdad Esfahbod2009-04-172-1/+35
|
* Bug 578944 – pango-1.24.1 fails its testsuiteBehdad Esfahbod2009-04-142-7/+1
| | | | Fix doc coverage.
* Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.cBehdad Esfahbod2009-04-144-8/+22
| | | | Add missing semicolon.
* Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD1.24.1Behdad Esfahbod2009-04-091-2/+9
| | | | | Detect TrueType Collections by checking the font data header instead of checking for "face->num_faces >1".
* [pangofc] Be more tolerant on the "fontmap" property settingBehdad Esfahbod2009-04-082-1/+6
| | | | | | | | | | | | | | | | | | Bug 578336 – ABI breakage from 1.22 to 1.24 in fontmap field of PangoFcFont Commit 9305b9a9995e84ace3818a90346820ef8c47a3ce introduced a "fontmap" property in PangoFcFont and expected all subclasses to set it upon construction. And PangoFcFontSet was changed to not set fcfont->fontmap anymore. Relax this change to make it backward compatible by: 1) Making "fontmap" property a not-construct-only property 2) In PangoFcFontSet, set "fontmap" if not already set This should make it backward compatible, while allowing new code to set the property instead of relying on PangoFcFontSet to do it.
* [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
| | | | | | | | Bug 556132 – gnome-panel crashed with SIGSEGV in g_cclosure_marshal_VOID__BOXED() Not after. Also fixes invalid memory access in case line was both wrapped and ellipsized.
* [layout] When computing empty line extents, use both layout and context fontdescBehdad Esfahbod2009-04-061-9/+14
| | | | | | By merging them. This is what happens for loading fonts in pango-context. We should do the same or we'll get zero-size fonts if layout has a font desc set with no size.
* [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
| | | | | Previously we were returning zero. We now return the height of the glyph for space.
* 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
| | | | | Add char class for new characters. Patch from Rahul Bhalerao.
* Bug 576298 – Fails to link pango-view if --without-x is specified but ↵Sebastian Dröge2009-03-232-1/+5
| | | | cairo has X11 support
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-205-52/+101
| | | | | | | Move the PangoScriptIter structure definition to a private header file, so that we can embed the iterator within other structures or allocate a local iterator on the stack. This eliminates the frequent short-lived allocations associated with the iterator.