2003/02/22 03:55:21
[org.ibex.core.git] / CHANGES
1   
2 == 2002 =================================================================
3
4 10-Apr megacz Box.java, Surface.java: fixed rendering glitch caused by
5               lastDirtiedTimeStamp hack.
6
7 10-Apr megacz org/xwt/html/p.xwt: Improved flow performance.
8
9 10-Apr megacz org/xwt/Box.java: fixed a bug that prevented regions from being
10               dirtied properly when boxes are removed from the tree and then
11               re-added.
12
13 10-Apr megacz org/xwt/Box.java, org/xwt/SpecialBoxProperties.java:
14               hshrink/vshrink are no longer implemented by
15               manipulating dmax; the prerender pass understands them
16               natively.
17
18 11-Apr megacz org/xwt/server/HTTP.java: fixed some CDATA misbehaviors.
19
20 11-Apr megacz org/xwt/html/p.xwt, org/xwt/html/test.xwt: improved HTML
21               rendering; we can now render pretty much any <p> tag
22
23 13-Apr megacz README: updated to note that build process requires
24               libgcj.jar even for jvm builds.
25
26 21-Apr megacz src/org/xwt/plat/GCJ.xml: removed -fno-rtti
27
28 21-Apr megacz src/org/xwt/Surface.java: workaround for GCJ PR java/6393
29
30 22-Apr megacz src/org/xwt/plat/Java2.java: fixed bug that caused
31               RasterFormatException on jdk1.4
32
33 22-Apr megacz README: included instructions on how to build without gcc.
34
35 26-Apr megacz src/org/xwt/Main.java: included text description on splash screen
36
37 26-Apr megacz src/org/xwt/plat/Win32.xml, src/org/xwt/plat/Java2.xml:
38               adjusted dist / signature process.
39
40 26-Apr megacz README: included printStackTrace() patch
41
42 26-Apr megacz src/org/xwt/XWT.java: fixed bug 53
43
44 26-Apr megacz src/org/xwt/TinySSL.java: fixed PKCS1 bug
45
46 26-Apr megacz build.xml: staging/production push process
47
48 26-Apr megacz src/org/xwt/tasks/BashTask.java: now checks exit codes
49
50 26-Apr megacz src/org/xwt/tasks/BashTask.java: added ssh support
51
52 27-Apr megacz README: added file locking patch
53
54 27-Apr megacz [lots of files]: introduced notion of buildid's, to make
55               XWT upgrades work more smoothly, and to prevent problems
56               with browser/plugin caches.
57
58 27-Apr megacz JSObject.java: added extra debugging info
59
60 27-Apr megacz XWT.java, Platform.java, Main.java, Java2.java,
61               Win32.java, Win32.cc, faq.html: added support for
62               xwt.newBrowserWindow()
63
64 27-Apr megacz Surface.java, Box.java: nuked dirtiedTimeStamp
65               altogether; it caused more problems than it solved.
66
67 27-Apr megacz reference.html: Changed capitalization of
68               faultstring/faultcode for xwt.soap() to match SOAP spec.
69
70 27-Apr megacz XWT.java, Box.java: fixed ConversionError bug
71
72 27-Apr megacz Platform.java: added a 3-pixel minimum for a font's
73               descent -- ensures that we have space for underlining.
74
75 28-Apr megacz Template.java: fixed a bug where <redirect/> would
76               misbehave if used on a scriptless <template/>
77
78 28-Apr megacz SOAP.java, XMLRPC.java: Base64 elements are now decoded
79               and returned as String's.
80
81 28-Apr megacz Platform.java: fixed bug that caused italicized text to
82               automatically become bold.
83
84 29-Apr megacz Box.java: moved underline up by one pixel (goes with
85               last change).
86               
87 29-Apr megacz Main.java: new splashscreen, upped the gamma, broke off
88               SplashScreen.create() into its own Message
89               
90 29-Apr megacz Surface.java: took blitDirtyScreenRegions() out of
91               Dirty(); replaced with Refresh(). This was causing a
92               thread hazard on Win32, resulting in Bug 21 (closed)
93               
94 29-Apr megacz Win32.cc: removed redundant Refresh(), removed debugging
95               statement.
96
97 29-Apr megacz JSObject.java: added debugging output for an error I've
98               been seeing.
99               
100 29-Apr megacz src/org/xwt/themes/monopoly: overhauled the menu and
101               tree widgets.
102               
103 29-Apr megacz Main.java: fixed splashscreen refresh bug.
104               
105 30-Apr megacz window_manager_interaction.xwt: added UnMinimize/UnMaximize
106
107 30-Apr megacz Chess.java, XServer.java: removed unused imports
108
109 30-Apr megacz AWT.java: only create reserve Component if an
110               AWTDoubleBuffer gets created, prep for Java14, broke out
111               InnerFrame/InnerWindow and added exception handler to
112               cope with new Java1.4 HeadlessException.
113
114 30-Apr megacz Java12.java, Java12.xml, Java14.java: added Java14 support
115
116 30-Apr megacz Box.java: made dirty() public for Java14
117
118 30-Apr megacz Platform.java: updated to detect Java14
119
120 03-Apr megacz Main.java: fixed a bug that could cause >100% instantiation
121
122 03-Apr megacz HTTP.java, Main.java, Platform.java, SOAP.java,
123               XMLRPC.java, Java12.java, Win32.cc, Win32.java: new HTTP
124               architecture, first implementation of proxy support.
125
126 05-Apr megacz HTTP.java, Main.java, Platform.java, SOAP.java,
127               TinySSL.java, XMLRPC.java, Java12.java, Win32.java:
128               improved proxy support.
129
130 06-Apr megacz Box.java: fixed a bug relating to shrink
131
132 07-Apr megacz Box.java: thisbox[n] = null wasn't doing anything
133
134 15-May megacz Template.java, Static.java: fixed bug where xwt.static
135               wouldn't work for packages whose name included the token
136               "xwt".
137
138 15-May megacz XWT.java: added xwt.screen{Width,Height}
139
140 15-May megacz JSObject.java: added extra logic to discriminate between
141               public and private puts.
142
143 15-May megacz Box.java: added setLimits() call, refined cmin-updating
144               logic, added extra logging in the event of a
145               PosChange/SizeChange infinite loop.
146
147 15-May megacz HTTP.java: fixed Host: bug
148
149 15-May megacz Platform.java: added GCJ-Linux platform detection logic,
150               setLimits() logic.
151
152 15-May megacz Resources.java: fixed a bug in download-size calculation.
153
154 15-May megacz SpecialBoxProperty.java: added required extra dirty()
155               call, extra checking on textcolor.
156
157 15-May megacz Surface.java: key presses/releases only go to visible
158               children, setLimits()
159
160 15-May megacz XMLRPC.java: call() is now synchronized
161
162 15-May megacz Win32.xml, GCJ.xml, GCJHTask.java: ${gcc-prefix} now ends
163               with a dash.
164
165 15-May megacz Win32.java: handled the oddball all-protocol proxy case
166
167 18-May megacz Static.java: removed redundant debug message
168
169 18-May megacz JSObject.java: fixed a public/private bug
170
171 28-May megacz HTTP.java: ugly hack to cope with Microsoft CARP PAC scripts
172
173 28-May megacz Main.java: spelling fix
174
175 01-Jun megacz Platform.java: extra checks on URL well-formedness
176
177 01-Jun megacz AWT.java: file dialog suggestion bugfix
178
179 01-Jun megacz Main.java: custom splash screen support
180
181 01-Jun megacz POSIX.cc, POSIX.java: finally completed POSIX support
182
183 01-Jun megacz Win32.cc: attempted fix for international keyboards
184
185 05-Jun megacz Box.java: bugfix to ensure that negative regions are never filled
186
187 05-Jun megacz Main.java: now require filename to end with .xwar
188
189 05-Jun megacz XWT.java: xwt.fileSeparator, xwt.homeDir, xwt.tempDir,
190               xwt.recursivePrintObject
191
192 05-Jun megacz AWT.java: fix for non-US keyboards
193
194 14-Jun megacz HTML.java, XWT.java: introduced xwt.parseHTML()
195
196 16-Jun megacz Resources.java: eliminated some annoying warning messages
197
198 16-Jun megacz Template.java: fixed erroneous attribute checks for numbers and image/border
199
200 16-Jun megacz HTTP.java: diabled xwt-httpProxy, etc
201
202 23-Jun megacz Box.java: JPEG hack, fastpath rendering bugfix,
203               fixedaspect, improved >500 Pos/SizeChange loop breakout
204
205 23-Jun megacz HTTP.java: removed System.out.println()
206
207 23-Jun megacz Main.java: lightened splash screen
208
209 23-Jun megacz Platform.java: no longer invokes System.exit() from
210               applet, setTcpNoDelay() in Platform.getSocket()
211
212 23-Jun megacz SOAP.java, XMLRPC.java: bugfix for CDATA content in random elements
213
214 23-Jun megacz SpecialBoxProperty.java: fixedaspect, warning about non-self-redirect root boxes
215
216 23-Jun megacz Java12.java: removed wierd BufferedImage hackaround;
217               jdk1.4 doesn't need it and it was causing wierd rendering glitches
218
219 23-Jun megacz POSIX.cc: hackaround for wierd XFreeColormap() failure
220
221 23-Jun megacz Win32.java: fix for YET ANOTHER wacky Win32 proxy string format
222
223 24-Jun megacz MessageQueue.java: fix to MessageQueue to improve
224               XML-RPC/SOAP performance
225
226 01-Jul megacz DERObjectIdentifier.java: fix to work around GCC compiler bug
227
228 01-Jul megacz XWF.java: fixed an int[] sharing problem
229
230 01-Jul megacz XMLRPC.java, NativeDate.java: XMLRPC can now send dateTime's
231
232 01-Jul megacz POSIX.java, POSIX.cc: initial window size, DISPLAY
233               string logging, http_proxy environment variable checking, font fixes
234
235 01-Jul megacz Platform.java: initial window size fixes
236
237 01-Jul megacz HTTP.java: we no longer insert the IP into the URL.
238
239 01-Jul megacz TinySSL.java, HTTP.java: fixed SSL-over-Proxy
240
241 01-Jul megacz AWT.java: added dialog for critical aborts
242
243 01-Jul megacz Main.java: added browser detection output
244
245 02-Jul david  bevel.xwt: hpad/vpad must be greater than thickness
246
247 02-Jul david  colorpicker.xwt, slider.xwt, slider_base.xwt: Implemented
248               slider.xwt (limits, value display, quantization) and made
249               major improvements/fixed to colorpicker.
250
251 15-Jul megacz HTTP.java: implemented isInNet(), weekdayRange(), now
252               checks environment vars for proxies
253
254 15-Jul megacz PNG.java: fixed 8bpp bug
255
256 15-Jul megacz Platform.java, Win32.cc, Win32.java, POSIX.java:
257               getEnv(), engine knows its own build-id
258
259 15-Jul megacz POSIX.cc: ignore SIGPIPE in case the browser that
260               launched us closes
261
262 15-Jul megacz SpecialBoxProperty.java: redirect property,
263               color/textcolor error message tweak.
264
265 15-Jul megacz TinySSL.java: speed improvement on certificate checks
266
267 15-Jul megacz XMLRPC.java: workaround for bug in Zope XML-RPC server
268
269 15-Jul megacz AWT.java: print out color depth
270
271 15-Jul megacz BashTask: print everything on stdout
272
273 15-Jul megacz JSObject.java: added JSFunction helper
274
275 15-Jul megacz GCJ.xml, XWT.java, Template.java, Static.java,
276               Resources.java, splash.xwt, lithium.png, Main.java,
277               Box.java: builtin.xwar, loadArchive(), prefetchImage()
278
279 18-Jul megacz XMLRPC.java, MessageQueue.java: attempted to improve
280               responsiveness of UI by yielding on network ops if
281               non-thread events are in the queue.
282
283 18-Jul megacz Platform.java: never create or permit windows smaller
284               than the scar.
285
286 18-Jul megacz Surface.java: improved shift modifier handling,
287               prohibited windows smaller than scar.
288
289 18-Jul megacz XWT.java: added write-only 'proxyAuthorization' field.
290
291 18-Jul megacz AWT.java: boosted font size by 2 points on Java12
292
293 18-Jul megacz GCJ.xml: builtin.xwar support
294
295 18-Jul megacz POSIX.cc: better capslock handling
296
297 18-Jul megacz Win32.cc: fixed MINMAXINFO bug
298
299 18-Jul megacz Win32.java: changed dialog mapping to MS Sans Serif
300
301 18-Jul megacz Platform.java: don't try to getEnv() on Win w/ jdk<1.4
302
303 18-Jul megacz HTTP.java: Basic Proxy-Authorization support
304
305 19-Jul megacz POSIX.java: font fix
306
307 19-Jul megacz TinySSL.java: workaround for a GCJ bug
308
309 20-Jul megacz PNG.java: ignore transparency chunk if encountered
310               before palette chunk
311
312 25-Jul megacz Box.java: fixed bug related to adding/removing boxes
313
314 30-Jul corey  build.xml: patch to make build.xml not depend on <bash/>
315
316 06-Aug megacz Context.java: workaround for GCJ bug which causes
317               MessageFormatter to choke on { and }
318
319 06-Aug megacz MessageQueue.java: fixed MessageQueueWatcher so that it
320               works even when an infinite loop occurs in a _SizeChange
321               or _PosChange trap.
322
323 06-Aug megacz Platform.java: removed WPAD detection, HTTP.Proxy => Proxy.
324
325 06-Aug megacz Static.java, Resources.java: fixed xwt.static bug.
326
327 06-Aug megacz SpecialBoxProperty.java: thisbox.root now returns null
328               if thisbox is a root box.
329
330 06-Aug megacz Surface.java: fixed button 1/3 swapping bug
331
332 06-Aug megacz TinySSL.java: option to ignore untrusted certs, fixed GCJ bug
333
334 06-Aug megacz AWT.java: removed blitDirtyScreenRegions() due to
335               deadlock, compensated for MacOSX button-swapping bug.
336
337 06-Aug megacz Java12.java: disabled focusmanager so we can recieve tab
338               keypresses.
339
340 06-Aug megacz Win32.java: HTTP.ProxyInfo => Proxy
341
342 06-Aug megacz JSObject.java: constructor now takes sealed argument
343
344 06-Aug megacz POSIX.java: font mapper now prefers ISO_8559-1 fonts
345
346 06-Aug megacz Box.java: use new HTTP interface, getIds() only returns children
347
348 06-Aug megacz XWT.java: encodeURI, decodeURI, new HTTP stack, calling
349               newBox in the foreground thread is deprecated.
350
351 06-Aug megacz XMLRPC.java: new HTTP stack, better verbose output
352
353 06-Aug megacz SOAP.java: new HTTP stack
354
355 06-Aug megacz HTTP.java: total rewrite: BasicAuth, DigestAuth, KeepAlive, Pipelining.
356
357 09-Aug megacz SpecialBoxProperty.java: changed behavior of thisbox.root
358
359 09-Aug megacz Win32.java, Win32.cc: hack to avoid strange race condition in Win32 GDI
360
361 10-Aug megacz HTML.java, html.xwt: fixed HTML widget to handle unclosed <li> tags
362
363 10-Aug megacz TinySSL.java: fixed vulnerability to Mike Benham's attack
364
365 16-Aug megacz Box.java: fixed a bug that was causing lockups on Win32...
366
367 16-Aug megacz Surface.java, Main.java: don't scar the splash screen
368
369 16-Aug megacz AWT.java, Java12.java, Java14.java: fixed jdk1.4 bug
370               with keypresses and frameless windows.
371
372 16-Aug megacz XWT.java, SpecialBoxProperty.java: box.apply()
373
374 17-Aug megacz Box.java, SpecialBoxProperty.java, Surface.java: code to
375               prevent engine from quitting when changing the last
376               remaining surface from a frame to a window or vice
377               versa.
378
379 17-Aug megacz Vec.java: fixed infinite loop
380
381 17-Aug megacz Trap.java: switched allTraps from a Vector to a Hashtable
382
383 17-Aug megacz Main.java: initial instantiation now happens in a background thread
384
385 17-Aug megacz Template.java: fixed a bug that was keeping retheme() from working
386
387 20-Aug megacz Box.java: fixed rounding error
388
389 21-Aug megacz PalmOS.java, PalmOS.xml, jump.jar: began work on PalmOS port.
390
391 24-Aug megacz HTTP.java, SOAP.java: fixed bug which caused
392               miscalculation of the Content-Length header.
393
394 24-Aug megacz POSIX.java: fixed cut/paste bug
395
396 02-Sep megacz AWT.java: report corner of window, not corner of decorative frame
397
398 02-Sep megacz Surface.java, Main.java: don't quit due to disposal of
399               last surface unless initialization is complete.
400
401 03-Sep megacz XWF.java: code to handle .xwf's that don't include the
402               underscore character.
403
404 15-Sep megacz Box.java: committed a change that I forgot to commit
405               dealing with box removal.
406
407 15-Sep megacz HTTP.java: fixed end-of-header detection
408
409 15-Sep megacz Platform.java: disable 2d acceleration on Mac OS X 10.2
410
411 15-Sep megacz Template.java: added callback for retheme operation
412
413 15-Sep megacz XWT.java: new retheme() syntax
414
415 23-Sep megacz SpecialBoxProperty.java: invisible now returns true if
416               any of the box's ancestors is invisible.
417
418 23-Sep megacz SpecialBoxProperty.java, Box.java, Surface.java:
419               expanded dimensions to 32 bits, fixed bug in behavior of
420               hshrink/vshrink, don't deliver events to root first.
421
422 23-Sep megacz HTTP.java: never skip(0)
423
424 03-Oct megacz ByteStream.java: fixed null pointer problem
425
426 03-Oct megacz Proxy.java: fixed bug in shMatchExp()
427
428 03-Oct megacz Box.java, SpecialBoxProperty.java: fixed shrink
429               behavior, deliver clicks to box first (not root), id is
430               a readable attribute
431
432 03-Oct megacz XWT.java: made recursivePrintObject public so we can
433               access it.
434
435 11-Oct megacz POSIX.cc: fixed a bug that was causing phantom messages
436               after window deletion
437
438 11-Oct megacz README, Resources.java, GCJ.xml, jazz/*: upgraded to gcj
439               3.3; eliminated jazzlib; introduced compile hack because
440               3.3 miscompiles Trap.java
441
442 15-Oct megacz Resources.java: hackaround for broken libgcj java.util.zip
443
444 15-Oct megacz Arguments.java, Trap.java: arguments.trapname
445
446 30-Oct megacz SpecialBoxProperty.java: fixed mouse event propagation
447
448 05-Feb megacz X11.cc X11.java POSIX.cc POSIX.java Linux.xml: separated
449               POSIX from X11.
450
451 06-Feb megacz X11.java: fixed a typo
452
453 11-Feb megacz org/bouncycastle/*: upgraded bouncycastle
454
455 11-Feb megacz README: updated gcc instructions and patches
456
457 11-Feb megacz Log.java: refactored printing code in prep for inline logging
458
459 11-Feb megacz X11.java: bugfix for stupid typos
460
461 11-Feb megacz Picture.java, DoubleBuffer.java, Win32.java, AWT.java:
462               made Picture and DoubleBuffer abstract classes rather
463               than interfaces
464
465 11-Feb megacz Trap.java: changed System.out.println to Log.log
466
467 11-Feb megacz TinySSL.java: changed System.out.println to Log.log
468
469 11-Feb megacz PNG.java: changed System.out.println to Log.log
470
471 11-Feb megacz splash.xwt: added "press Esc to quit" message
472
473 11-Feb megacz Resources.java: removed libgcj hack; 3.3 fixed the problem
474
475 11-Feb megacz Platform.java: System.out->System.err, POSIX->X11
476
477 11-Feb megacz GCJ.xml: added optimizations, linker path
478
479 11-Feb megacz POSIX.java: removed extra debugging output
480
481 11-Feb megacz POSIX.cc: added required #includes
482
483 11-Feb megacz Linux.xml: removed needless -ldl
484
485 11-Feb megacz Main.java: System.out->System.err
486
487 11-Feb megacz DoubleBuffer.java: added 'abstract' keyword
488
489 11-Feb megacz Picture.java: added 'abstract' keyword
490
491 15-Feb megacz GCJ.xml, Linux.xml, Win32.xml: fixed linkage bug
492
493
494
495