- 24 Feb, 2015 7 commits
-
-
-
Neil Fraser authored
-
carlosperate authored
-
Neil Fraser authored
-
Neil Fraser authored
Fixed issue with mutated procedure call blocks
-
Neil Fraser authored
Fixed issue with pressed enter key with IME.
-
Neil Fraser authored
-
- 23 Feb, 2015 2 commits
-
-
Neil Fraser authored
-
carlosperate authored
-
- 22 Feb, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 20 Feb, 2015 2 commits
-
-
carlosperate authored
This is to be able to select the right file in all operating systems.
-
carlosperate authored
-
- 19 Feb, 2015 1 commit
-
-
- 17 Feb, 2015 1 commit
-
-
Kouji Takao authored
keyup and keypress don't care IME on or off. so, I added handling keydown event to check pressing enter key with IME (keycode is 229) or without IME (keycode is 13).
-
- 16 Feb, 2015 1 commit
-
-
Ryan Loader authored
-
- 12 Feb, 2015 1 commit
-
-
carlosperate authored
-
- 11 Feb, 2015 3 commits
-
-
-
carlosperate authored
-
carlosperate authored
Restored demo code to original version.
-
- 10 Feb, 2015 5 commits
-
-
carlosperate authored
Also added detection to see if the app is run from the Ardublockly server or an online server. If only then it displays a message indicating unsupported features.
-
Neil Fraser authored
Fixed issue with calculating input focus on different input types
-
Neil Fraser authored
-
Ryan Loader authored
-
carlosperate authored
Updated the script start.py to launch correct webapp. Updated gitignore to include notepad++ temp file.
-
- 09 Feb, 2015 5 commits
-
-
carlosperate authored
This is to have the arduino material as the main arduino webapp and be able to maintain all file histories.
-
carlosperate authored
Material: Removed blockly scroolbar border Classic: Fix bug where Blockly could not be dragged where the hidden modal was located.
-
carlosperate authored
-
carlosperate authored
Now it only prints HTTP status codes that are not 200 (successful request). Minor update to ServerCompilerSettings to not print too many line breaks.
-
carlosperate authored
Added command line options for help and to set the working root directory for the server. Improved the directory location and selection code to work on different environments.
-
- 07 Feb, 2015 8 commits
-
-
-
carlosperate authored
When the Sketch path was changed the server was returning the new address in plain text instead of JSON. Updated to send the correct JSON data.
-
carlosperate authored
Plain app form data is now properly bind to clicks. Arduino material minor clean up of settings html.
-
carlosperate authored
-
carlosperate authored
Load blocks from XML file Save blocks from XML file Send Arduino code to the ArduServerCompiler CSS Modal window to display data back Alert to indicate settings are not yet implemented.
-
carlosperate authored
Fix carlosperate/ardublockly#1 , not it is working in IE. Moved toolbox to XML file. Updated blocks to be used and js source file calls. Fixed double click in touchscreens. Fix blocks tab width issue. CSS and HTML cleanup
-
Neil Fraser authored
-
Neil Fraser authored
-
- 06 Feb, 2015 1 commit
-
-
Neil Fraser authored
-