1. 01 Jul, 2015 1 commit
    • Sumit Sahrawat's avatar
      Ultimate type-fu ~ A lot of vinyl · 4e6f20e2
      Sumit Sahrawat authored
      - Widgets work, although it requires some tweaking to their properties.
      - Dropping dropdown for now. Will deal with selection widgets later.
      - Default properties need to be improved.
      4e6f20e2
  2. 30 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      More type-fu · d798bc69
      Sumit Sahrawat authored
      - Remove IHaskell.Display.Widgets.Common
      - Partially refactor Button implementation
      - Stuck with ToJSON instance for Widget
      d798bc69
  3. 28 Jun, 2015 1 commit
  4. 27 Jun, 2015 1 commit
  5. 26 Jun, 2015 4 commits
  6. 25 Jun, 2015 4 commits
  7. 24 Jun, 2015 3 commits
  8. 23 Jun, 2015 2 commits
  9. 21 Jun, 2015 1 commit
  10. 20 Jun, 2015 3 commits
  11. 19 Jun, 2015 2 commits
  12. 18 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      Adding 3/4 string widget · 4b5ccc89
      Sumit Sahrawat authored
      - HTMLWidget and LatexWidget work fine.
      - TextWidget still doesn't work.
      - TextareaWidget not implemented yet.
      
      * All widgets raise a lot of errors in the webconsole.
      4b5ccc89
  13. 14 Jun, 2015 1 commit
  14. 12 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      More minor fixes · 16a4fcad
      Sumit Sahrawat authored
      - Make hlint happy.
      - Reformat using hindent.
      - Add explanatory comments in some places.
      - Use Control.Monad.foldM for IHaskell.Eval.Widgets.widgetHandler
      16a4fcad
  15. 11 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      Minor changes · 6a1e9120
      Sumit Sahrawat authored
      - Return of the newlines: Add all newlines once again
      - Provide better comments
      - Remove `sender`
      - Consistently use set and get prefixed functions
      6a1e9120
  16. 10 Jun, 2015 4 commits
  17. 09 Jun, 2015 3 commits
  18. 05 Jun, 2015 5 commits
  19. 04 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      Let there be buttons · 83919dc6
      Sumit Sahrawat authored
      Buttons were seen in the notebook. It seems that an empty label was the
      culprit, even though IPython somehow manages to accept empty strings.
      83919dc6