Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 589113 – Some characters rotated incorrectly in vertical text | Behdad Esfahbod | 2009-07-22 | 3 | -5/+68 |
| | | | | Always show full-width Unicode characters upright. | ||||
* | Bug 582851 -- Little fix for compiling with Cygwin | Carlo Bramini | 2009-07-21 | 6 | -6/+156 |
| | | | | | Use .def and .rc files on Cygwin, too. Use them for the pangox and pangoxft libraries, too on Cygwin. | ||||
* | Bug 588060 -- Fonts missing on Cygwin | Tor Lillqvist | 2009-07-21 | 1 | -2/+2 |
| | | | | | Use HAVE_CAIRO_WIN32 instead of G_OS_WIN32 to decide whether to use the built-in aliases code. | ||||
* | Bump version to 1.25.0 | Behdad Esfahbod | 2009-07-20 | 1 | -3/+3 |
| | |||||
* | Merge branch '1.24' | Behdad Esfahbod | 2009-07-20 | 2 | -2/+10 |
|\ | |||||
| * | Release 1.24.51.24.5 | Behdad Esfahbod | 2009-07-20 | 2 | -2/+10 |
| | | |||||
| * | Bug 589133 – Firefox 3.5 complains about invalid weak references | Behdad Esfahbod | 2009-07-20 | 1 | -2/+11 |
| | | |||||
| * | Bug 585806 – crash during pango_fc_font_map_shutdown | Behdad Esfahbod | 2009-07-20 | 2 | -8/+0 |
| | | |||||
* | | Bug 589133 – Firefox 3.5 complains about invalid weak references | Behdad Esfahbod | 2009-07-20 | 1 | -2/+11 |
| | | |||||
* | | Bug 585806 – crash during pango_fc_font_map_shutdown | Behdad Esfahbod | 2009-07-20 | 2 | -8/+0 |
| | | |||||
* | | Build introspection again | Colin Walters | 2009-07-17 | 1 | -16/+15 |
|/ | | | | | | | Remove libpangocairo_1_0_la_SOURCES for now from PangoCairo.gir; if we do those it pulls in parts of the PangoFT2 bits. This allows us to re-enable the introspection build. | ||||
* | Fix typo | Behdad Esfahbod | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Handle NUL in text in places that g_utf8_strlen () was used | Behdad Esfahbod | 2009-07-15 | 7 | -18/+49 |
| | | | | | | | | | | While pango-layout doesn't allow NUL in text, the lower level API should handle it correctly. We were using g_utf8_strlen() in a number of places. This is problematic since that function stops processing at NUL even if length>1. We now use an internal pango_utf8_strlen() instead. Inspired by: Bug 588678 – pango crash: install a new theme from gnome-appearance-properties | ||||
* | Release 1.24.41.24.4 | Behdad Esfahbod | 2009-06-29 | 2 | -2/+7 |
| | |||||
* | Bug 586814 – Crashes related to fontmap destruction after upgrade | Behdad Esfahbod | 2009-06-24 | 1 | -1/+5 |
| | | | | Followup patch from Morten. | ||||
* | Bug 586814 – Crashes related to fontmap destruction after upgrade | Behdad Esfahbod | 2009-06-24 | 1 | -5/+9 |
| | | | | Avoid modifying hashtable while walking it. | ||||
* | Release 1.24.31.24.3 | Behdad Esfahbod | 2009-06-19 | 2 | -2/+13 |
| | |||||
* | Bug 585337 – Fails to install: install: will not overwrite just-created | Behdad Esfahbod | 2009-06-10 | 1 | -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-view | Behdad Esfahbod | 2009-06-10 | 1 | -1/+1 |
| | | | | Fix pango-view manual installation. | ||||
* | Bug 584328 – Persian sample text is not good | Behdad Esfahbod | 2009-05-30 | 1 | -1/+1 |
| | | | | Remove Alef Maksura from sample text. | ||||
* | Bug 583250 – pango_font_metrics_get_approximate_char_width is wrong when ↵ | Behdad Esfahbod | 2009-05-30 | 1 | -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.2 | Behdad Esfahbod | 2009-05-04 | 2 | -2/+13 |
| | |||||
* | [git.mk] Better deal with non-automake directories | Behdad Esfahbod | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | [git.mk] Update | Behdad Esfahbod | 2009-05-04 | 1 | -77/+80 |
| | |||||
* | [git.mk] Fix DEST_SUBDIR recursion | Behdad Esfahbod | 2009-05-03 | 1 | -7/+8 |
| | |||||
* | [git.mk] Recurse in DIST_SUBDIRS too | Behdad Esfahbod | 2009-05-03 | 1 | -1/+1 |
| | |||||
* | Bug 580987 – SIGFPE in pango_glyph_string_index_to_x | Behdad Esfahbod | 2009-05-01 | 1 | -0/+6 |
| | | | | Be pedantic about broken cluster setup, avoid div-by-zero. | ||||
* | [doap] Add mailto: | Behdad Esfahbod | 2009-04-27 | 1 | -2/+2 |
| | |||||
* | Bug 580273 – Font metrics functions incorrectly listed as reporting point ↵ | Behdad Esfahbod | 2009-04-26 | 1 | -4/+4 |
| | | | | | | sizes [doc] Remove misleading sentence about points and Pango units | ||||
* | [git.mk] Also ignore other vim buffer files | Behdad Esfahbod | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Fix maintainer-clean | Behdad Esfahbod | 2009-04-25 | 1 | -2/+2 |
| | |||||
* | [git.mk] Replace "git stat" with "git status" | Behdad Esfahbod | 2009-04-23 | 1 | -2/+2 |
| | | | | Apparently "stat" was aliased by me locally. | ||||
* | Bug 579694 – Cygwin parallel-build patch | Behdad Esfahbod | 2009-04-21 | 1 | -1/+1 |
| | | | | Fix build on Cygwin. | ||||
* | [DOAP] Add category | Behdad Esfahbod | 2009-04-19 | 1 | -0/+1 |
| | |||||
* | [git.mk] Support out-of-tree builds | Behdad Esfahbod | 2009-04-18 | 1 | -5/+9 |
| | |||||
* | [git.mk] Remove copyright claim | Behdad Esfahbod | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | [Makefile.am] Minor cleanup | Behdad Esfahbod | 2009-04-17 | 1 | -1/+4 |
| | |||||
* | [git.mk] Add gnome-doc-utils support | Behdad Esfahbod | 2009-04-17 | 2 | -3/+21 |
| | |||||
* | [git.mk] Document more | Behdad Esfahbod | 2009-04-17 | 1 | -20/+87 |
| | |||||
* | [git.mk] Document | Behdad Esfahbod | 2009-04-17 | 2 | -2/+23 |
| | |||||
* | [docs] Fix Makefile.am to not delete .gitignore on dist | Behdad Esfahbod | 2009-04-17 | 1 | -1/+4 |
| | |||||
* | [doc] Update templates | Behdad Esfahbod | 2009-04-17 | 1 | -0/+5 |
| | |||||
* | Use git.mk | Behdad Esfahbod | 2009-04-17 | 19 | -0/+38 |
| | |||||
* | Add git.mk | Behdad Esfahbod | 2009-04-17 | 1 | -0/+72 |
| | |||||
* | Doap it up | Behdad Esfahbod | 2009-04-17 | 2 | -1/+35 |
| | |||||
* | Bug 578944 – pango-1.24.1 fails its testsuite | Behdad Esfahbod | 2009-04-14 | 2 | -7/+1 |
| | | | | Fix doc coverage. | ||||
* | Bug 578935 – Syntax error (missing semicolon) in pango/pangowin32-fontmap.c | Behdad Esfahbod | 2009-04-14 | 4 | -8/+22 |
| | | | | Add missing semicolon. | ||||
* | Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD1.24.1 | Behdad Esfahbod | 2009-04-09 | 1 | -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 setting | Behdad Esfahbod | 2009-04-08 | 2 | -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 introduced | Peter Clifton | 2009-04-07 | 2 | -8/+15 |
| |