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

373 Коммитов

Автор SHA1 Сообщение Дата
Marcus Cavanaugh 665431f21c Prompt the user when the app requests SMS messages. 2014-09-19 15:49:57 -07:00
Myk Melez 27a69516e3 Merge pull request #291 from mcav/resize-for-phone
Resize canvas to fill screen on mobile-sized devices.
2014-09-19 14:06:10 -07:00
Marcus Cavanaugh 77fbde25f8 Resize canvas to fill screen on mobile-sized devices. 2014-09-19 11:42:28 -07:00
Marco Castelluccio 135ec38618 Merge branch 'master' of https://github.com/andreasgal/j2me.js into more_gfx_tests 2014-09-18 13:29:34 -07:00
Marco Castelluccio 6eb38bf8f8 getImageData starting from specific x and y 2014-09-18 11:15:56 -07:00
Marco Castelluccio 0b9fa95465 Take x, y, width, height into account in contextToRgbData 2014-09-18 10:31:28 -07:00
Marco Castelluccio 40924ece9e listImpl shouldn't return the path of the files, but just their names 2014-09-17 18:02:03 -07:00
Marco Castelluccio c9c860b27d Remove globalCompositeOperation hack 2014-09-17 16:13:54 -07:00
Marcus Cavanaugh a16e85e77e [gfx] Point nativeImageData at the Context2D rather than the Canvas. 2014-09-17 11:31:40 -07:00
Myk Melez a17d7ed347 make lastModified return 0 if file doesn't exist 2014-09-17 00:17:53 -07:00
Myk Melez fbd264bd2d Merge branch 'master' into lastModifiedImpl 2014-09-16 23:41:12 -07:00
Myk Melez 1d43f1428c Merge pull request #275 from marco-c/fix_listImpl
Fix listImpl
2014-09-16 23:40:47 -07:00
Myk Melez d0d587b400 Merge branch 'master' into lastModifiedImpl
Conflicts:
	tests/automation.js
2014-09-16 22:51:03 -07:00
Marco Castelluccio df01cce073 Small cleanup 2014-09-16 18:31:40 -07:00
Marco Castelluccio 2848cf50d7 Don't return the first "/" character in listImpl 2014-09-16 18:29:16 -07:00
Marco Castelluccio 2e244817f5 Properly support error conditions in the DataDecoder class 2014-09-16 18:02:18 -07:00
Myk Melez 6d6b2784ce implement Connection.lastModifiedImpl 2014-09-16 16:40:34 -07:00
Marco Castelluccio 24dd3e4590 Implement DataDecoder::listHasMoreItems 2014-09-16 15:33:50 -07:00
Marco Castelluccio fbdcfdadb4 Merge branch 'master' of https://github.com/andreasgal/j2me.js into gfx_tests 2014-09-16 10:47:14 -07:00
Marco Castelluccio ba75a07e76 Precisely specify the font to use as system font 2014-09-16 09:17:42 -07:00
Myk Melez 6088360acd move CanvasItem methods from TextEditor to CanvasItem 2014-09-16 01:02:21 -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 2ea20bb03c move display back to right side of screen 2014-09-15 23:57:30 -07:00
Myk Melez aade07657a implement get/setBackground/ForegroundColor 2014-09-15 21:52:07 -07:00
Myk Melez 08c632c13f implement TextEditor.setPosition; move canvas to top-left corner 2014-09-15 16:19:03 -07:00
Myk Melez d939e21f4f truncate content when setting maxSize 2014-09-15 15:23:34 -07:00
Myk Melez 25c008fa82 implement TextEditor constructor's text attribute 2014-09-15 15:09:52 -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 4076961fe6 move isVisible from TextEditor to CanvasItem; test setVisible/isVisible 2014-09-15 10:29:10 -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 c0a077a62a Reverse x and y parameters in drawPixels 2014-09-15 09:29:47 -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
Marco Castelluccio f4505773ca Add message to NullPointerException exceptions in getPixels and drawPixels 2014-09-15 09:27:27 -07:00
Marco Castelluccio fc6e6bf418 Cleanup 2014-09-15 08:56:50 -07:00
Marco Castelluccio 5ea34a7620 Refactor code to convert native image data 2014-09-15 08:48:30 -07:00
Marco Castelluccio 586733662c Implement DirectGraphicsImp::drawPixels 2014-09-15 08:42:10 -07:00
Marco Castelluccio 967f4ed575 Implement DirectGraphicsImp::getPixels 2014-09-15 08:38:50 -07:00
Myk Melez af40299f26 call TextEditor natives directly 2014-09-15 08:38:02 -07:00
Marco Castelluccio ab803dd616 Use createTexture when possible 2014-09-15 08:32:28 -07:00
Marco Castelluccio 554d8762c6 Refactor textureFrom* textureTo* functions 2014-09-15 08:30:18 -07:00
Myk Melez 7bc6a95a71 implement setParent entirely in Java 2014-09-15 08:25:21 -07:00
Myk Melez cd7184734d Merge branch 'master' into texteditor-misc 2014-09-15 08:16:33 -07:00
Myk Melez b4b1b5e6f8 implement TextEditor.delete 2014-09-15 00:24:34 -07:00
Myk Melez dd4b226742 raise exception on error decoding image 2014-09-15 00:08:06 -07:00
Myk Melez c1ec2ae636 warn instead of throwing exception when Graphics.render missing native image data 2014-09-14 23:23:20 -07:00
Myk Melez 2e30350b2b store native image data as JS property 2014-09-14 23:22:23 -07:00