Myk Melez
|
aaa94a950e
|
explain why we attach/detach native impl. in setParent
|
2014-10-28 17:26:49 -07:00 |
Myk Melez
|
1d1155fac2
|
preserve focus/visibility state
|
2014-10-28 14:14:27 -07:00 |
Pin Zhang
|
375c58566b
|
Add LCDUIUtils.java, LocalDevice.java and more
|
2014-10-13 23:11:26 +08:00 |
Marco Castelluccio
|
e148d53811
|
Implement UTF_8_Writer::sizeOf in JS
|
2014-09-26 13:29:15 -07:00 |
Marco Castelluccio
|
901448bb2a
|
Implement UTF_8_Writer::write in JS and make it convert the whole array and send it all at once to the output stream. Fixes #314.
|
2014-09-26 13:24:59 -07:00 |
Marco Castelluccio
|
5fb469fd48
|
Remove unused boolean value
|
2014-09-25 17:12:13 -07:00 |
Marco Castelluccio
|
912216499e
|
Override UTF_8_Reader completely, without implementing methods that are never used
|
2014-09-25 16:26:39 -07:00 |
Marco Castelluccio
|
b831401e0e
|
Move the loop that sets the pixels from Java to a JS native. Fixes #315.
|
2014-09-23 11:22:11 -07:00 |
Marco Castelluccio
|
6f97039041
|
DirectUtils has to take transparency into account
|
2014-09-17 16:13:33 -07:00 |
Myk Melez
|
91d888561f
|
explain modification to Connection.lastModified()
|
2014-09-17 00:45:08 -07:00 |
Myk Melez
|
102f648623
|
stop converting from millis to micros then back
|
2014-09-17 00:06:20 -07:00 |
Marco Castelluccio
|
24dd3e4590
|
Implement DataDecoder::listHasMoreItems
|
2014-09-16 15:33:50 -07:00 |
Myk Melez
|
4b7b66d260
|
make warning messages consistent
|
2014-09-16 01:03:04 -07:00 |
Myk Melez
|
6088360acd
|
move CanvasItem methods from TextEditor to CanvasItem
|
2014-09-16 01:02:21 -07:00 |
Myk Melez
|
75fb52b9ea
|
warn about getFont not actually being implemented
|
2014-09-16 00:32:11 -07:00 |
Myk Melez
|
64ea374234
|
partly implement setCaret
|
2014-09-16 00:31:03 -07:00 |
Myk Melez
|
b177dc08e0
|
implement CanvasItem.getPositionX/Y; move .setPosition to CanvasItem
|
2014-09-16 00:06:58 -07:00 |
Myk Melez
|
7f95650f5b
|
make TextEditor.getLineMarginHeight and .getContentHeight more correct
|
2014-09-15 23:48:38 -07:00 |
Myk Melez
|
aade07657a
|
implement get/setBackground/ForegroundColor
|
2014-09-15 21:52:07 -07:00 |
Myk Melez
|
e534f84694
|
comment about possible additional work to do
|
2014-09-15 17:16:39 -07:00 |
Myk Melez
|
4cc34420d9
|
multiline should be false by default
|
2014-09-15 17:12:02 -07:00 |
Myk Melez
|
25c008fa82
|
implement TextEditor constructor's text attribute
|
2014-09-15 15:09:52 -07:00 |
Myk Melez
|
e7cf243c46
|
remove unused label parameter
|
2014-09-15 14:55:42 -07:00 |
Myk Melez
|
bb8f4d5890
|
warn and test that constraints aren't implemented
|
2014-09-15 14:49:07 -07:00 |
Myk Melez
|
ba03e4c93e
|
implement maxSize/getMaxSize/setMaxSize
|
2014-09-15 14:34:25 -07:00 |
Myk Melez
|
af8bde28c2
|
set the native text editor widget size
|
2014-09-15 14:10:36 -07:00 |
Myk Melez
|
fc36ee4757
|
move getWidth/getHeight to CanvasItem
|
2014-09-15 11:19:58 -07:00 |
Myk Melez
|
4076961fe6
|
move isVisible from TextEditor to CanvasItem; test setVisible/isVisible
|
2014-09-15 10:29:10 -07:00 |
Myk Melez
|
a45586e666
|
move getParent to CanvasItem superclass
|
2014-09-15 10:07:05 -07:00 |
Myk Melez
|
1fe37680ef
|
comment value of DISABLE_SMILEY_MODE
|
2014-09-15 10:04:41 -07:00 |
Marco
|
6916cbcc81
|
Merge pull request #263 from mykmelez/texteditor-plus
implement getCaretPosition
|
2014-09-15 09:52:33 -07:00 |
Myk Melez
|
2ed224f767
|
implement getCaretPosition
|
2014-09-15 09:48:25 -07:00 |
Marco Castelluccio
|
67a7dbf397
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into directgraphicsimp_getPixels_drawPixels
|
2014-09-15 09:27:56 -07:00 |
Myk Melez
|
af40299f26
|
call TextEditor natives directly
|
2014-09-15 08:38:02 -07:00 |
Myk Melez
|
7bc6a95a71
|
implement setParent entirely in Java
|
2014-09-15 08:25:21 -07:00 |
Marco Castelluccio
|
632506e209
|
Add a comment in DirectUtils to explain an alternative method to implement createImage
|
2014-09-15 08:19:23 -07:00 |
Myk Melez
|
b4b1b5e6f8
|
implement TextEditor.delete
|
2014-09-15 00:24:34 -07:00 |
Marco Castelluccio
|
675a1d0646
|
Implement DirectUtils::createImage(byte[],int,int)
|
2014-09-12 15:48:45 -07:00 |
Marco Castelluccio
|
4da71d84eb
|
Implement getBoolean native
|
2014-09-11 16:31:33 -07:00 |
Marco Castelluccio
|
db2b72f159
|
Warn for unimplemented TextEditor::setFont instead of raising a RuntimeException
|
2014-09-11 09:14:30 -07:00 |
Myk Melez
|
eece005767
|
initialize maxSize
|
2014-09-10 15:57:24 -07:00 |
Marco Castelluccio
|
ec6595f330
|
Really set the maxSize property
|
2014-09-10 15:43:58 -07:00 |
Myk Melez
|
dc6a8b581e
|
implement TextEditor::setFocus
|
2014-09-10 14:38:21 -07:00 |
Marco
|
466a917257
|
Merge pull request #220 from mykmelez/frame-animator
partial impl of FrameAnimator
|
2014-09-10 10:58:02 -07:00 |
Donovan Preston
|
0324338c71
|
Fix name collision
|
2014-09-10 13:04:02 -04:00 |
Donovan Preston
|
8820ca1089
|
Implement setVisible and js stub for setPosition
|
2014-09-10 11:42:56 -04:00 |
Myk Melez
|
9e95593950
|
remind code to return false
|
2014-09-09 18:12:36 -07:00 |
Marco Castelluccio
|
4b9fb07bef
|
Make init private
|
2014-09-09 17:07:39 -07:00 |
Marco Castelluccio
|
89bc97253e
|
Implement DataDecoder and DataEncoder using native methods
|
2014-09-09 15:18:11 -07:00 |
Myk Melez
|
ca0a20f542
|
Merge pull request #216 from marco-c/remove_checkSecurity_logging
Remove checkSecurity logging
|
2014-09-09 14:32:25 -07:00 |