Jonathan Frederic
b9f6e562f7
Changed underscores in CSS names to dashes
12 years ago
Jonathan Frederic
aeebaaf09d
Updated require js references, now absolute paths are used
12 years ago
Jonathan Frederic
b5079276d0
Added msg_id - cell mapping.
12 years ago
Jonathan Frederic
c7ded710dc
Added support for multiple model views in one widget area.
12 years ago
Jonathan Frederic
0af18e8c13
Changed parent/child api widgets
12 years ago
Jonathan Frederic
f241242b7f
Fixes that allow last commit to work.
12 years ago
Jonathan Frederic
837ef44256
LOTS OF WIDGET CHANGES
...
Moved model-like code out of manager.
Added parent/child API.
Throttling now occurs on a model by model level.
View/cell association is fixed for the most part, but there is still
one assumption being made in handle_com_msg.
12 years ago
Jonathan Frederic
3c36e715c9
Added message throttling
12 years ago
Jonathan Frederic
0d25759d53
Add state packet delta compression.
12 years ago
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
12 years ago
Jonathan Frederic
40a923c5b6
Lots of updates to widget(s) js
...
Use require.js (again)
Allow IntTextView and FloatTextView to be used without min/max
12 years ago
Jonathan Frederic
990303f3eb
Removed require.js scheme since it forces async event driven model,
...
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager. Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
12 years ago
Jonathan Frederic
c9d604d54e
Use require.js where possible.
12 years ago
Jonathan Frederic
fffaba9a7b
Moved widget js into static
12 years ago
Jonathan Frederic
f32f450d0f
Moved widget.js into widget code directory
12 years ago
Jonathan Frederic
3e36dd0c92
Added apply method to base model.
...
Allows model to propogate changes to all views except
for the one specified.
12 years ago
Brian E. Granger
50213707ea
Fixing infinite recursion.
12 years ago
Jonathan Frederic
a576a0c8a1
Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic
0230fa8c09
Added widjet.js
...
Other commit actually added notebook.js changes
12 years ago