1. 06 Jul, 2015 1 commit
  2. 04 Jul, 2015 2 commits
  3. 27 Jun, 2015 1 commit
  4. 26 Jun, 2015 4 commits
  5. 25 Jun, 2015 4 commits
  6. 24 Jun, 2015 3 commits
  7. 23 Jun, 2015 2 commits
  8. 21 Jun, 2015 1 commit
  9. 20 Jun, 2015 3 commits
  10. 19 Jun, 2015 2 commits
  11. 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
  12. 14 Jun, 2015 1 commit
  13. 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
  14. 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
  15. 10 Jun, 2015 4 commits
  16. 09 Jun, 2015 3 commits
  17. 05 Jun, 2015 5 commits
  18. 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