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

1775 Коммитов

Автор SHA1 Сообщение Дата
Marco Castelluccio 268ebc7382 Remove the test.log file for each run, use cat's "-v" option 2014-09-16 12:58:19 -07:00
Marco Castelluccio 31f361c32d Print the test.log file in the after_script step 2014-09-16 12:41:40 -07:00
Marco Castelluccio b5d9b97545 Use cat instead of strings and show colors 2014-09-16 12:06:11 -07:00
Marco Castelluccio 04c92852e0 Don't fail the build if strings fails to print the log 2014-09-16 11:56:44 -07:00
Marco Castelluccio 0ab6b9dc50 Use no-colors option in casperjs 2014-09-16 11:51:22 -07:00
Marco Castelluccio d411ca1f69 Don't use tee but redirect the log to a file and print it afterwards 2014-09-16 11:48:29 -07:00
Myk Melez 2eadee4b6b Merge pull request #264 from marco-c/gfx_tests
Support gfx reftests
2014-09-16 11:00:14 -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 e6b3dede5a Merge pull request #265 from mykmelez/text-editor
implement more TextEditor methods
2014-09-16 10:46:45 -07:00
Marco Castelluccio beb728741f Reduce the number of maximum different pixels 2014-09-16 10:07:39 -07:00
Marco Castelluccio 64a573ab8a Set a global onWaitTimeout function that prints the contents of the page when the timeout occurs 2014-09-16 09:54:43 -07:00
Marco Castelluccio 28c7617e09 Allow some pixels to be different 2014-09-16 09:54:23 -07:00
Marco Castelluccio ba75a07e76 Precisely specify the font to use as system font 2014-09-16 09:17:42 -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 204c45eac6 set display size; position display on small screen 2014-09-16 00:54:13 -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 2ea20bb03c move display back to right side of screen 2014-09-15 23:57:30 -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
Marco Castelluccio de683698a0 Other debugging stuff 2014-09-15 20:33:35 -07:00
Marco Castelluccio 8bc5a81577 Show page contents on timeout 2014-09-15 18:23:34 -07:00
Marco Castelluccio be75ba4aff Generalize gfx test 2014-09-15 18:12:09 -07:00
Marco Castelluccio 8a9c5dec14 Add reference PNG file 2014-09-15 17:55:36 -07:00
Marco Castelluccio 2cb01b5cc1 Add basic gfx reftest 2014-09-15 17:55:18 -07:00
Myk Melez 8133a7b775 test multiline status 2014-09-15 17:19:40 -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 08c632c13f implement TextEditor.setPosition; move canvas to top-left corner 2014-09-15 16:19:03 -07:00
Myk Melez 9194bd0b82 test setParent and getParent 2014-09-15 15:58:02 -07:00
Myk Melez 53a30736b3 update number of passing tests 2014-09-15 15:57:24 -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 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 95bd1a6916 Merge pull request #262 from marco-c/directgraphicsimp_getPixels_drawPixels
Implement some DirectGraphicsImp natives
2014-09-15 09:52:27 -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 ef2f3af2c9 Merge pull request #261 from mykmelez/texteditor-misc
misc TextEditor changes
2014-09-15 09:25:53 -07:00