-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
executable file
·510 lines (386 loc) · 13.6 KB
/
NEWS
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
2.56.1 (stable) 2025-01-15:
Identical to 2.56.0.
The 2.56.0 tarball has not been stored at download.gnome.org.
The CI pipeline in GitLab had not been updated when tag 2.56.0
was added to the git repository.
2.56.0 (stable) 2025-01-14:
* FontDescription: Add set/get_features().
* FontMap: Add add_font_file().
(Kjell Ahlstedt)
Documentation:
* AttrList: Pango::UNDERLINE_LOW -> Pango::Underline::LOW.
* www.gtkmm.org -> gtkmm.gnome.org.
(Kjell Ahlstedt)
Build:
* Require pango >= 1.56.0.
(Kjell Ahlstedt)
2.54.0 (stable) 2024-07-25:
* Color: Add parse_with_alpha().
* Context: Add set/get_round_glyph_positions().
* Item: Add default constructor, get_char_offset().
* Layout: Add set/get_justify_last_line(), get_direction(),
get_caret_pos().
* LayoutIter: Add operator bool(), get_run_baseline().
* LayoutLine: Add is_paragraph_start(), get_resolved_direction(),
get_height().
* TabArray: Add TabArray(const Glib::ustring& text) constructor,
operator bool(), set_positions_in_pixels(), to_string(),
set/get_decimal_point(), sort().
(Kjell Ahlstedt)
Documentation:
* Language::get_scripts(): Improve documentation.
* Don't link to removed parts of library.gnome.org.
(Kjell Ahlstedt)
Build:
* Require pango >= 1.54.0.
* Meson build: Require meson >= 0.62.0.
Use Meson's pkgconfig module instead of using
the *.pc.in templates.
(Kjell Ahlstedt)
2.52.0 (stable):
* FontFamily: Add property_item_type(), property_n_items(),
property_name(), property_is_monospace(), property_is_variable().
* FontMap: Add reload_font(), property_item_type(),
property_n_items().
(Kjell Ahlstedt)
Build:
* Require pango >= 1.52.0.
(Kjell Ahlstedt)
2.50.2 (stable):
* Fontset: Use callback functions with C linkage
(Kjell Ahlstedt) Issue glibmm#1 (Murray Cumming)
* Coverage: Don't use deprecated pango_coverage_ref/unref()
(Kjell Ahlstedt)
Documentation:
* Doxyfile.in: Don't hide undocumented classes
(Kjell Ahlstedt)
* README.win32: Convert to MarkDown and rename to README.win32.md
Make dependencies clearer
(Chun-wei Fan)
* Remove AUTHORS, HACKING, README.SUN; add general info to README.md
(Kjell Ahlstedt) Issue gtkmm#140
Meson build:
* Detect if we build from a git subtree
(William Roy) Merge request gtkmm!72
* Don't copy files with configure_file()
(Kjell Ahlstedt)
* Fix the evaluation of is_git_build on Windows
(Kjell Ahlstedt) Issue gtkmm#131 (William Roy)
* Don't fail if warning_level=everything
(Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
2.50.1 (stable):
* Context::get_font_map(): Fix reference count
(Kjell Ahlstedt)
Build:
* Meson build: Specify 'check' option in run_command()
Will be necessary with future versions of Meson.
Require Meson >= 0.55.0
* Meson build: Check if Perl is required for building documentation
* Meson build: Avoid unnecessary configuration warnings
(Kjell Ahlstedt)
* Meson build: Re-organize warning-related compiler flags for MSVC
(Chun-wei Fan)
2.50.0 (stable):
* AttrList: Add get_attributes(), update(), equal()
(Kjell Ahlstedt) Issue #12 (misos1)
* Make CairoFontMap::set_resolution() usable
by adding the CairoFontMapImpl class
(Kjell Ahlstedt) Issue #15 (Ievgenii Meshcheriakov)
* Add FontMap::get_family()
(Kjell Ahlstedt)
* AttrList: Add to_string() and from_string()
Attribute: Add TextTransform, BaselineShift and FontScle enums
and some create_attr_*() methods
(Kjell Ahlstedt)
Build:
* Don't include individual pango headers
(Matthias Clasen, Kjell Ahlstedt) Merge request !22
* Support Visual Studio 2022 builds
(Chun-wei Fan)
* Require pango >= 1.49.4
(Kjell Ahlstedt)
2.49.1 (unstable)
* Layout, LayoutIter: Add get_const_line() and get_const_lines()
(Kjell Ahlstedt) Issue #10 (misos1)
* GlyphItem: Make most methods public
(Kjell Ahlstedt) Issue #11 (Josh Bialkowski)
2.48.1 (stable):
* GlyphItem: Fix a memory leak in split()
(Kjell Ahlstedt)
* Layout: Speed up get_log_attrs()
(Kjell Ahlstedt)
Build:
* Meson build: Use relative paths to untracked/
(Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
* pangommconfig.h.*: Don't dllimport on MinGW
(Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
* Meson build: Make it possible to use pangomm as a subproject
(Kjell Ahlstedt)
* Meson build: No implicit_include_directories
(Kjell Ahlstedt)
2.48.0 (stable):
This is the first stable release in the pangomm-2.48 ABI series.
It is parallel-installable with the pangomm-1.4 ABI.
The tarball for 2.48.0 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.
* FontFamily, FontMap: Implement the Gio::ListModel interface
CairoFontMap: Add get_default()
(Andreas Persson) Merge request !20
* Attribute: Add Overline and ShowFlags enums and some create*() methods
Renderer: Add vfuncs
(Kjell Ahlstedt) Issue #9 (misos1)
* Font, FontFace, FontFamily, FontMetrics: Add new methods
(Kjell Ahlstedt)
* LayoutRun: Rename to GlyphItem
(Kjell Ahlstedt)
* LayoutIter: Fix get_run() and get_line()
(Kjell Ahlstedt)
* GlyphString, Item: Wrap pango_shape_with_flags()
(Kjell Ahlstedt) Issue #9 (Tavmjong Bah)
* Layout: Add set/get_line_spacing()
(Kjell Ahlstedt) Issue #9 (misos1)
Build:
* Depend on giomm (not just glibmm)
(Andreas Persson) Merge request !20
* Use __declspec(dllexport) when building with Visual Studio
(Chun-wei Fan) Merge request !15, !16
* Meson build: Avoid some recompilations
(Kjell Ahlstedt)
* Meson build: Better error message if trying to build with
maintainer-mode=false when true is necessary
(Kjell Ahlstedt) Issue #6 (Rasmus Thomsen)
* Meson build: Set default value of the 'warnings' option to 'min'
(Kjell Ahlstedt)
* Improve NMake support
(Chun-wei Fan)
* Improve Visual Studio support
(Chun-wei Fan) Merge request !15, !19
* docs/reference/: Update for Doxygen >= 1.8.16
(Kjell Ahlstedt)
* Meson build: Fix versioning on macOS
(Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans)
* Change the ABI to pangomm-2.48
(Kjell Ahlstedt)
2.43.2 (unstable):
Distro packagers should probably not package this yet.
* Coverage: Remove max(), to_bytes() and one create()
(Kjell Ahlstedt)
* Layout::get_lines(): Fix ownership of the GSList
(Kjell Ahlstedt)
* Remove deprecated API
- AttrList: non-const operator bool()
- CairoFontMap: create_context()
- Color: non-const operator bool()
- Layout: get_iter(LayoutIter& iter)
- LayoutIter: assign_gobj()
(Kjell Ahlstedt)
* pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC
(Chun-wei Fan) Merge request !9
Build:
* Use glibmm-2.66 instead of glibmm-2.60
(Kjell Ahlstedt)
* tools/gen_scripts: Update for non-source-dir builds
(Kjell Ahlstedt)
* Add support for building pangomm with Meson
(Chun-wei Fan, Kjell Ahlstedt) Merge request !4, !5, !6
* meson.build: Check if .git is a directory or file
(Ting-Wei Lan) Merge request !8
* NMake Makefiles: Allow builds from a GIT checkout
(Chun-wei Fan)
* Visual Studio: Drop gendef.exe, use __declspec(dllexport)
(Chun-wei Fan) Merge request !13
* The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg
is necessary in order to use glibmm 2.65.1 or later,
combined with maintainer-mode in pangomm.
2.43.1 (unstable):
Distro packagers should probably not package this yet.
* Attribute: Add several create_attr_*() methods
(Kjell Ahlstedt) Bug #781059 = Issue #2 (Tony Houghton)
* FontDescription: Add set/get_variations()
(Kjell Ahlstedt)
Build:
* Require C++17.
(Murray Cumming)
* Replace the Visual Studio project files with MSVC NMake project files
(Chun-wei Fan) Merge request !1
* Use glibmm-2.60 instead of glibmm-2.56
(Kjell Ahlstedt)
* Requires pango >= 1.41.0
because of FontDescription::set/get_variations()
(Kjell Ahlstedt)
* Change the ABI to pangomm-2.44
(Kjell Ahlstedt)
2.41.5 (unstable):
Distro packagers should probably not package this yet.
* Only build changes.
(Kjell Ahlstedt)
2.41.4 (unstable):
Distro packagers should probably not package this yet.
* Build: Use glibmm-2.56 instead of glibmm-2.54.
We have changed the ABI name in glibmm.
(Murray Cumming)
* Build: Fontset: Remove GLIBMM_EXCEPTIONS_ENABLED
(Kjell Ahlstedt)
* AttrString: Let _MEMBER_GET convert from const char*.
(Kjell Ahlstedt) Bug #783360
* Weight enum: Make this implicitly convertible to int.
(Kjell Ahlstedt) Bug #86864
2.41.3 (unstable):
* Use C++11 enum classes instead of old-style enums, and put many enums
inside relevant class declarations:
- Coverage: Change CoverageLevel to Coverage::Level.
- Renderer: Change RendererPart to Renderer::Part.
(Kjell Ahlstedt, Murray Cumming)
* Build: Windows: Visual Studio builds: Update glibmm ABI version.
2.41.2 (unstable):
* Build: Use glibmm-2.54 instead of glibmm-2.52.
(Murray Cumming)
* Visual Studio: Require Visual Studio 2017.
(Chun-wei Fan)
* Replace uses of Glib::ArrayHandle<>, Glib::ListHandle, and Glib::SListHandle
in the API with std::vector.
(Murray Cumming)
2.41.1 (unstable):
This is the first release of the pangomm-2.42 API/ABI.
It installs in parallel with the pangomm-1.4 API/ABI, of which
the most recent version is pangomm 2.40.1.
* Require C++14.
(Murray Cumming)
* Use glibmm-2.52 instead of glibmm-2.4.
(Murray Cumming)
* Use cairomm-1.16 instad of cairomm-1.0
(Murray Cumming)
2.40.1 (stable):
* C++11: Make all operator bool()s explicit.
(Murray Cumming)
* Build: Fix silent builds.
(Kjell Ahlstedt) Bug #768797
2.40.0 (stable):
* No major changes compared to 2.39.1.
2.39.1 (unstable):
* Renderer: Added get/set_alpha().
(Murray Cumming)
* Attribute: Added create_attr_background_alpha() and
create_attr_foreground_alpha().
(Murray Cumming)
* Reduce the cairomm dependency back to 1.2.2.
(Murray Cumming) Bug #755460 (Daniel Stone)
2.38.1 (stable):
* Regenerate with the latest glibmm.
2.38.0 (stable):
* MSVC build fixes.
(Chun-wei Fan)
2.37.2 (unstable):
* Rebuilt with latest glibmm,
whose gmmproc generates C++ move operations.
(Murray Cumming)
* C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
(Murray Cumming)
2.37.1 (unstable):
* Use (and require) C++11.
* Attribute: fix operator!=.
(Maks Naumov) Bug #751531
2.36.0 (stable):
No changes compared to 2.35.1.
2.35.1 (unstable):
* Context: Add get_serial().
(Murray Cumming)
* FontMap: Add get_serial().
(Murray Cumming)
* Layout: Add get_character_count() and get_serial().
(Murray Cumming)
* Documentatoin: Update appearance to match recent glibmm and gtkmm.
* Win32 MSVC 2008/2010 Build: Many updates and corrections.
(Chun-wei Fan)
2.34.0 (stable):
* Remove the use of g_type_init() because it has been deprecated.
(José Alburquerque)
2.28.4 (stable):
* Add #includes needed with the latest glibmm.
(Murray Cumming)
2.28.3 (stable):
Build
* Ship convert_pangomm.m4 in tarballs.
(Frederic Peters) Bug #657817
* Don't use obsolete macros.
(Krzesimir Nowak)
2.28.2 (stable):
* Install the m4 files even without --enable-maintainer-mode, as with
other modules.
(Kalev Lember) Bug #645669
2.28.1 (stable):
* Avoid a tarball dependency on mm-common.
(Murray Cumming)
2.28.0 (stable):
Just a version increase and a regenerated tarball due to changes in an m4
macro in mm-common.
2.27.1 (unstable):
* LayoutIter: This now has a copy constructor.
* Layout::get_iter(): There is now a version of this method that returns a
LayoutIter. The version with the output parameter is now deprecated.
2.26.2 (stable):
* Documentation: Added main page text at index.html.
(David King, Murray Cumming)
2.26.1 (stable):
* Minor documentation improvements.
(Murray Cumming, José Alburquerque)
2.26.0 (stable):
* Minor documentation build fixes. (Daniel Elstner)
2.25.1.3 (unstable):
* Change public documentation location to library.gnome.org in
the pkg-config files as well. (Daniel Elstner)
2.25.1.2 (unstable):
* Change public documentation location to library.gnome.org.
(Daniel Elstner)
2.25.1.1 (unstable):
* Reenable the per-class hierarchy graphs in the reference documentation.
(Daniel Elstner)
* Drop the custom HTML header and footer, and use the shared doxygen.css
file from mm-common. (Daniel Elstner)
2.25.1 (unstable):
* Reworked the build system, using mm-common.
(Daniel Elstner)
2.24.0 (stable):
(Skipped version numbers since 2.14.1, to match pango 1.24
(apart from the first digit, which we can't decrease.)
* Layout: Added show_in_cairo_context().
(Louis-Francis Ratté-Boulianne) Bug #560232.
* Build: Allow pangomm to build outside the source tree. Bug #570322
(Theppitak Karoonboonyanan)
* License Header consistency. (Deng Xiyue)
2.14.1 (stable):
* Windows build: Use the new DLL naming convention, like boost.
(Armin Burgmeier)
* Documentation:
- Corrected the index page for DevHelp.
(Deng Xiyue) Bug #559896
2.14.0 (stable):
* Language: Added get_scripts().
(Murray Cumming)
* README and COPYING fixes.
(Deng Xiyue)
* Fixed the Windows build with Visual Studio Express.
(Armin Burgmeier)
2.13.8 (unstable):
* Context: Added set_font_map() because the C function is now
public (non backend-only) API.
* LayoutRun/GlyphItem: Added split() and letter().
* Renderer: Added draw_glyph_item().
* CairoFontMap:: Added set_default().
(Murray Cumming)
* Build: Updated the MS Visual Studio 2005 build.
(Armin Burgmeier)
2.13.7 (unstable):
* Build: Require a correct version of pango.
(Sebastian Bacher)
* Documentation: Correct some mentions of pangomm-2.4 to pangomm-1.4.
(Deng Xiyue)
2.13.6 (unstable):
* Layout: Added get_height(), set_height(), get_baseline().
* LayoutIter: Added get_layout().
* Renderer: Added get_layout() and get_layout_line().
(Murray Cumming)
2.13.5 (unstable):
This is a first version of pangomm in its own tarball.
The API and ABI are not changed.