the state of my archive, and commit request

Tupshin Harper <[email protected]> Sun, 11 Apr 2004 15:47:02 -0700
Newsgroups gmane.comp.java.xwt.core
Message-ID <[email protected]>
Currently the archive at core.ibex.org is useless for widget 
development. My archive at http://darcs.smallmerchant.com/simplex_core 
mirrors core.ibex.org, but contains all of the patches below, some of 
which are essential to widget rendering. Even with these patches, there 
are some layout problems, most notably with tabpanes, but most things 
are usable with these patches applied.

 I believe that all of these patches except for the last one are 
appropriate for approval and committing. Anyone wanting to work with the 
widgets archive and the simplex core will probably want to use all of 
these patches, including the last "crude hack" until a real fix comes 
along.  My simplex jar at 
http://darcs.smallmerchant.com/ibex_builds/JVM/simplex_ibex.jar contains 
all of these patches.

Adam. Could you please review and hopefuly approve committing each of 
these. For your convenience, I've added a quick comment about the need 
for each one.


Sat Apr 10 23:00:38 PDT 2004  [email protected]
  * freetype.java cleanup (fixes 540)
Without this, the current nestedvm stuff barfs completely when trying to 
render text.

Sun Apr  4 18:51:59 PDT 2004  [email protected]
  * brian's patch for fullpath backtraces
Old patch that is still applicable and helps debugging.

Tue Apr  6 15:18:56 PDT 2004  [email protected]
  * fixes Bug 525 - correct initial frame size
I just added a test case for this. Charlie's fix works, though it does 
make the window take up the entire screen in situations where it shouldn't

Wed Apr  7 19:33:49 PDT 2004  [email protected]
  UNDO: improved Java2 AWT performance
This backs out the patch that makes font's virtually unreadable on every 
platform except OSX.

Sun Apr 11 14:55:18 PDT 2004  [email protected]
  * respun fix for 538 to work with adam's latest patches
Updated fix for 538. Without this, boxes shrink to zero if shrink=true, 
even if they have are filled with an image.

Sun Apr 11 15:15:25 PDT 2004  [email protected]
  * crude hack to workaround bug 500
Not to be approved, but without this, most images aren't displayed

-Tupshin