Myk Melez
|
95cdc7a246
|
Merge pull request #1004 from marco-c/texteditor_listener_improvements
Some improvements for TextEditor listeners
|
2015-02-02 09:16:30 -08:00 |
Marco Castelluccio
|
e070f981c4
|
Check that dirty.myListener is not null before using it
|
2015-02-02 12:55:11 +01:00 |
Marco Castelluccio
|
557e44d7a6
|
Remove custom Canvas class
|
2015-02-01 21:52:16 +01:00 |
Marco Castelluccio
|
f92ef97792
|
Remove myId from TextEditor; make TextEditorListener get the dirty TextEditor without a Hashtable
|
2015-02-01 12:54:39 +01:00 |
Marco Castelluccio
|
9ea323d870
|
Raise priority of the TextEditorThread thread
|
2015-02-01 12:41:52 +01:00 |
Marco Castelluccio
|
17acda9762
|
Remove TextEditorThread::sleep
|
2015-02-01 12:40:48 +01:00 |
Myk Melez
|
49cbf85561
|
Merge pull request #966 from TimAbraldes/keyboard
Misc keyboard and canvas fixes
|
2015-01-29 16:54:18 -08:00 |
Myk Melez
|
27fb22bbb0
|
maximize priority of WaitUserInteractionThread to minimize its delay
|
2015-01-29 09:41:55 -08:00 |
Myk Melez
|
3b5e9f97f9
|
remove debugging info from classes.jar
|
2015-01-29 09:41:55 -08:00 |
Tim Abraldes
|
7242833394
|
Fix canvas size. Send rotation when window grows
|
2015-01-28 20:30:47 -08:00 |
Marco Castelluccio
|
28fbdeb777
|
Remove unused README
|
2015-01-28 17:18:59 +01:00 |
Marco Castelluccio
|
5fcd71ac64
|
Remove some indirection in Gesture handling
|
2015-01-28 17:18:19 +01:00 |
Marco Castelluccio
|
ef667fece2
|
Implement GestureEventImpl in JavaScript
|
2015-01-28 16:59:08 +01:00 |
Marco Castelluccio
|
35bbbe35f3
|
Implement GestureInteractiveZone in JavaScript
|
2015-01-27 17:30:22 +01:00 |
Brendan Dahl
|
346e8429c4
|
Use UnimplementedNative to warn less.
|
2015-01-26 17:37:56 -08:00 |
Myk Melez
|
b56642a22e
|
Merge pull request #917 from marco-c/background_not_running
Allow MIDlets to run in the background
|
2015-01-26 15:08:19 -08:00 |
Tim Abraldes
|
0c7f2c79c4
|
Merge branch 'master' into gfx
|
2015-01-26 12:58:17 -08:00 |
Tim Abraldes
|
ee12695a02
|
Nativefy `Font.getDefaultFont()`, `Graphics` ctor
|
2015-01-26 12:56:25 -08:00 |
Marco Castelluccio
|
09aebe9847
|
Remove logging from BGUtils::launchIEMIDlet
|
2015-01-26 12:13:41 +01:00 |
Marco Castelluccio
|
9c1ff8c193
|
Wait localmsg server to be ready before starting the FG MIDlet
|
2015-01-26 11:50:10 +01:00 |
Marco Castelluccio
|
37cf4d6640
|
Make BGUtils natives private
|
2015-01-24 10:28:15 +01:00 |
Marco Castelluccio
|
8cf56e864d
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into background_not_running
|
2015-01-24 10:24:03 +01:00 |
Myk Melez
|
716bfba757
|
Merge branch 'master' into clarify-licenses-harder
|
2015-01-23 16:39:55 -08:00 |
Marco Castelluccio
|
5bc118cb3b
|
Remove unneeded security token from BGUtils
|
2015-01-24 00:45:23 +01:00 |
Marco Castelluccio
|
34fdbddccb
|
Launch FG MIDlet when the page becomes visible, even if launchIEMIDlet hasn't been called
|
2015-01-24 00:39:54 +01:00 |
Marco Castelluccio
|
1387abf82f
|
Set additional system properties when launching a MIDlet
|
2015-01-24 00:03:40 +01:00 |
Tim Abraldes
|
39731c357f
|
Remove all synchronization from `Graphics` class.
|
2015-01-23 11:19:18 -08:00 |
Marco Castelluccio
|
01625a6552
|
Start the FG MIDlet only when the app becomes visible
|
2015-01-23 12:00:35 +01:00 |
Marco Castelluccio
|
07735b2bdb
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into background_not_running
|
2015-01-23 11:30:36 +01:00 |
Marco Castelluccio
|
25787e6b74
|
Security initialization for BGUtils
|
2015-01-23 11:29:47 +01:00 |
Marco Castelluccio
|
d8b35bb2f4
|
Only execute background MIDlet when running in the background; launch FG MIDlet with BGUtils::launchIEMIDlet
|
2015-01-23 11:29:20 +01:00 |
Myk Melez
|
f880ec2147
|
store just a single copy of the GPL; put it into the java/ dir
|
2015-01-22 13:58:50 -08:00 |
Tim Abraldes
|
c78cacf596
|
Fix setFont0. Make native impl functions private.
|
2015-01-22 13:40:35 -08:00 |
Tim Abraldes
|
e3432a6c2f
|
Merge branch 'master' into gfx
|
2015-01-22 11:06:10 -08:00 |
Yuan Xulei
|
51e7f76c68
|
Use the title of Displayable instead of the MIDLet name as header title.
|
2015-01-22 21:03:23 +08:00 |
Tim Abraldes
|
120a79873b
|
Properly handle `synchronized` methods. Rebase.
|
2015-01-21 16:38:23 -08:00 |
Tim Abraldes
|
80faab80b2
|
WIP
|
2015-01-21 10:41:17 -08:00 |
Tim Abraldes
|
dd9cac3c4f
|
Merge branch 'master' into gfx
Conflicts:
midp/gfx.js
|
2015-01-20 15:37:23 -08:00 |
Myk Melez
|
34a7584488
|
move cldc/midp license to their own files; add header to LocalizedStringsBase
|
2015-01-20 15:01:05 -08:00 |
Myk Melez
|
62400b8f4f
|
move JSR 075 RI and TCK licenses to their own files
|
2015-01-20 14:47:41 -08:00 |
Myk Melez
|
680d990029
|
remove custom class with no changes
|
2015-01-19 15:08:48 -08:00 |
Tim Abraldes
|
b77e91eec4
|
WIP. Some things actually appear to draw
|
2015-01-16 17:17:08 -08:00 |
Myk Melez
|
fb8ea2aa6d
|
Merge branch 'master' of https://github.com/mbebenita/j2me.js
|
2015-01-16 14:50:51 -08:00 |
Michael Bebenita
|
336ead1407
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js
Conflicts:
Makefile
libs/console.js
main.html
references.ts
runtime.ts
style/main.css
|
2015-01-15 14:53:59 -08:00 |
Marco Castelluccio
|
123ed5177f
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into native_elements
Conflicts:
midp/fs.js
midp/gfx.js
midp/midp.js
tests/automation.js
|
2015-01-15 22:08:45 +01:00 |
Michael Bebenita
|
e61cf6927e
|
Only link right before initializing a class.
|
2015-01-14 17:13:14 -08:00 |
Brendan Dahl
|
d322bc4a96
|
Revert comment changes in custom files and document changes.
|
2015-01-13 17:26:12 -08:00 |
Myk Melez
|
bf1cb65530
|
Merge branch 'master' into brendandahl-jit-merge
Conflicts:
native.js
override.js
|
2015-01-09 09:37:38 -08:00 |
Marco Castelluccio
|
4e47cc94bf
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into native_elements
Conflicts:
tests/automation.js
|
2015-01-09 11:52:16 +01:00 |
Yuan Xulei
|
9540097156
|
Fix isLowerCase and isLowerCase bug.
|
2015-01-08 19:03:07 +08:00 |