summaryrefslogtreecommitdiff
path: root/modules/scirenderer/CHANGES
blob: 08799e774aafdeb1c440fc363e80547e89ce1636 (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
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
scirenderer (1.1.0)

     * Fix bad subticks number.

     * Draw the last tick.

     * Avoid to return subtick when no ticks defined.

scirenderer (1.0.9)

     * Return all subticks when defined by their numbers

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Thu, 28 Mar 2013 10:33:28 +0100

scirenderer (1.0.8)

     * Bug #12289 fixed: sub_ticks property was ignored.
     * Bug #12405 fixed: Floating point errors could lead to an infinite loop
                         in ticks computation.

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Wed, 27 Mar 2013 09:11:22 +0100

scirenderer (1.0.7)

     * Can change the graphics2D on export
     * Bug #11982 fixed - Ticks computations were made when drawing.
     * Legends were not drawn
     * Bug #12398 fixed: dotted lines were displayed as plain lines.
     * Fix various issues in the export

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Fri, 15 Mar 2013 15:10:40 +0100

scirenderer (1.0.6)

     * Improve memory management on export.
     * Bug #2547 fixed - Too small marks were not correctly rendered in vectorial export.
     * Bug #11407 fixed - Exception with dashed line with numm thickness.
     * Bug #12051 fixed - Legends were not correctly exported.
     * Fix bugs (line width and line style) on export.
     * Bug #10633 fixed - Exported graphics were mirrored on some graphics cards.
     * Bug #11399 fixed - 2D plot with small axes were slanted.
     * Bug #12250 fixed - Export functions could be called before the graph was really built.

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Tue, 19 Feb 2013 13:04:58 +0100

scirenderer (1.0.5)

     * Avoid "UnsupportedOperationException" when clearing ticks
     * Avoid "ConcurrentAccessException" when disposing OneShotRuler resources.
     * Fix export problems.
     * Bug #11791 fixed - Avoid to bind empty buffers.

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Fri, 18 Jan 2013 08:59:49 +0100

scirenderer (1.0.4)

     * Fix for bug 11477: textures were not correctly delete.
     * Export: Remove artefacts and draw correctly segments on surface
     * Avoid to draw empty buffers

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Wed, 09 Jan 2013 11:07:49 +0100

scirenderer (1.0.3)

     * Fix for Scilab's bug 11947: texture was not correctly scaled
     * Add a synchronous draw method for Scilab drawlater/drawnow
     * Remove memory leaks

     [ Sylvestre Ledru ]
     * The scirenderer jar was containing the examples (but not documented in
       it usages)

 -- Calixte DENIZET <calixte.denizet@scilab-enterprises.com>  Wed, 19 Dec 2012 15:27:40 +0100

scirenderer (1.0.2)

     * Fix a problem with the memory cleaning with the Scilab graphic export.

 -- Bruno Jofret <bruno.jofret@scilab-enterprises.com>  Wed, 26 Sep 2012 12:12:22 +0200

scirenderer (1.0.1)

     * Remove unused import.
     * Clear Raw Memory direct buffer.

 -- Bruno Jofret <bruno.jofret@scilab-enterprises.com>  Tue, 25 Sep 2012 14:50:27 +0200

scirenderer (1.0.0)

     * Force ticks/grid margin to avoid big display density on small figures.
     * Limit Graduations values to be within Double precision.

 -- Bruno Jofret <bruno.jofret@scilab-enterprises.com>  Mon, 24 Sep 2012 16:03:12 +0200

scirenderer (0.5.8)

     * Fix bug with NaN values when export

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Tue, 04 Sep 2012 10:54:11 +0200

scirenderer (0.5.7)

     * Fix a bug on the export of boxes in the 2d export.

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Thu, 30 Aug 2012 09:22:39 +0200

scirenderer (0.5.6)

     * Fix crash on scilab -nw -e 'plot3d();exit' (See Scilab bug #11508)
     * Check correctly the vbo availability
     * Improve graypolarplot rendering (and make it available in SVG and PDF)
     * Remove blue dashed line in 2D export
     * Fix bugs on Scilab's surf() export

     [ Sylvestre Ledru ]
     * Silent the serial warnings at compilation time

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Sat, 04 Aug 2012 10:53:49 +0200

scirenderer (0.5.5)

     * Fix a problem of display with the marks

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Wed, 01 Aug 2012 15:10:47 +0200

scirenderer (0.5.4)

     * Fix a color problem with sgrayplot on Scilab
     * Fix a bug on texture rendering, when plot2d() was rotated
     * Remove gray background in legends

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Mon, 30 Jul 2012 16:23:44 +0200

scirenderer (0.5.3)

     * Revert the "scilab -nw -e 'plot3d();exit'" patch. It was causing some
       issues in Javasci

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Mon, 30 Jul 2012 16:23:44 +0200

scirenderer (0.5.2)

     * Improve performances (390 => 24 seconds) on
       stacksize("max");a=rand(1,5000000);b=rand(a);tic();plot2d(a,b,-4);toc()
       in Scilab
     * Fix crash on scilab -nw -e 'plot3d();exit' (See Scilab bug #11508)

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Mon, 30 Jul 2012 15:18:01 +0200

scirenderer (0.5.1)

     * Fix some antialiasing issues under some operating systems.
     * Fix ticks precision on small/huge inner values.

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Sun, 15 Jul 2012 23:06:10 +0200

scirenderer (0.5.0)

     * Fix a Null Pointer Exception when doing in Scilab:
       driver('png');xinit('/tmp/foo.png');errbar();xend()
     * G2D export: Improve speed of 2D offscreen export
     * Export: avoid memleaks
     * Fix for Scilab bug #11407: Exception with lineWidth lower than 1 with
       offscreen export
     * Avoid a java.nio.BufferUnderflowException on offscreen export

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Mon, 09 Jul 2012 09:23:39 -0600

scirenderer (0.4.9)

     * User defined ticks rendering issue fixed (Regression introduced in version 0.4.8)
     * Transparency managed using alpha channel

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed, 20 Jun 2012 21:30:46 (UTC+0200)

scirenderer (0.4.8)

     * Figures were not reset when using clf() (See Scilab bug #11268)
     * Objects ordering was wrong when drawing rectangles and polylines (See Scilab bug #11271)
     * Ticks rendering speed up using Java cached values

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed, 20 Jun 2012 12:21:46 (UTC+0200)

scirenderer (0.4.7)

     * Ticks labels were truncated (See Scilab bug #11238)
     * Thickness property was not managed for Axes objects
     * Threads were not killed in canvas animator

 -- Vincent Couvert <vincent.couvert@scilab.org>  Thu, 12 Jun 2012 16:22:27 (UTC+0200)

scirenderer (0.4.6)

     * Fix a problem with the drawlater
     * Add used DecimalFormat in RulerDrawingResult

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Fri, 08 Jun 2012 08:55:57 +0200

scirenderer (0.4.5)

     * Bad position for rotated labels fixed
     * Fix a crash when playing with export with legends 

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Tue, 22 May 2012 15:04:47 +0200

scirenderer (0.4.4)

     * Plug anti-aliasing capabilities.

 -- Vincent Couvert <vincent.couvert@scilab.org>  Wed 16 May 2012, 11:40:27 (UTC+0200)

scirenderer (0.4.3)

     * Fix a problem in canvas.waitEndOfDrawing() (Needed for Scilab drawlater/drawnow)

 -- Vincent Couvert <vincent.couvert@scilab.org>  Fri 11 May 2012 15:55:43 (UTC+0200)

scirenderer (0.4.2)

     * Canvas redrawing was synchronous and lead to performances issues: now redrawing in asynchronous.
     * Add a waitImage() method for canvas to synchronously wait an image to be drawn.

 -- Vincent Couvert <vincent.couvert@scilab.org>  Thu 10 May 2012 15:01:22 (UTC+0200)

scirenderer (0.4.1)

     * Disable DEBUG mode & add a setter to enable debug mode

     [ Sylvestre Ledru ]
     * Show warnings at build time
     * Various improvements on the jar
     * Add a manifest to avoid load of jogl.jar

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Thu, 19 Apr 2012 14:16:08 +0200

scirenderer (0.4.0)

     * Moved to jogl2
     * Improve the detection of the VBO. See Scilab bug #10996

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Sun, 15 Apr 2012 17:22:49 +0200

scirenderer (0.3.5)

     * Graphic export added

 -- Calixte Denizet <calixte.denizet@scilab-enterprises.com>  Tue, 10 Apr 2012 17:22:49 +0200

scirenderer (0.3.4)

     * More examples/demos
     * Comments of the code
     * Coding style
     * More documentations in the source code

     [ Sylvestre Ledru ]
     * ant clean really cleans everything

 -- Pierre Lando <pierre.lando@scilab.org>  Fri, 02 Mar 2012 16:43:42 +0100

scirenderer (0.3.3)

     * Allow texture rendering

     [ Sylvestre Ledru ]
     * "ant javadoc" target added
     * "ant all" target added
     * AUTHORS  CHANGES  COPYING  COPYING-FR  README files added

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100

scirenderer (0.3.2)

     * Ticks distance fixed to have more readable ticks
     * Fix update on OpenGL clipping plane.

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100

scirenderer (0.3.0)

     * Logarithmic Ruler added
     * Avoid duplicate FloatBuffer when not needed
     * Add Latex rendering

 -- Bruno JOFRET <bruno.jofret@scilab-enterprises.com>  Sat, 18 Feb 2012 12:33:46 +0100