1. 22 Dec, 2015 3 commits
  2. 21 Dec, 2015 3 commits
  3. 11 Dec, 2015 1 commit
  4. 08 Dec, 2015 2 commits
  5. 07 Dec, 2015 2 commits
  6. 01 Dec, 2015 1 commit
  7. 08 Sep, 2015 1 commit
    • carlosperate's avatar
      Update the application packing script (OS X zipping): · 4a407ec1
      carlosperate authored
      The current Mac OS X build is significantly larger than the others due to symlinks being copied as files. So this update copies the contents of the application respecting symlinks and zips it using the Mac OS console command in a subprocess. This is because the zipfile Python module has issues with the symlinks.
      
      Edit the tag to include the OS and reduce the commit hash length.
      Change outdated CEFPython cache removal for Electron appData.
      Add method to remove a file type from a given directory (like pyd from the python server, cannot filter all pyd on copy due to the Python to executable conversion relaying on those).
      Edit the stdout for better readability.
      
      Also update the TODO list.
      4a407ec1
  8. 07 Sep, 2015 1 commit
  9. 06 Sep, 2015 2 commits
  10. 04 Sep, 2015 1 commit
  11. 03 Sep, 2015 3 commits
  12. 01 Sep, 2015 1 commit
  13. 31 Aug, 2015 3 commits
  14. 17 Aug, 2015 1 commit
  15. 08 Aug, 2015 2 commits
  16. 07 Aug, 2015 1 commit
  17. 06 Aug, 2015 1 commit
  18. 03 Aug, 2015 1 commit
    • Markus Bordihn's avatar
      Add basic lint options for npm · d1ff7782
      Markus Bordihn authored
      To use this linter, make sure npm is installed and execute the following
      commands inside the main folder.
      
      1.) Only once to update the package "npm install"
      2.) To run the linter "npm run lint"
      
      This would make it easier to clean up some of the code.
      d1ff7782
  19. 30 Jul, 2015 1 commit
  20. 28 Jul, 2015 4 commits
  21. 27 Jul, 2015 3 commits
  22. 26 Jul, 2015 1 commit
  23. 25 Jul, 2015 1 commit
    • carlosperate's avatar
      Refactoring the static typing implementation, phase 1. · 4fa6aea8
      carlosperate authored
      For now the implementation is very similar, but a lot of the logic moved into the StaticTyping class, which together with the capitalisation of blocklyType object it causes the largest change in the source code, as all blocks are affected.
      4fa6aea8