Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. Feb 26, 2018
  3. Feb 23, 2018
  4. Feb 22, 2018
  5. Feb 16, 2018
  6. Feb 13, 2018
  7. Feb 09, 2018
    • Paul Kaplan's avatar
      Fix numerous draggable images in the GUI. · c243e8eb
      Paul Kaplan authored
      Images are draggable by default, but when used within buttons or as
      clickable elements, they should not be draggable because starting a drag
      accidentally prevents the click event.
      c243e8eb
  8. Feb 07, 2018
  9. Feb 01, 2018
  10. Jan 31, 2018
  11. Jan 30, 2018
  12. Jan 29, 2018
  13. Jan 26, 2018
  14. Jan 24, 2018
  15. Jan 17, 2018
  16. Jan 16, 2018
  17. Jan 12, 2018
  18. Jan 11, 2018
    • Paul Kaplan's avatar
      Fix NaN in test and update snapshot · e0f3441b
      Paul Kaplan authored
      e0f3441b
    • Paul Kaplan's avatar
      Use style sizing to fix issues with Edge + flex + canvas. · 3c4c5a6d
      Paul Kaplan authored
      Additionally render the canvas at a multiplier of the device pixel
      ratio, so we get hidpi images for supported screens. The fixed CSS
      sizing allows us to do that.
      
      The problem was that on Edge, flexbox apparently can grow canvas
      elements, whereas on Chrome/FF the canvas width/height is respected. No
      problem, we can set the width/height in CSS to fix it, which
      conveniently allows us to also fix the low-res-on-retina-screens problem
      at the same time.
      3c4c5a6d
  19. Jan 08, 2018
  20. Jan 07, 2018
Loading