X add http url support for loadImage and loadStream

X ceil/floor/round
This commit is contained in:
benfry
2003-01-26 17:08:08 +00:00
parent d1f64a2048
commit 0563184d88
3 changed files with 19 additions and 19 deletions

View File

@@ -710,7 +710,7 @@ public class KjcEngine extends PdeEngine {
//System.err.println("system err is working");
messageMode = RUNNING;
Frame frame = editor.frame;
Frame frame = PdeBase.frame;
Point parentLoc = frame.getLocation();
Insets parentInsets = frame.getInsets();

View File

@@ -26,6 +26,14 @@ o or have a way to syntax color them
o put processing/bagel into sourceforge cvs FOR BETA
o probably after kjc/engine stuff restructured
o bring cbagel up to par
X remove 'encoding' crap from PdeBase
X only existed b/c of reading as bytes and not using jdk11 methods
X cleanup program/inline_program crap.. take out scheme stuff
X better readFile/loadImage inside PdeBase
X temp array should be resizable inside readFile
X might just use ByteArray streams
X use getresource for loading image
X remove Editor's frame instance, replace refs with PdeBase.frame
0048

View File

@@ -1,26 +1,18 @@
0049
_ disappearing text caret on win2k
_ works in 'insert' mode
_ pmouseX and pmouseX should be colored with mouseX and mouseY
_ weirdness with mac swiss-german keyboard on []{}|
_ add url support for loadImage
_ several examples broken (note from creas) in bugs.txt
_ pmouseX problem reported by casey (in bugs.txt)
_ ceil/floor
_ framerate() and framerate(15)
X add url support for loadImage
X ceil/floor/round
_ new set of examples
_ new html for export
_ new colors chosen by casey
verify all these are gone
b _ remove 'encoding' crap from PdeBase
b _ only existed b/c of reading as bytes and not using jdk11 methods
b _ cleanup program/inline_program crap.. take out scheme stuff
b _ better readFile/loadImage inside PdeBase
b _ temp array should be resizable inside readFile
b _ might just use ByteArray streams
b _ use getresource for loading image
b _ remove Editor's frame instance, replace refs with PdeBase.frame
_ disappearing text caret on win2k
_ works in 'insert' mode
_ pmouseX and pmouseX should be colored with mouseX and mouseY
_ pmouseX problem reported by casey (in bugs.txt)
_ weirdness with mac swiss-german keyboard on []{}|
_ framerate() and framerate(15)
_ several examples broken (note from creas) in bugs.txt
////////////////////////////////////////////////////////////////////