-
Notifications
You must be signed in to change notification settings - Fork 34
/
NEWS
385 lines (261 loc) · 12.4 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
1 NEWS
******
1.1 Noteworthy changes in version ‘0.31.0’
==========================================
The release includes mostly improvements for pasteboard handling and a
few bug fixes.
• Improve font name creation.
• Add headless backend.
• Add CI pipeline.
1.2 Noteworthy changes in version ‘0.30.0’
==========================================
The release includes mostly improvements for the new Wayland backend and
a few bug fixes.
• Improvements for the wayland backend.
• Don’t use font hinting for cauro, when using scaling.
• Fix pasteboard transfer of huge data by deleting property on begin
and at every Notify.
1.3 Noteworthy changes in version ‘0.29.0’
==========================================
The release includes an alpha version of the wayland backend and a few
bug fixes.
• Alpha version of the wayland backend.
• Improved focus handling for WindowMaker interaction.
• Speed up for font pattern resolving.
• Improved appicon behavior under WindowMaker.
• Prevent appicon flickering on WindowMaker at application start.
• On Windows, consistently use ‘GetWindowLongPtr’ and
‘SetWindowLongPtr’ in place of ‘GetWindowLong’ and ‘SetWindowLong’
for win32 and cairo for various win64 fixes.
1.4 Noteworthy changes in version ‘0.28.0’
==========================================
This release includes a few bugfixes and a huge rework of multi monitor
handling.
• Improved focus handling for WindowMaker interaction.
• Cursor improvements.
• Better handling of fonts with fontconfig.
• Simplify code that converts images for X11.
• art: Remove ftfont-old.m.
• Use Xrandr for multi monitor support.
1.5 Noteworthy changes in version ‘0.27.0’
==========================================
This release includes a few bugfixes.
• configure: Improve configuration.
• xlib: Improve xft font classes.
• x11: Enable drawing in secondary threads.
• x11: Better handling of atoms. Method to get the window manager.
• opal: Improve colour handling
1.6 Noteworthy changes in version ‘0.26.2’
==========================================
This release contains no changes since 0.26.1. It is released to
coincide with gnustep-gui 0.26.2, which has important bugfixes related
to printing.
1.7 Noteworthy changes in version ‘0.26.1’
==========================================
This release contains no changes since 0.26.0. It is released to
coincide with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1
as the requirement for gnustep-gui.
1.8 Noteworthy changes in version ‘0.26.0’
==========================================
This release includes a few bugfixes, as well as compatibility
improvements as a result of GSoC 2017 project.
• opal: Bridging categories between Opal and GNUstep GUI. Added onto
NSColor, NSImage and NSImageRep.
• cairo: Get -DPSshow: to work on scaled windows.
• opal: Allow creating a NSGraphicsContext with a custom graphics
port, other than a CGContext.
• misc: Fix reported static analyser warnings.
1.9 Noteworthy changes in version ‘0.25.1’
==========================================
Small fixes and cleanups.
1.10 Noteworthy changes in version ‘0.25.0’
===========================================
Support for pattern phase, compositing operation, image interpolation
and antialiasing per gstate.
Improvements to Win32 code.
Fix application menus under WindowMaker.
Various fixes.
1.11 Noteworthy changes in version ‘0.24.1’
===========================================
Improvements in win32 display and mouse tracking.
Various minor bugfixes and cleanups.
1.12 Noteworthy changes in version ‘0.24.0’
===========================================
Added experimental Opal backend.
Allow for ARGB visual for OpenGL.
1.13 Noteworthy changes in version ‘0.23.0’
===========================================
Added cairo support for ms-windows.
Updated for NSInteger/CGFloat support
1.14 Noteworthy changes in version ‘0.22.0’
===========================================
Added new user defaults to make app icons and mini windows sticky
(omnipresent)
Many improvements to Cairo rendering, including buffering, glyphs and
DPI scaling.
1.15 Noteworthy changes in version ‘0.20.0’
===========================================
Cairo is now the default backend, but falls back to art and xlib
gracefully.
Fixed drawing and flipping (goes along with gui change).
More Windows improvements.
1.16 Noteworthy changes in version ‘0.19.0’
===========================================
This is an (unstable) copy of the 0.18.0 release
1.17 Noteworthy changes in version ‘0.18.0’
===========================================
Many Windows improvements
Implement pattern colours for all backends.
1.18 Noteworthy changes in version ‘0.17.1’
===========================================
Use DejaVu as another fallback font.
1.19 Noteworthy changes in version ‘0.17.0’
===========================================
Key repeat support implemented in X11.
OpenGL fixes and improvements.
1.20 Noteworthy changes in version ‘0.16.0’
===========================================
Transparent windows implemented in WIN32 backend, better position and
scaling of images. General cleanup of code.
1.21 Noteworthy changes in version ‘0.14.0’
===========================================
Added code to automatically make any window which uses the
NSDesktopWindowLevel also be omnipresent.
Many glyph drawing improvements.
1.22 Noteworthy changes in version ‘0.13.2’
===========================================
Added basic implementation of window levels on Windows. In general a
bunch of improvements in the Windows backend.
Experimental patch for using cairo on Windows.
More support for RTF, TIFF and selctions in the pasteboard server.
There has been change in the interaction of devices with the gui
frontend. This version or greater of the backend needs to be used with
gui 0.13.2
1.23 Noteworthy changes in version ‘0.13.1’
===========================================
Minor improvements.
1.24 Noteworthy changes in version ‘0.13.0’
===========================================
Many improvements to the cairo backend. Add DPSshfill for all backends.
Better handling of X event times.
1.25 Noteworthy changes in version ‘0.12.0’
===========================================
Big improvements to the cairo graphics and Window backend. Also better
support for OpenGL.
1.26 Noteworthy changes in version ‘0.11.0’
===========================================
Bugfixes to art and xlib.
There was some work on the Windows backend for the GDI interface by
Christopher Armstrong.
1.27 Noteworthy changes in version ‘0.10.3’
===========================================
Fixes. A lot of Cairo backend work.
1.28 Noteworthy changes in version ‘0.10.2’
===========================================
The Backend can set UTF8 window titles where this is allowed.
1.29 Noteworthy changes in version ‘0.10.1’
===========================================
The art graphics module is the default now. As was previously the case,
if the proper libraries are not found, the configuration will
automatically switch to xlib on winlib (whichever is appropriate).
There was a great deal of work by Tom MacSween on the windows module
to get windows and taskbars working together, closing, opening, hiding,
and just general good window management.
The Cairo module has been significantly updated and now works with
Cariro version 1.0, although you need to make some minor changes to the
Cairo library before it will work with GNUstep. Due to this, this
module is still considered beta. Ask on the mailing lists for help with
this.
1.30 Noteworthy changes in version ‘0.10.0’
===========================================
The installed name of the backend now includes an interface version
number. This avoids the potential version mismatch between the frontend
(GUI) library and the backend.
• Alpha blending was implemented for Windows, although it does not
seem to work on some machines.
1.31 Noteworthy changes in version ‘0.9.5’
==========================================
• Added support for window alpha on X servers.
• Add support for old and new freetype libs.
• Some improvements to the Windows backend.
1.32 Noteworthy changes in version ‘0.9.4’
==========================================
• Fast drawing on 8 bit displays was added (although it might only
speed things up on old X11 servers and/or remote servers).
• GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
• Added a Cairo backend, although it is probably non-functional.
Anyone is invited to contribute to making it work.
• art backend supports reading from a window.
• Add internal window decoration handling.
1.33 Noteworthy changes in version ‘0.9.3’
==========================================
• A number of W32 window event enhancements
• art backend glyph drawing with alpha enhancements.
• libwraster is no longer checked for - image functions now in
frontend
1.34 Noteworthy changes in version ‘0.9.2’
==========================================
• Art backend added support for grayscale, one-isblack colorspaces.
• Windows pasteboard interaction handling added.
• Better focus handling on Windows.
• Better font and draw handling on Windows.
1.35 Noteworthy changes in version ‘0.9.1’
==========================================
Color on 8 bit displays works correctly now. WindowMaker properties are
always set now in case another manager is emulating WindowMaker styles.
1.36 Noteworthy changes in version ‘0.9.0’
==========================================
Some more improvements to copy/paste support following ICCCM
specifications (like COMPOUND_TEXT support).
1.37 Noteworthy changes in version ‘0.8.9’
==========================================
• Much improved pasting support between X apps and GNUstep apps.
• Backend headers are no longer installed (now private).
1.38 Noteworthy changes in version ‘0.8.8’
==========================================
Full multi-byte/unicode support for East Asian languages was added to
the xlib backend. The X11 server now supports use of the XIM input
method for entering non-keyboard characters. Both contributions thanks
to Kazunobu Kuriyama.
• Also added slightly better EWMH support.
• Art backend works with more versions of freetype.
1.39 Noteworthy changes in version ‘0.8.7’
==========================================
Handle NSBezierPath glyph drawing in art backend. art backend compiles
with all freetype except 2.1.3 via ifdefs.
1.40 Noteworthy changes in version ‘0.8.6’
==========================================
Bug fixes. See the gnustep-gui NEWS for changes.
1.41 Noteworthy changes in version ‘0.8.5’
==========================================
Text system improvements. See the gnustep-gui NEWS for changes.
1.42 Noteworthy changes in version ‘0.8.3’
==========================================
See the gnustep-gui NEWS for changes.
1.43 Noteworthy changes in version ‘0.8.2’
==========================================
Improved font handling in art backend. Improved compositing with
transformations and clipping in art backend.
1.44 Noteworthy changes in version ‘0.8.1’
==========================================
art (libart-based) backend added. Use ./configure –enable-graphics=art
to choose this backend.
1.45 Noteworthy changes in version ‘0.8.0’
==========================================
Bug fixes.
1.46 Noteworthy changes in version ‘0.7.9’
==========================================
Bug fixes.
1.47 Noteworthy changes in version ‘0.7.8’
==========================================
Simplified backend selection using –enable-server and –enable-graphics.
Add –with-library-flags and –with-include-flags for adding additonal
flags. Set name with –with-name
1.48 Noteworthy changes in version ‘0.7.7’
==========================================
First release. Most components extracted from xgps. The old backends,
xgps and xdps were depreciated in favor of this new backend, simply
named back, which can be configured for a variety of window server and
graphics implementations, and also allow for improved code sharing.
In addition there is now a window server backend for Windows
computers, although it is in a very alpha state.