- 15 Jul, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 14 Jul, 2015 2 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
- All widgets complete
✨ - The tutorial will need to be updated.
-
- 13 Jul, 2015 4 commits
-
-
Sumit Sahrawat authored
- Also added on_display handler (still unused though). - Add uuidToString for UUIDs. -
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
- Add ChangeHandler to widgets that might want it. - Refactor out trigger<event> functions.
-
Sumit Sahrawat authored
- Add `properties` to view properties of widgets. - Remove use of `Numeric.Natural`. - Add verification mechanisms to `Attr`.
-
- 12 Jul, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 10 Jul, 2015 2 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 08 Jul, 2015 2 commits
-
-
Andrew Gibiansky authored
Read binary files as ByteString
-
Andrew Gibiansky authored
Refactoring Widgets + Boolean Widgets
-
- 06 Jul, 2015 6 commits
-
-
Sumit Sahrawat authored
-
Christoph Ruegge authored
-
Sumit Sahrawat authored
- Formatting issues: Bad numbering. - Clarify usage of custom messages.
-
Sumit Sahrawat authored
- Make verify_formatting.py skip Types.hs and Common.hs - Fix formatting issues in rest of the files
-
Sumit Sahrawat authored
- Selection Widgets - Dropdown - ToggleButtons - RadioButtons - Select - SelectMultiple - Small fix to MsgSpec.md
-
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
-
- 05 Jul, 2015 1 commit
-
-
Sumit Sahrawat authored
Use default value from ghc-7.10, i.e 100.
-
- 04 Jul, 2015 4 commits
-
-
Andrew Gibiansky authored
Make the example in ipython-kernel compile again
-
Grégoire Détrez authored
Function objectInfo was renamed to inpectInfo
-
Sumit Sahrawat authored
- Couldn't format as hindent errors out. - Remove setField' from export list. - Add version constraints in ihaskell-widget.cabal
-
Sumit Sahrawat authored
-
- 03 Jul, 2015 2 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 01 Jul, 2015 1 commit
-
-
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.
-
- 30 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
- Remove IHaskell.Display.Widgets.Common - Partially refactor Button implementation - Stuck with ToJSON instance for Widget
-
- 28 Jun, 2015 1 commit
-
-
Sumit Sahrawat authored
-
- 27 Jun, 2015 1 commit
-
-
Andrew Gibiansky authored
Dropdown and Output Widgets
-
- 26 Jun, 2015 4 commits
-
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
- Add explicit export list - Rename to DropdownWidget - Add selection handling
-
Sumit Sahrawat authored
- More features may be added
-
Sumit Sahrawat authored
- Add dropdown widget and some functions to manipulate it - Requires the ability to update the internal stored widget without sending a message to the frontend.
-
- 25 Jun, 2015 4 commits
-
-
Sumit Sahrawat authored
- Add support for `clear_output` - Rename `setOutput` to `appendOutput`
-
Sumit Sahrawat authored
- Add Output Widget to ihaskell-widgets - Add support for sending `display_data` messages as custom messages.
-
Andrew Gibiansky authored
Backbone widgets
-
Sumit Sahrawat authored
- Move update and modify to Common - Move str :: String -> String to Common - Rename ImageInt to PosInt - Move PosInt to Common - Correct some comments erroneously referring to Buttons
-
- 24 Jun, 2015 3 commits
-
-
Sumit Sahrawat authored
Add ImageWidget
-
Andrew Gibiansky authored
Use readFile from ByteString to read binary files
-
Andrew Gibiansky authored
-