~ubuntu-branches/ubuntu/maverick/gnustep-back/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2009-04-12 15:54:30 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090412155430-plxucqyjjpl6aj3s
Tags: 0.16.0-3
Really upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
1 NEWS
2
2
******
3
3
 
4
 
1.1 Noteworthy changes in version `0.14.0'
 
4
1.1 Noteworthy changes in version `0.16.0'
 
5
==========================================
 
6
 
 
7
Transparent windows implemented in WIN32 backend, better position and
 
8
scaling of images. General cleanup of code.
 
9
 
 
10
1.2 Noteworthy changes in version `0.14.0'
5
11
==========================================
6
12
 
7
13
Added code to automatically make any window which uses the
8
14
NSDesktopWindowLevel also be omnipresent.
9
15
 
10
 
Many glyph drawing improvements.
 
16
   Many glyph drawing improvements.
11
17
 
12
 
1.2 Noteworthy changes in version `0.13.2'
 
18
1.3 Noteworthy changes in version `0.13.2'
13
19
==========================================
14
20
 
15
21
Added basic implementation of window levels on Windows. In general a
23
29
frontend. This version or greater of the backend needs to be used with
24
30
gui 0.13.2
25
31
 
26
 
1.3 Noteworthy changes in version `0.13.1'
 
32
1.4 Noteworthy changes in version `0.13.1'
27
33
==========================================
28
34
 
29
35
Minor improvements.
30
36
 
31
 
1.4 Noteworthy changes in version `0.13.0'
 
37
1.5 Noteworthy changes in version `0.13.0'
32
38
==========================================
33
39
 
34
40
Many improvements to the cairo backend. Add DPSshfill for all backends.
35
41
Better handling of X event times.
36
42
 
37
 
1.5 Noteworthy changes in version `0.12.0'
 
43
1.6 Noteworthy changes in version `0.12.0'
38
44
==========================================
39
45
 
40
46
Big improvements to the cairo graphics and Window backend. Also better
41
47
support for OpenGL.
42
48
 
43
 
1.6 Noteworthy changes in version `0.11.0'
 
49
1.7 Noteworthy changes in version `0.11.0'
44
50
==========================================
45
51
 
46
52
Bugfixes to art and xlib.
48
54
   There was some work on the Windows backend for the GDI interface by
49
55
Christopher Armstrong.
50
56
 
51
 
1.7 Noteworthy changes in version `0.10.3'
 
57
1.8 Noteworthy changes in version `0.10.3'
52
58
==========================================
53
59
 
54
60
Fixes. A lot of Cairo backend work.
55
61
 
56
 
1.8 Noteworthy changes in version `0.10.2'
 
62
1.9 Noteworthy changes in version `0.10.2'
57
63
==========================================
58
64
 
59
65
The Backend can set UTF8 window titles where this is allowed.
60
66
 
61
 
1.9 Noteworthy changes in version `0.10.1'
62
 
==========================================
 
67
1.10 Noteworthy changes in version `0.10.1'
 
68
===========================================
63
69
 
64
70
The art graphics module is the default now. As was previously the case,
65
71
if the proper libraries are not found, the configuration will
74
80
Cairo library before it will work with GNUstep. Due to this, this module
75
81
is still considered beta. Ask on the mailing lists for help with this.
76
82
 
77
 
1.10 Noteworthy changes in version `0.10.0'
 
83
1.11 Noteworthy changes in version `0.10.0'
78
84
===========================================
79
85
 
80
86
The installed name of the backend now includes an interface version
84
90
   * Alpha blending was implemented for Windows, although it does not
85
91
     seem to work on some machines.
86
92
 
87
 
1.11 Noteworthy changes in version `0.9.5'
 
93
1.12 Noteworthy changes in version `0.9.5'
88
94
==========================================
89
95
 
90
96
   * Added support for window alpha on X servers.
93
99
 
94
100
   * Some improvements to the Windows backend.
95
101
 
96
 
1.12 Noteworthy changes in version `0.9.4'
 
102
1.13 Noteworthy changes in version `0.9.4'
97
103
==========================================
98
104
 
99
105
   * Fast drawing on 8 bit displays was added (although it might only
108
114
 
109
115
   * Add internal window decoration handling.
110
116
 
111
 
1.13 Noteworthy changes in version `0.9.3'
 
117
1.14 Noteworthy changes in version `0.9.3'
112
118
==========================================
113
119
 
114
120
   * A number of W32 window event enhancements
118
124
   * libwraster is no longer checked for - image functions now in
119
125
     frontend
120
126
 
121
 
1.14 Noteworthy changes in version `0.9.2'
 
