Andreas Gal
8f23165957
Merge pull request #14 from marco-c/add_BGUtils_class
...
Add Nokia BGUtils class
2014-08-01 20:06:43 -07:00
Marco Castelluccio
89b876dff4
Add Nokia BGUtils class
2014-08-01 19:57:10 -07:00
Andreas Gal
cc7a8e0e87
Merge pull request #12 from fzzzy/master
...
Fix some incorrect _this stack.pop()ping in native.js
2014-08-01 19:52:52 -07:00
Andreas Gal
27ddf9f663
Merge pull request #13 from marco-c/add_microedition_platform_property
...
Add microedition.platform property
2014-08-01 19:52:13 -07:00
Donovan Preston
d2403817ac
Merge branch 'master' of https://github.com/andreasgal/j2me.js
2014-08-01 22:51:23 -04:00
Andreas Gal
297ab1b54b
fix accessing static fields inherited from interfaces
2014-08-01 19:51:01 -07:00
Marco Castelluccio
1cf72206c0
Add microedition.platform property
2014-08-01 19:41:07 -07:00
Donovan Preston
1ceaac4462
Implement clipping
...
The top status bar and bottom button bar still don’t render for some
reason.
2014-08-01 22:28:07 -04:00
Donovan Preston
ee21138b4f
Fix some incorrect _this stack.pop()ping in native.js
2014-08-01 22:18:28 -04:00
Andreas Gal
e1b46a05d4
some formating cleanup
2014-08-01 18:59:55 -07:00
Andreas Gal
9a83a82902
Merge pull request #11 from fzzzy/master
...
Make sure to pop this off the java stack for non static natives in midp.js
2014-08-01 18:56:26 -07:00
Donovan Preston
1e6a845e2b
Merge branch 'master' of https://github.com/andreasgal/j2me.js
2014-08-01 21:26:48 -04:00
Andreas Gal
1387801736
Merge pull request #10 from mykmelez/DisplayStateListener
...
add stub DisplayStateListener class
2014-08-01 18:17:04 -07:00
Andreas Gal
2130b87b53
Merge pull request #7 from fzzzy/master
...
Implement enough natives to get all the way past refresh0 and thus into ...
2014-08-01 18:16:43 -07:00
Andreas Gal
aca11accd1
Merge pull request #8 from marco-c/add_poll_native
...
Add poll0 native
2014-08-01 18:15:32 -07:00
Andreas Gal
f1e1c31389
Merge pull request #9 from mykmelez/url-params
...
add 'jars` and `midletClassName` URL params
2014-08-01 18:13:45 -07:00
Myk Melez
fd03311860
add stub DisplayStateListener class
2014-08-01 16:54:50 -07:00
Myk Melez
ea1bbc758f
add jars and midletClassName URL params
2014-08-01 16:53:44 -07:00
Donovan Preston
223b3de866
Make sure to pop this off the java stack for non static natives in midp.js
2014-08-01 17:31:53 -04:00
Marco Castelluccio
82fef8e403
Add poll0 native
2014-08-01 13:36:00 -07:00
Donovan Preston
f41192d85e
Set the fillStyle in drawString too; fix argument names in refresh0
2014-08-01 16:01:17 -04:00
Donovan Preston
ad2e1cdfd7
Bugfix
2014-08-01 13:30:06 -04:00
Donovan Preston
19f72fd73f
Implement setting pixel colors properly
2014-08-01 13:25:29 -04:00
Donovan Preston
ee13bcbece
Draw taking transX and transY into account
2014-08-01 13:04:04 -04:00
Donovan Preston
494aa7d88e
Use a less sucky way to convert from [C to a js string
2014-08-01 12:52:24 -04:00
Donovan Preston
bb95ea86b1
Remove unneeded outX and outY
2014-08-01 12:40:07 -04:00
Donovan Preston
d454c2353a
Merge branch 'master' of https://github.com/andreasgal/j2me.js
2014-08-01 12:25:17 -04:00
Donovan Preston
6bef81fc68
Use withAdjustedPosition instead of anchorXY; remove quote marks in object literal
2014-08-01 12:25:04 -04:00
Donovan Preston
778fb51c26
Properly pop this pointers off the stack
2014-08-01 12:10:05 -04:00
Andreas Gal
d5deb3379f
don't crash on null strings
2014-08-01 08:53:35 -07:00
Donovan Preston
ad7ee24cdd
Implement fillRect, drawRect and drawChars, and we see Hello World!
2014-08-01 11:45:34 -04:00
Donovan Preston
cb7ed869c5
Implement render(Image) properly and implement anchoring
2014-08-01 11:07:39 -04:00
Donovan Preston
066d928eec
Implement enough natives to get all the way past refresh0 and thus into the event loop
...
Unfortunately, even though it is calling text measurement utilities and
drawString, for some reason it just draws the string “…” over and over
again and the x, y parameters passed to refresh0 have strange values.
2014-08-01 10:05:24 -04:00
Andreas Gal
1526f87dcc
Merge branch 'master' of github.com:andreasgal/j2me.js
2014-08-01 00:30:26 -07:00
Andreas Gal
f7f715e94a
wee, fix a bug in the unzip code and decode pngs
2014-08-01 00:30:19 -07:00
Andreas Gal
c71fda8656
Merge pull request #6 from mykmelez/set-encoding
...
specify source encoding so tests build on platform with different default converter
2014-07-31 23:16:47 -07:00
Andreas Gal
5a78fed2ce
add more natives
2014-07-31 23:15:48 -07:00
Myk Melez
7235b3eca9
specify source encoding so tests build on platform with different default converter
2014-07-31 23:02:11 -07:00
Andreas Gal
272035b45c
fixes to native event handling
2014-07-31 22:59:34 -07:00
Andreas Gal
62feaae265
fix native event sending
2014-07-31 22:34:35 -07:00
Andreas Gal
7c9dac84d5
add missing native
2014-07-31 20:22:24 -07:00
Andreas Gal
a2ebe7724f
add missing image assets
2014-07-31 20:19:04 -07:00
Andreas Gal
9514c4de28
switch over to fzzzy's test case
2014-07-31 20:05:03 -07:00
Andreas Gal
b35328e05c
finish exit path
2014-07-31 20:00:43 -07:00
Andreas Gal
b712c3314d
add missing file
2014-07-31 19:58:52 -07:00
Andreas Gal
53669eb346
fix typo
2014-07-31 19:51:24 -07:00
Andreas Gal
13686803ef
add displayStateChange
2014-07-31 19:50:29 -07:00
Andreas Gal
ff78e3fb9a
add getPixel
2014-07-31 19:46:45 -07:00
Andreas Gal
f540b6df82
add InterfaceTest
2014-07-31 19:42:50 -07:00
Andreas Gal
f992c490a7
fix interface method lookup
2014-07-31 19:42:36 -07:00