2002/04/30 21:10:57
[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
106               
107