127
1.15 Noteworthy changes in version `0.9.2'
122
128
==========================================
123
129
 
124
130
   * Art backend added support for grayscale, one-isblack colorspaces.
129
135
 
130
136
   * Better font and draw handling on Windows.
131
137
 
132
 
1.15 Noteworthy changes in version `0.9.1'
 
138
1.16 Noteworthy changes in version `0.9.1'
133
139
==========================================
134
140
 
135
141
Color on 8 bit displays works correctly now. WindowMaker properties are
136
142
always set now in case another manager is emulating WindowMaker styles.
137
143
 
138
 
1.16 Noteworthy changes in version `0.9.0'
 
144
1.17 Noteworthy changes in version `0.9.0'
139
145
==========================================
140
146
 
141
147
Some more improvements to copy/paste support following ICCCM
142
148
specifications (like COMPOUND_TEXT support).
143
149
 
144
 
1.17 Noteworthy changes in version `0.8.9'
 
150
1.18 Noteworthy changes in version `0.8.9'
145
151
==========================================
146
152
 
147
153
   * Much improved pasting support between X apps and GNUstep apps.
148
154
 
149
155
   * Backend headers are no longer installed (now private).
150
156
 
151
 
1.18 Noteworthy changes in version `0.8.8'
 
157
1.19 Noteworthy changes in version `0.8.8'
152
158
==========================================
153
159
 
154
160
Full multi-byte/unicode support for East Asian languages was added to
160
166
 
161
167
   * Art backend works with more versions of freetype.
162
168
 
163
 
1.19 Noteworthy changes in version `0.8.7'
 
169
1.20 Noteworthy changes in version `0.8.7'
164
170
==========================================
165
171
 
166
172
Handle NSBezierPath glyph drawing in art backend. art backend compiles
167
173
with all freetype except 2.1.3 via ifdefs.
168
174
 
169
 
1.20 Noteworthy changes in version `0.8.6'
 
175
1.21 Noteworthy changes in version `0.8.6'
170
176
==========================================
171
177
 
172
178
Bug fixes. See the gnustep-gui NEWS for changes.
173
179
 
174
 
1.21 Noteworthy changes in version `0.8.5'
 
180
1.22 Noteworthy changes in version `0.8.5'
175
181
==========================================
176
182
 
177
183
Text system improvements. See the gnustep-gui NEWS for changes.
178
184
 
179
 
1.22 Noteworthy changes in version `0.8.3'
 
185
1.23 Noteworthy changes in version `0.8.3'
180
186
==========================================
181
187
 
182
188
See the gnustep-gui NEWS for changes.
183
189
 
184
 
1.23 Noteworthy changes in version `0.8.2'
 
190
1.24 Noteworthy changes in version `0.8.2'
185
191
==========================================
186
192
 
187
193
Improved font handling in art backend. Improved compositing  with
188
194
transformations and clipping in art backend.
189
195
 
190
 
1.24 Noteworthy changes in version `0.8.1'
 
196
1.25 Noteworthy changes in version `0.8.1'
191
197
==========================================
192
198
 
193
199
art (libart-based) backend added. Use ./configure -enable-graphics=art
194
200
to choose this backend.
195
201
 
196
 
1.25 Noteworthy changes in version `0.8.0'
197
 
==========================================
198
 
 
199
 
Bug fixes.
200
 
 
201
 
1.26 Noteworthy changes in version `0.7.9'
202
 
==========================================
203
 
 
204
 
Bug fixes.
205
 
 
206
 
1.27 Noteworthy changes in version `0.7.8'
 
202
1.26 Noteworthy changes in version `0.8.0'
 
203
==========================================
 
204
 
 
205
Bug fixes.
 
206
 
 
207
1.27 Noteworthy changes in version `0.7.9'
 
208
==========================================
 
209
 
 
210
Bug fixes.
 
211
 
 
212
1.28 Noteworthy changes in version `0.7.8'
207
213
==========================================
208
214
 
209
215
Simplified backend selection using -enable-server and -enable-graphics.
210
216
Add -with-library-flags and -with-include-flags for adding additonal
211
217
flags. Set name with -with-name
212
218
 
213
 
1.28 Noteworthy changes in version `0.7.7'
 
219
1.29 Noteworthy changes in version `0.7.7'
214
220
==========================================
215
221
 
216
222
First release. Most components extracted from xgps. The old backends,