⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pang
💻
📖 第 1 页 / 共 3 页
字号:
	improve error message on parse failure.2007-12-10  Behdad Esfahbod  <behdad@gnome.org>	Bug 478914 – Use something invalid instead of '?' when validating	input text	* pango/pango-layout.c (pango_layout_set_text): Set invalid input	bytes to -1, which gives a unichar value of -1, and eventually a	glyph value of -1, aka PANGO_GLYPH_INVALID_INPUT.	* pango/fonts.c (pango_font_get_glyph_extents),	(pango_font_get_metrics), (pango_font_get_font_map):	* pango/modules.c (build_map):	* pango/pango-context.c (get_script), (get_shaper_and_font),	(string_from_script), (itemize_state_process_run):	* pango/pango-coverage.c (pango_coverage_get):	* pango/pango-impl-utils.h:	* pango/pango-utils.c:	* pango/pangocairo-font.c (pango_cairo_font_get_scaled_font),	(_pango_cairo_font_private_get_hex_box_info),	(_pango_cairo_font_private_get_glyph_extents_missing):	* pango/pangocairo-private.h:	* pango/pangocairo-render.c (_pango_cairo_renderer_draw_frame),	(_pango_cairo_renderer_draw_box_glyph),	(_pango_cairo_renderer_draw_unknown_glyph):	* pango/pangofc-fontmap.c (pango_fc_font_map_get_patterns):	* pango/pangoft2-private.h:	* pango/pangoft2-render.c (pango_ft2_font_render_box_glyph),	(pango_ft2_font_render_glyph), (pango_ft2_renderer_draw_glyph):	* pango/pangoft2.c (pango_ft2_font_get_face),	(pango_ft2_font_get_glyph_extents):	* pango/pangox.c (pango_x_find_subfont), (pango_x_render):	* pango/pangoxft-font.c (_pango_xft_font_get_mini_font),	(get_glyph_extents_missing), (pango_xft_font_get_font):	* pango/pangoxft-private.h:	* pango/pangoxft-render.c (get_total_matrix), (draw_box),	(_pango_xft_renderer_draw_box_glyph),	(_pango_xft_renderer_draw_unknown_glyph),	(pango_xft_renderer_draw_glyphs):	* pango/shape.c (pango_shape):	Render PANGO_GLYPH_INVALID_INPUT to a single-width box with a cross	inside.  Also cleanup spewed warnings and warn at the source, where	we fail to find a shaper, instead of at every location that we see	a NULL font.	* pango/pango-font.h:	* docs/pango-sections.txt:	* docs/tmpl/glyphs.sgml:	New public macro:		PANGO_GLYPH_INVALID_INPUT2007-12-05  Behdad Esfahbod  <behdad@gnome.org>	* examples/cairotwisted.c (point_on_path): Optimize double math.2007-12-05  Behdad Esfahbod  <behdad@gnome.org>	Bug 501938 – Arabic shaping broken with vertical layout with	vertical-hint=line	* modules/arabic/arabic-fc.c (arabic_engine_shape): Take gravity into	equation when deciding whether to shape visually or logically.2007-12-05  Behdad Esfahbod  <behdad@gnome.org>	* pango-view/viewer-pangocairo.c (render_callback): Fix assertion	in pango_gravity_get_rotation().2007-12-04  Behdad Esfahbod  <behdad@gnome.org>	Bug 501575 – Compile errors	Patch from Jens Granseuer	* pango/opentype/harfbuzz-stream.c (_hb_font_goto_table):	* pango/pango-utils.c (handle_alias_line):	Fix C99ism.2007-12-03  Behdad Esfahbod  <behdad@gnome.org>	* === Released 1.19.1 ===	* configure.in: Version 1.19.1	* NEWS: Updated.2007-12-03  Behdad Esfahbod  <behdad@gnome.org>	Bug 501317 – "and" found where word should be "an"	* docs/tmpl/layout.sgml: Fix typo.2007-12-03  Behdad Esfahbod  <behdad@gnome.org>	* examples/cairotwisted.c: Add some more comments to document	the math involved.2007-11-30  Behdad Esfahbod  <behdad@gnome.org>	* examples/cairotwisted.c (two_points_distance), (curve_length),	(parametrize_path), (point_on_path), (draw_twisted), (main):	Document cairotwisted example.2007-11-29  Behdad Esfahbod  <behdad@gnome.org>	* example/cairo*.c: Add some documentation.2007-11-29  Behdad Esfahbod  <behdad@gnome.org>	Bug 485536 – underline_position can be zero	* pango/pango-utils.c (pango_cairo_quantize_line_geometry):	Document that returned position may be zero.	* pango/pangocairo-win32font.c	(pango_cairo_win32_font_create_metrics_for_context):	* pango/pangofc-font.c (get_face_metrics):	Handle case of underline_position==0 after rounding.2007-11-29  Behdad Esfahbod  <behdad@gnome.org>	Bug 500549 – pangocairo.h should include pango.h and cairo.h	* pango/pangocairo.h: #include <pango/pango.h>2007-11-23  Behdad Esfahbod  <behdad@gnome.org>	* docs/check.docs: Make it reusable by not hardcoding "pango".2007-11-23  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/harfbuzz-impl.c: Remove unused macro.2007-11-18  Behdad Esfahbod  <behdad@gnome.org>	* docs/Makefile.am: Replace GNU-specific syntax with more general one.2007-11-16  Tor Lillqvist  <tml@novell.com>	* pango/pango-utils.c (handle_alias_line): Factor out the common	code from read_builtin_aliases() and read_alias_file(). (#492517)2007-11-09  Behdad Esfahbod  <behdad@gnome.org>	* pango/Makefile.am: Include ATSUI included modules.2007-11-08  Behdad Esfahbod  <behdad@gnome.org>	Bug 495091 – pango-utils.c:variable is declared at middle of block	* pango/pango-utils.c (read_builtin_aliases): Move variable	declaraction before code.2007-11-07  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: And some more.2007-11-07  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: Some more cleanup and merging.2007-11-05  Behdad Esfahbod  <behdad@gnome.org>	* tools/gen-script-for-lang-new.c (scripts_for_lang), (main):	Update to new propsed language enumeration API for fontconfig.2007-11-02  Tor Lillqvist  <tml@novell.com>	* pango/pango-utils.c (read_builtin_aliases, pango_load_aliases):	On Windows store the default aliases file in a string	array. (#492517)	Compared to the pango.aliases file as distributed with my most	recent Windows builds there are some changes: Add the DejaVu fonts	as the first ones listed for the generic sans, serif and mono font	names. Use Tahoma instead of Arial for sans, and Georgia instead	of Times New Roman for serif (to be used if the DejaVu fonts	aren't present). Add Arial Unicode MS (a font with quite large	coverage that comes with MS Office and thus is often	available). Add Sylfaen (the Armenian and Georgian font bundled	with Windows).	When using the MS-Windows theme the font used by GTK+ will the	system UI one. Both fonts typically used as system fonts, Tahoma	(on XP) and Segoe UI (on Vista), are aliased here.	* pango/pango-utils.c (read_alias_file): Accept also a quoted	string for the left-hand side of an aliases file line. This is to	enable aliasing fonts with spaces in their name, like "Segoe UI"	which is the default system font on Vista. (#492504) (With the	above built-in default aliases lists, no actual pango.aliases file	is longer required on Windows for non-Latin script support,	though.)2007-10-30  Behdad Esfahbod  <behdad@gnome.org>	* docs/pango-sections.txt:	* docs/tmpl/main.sgml:	* docs/tmpl/vertical.sgml:	Improve vertical docs.2007-10-29  Behdad Esfahbod  <behdad@gnome.org>	* === Released 1.19.0 ===	* configure.in: Version 1.19.0	* NEWS: Updated.2007-10-28  Behdad Esfahbod  <behdad@gnome.org>	* pango/pango-script-lang-table.h:	* tools/gen-script-for-lang-new.c:	Sort scripts based on frequency.	* tools/Makefile.am: Don't build anything by default.2007-10-26  Murray Cumming  <murrayc@murrayc.com>	* docs/pango_markup.sgml: Adds a link to 	pango_font_description_from_string() so that the font_desc 	attribute is not so mysterious. Bug #490661.2007-10-26  Behdad Esfahbod  <behdad@gnome.org>	* tools/Makefile.am:	* tools/gen-script-for-lang-new.c:	Functional dup of gen-script-for-lang that uses FcGetLangs() and	FcCharSetForLang() instead of parsing .orth files.2007-10-26  Behdad Esfahbod  <behdad@gnome.org>	* pango/pango-script-lang-table.h: Update for fontconfig-2.4.91.2007-10-25  Behdad Esfahbod  <behdad@gnome.org>	* pango/pangofc-fontmap.c (pango_fc_font_map_get_patterns):	Call FcFontSetDestroy() instead of FcFontSetSortDestroy().	These days they are the same, but previously the latter was	not freeing the actual patterns.  But we don't need the	sort patterns, so this retroactively fixes a leak in older	versions!2007-10-25  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: Even more cleanup and more type renames.2007-10-25  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: More cleanup, remove redundant error types.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: Rename ftglue.c to harfbuzz-impl.c and more	type renames and moving code around.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/*: New header file harfbuzz-global.h.  Rename	FT_* int types to HB_* types.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	* pango/opentype/harfbuzz-gpos-private.h:	* pango/opentype/harfbuzz-gsub-private.h:	Add commented-out dummy struct for Extension lookups.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 478865 – Drastically reduce number of PangoFont objects created	for rotating text	* pango/pangofc-fontmap.c (fontset_hash_key_hash),	(get_scaled_size), (pango_fc_font_map_get_patterns):	Use a Pango-unit int for scaled-size instead of double.	Merges even more queries...2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 478865 – Drastically reduce number of PangoFont objects created	for rotating text	* pango/pangofc-fontmap.c (fontset_hash_key_equal),	(fontset_hash_key_hash), (fontset_hash_key_copy),	(get_scaled_size), (pango_fc_font_map_get_patterns):	Only keep scaled-size in fontset hash, instead of unscaled-size	and context matrix.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 471568 – Optimizations in _pango_cairo_update_context()	* pango/pangocairo-context.c (_pango_cairo_update_context):	Skip change notification about matrix changes if merged font	options for the context set metrics hinting to off.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 489909 – pango_cairo_update_context() should ignore matrix	translation	* pango/pangocairo-context.c (_pango_cairo_update_context):	Just compare the first four doubles of matrices for change	notification purposes.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 486951 – ChangeLog.pre-1-18	* Makefile.am:	* ChangeLog.pre-1-18:	Split ChangeLog.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	* pango/glyphstring.c (pango_glyph_string_copy),	(pango_glyph_string_free):	Fix another Oops of mine from recent commits.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 472924 – Mark some classes abstract	* pango/fonts.c:	* pango/pango-fontmap.c:	* pango/pangofc-font.c:	* pango/pangofc-fontmap.c:	Public API chance:	Mark the following types as abstract:		PangoFont		PangoFontFace		PangoFontFamily		PangoFontMap		PangoFcFont		PangoFcFontMap2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 472303 – Make PANGO_GLYPH_EMPTY and PANGO_GLYPH_UNKNOWN_FLAG public	* pango/pango-font.h: Make PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG,	and PANGO_GET_UNKNOWN_GLYPH() public.  Previously they were only	defined for backend/engine implementations.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 471601 – Pass pango version information to fontconfig	* pango/pangofc-fontmap.h:	New public API:			PANGO_FC_GRAVITY		PANGO_FC_VERSION	* pango/pangofc-fontmap.c (pango_fc_make_pattern):	Set PANGO_FC_VERSION in pattern.	* docs/pango-sections.txt:	* docs/tmpl/pangofc-fontmap.sgml:	Update.2007-10-24  Behdad Esfahbod  <behdad@gnome.org>	Bug 472629 – Add pango_renderer_get_layout(_line)	* pango/pango-renderer.h:	* pango/pango-renderer.c:	New public API:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -