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 17, 2018
  4. Oct 15, 2018
  5. Oct 08, 2018
  6. Sep 19, 2018
  7. Aug 28, 2018
  8. 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
  9. Aug 12, 2018
  10. Aug 02, 2018
  11. Aug 01, 2018
  12. Jul 16, 2018
  13. 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
  14. 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
  15. Jun 09, 2018
  16. Jun 02, 2018
  17. May 29, 2018
  18. May 01, 2018
    • chrisgarrity's avatar
      Player mode (#1909) · be208ba1
      chrisgarrity authored
      * Player mode
      
      Add isPlayerOnly property on GUI. Move isFullScreen into mode reducer with isPlayerOnly.
      
      Full screen needs to be a separate prop so that GUI knows what to show when exiting full-screen (either player-only or full editor).
      
      - set `gui-body * {box-sizing: border-box;}` instead of expecting it to be set by the enclosing component/playground, and removed uses of content-box (adjusting sizes as needed) 
      - Added `!isPlayerOnly` to the conditions for draggable sprites
      - rewrote player example to use player mode.
      be208ba1
  19. Apr 09, 2018
  20. Apr 04, 2018
  21. Feb 26, 2018
  22. Jan 30, 2018
  23. Dec 20, 2017
    • Matthew Taylor's avatar
      Partially Implement GH-830: Add coming soon tooltips (#1069) · 8dc26d8d
      Matthew Taylor authored
      * Implement GH-830: Add coming soon tooltips
      
      This implements coming soon tooltips for:
      * the small stage size
      * save, load and language
      
      It also creates the component that can be copied over into the paint editor for use there as well.
      
      Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
      8dc26d8d
  24. Dec 11, 2017
  25. Dec 09, 2017
  26. Nov 28, 2017
    • Wiliam Allen's avatar
      Added small separation between tabs and content · 9418b9cc
      Wiliam Allen authored
      I changed the color of the bottom of the tab when selected from white
      to the background color of the block chooser.
      The main reason for the change was that the white bottom on the tabs
      did not blend well with the boundary between gray/blue and white when
      selected.  It has been changed so that there is a line that is lighter
      than the regular border color which signifies that the tab is selected
      and gives it separation from the white content but doesn’t separate the
      content too far from the tab as a darker color would do.
      9418b9cc
  27. Oct 31, 2017
  28. Sep 18, 2017
  29. Aug 31, 2017
  30. Aug 29, 2017
  31. Aug 23, 2017
  32. Aug 17, 2017
  33. Aug 16, 2017
  34. Aug 14, 2017
  35. Aug 10, 2017
Loading