Skip to content
Snippets Groups Projects
  1. Nov 02, 2018
  2. Oct 30, 2018
    • Paul Kaplan's avatar
      Fix custom procedure scroll issue · b9930825
      Paul Kaplan authored
      Fix by disabling overflow scrolling when a modal is open (this prevents the scrolling input issue) and reducing the top margin on custom procedures because it is a taller modal than most
      b9930825
  3. Oct 26, 2018
  4. Oct 24, 2018
    • Ben Wheeler's avatar
      shared and remix buttons, first pass · 726eb401
      Ben Wheeler authored
      726eb401
    • Ben Wheeler's avatar
      remix and save as a copy functionality · 80f4e01d
      Ben Wheeler authored
      made remixing, saving as copy states; made project state naming more consistent
      
      changed meaning of canCreateNew to true creation
      
      fixed project-saver-hoc test
      
      removed Remix option from standalone player menu; renamed canSaveAsCopy to canCreateCopy
      
      added parenthesis missing from rebase
      
      fixed create new test
      80f4e01d
  5. Oct 23, 2018
  6. Oct 17, 2018
  7. Oct 16, 2018
  8. Oct 15, 2018
  9. Oct 14, 2018
  10. Oct 10, 2018
  11. Oct 08, 2018
  12. Sep 26, 2018
  13. Sep 24, 2018
    • Benjamin Wheeler's avatar
      adds support for account navigation, registration, login, delivered from www (#3070) · e803b96a
      Benjamin Wheeler authored
      * added account navigation menu, copied and adapted from www
      
      * fixed css
      
      * support for login menu, registration menu from www
      
      * Dropdown replaced with MenuBarMenu, override www css in menus
      
      * render and style login dropdown via function from www
      
      * moved menu styling from menu itself to menu bar
      
      * refactoring menu components and containers
      
      * refactor and restyle account nav menu
      
      * cleaned up cruft and css per rschamp's review of PR 3070
      e803b96a
  14. Sep 19, 2018
  15. Sep 06, 2018
  16. Sep 05, 2018
  17. Aug 28, 2018
  18. Aug 23, 2018
    • chrisgarrity's avatar
      Fix all the little RTL layout bugs (#2961) · a194de7f
      chrisgarrity authored
      * Fix all the little RTL layout bugs
      
      - [ ] borders on toolbox and workspace mirror correctly
      - [ ] spacing on stage selector is correct
      - [ ] stage size icons are mirrored
      - [ ] extension library coming soon text is positioned correctly
      - [ ] only mirror blocks icon on the tab (others stay right-handed)
      - [ ] drop down icon in create variable modal has correct spacing
      
      * FIx RTL backpack header border-radius
      
      * round the bottom corner of paint/sound editors
      
      This makes the editor’s asset panels match the blocks.
      a194de7f
  19. Aug 15, 2018
  20. Aug 12, 2018
  21. Aug 09, 2018
  22. Aug 02, 2018
  23. Aug 01, 2018
  24. Jul 16, 2018
  25. Jul 02, 2018
    • chrisgarrity's avatar
      Prevent tab and label wrapping · a8cc5ab1
      chrisgarrity authored
      Fixes #2448 (tab wrapping in Japanese). Also ensures that none of the Sprite info area wraps. Does not address the issue where the sprite info area is too big and pushes the stage info off the screen.
      a8cc5ab1
  26. Jun 26, 2018
  27. Jun 14, 2018
    • Paul Kaplan's avatar
      Fix target area max-width problem · e31ddeb1
      Paul Kaplan authored
      I don't love this solution, but I remember not being able to figure out a way to not specify the max width because it is needed in order for the flowing to work. Without the max-width, the sprite tiles try to be in a row, pushing over everything else.
      e31ddeb1
  28. Jun 12, 2018
Loading