Граф коммитов

668 Коммитов

Автор SHA1 Сообщение Дата
Donovan Preston 0e909d6639 Refactor into sendNativeEvent function 2014-08-04 17:07:14 -04:00
Marco Castelluccio 8a2b16ec1d Update Makefile 2014-08-04 13:38:28 -07:00
Marco Castelluccio 920168385a Split fs.js into fs.js and async_storage.js 2014-08-04 13:37:10 -07:00
Marco Castelluccio 6fb18e080d Add some FileConnection natives 2014-08-04 13:35:02 -07:00
Andreas Gal 0c59fc5418 Merge branch 'master' of github.com:andreasgal/j2me.js 2014-08-04 13:30:32 -07:00
Andreas Gal 8b45582cfe move around event code 2014-08-04 13:30:28 -07:00
Marco Castelluccio f9ec7b6203 Simple library to support FS operations 2014-08-04 13:17:25 -07:00
Andreas Gal 497b6143e6 Merge pull request #21 from marco-c/add_IBM_license
Add IBM license for the FileConnection API to the LICENSE file
2014-08-04 11:40:53 -07:00
Donovan Preston 9168be4ddb Don't hide the canvas on exit, and support the delete key 2014-08-04 14:38:37 -04:00
Andreas Gal d5a756e170 no need to use getClass in throw_ 2014-08-04 11:32:18 -07:00
Donovan Preston 1dbece6ca6 Merge branch 'master' of https://github.com/andreasgal/j2me.js 2014-08-04 14:19:00 -04:00
Donovan Preston 9c4d4e1f9b Implement mouse events.
It’s enough to let me click on the Exit button in Hello World and have
the app exit properly.
2014-08-04 14:18:53 -04:00
Andreas Gal 08567054bc make sure we don't reorder native events 2014-08-04 10:53:42 -07:00
Donovan Preston 30c8ebc8f0 Make key events work. Can type into the Hello World app just fine. 2014-08-04 13:28:45 -04:00
Marco Castelluccio 87adea61aa Add IBM license for the FileConnection API to the LICENSE file 2014-08-04 08:34:20 -07:00
Andreas Gal 3b16868060 Merge branch 'master' of github.com:andreasgal/j2me.js 2014-08-03 21:16:29 -07:00
Andreas Gal 55713a7367 Merge pull request #20 from marco-c/add_fileconn_properties
Add the FileConnection API reference implementation from IBM
2014-08-03 21:16:21 -07:00
Marco Castelluccio 5923815f32 Add file.separator property and IBM's reference implementation of the FileConnecion API 2014-08-03 19:58:29 -07:00
Marco Castelluccio 9048aa1042 Merge branch 'master' of https://github.com/marco-c/j2me.js into add_fileconn_properties 2014-08-03 19:29:53 -07:00
Andreas Gal 2a13dfa48e add GPL asteroids game as a test case 2014-08-03 19:21:01 -07:00
Andreas Gal 03d241e297 Merge pull request #19 from fzzzy/master
Fill the screen on a firefox os device.
2014-08-03 17:20:01 -07:00
Donovan Preston 141f8b5850 Fill the screen on a firefox os device. 2014-08-03 10:45:23 -04:00
Andreas Gal 5e95449519 remove stale console.log 2014-08-03 01:37:25 -07:00
Andreas Gal 109269ad38 fix font handling 2014-08-03 01:36:34 -07:00
Andreas Gal 4e88625c63 add code to draw lines 2014-08-03 00:05:40 -07:00
Andreas Gal 0ada50f1d9 implement renderRegion 2014-08-02 22:24:49 -07:00
Andreas Gal 412901d747 fix typo 2014-08-02 20:55:15 -07:00
Andreas Gal c052363c39 Merge pull request #17 from mykmelez/gesture-stubs
com.nokia.mid.ui.gestures stubs
2014-08-02 18:01:42 -07:00
Andreas Gal f865d7c85c fix launching of MIDP apps 2014-08-02 18:00:19 -07:00
Andreas Gal 2d5936857c load manifest from jar 2014-08-02 17:25:00 -07:00
Myk Melez 17a733495e Merge branch 'master' into gesture-stubs 2014-08-02 17:07:04 -07:00
Myk Melez c4c8a2da3d com.nokia.mid.ui.gestures stubs 2014-08-02 17:06:24 -07:00
Andreas Gal e9753b5e1f Launcher.java is no longer needed 2014-08-02 16:15:02 -07:00
Andreas Gal 69be5457a1 cleanup main.js 2014-08-02 16:14:38 -07:00
Andreas Gal 09bf994400 add Main-Class: RunTests to manifest of tests.jar 2014-08-02 16:12:46 -07:00
Andreas Gal 929abeee65 clean up class files in tests/ 2014-08-02 16:01:03 -07:00
Andreas Gal 1f6830a403 pass arguments to main 2014-08-02 15:56:56 -07:00
Andreas Gal 82da136adf run Launcher by default 2014-08-02 15:44:11 -07:00
Andreas Gal 1c9085ce31 fix allocation of multidimensional arrays 2014-08-02 15:36:58 -07:00
Andreas Gal 47a98049bb fix monotonicTimeMillis and move to native.js 2014-08-02 13:19:32 -07:00
Andreas Gal 70db3de9b8 add more natives 2014-08-02 12:51:44 -07:00
Andreas Gal ce477e5e99 factor out color handling 2014-08-02 11:44:37 -07:00
Andreas Gal 40c311630d stop abusing Native constructor to hold functions and state 2014-08-02 11:40:01 -07:00
Andreas Gal 5d1ed2113b no need for Native.Canvas 2014-08-02 11:38:24 -07:00
Andreas Gal 246b045b81 make things work in chrome 2014-08-02 11:27:25 -07:00
Andreas Gal 01b803dc5a loading encoding.js if needed 2014-08-02 11:24:15 -07:00
Andreas Gal 02740a7ca9 make url parsing work in chrome 2014-08-02 11:08:37 -07:00
Andreas Gal 3f397bfc68 Merge branch 'master' of github.com:andreasgal/j2me.js 2014-08-02 10:49:08 -07:00
Andreas Gal 737fafa940 install casperjs and slimerjs on travis 2014-08-02 10:49:00 -07:00
Andreas Gal 09895c96b0 Update README.md
Fix formating
2014-08-02 10:31:22 -07:00