1. 06 Jul, 2015 3 commits
    • Sumit Sahrawat's avatar
      Fix formatting issues · e1dafd07
      Sumit Sahrawat authored
      - Make verify_formatting.py skip Types.hs and Common.hs
      - Fix formatting issues in rest of the files
      e1dafd07
    • Sumit Sahrawat's avatar
      Add selection widgets · 112c046b
      Sumit Sahrawat authored
      - Selection Widgets
        - Dropdown
        - ToggleButtons
        - RadioButtons
        - Select
        - SelectMultiple
      - Small fix to MsgSpec.md
      112c046b
    • Sumit Sahrawat's avatar
      Polish up the refactored code · 50d59210
      Sumit Sahrawat authored
      - Rename IHaskell.Display.Widget.Types.Widget to IPythonWidget
      - Add explanatory comments to the source files
      - Add documentation for messaging protocol in MsgSpec.md
      - Add README.md
      - Remove unnecessary extensions and imports
      50d59210
  2. 05 Jul, 2015 1 commit
  3. 04 Jul, 2015 2 commits
  4. 03 Jul, 2015 2 commits
  5. 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
  6. 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
  7. 28 Jun, 2015 1 commit
  8. 27 Jun, 2015 1 commit
  9. 26 Jun, 2015 4 commits
  10. 25 Jun, 2015 4 commits
  11. 24 Jun, 2015 3 commits
  12. 23 Jun, 2015 2 commits
  13. 21 Jun, 2015 1 commit
  14. 20 Jun, 2015 3 commits
  15. 19 Jun, 2015 2 commits
  16. 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
  17. 14 Jun, 2015 1 commit
  18. 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
  19. 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
  20. 10 Jun, 2015 4 commits
  21. 09 Jun, 2015 1 commit