File: ChangeLog

package info (click to toggle)
vte2.91 0.82.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,944 kB
  • sloc: cpp: 96,516; ansic: 8,991; python: 3,082; sh: 996; perl: 100; makefile: 86; xml: 27; javascript: 4
file content (391 lines) | stat: -rw-r--r-- 24,050 bytes parent folder | download
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
commit 18fca6d0a124c2d0fb87293306626db1d5ba8ebc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Dec 27 09:27:54 2025 +0100

    lib: Filter out internal flags in public API
    
    When returning a VtePropertyFlags from the API, mask off the
    extra internal flags.
    
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2927
    (cherry picked from commit 9dc37fce0d808d257f9d218884f09b32f32a21b0)

 .dir-locals.el                                     |    19 +
 .gitattributes                                     |     1 +
 .gitlab-ci.yml                                     |    68 +
 .gitlab-ci/docs.html                               |    79 +
 .gitlab-ci/make-release.sh                         |    77 +
 AUTHORS                                            |     1 +
 COPYING.CC-BY-4-0                                  |   154 +
 COPYING.GPL3                                       |   675 ++
 COPYING.LGPL3                                      |   165 +
 COPYING.XTERM                                      |    30 +
 Makefile.meson                                     |    67 +
 README.md                                          |    93 +
 bindings/gir/meson.build                           |    69 +
 .../hicolor_actions_16x16_widget-vte-terminal.png  |   Bin 0 -> 644 bytes
 .../hicolor_actions_22x22_widget-vte-terminal.png  |   Bin 0 -> 901 bytes
 bindings/glade/meson.build                         |    42 +
 bindings/glade/vte.xml.in                          |    18 +
 bindings/meson.build                               |    27 +
 bindings/vala/Vte-2.91.metadata                    |     1 +
 bindings/vala/meson.build                          |    61 +
 build-aux/Makefile                                 |    33 +
 build-aux/org.gnome.vte.gtk.json.in                |    31 +
 build-aux/org.gnome.vte.gtk3.json                  |    31 +
 build-aux/org.gnome.vte.gtk4.json                  |    31 +
 doc/ambiguous.txt                                  |    50 +
 doc/boxes.txt                                      |   364 +
 doc/reference/licence.md                           |    27 +
 doc/reference/meson.build                          |    97 +
 doc/reference/vte-gtk3.toml.in                     |    54 +
 doc/reference/vte-gtk4.toml.in                     |    59 +
 doc/rewrap.txt                                     |   448 +
 doc/scrolling-region.txt                           |   183 +
 meson.build                                        |   849 ++
 meson_changelog.sh                                 |    33 +
 meson_options.txt                                  |   121 +
 meson_subprojects.sh                               |    22 +
 perf/1fb.sh                                        |    13 +
 perf/256test.sh                                    |    88 +
 perf/UTF-8-demo.txt                                |   212 +
 perf/UTF-8-test.txt                                |   Bin 0 -> 23121 bytes
 perf/bidi-demo.txt                                 |   287 +
 perf/bidi.sh                                       |    39 +
 perf/block.py                                      |    48 +
 perf/checkered.sh                                  |    24 +
 perf/deco.sh                                       |    84 +
 perf/devanagari.txt                                |     6 +
 perf/hyperlink-demo.txt                            |    95 +
 perf/img.sh                                        |    87 +
 perf/inc.sh                                        |    10 +
 perf/legacy.py                                     |   370 +
 perf/line-drawing-missing.sh                       |     6 +
 perf/printwinsize.py                               |    26 +
 perf/random.sh                                     |     3 +
 perf/scroll.vim                                    |    68 +
 perf/sgr-test.sh                                   |   137 +
 perf/utf8.sh                                       |    11 +
 perf/vim.sh                                        |    12 +
 po/LINGUAS                                         |   103 +
 po/POTFILES.in                                     |     4 +
 po/POTFILES.skip                                   |    10 +
 po/ab.po                                           |    58 +
 po/am.po                                           |   111 +
 po/an.po                                           |    84 +
 po/ang.po                                          |   110 +
 po/ar.po                                           |   104 +
 po/as.po                                           |   106 +
 po/ast.po                                          |    96 +
 po/az.po                                           |   113 +
 po/be.po                                           |    58 +
 po/be@latin.po                                     |   123 +
 po/bg.po                                           |    63 +
 po/bn.po                                           |   121 +
 po/bn_IN.po                                        |   118 +
 po/bs.po                                           |    76 +
 po/ca.po                                           |    65 +
 po/ca@valencia.po                                  |    92 +
 po/ckb.po                                          |    43 +
 po/cs.po                                           |    63 +
 po/cy.po                                           |   119 +
 po/da.po                                           |    64 +
 po/de.po                                           |   153 +
 po/dz.po                                           |   132 +
 po/el.po                                           |   151 +
 po/en@shaw.po                                      |    84 +
 po/en_CA.po                                        |   115 +
 po/en_GB.po                                        |   123 +
 po/eo.po                                           |   121 +
 po/es.po                                           |   152 +
 po/et.po                                           |    77 +
 po/eu.po                                           |   134 +
 po/fa.po                                           |   133 +
 po/fi.po                                           |   106 +
 po/fr.po                                           |    68 +
 po/fur.po                                          |   101 +
 po/ga.po                                           |    87 +
 po/gd.po                                           |    96 +
 po/gl.po                                           |   125 +
 po/gu.po                                           |    96 +
 po/he.po                                           |   167 +
 po/hi.po                                           |   112 +
 po/hr.po                                           |   112 +
 po/hu.po                                           |    74 +
 po/ia.po                                           |    66 +
 po/id.po                                           |   110 +
 po/is.po                                           |   141 +
 po/it.po                                           |    62 +
 po/ja.po                                           |   123 +
 po/ka.po                                           |    60 +
 po/kab.po                                          |    59 +
 po/kk.po                                           |   105 +
 po/kn.po                                           |   119 +
 po/ko.po                                           |    62 +
 po/ku.po                                           |   112 +
 po/ky.po                                           |   114 +
 po/li.po                                           |   154 +
 po/lt.po                                           |   114 +
 po/lv.po                                           |   127 +
 po/mai.po                                          |    94 +
 po/meson.build                                     |    21 +
 po/mi.po                                           |   114 +
 po/mjw.po                                          |    27 +
 po/mk.po                                           |   125 +
 po/ml.po                                           |    95 +
 po/mn.po                                           |   145 +
 po/mr.po                                           |   118 +
 po/ms.po                                           |    86 +
 po/nb.po                                           |    58 +
 po/nds.po                                          |    95 +
 po/ne.po                                           |   111 +
 po/nl.po                                           |   190 +
 po/nn.po                                           |   121 +
 po/oc.po                                           |   114 +
 po/or.po                                           |   112 +
 po/pa.po                                           |   137 +
 po/pl.po                                           |    68 +
 po/pt.po                                           |   147 +
 po/pt_BR.po                                        |   125 +
 po/ro.po                                           |   130 +
 po/ru.po                                           |   129 +
 po/rw.po                                           |   125 +
 po/si.po                                           |   117 +
 po/sk.po                                           |   122 +
 po/sl.po                                           |   115 +
 po/sq.po                                           |   122 +
 po/sr.po                                           |   175 +
 po/sr@latin.po                                     |   153 +
 po/sv.po                                           |   195 +
 po/ta.po                                           |   105 +
 po/te.po                                           |   115 +
 po/tg.po                                           |    87 +
 po/th.po                                           |   128 +
 po/tr.po                                           |    67 +
 po/ug.po                                           |   127 +
 po/uk.po                                           |    63 +
 po/uz.po                                           |    65 +
 po/uz@cyrillic.po                                  |    83 +
 po/vi.po                                           |   151 +
 po/wa.po                                           |   117 +
 po/xh.po                                           |   114 +
 po/zh_CN.po                                        |   144 +
 po/zh_HK.po                                        |   126 +
 po/zh_TW.po                                        |   137 +
 src/app/app-gtk3.css                               |     8 +
 src/app/app-gtk3.gresource.xml                     |    25 +
 src/app/app-gtk4.css                               |     8 +
 src/app/app-gtk4.gresource.xml                     |    25 +
 src/app/app.cc                                     |  4890 ++++++++
 src/app/appmenu-gtk3.ui                            |    33 +
 src/app/appmenu-gtk4.ui                            |    33 +
 src/app/meson.build                                |   163 +
 src/app/meson_desktopfile.py                       |    59 +
 src/app/search-popover-gtk3.ui                     |   264 +
 src/app/search-popover-gtk4.ui                     |   159 +
 src/app/vte.desktop.in                             |    18 +
 src/app/window-gtk3.ui                             |   198 +
 src/app/window-gtk4.ui                             |   159 +
 src/attr.hh                                        |   162 +
 src/base16-test.cc                                 |   133 +
 src/base16.hh                                      |    98 +
 src/bidi.cc                                        |   771 ++
 src/bidi.hh                                        |   248 +
 src/bidiarrays.hh                                  |    34 +
 src/box-drawing.hh                                 |   863 ++
 src/boxed.hh                                       |    84 +
 src/buffer.h                                       |    41 +
 src/cairo-glue.hh                                  |    33 +
 src/caps.hh                                        |    29 +
 src/cell.hh                                        |   289 +
 src/check-doc-syntax.sh                            |    78 +
 src/chunk.cc                                       |    65 +
 src/chunk.hh                                       |   208 +
 src/clipboard-gtk.cc                               |   836 ++
 src/clipboard-gtk.hh                               |   104 +
 src/color-lightness-tests.cc                       |    88 +
 src/color-lightness.cc                             |    59 +
 src/color-lightness.hh                             |    27 +
 src/color-names-tests.hh                           |   853 ++
 src/color-names.hh                                 |  1443 +++
 src/color-palette.hh                               |    75 +
 src/color-parser.cc                                |   524 +
 src/color-parser.hh                                |    89 +
 src/color-test.cc                                  |   200 +
 src/color-triple.hh                                |   106 +
 src/color.hh                                       |   178 +
 src/cxx-utils.hh                                   |   149 +
 src/debug.cc                                       |   169 +
 src/debug.hh                                       |   144 +
 src/decoder-cat.cc                                 |   556 +
 src/decset                                         |    16 +
 src/drawing-cairo.cc                               |   291 +
 src/drawing-cairo.hh                               |   119 +
 src/drawing-context.cc                             |   285 +
 src/drawing-context.hh                             |   353 +
 src/drawing-gsk.cc                                 |   325 +
 src/drawing-gsk.hh                                 |   167 +
 src/dumpkeys.c                                     |   278 +
 src/fmt-glue.cc                                    |    70 +
 src/fmt-glue.hh                                    |    78 +
 src/fonts-pangocairo.cc                            |   586 +
 src/fonts-pangocairo.hh                            |   298 +
 src/fwd.hh                                         |    56 +
 src/gdkarrayimpl.c                                 |   322 +
 src/glib-glue.cc                                   |   184 +
 src/glib-glue.hh                                   |   304 +
 src/gobject-glue.hh                                |   108 +
 src/graphene-glue.hh                               |    48 +
 src/gtk-glue.hh                                    |    37 +
 src/icu-converter.cc                               |   138 +
 src/icu-converter.hh                               |    80 +
 src/icu-decoder.cc                                 |   166 +
 src/icu-decoder.hh                                 |   119 +
 src/icu-glue.cc                                    |   185 +
 src/icu-glue.hh                                    |    42 +
 src/keymap.cc                                      |  1046 ++
 src/keymap.h                                       |    57 +
 src/libc-glue.hh                                   |   239 +
 src/marshal.list                                   |     5 +
 src/meson.build                                    |  1104 ++
 src/mev.c                                          |   396 +
 src/minifont-coverage.py                           |   186 +
 src/minifont-test.cc                               |    56 +
 src/minifont.cc                                    |  3048 +++++
 src/minifont.hh                                    |   136 +
 src/missing.cc                                     |   274 +
 src/missing.hh                                     |   154 +
 src/modes-test.cc                                  |    90 +
 src/modes.hh                                       |   271 +
 src/modes.py                                       |  1357 +++
 src/osc                                            |    33 +
 src/osc-colors.cc                                  |    96 +
 src/osc-colors.hh                                  |    83 +
 src/pango-glue.hh                                  |    33 +
 src/parser-arg.hh                                  |   186 +
 src/parser-cat.cc                                  |   822 ++
 src/parser-charset-tables.hh                       |   254 +
 src/parser-charset.hh                              |   319 +
 src/parser-decsgr.hh                               |    35 +
 src/parser-fmt.cc                                  |   128 +
 src/parser-fmt.hh                                  |   330 +
 src/parser-glue.hh                                 |   704 ++
 src/parser-osc.hh                                  |   108 +
 src/parser-reply.hh                                |    74 +
 src/parser-seq.py                                  |  1270 ++
 src/parser-sgr.hh                                  |    76 +
 src/parser-string.hh                               |   139 +
 src/parser-test.cc                                 |  1770 +++
 src/parser.cc                                      |   370 +
 src/parser.hh                                      |  1663 +++
 src/pastify-test.cc                                |   208 +
 src/pastify.cc                                     |   199 +
 src/pastify.hh                                     |    33 +
 src/pcre2-glue.hh                                  |    39 +
 src/properties-test.cc                             |   417 +
 src/properties.hh                                  |   950 ++
 src/pty.cc                                         |   598 +
 src/pty.hh                                         |    72 +
 src/reaper.cc                                      |   225 +
 src/reaper.hh                                      |    29 +
 src/rect.hh                                        |   300 +
 src/reflect.c                                      |   332 +
 src/refptr-test.cc                                 |   135 +
 src/refptr.hh                                      |   106 +
 src/regex.cc                                       |   259 +
 src/regex.hh                                       |    90 +
 src/ring.cc                                        |  1572 +++
 src/ring.hh                                        |   247 +
 src/ringview.cc                                    |   314 +
 src/ringview.hh                                    |   122 +
 src/scheduler.cc                                   |   158 +
 src/scheduler.h                                    |    31 +
 src/sgr.hh                                         |   332 +
 src/slowcat.c                                      |   117 +
 src/spawn.cc                                       |   804 ++
 src/spawn.hh                                       |   255 +
 src/std-glue.hh                                    |    82 +
 src/systemd.cc                                     |   116 +
 src/systemd.hh                                     |    33 +
 src/tabstops-test.cc                               |   242 +
 src/tabstops.hh                                    |   222 +
 src/termpropsregistry.cc                           |   294 +
 src/termpropsregistry.hh                           |    53 +
 src/test-vte-urlencode-cwd.sh                      |    79 +
 src/unicode-width-generate.py                      |   133 +
 src/unicode-width-test.cc                          |   126 +
 src/unicode-width.hh                               | 11587 +++++++++++++++++++
 src/urlencode.cc                                   |    53 +
 src/utf8-test.cc                                   |   321 +
 src/utf8.cc                                        |   113 +
 src/utf8.hh                                        |    87 +
 src/uuid-fmt.hh                                    |    67 +
 src/uuid-test.cc                                   |   198 +
 src/uuid.cc                                        |   235 +
 src/uuid.hh                                        |   211 +
 src/vte-glue.hh                                    |    29 +
 src/vte-gtk4.gresource.xml                         |    21 +
 src/vte-spawn-.scope.conf                          |     6 +
 src/vte.cc                                         | 11499 ++++++++++++++++++
 src/vte.csh.in                                     |    24 +
 src/vte.gresource.xml                              |    19 +
 src/vte.sh.in                                      |   150 +
 src/vte/meson.build                                |   136 +
 src/vte/vte.h                                      |    41 +
 src/vte/vtedeprecated.h                            |   229 +
 src/vte/vteenums.h                                 |   342 +
 src/vte/vteglobals.h                               |   247 +
 src/vte/vtemacros.h                                |    61 +
 src/vte/vtepty.h                                   |   134 +
 src/vte/vteregex.h                                 |    95 +
 src/vte/vteterminal.h                              |   861 ++
 src/vte/vtetypebuiltins.h                          |    28 +
 src/vte/vteuuid.h                                  |    78 +
 src/vte/vteversion.h.in                            |    85 +
 src/vteaccess-gtk4.cc                              |  1104 ++
 src/vteaccess-gtk4.h                               |    26 +
 src/vteaccess.cc                                   |  1825 +++
 src/vteaccess.h                                    |    60 +
 src/vtedefines.hh                                  |   144 +
 src/vtegtk.cc                                      |  8992 ++++++++++++++
 src/vtegtk.hh                                      |   116 +
 src/vteinternal.hh                                 |  1853 +++
 src/vteproperties.cc                               |  2002 ++++
 src/vtepropertiesinternal.hh                       |   226 +
 src/vtepty.cc                                      |   915 ++
 src/vteptyinternal.hh                              |    45 +
 src/vteregex.cc                                    |   345 +
 src/vteregexinternal.hh                            |    40 +
 src/vterowdata.cc                                  |   233 +
 src/vterowdata.hh                                  |    94 +
 src/vteseq.cc                                      | 10281 ++++++++++++++++
 src/vtespawn.cc                                    |   251 +
 src/vtespawn.hh                                    |    31 +
 src/vtestream-base.h                               |   104 +
 src/vtestream-file.h                               |  1815 +++
 src/vtestream.cc                                   |    31 +
 src/vtestream.h                                    |    45 +
 src/vtetypebuiltins.cc.template                    |    40 +
 src/vtetypebuiltins.h.template                     |    28 +
 src/vtetypes.cc                                    |   342 +
 src/vtetypes.hh                                    |   302 +
 src/vteunistr.cc                                   |   222 +
 src/vteunistr.h                                    |   176 +
 src/vteutils.cc                                    |    88 +
 src/vteutils.h                                     |    22 +
 src/vteuuid.cc                                     |   339 +
 src/vteuuidinternal.hh                             |    30 +
 src/widget.cc                                      |  2613 +++++
 src/widget.hh                                      |   854 ++
 src/window                                         |    33 +
 src/xtermcap.cc                                    |   220 +
 src/xtermcap.hh                                    |    72 +
 src/xticker.c                                      |   152 +
 subprojects/fast_float.wrap                        |    23 +
 subprojects/fmt.wrap                               |    23 +
 subprojects/packagefiles/fast_float/meson.build    |    29 +
 subprojects/packagefiles/fmt/meson.build           |    35 +
 subprojects/packagefiles/simdutf/meson.build       |    84 +
 subprojects/simdutf.wrap                           |    23 +
 vte.doap                                           |    35 +
 378 files changed, 125761 insertions(+)