summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 370bc8dabf838efb3c0229d9566b05aed4741fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.21.0 ===

	* configure.in: Version 1.21.0

	* NEWS: Updated.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	* ChangeLog.pre-1-20:
	* Makefile.am:
	Wrap ChangeLog.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	* docs/pango-docs.sgml:
	* docs/pango-sections.txt:
	* docs/tmpl/bidi.sgml:
	* docs/tmpl/main.sgml:
	* docs/tmpl/vertical.sgml:
	* pango/pango-bidi-type.c (pango_log2vis_get_embedding_levels),
	(pango_unichar_direction), (pango_get_mirror_char):
	* pango/pango-bidi-type.h:
	* pango/pango-types.h:
	* pango/pango-utils.c:
	Group bidi stuff together.  Add a section in the docs for them.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 515432 – Add function to get bidirectional character type of a
	unicode character
	Patch from Jürg Billeter

	* docs/pango-sections.txt:
	* docs/tmpl/layout.sgml:
	* docs/tmpl/main.sgml:
	* docs/tmpl/pangocairo.sgml:
	* pango/Makefile.am:
	* pango/pango-bidi-type.c (pango_bidi_type_for_unichar):
	* pango/pango-bidi-type.h:
	* pango/pango-types.h:
	* pango/pango-utils.c (pango_log2vis_get_embedding_levels),
	(pango_unichar_direction):
	* pango/pango.def:
	* pango/pango.h:
	New public API:

		enum PangoBidiType;
		pango_bidi_type_get_type()
		pango_bidi_type_for_unichar()

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 517119 – Add pango_cairo_create_context()

	* docs/pango-sections.txt:
	* pango/pangocairo-context.c (pango_cairo_create_context),
	(pango_cairo_create_layout):
	* pango/pangocairo.def:
	* pango/pangocairo.h:
	New public API:

		pango_cairo_create_context()

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 404416 – pango_layout_get_baseline or something

	* docs/pango-sections.txt:
	* pango/pango-layout.c (pango_layout_get_baseline):
	* pango/pango-layout.h:
	* pango/pango.def:
	New public API:

		pango_layout_get_baseline()

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 474706 – cairo hexbox looks ugly

	* pango/pangocairo-font.c
	(_pango_cairo_font_private_get_hex_box_info):
	Tweak minifont size a bit.  Also propagate font options correctly.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 490669 – add some <span> attribute aliases

	* docs/pango_markup.sgml:
	* pango/pango-markup.c (span_parse_func):
	Add fgcolor, bgcolor, font, font_size, font_weight, font_variant, ...

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 501334 – Make pango_cairo_[show_]*[_path]() functions preserve
	current point

	* pango/pangocairo-render.c (_pango_cairo_renderer_draw_box_glyph),
	(_pango_cairo_renderer_draw_unknown_glyph), (acquire_renderer),
	(release_renderer), (save_current_point), (restore_current_point),
	(_pango_cairo_do_glyph_string), (_pango_cairo_do_layout_line),
	(_pango_cairo_do_layout):
	Preserve current point around pango_cairo_* functions().

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in:
	* pango/pangocairo-atsui.h:
	* pango/pangocairo-atsuifont.c
	(pango_cairo_atsui_font_create_font_face):
	* pango/pangocairo-fontmap.c
	(pango_cairo_font_map_new_for_font_type):
	Require cairo >= 1.6.4.  Remove compat cruft that were added to
	support older cairo that had cairo-atsui instead of cairo-quartz-font.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 514617 – Add pango_cairo_font_map_set_default()

	* docs/pango-sections.txt:
	* docs/tmpl/pangocairo.sgml:
	* pango/pangocairo-fontmap.c (pango_cairo_font_map_get_default),
	(pango_cairo_font_map_set_default):
	* pango/pangocairo.def:
	* pango/pangocairo.h:
	New public API:

		pango_cairo_font_map_set_default()

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	* docs/pango-docs.sgml: Add index of new API in 1.22.

2008-04-21  Behdad Esfahbod  <behdad@gnome.org>

	Bug 511183 – Add pango_attr_type_get_name()

	* docs/pango-sections.txt:
	* docs/tmpl/text-attributes.sgml:
	* pango/pango-attributes.c (pango_attr_type_register),
	(pango_attr_type_get_name):
	* pango/pango-attributes.h:
	* pango/pango.def:
	New public API:
	
		pango_attr_type_get_name()

2008-04-20  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pango-ot-info.c (pango_ot_info_get_gdef),
	(pango_ot_info_get_gsub), (pango_ot_info_get_gpos):
	Write out HarfBuzz errors as hex.

2008-04-09  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.20.2 ===

	* configure.in: Version 1.20.2

	* NEWS: Updated.

2008-04-09  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pangocairo-atsui.h:
	* pango/pangocairo-atsuifont.c:
	Really fix build without cairo-atsui.

2008-04-08  Behdad Esfahbod  <behdad@gnome.org>

	* === Released 1.20.1 ===

	* configure.in: Version 1.20.1

	* NEWS: Updated.

2008-04-08  Behdad Esfahbod  <behdad@gnome.org>

	Bug 491553 – Update to Unicode 5.1.0

	* docs/tmpl/scripts.sgml:
	* pango/mini-fribidi/README:
	* pango/mini-fribidi/fribidi_tab_char_type_2.i:
	* pango/pango-script-lang-table.h:
	* pango/pango-script.h:
	Update to Unicode Character Databse 5.1.0.  This adds new entries to
	the PangoScript enum.  Requires glib >= 2.16.3 for the update Unicode
	data there, but not bumping the requirement in a stable point release.

2008-04-08  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in:
	* pango/pangocairo-atsui.h:
	* pango/pangocairo-atsuifont.c:
	Try making our OS X stuff compile with latest cairo 1.5.x snapshots
	that renamed cairo-atsui to cairo-quartz-font.

2008-04-08  Behdad Esfahbod  <behdad@gnome.org>

	* configure.in: Fix check for Carbon/Carbon.h availability.  Oops!

2008-03-21  Behdad Esfahbod  <behdad@gnome.org>

	* pango/pango-layout.c (get_x_offset): When doing ALIGN_CENTER,
	round line offset to whole pixel if hinting.

2008-03-11  Richard Hult  <richard@imendio.com>

	* pango/pangocairo-atsuifont.c (_pango_cairo_atsui_font_new):
	Adapt the shear matrix for synthesized italic to work with cairo
	1.5.13+, where the quartz surface has been fixed for transformed
	text.

Local Variables:
coding: utf-8
End:
vim: encoding=utf-8: