You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Granger
e59f95376d
Major refactoring of saving, notification.
...
* Refactored the save widget so that the notebook doesn't depend
on it. Now the notebook emits events and the save widget
observes those events.
* Created a new event system for all IPython events (events.js).
We should start to use this to allow our classes to be loosely
coupled.
* Created a new notification widget that should be used for all
notifications. Uses new event system.
* Removed the kernel status widget.
* All kernel status message use new event/notification system.
* The print notebook view works again.
14 years ago
..
cell.js
Fixing auto-indent issues in CodeMirror config.
14 years ago
codecell.js
Merge pull request #1347 from Carreau/fixes-1243
14 years ago
events.js
Major refactoring of saving, notification.
14 years ago
kernel.js
Major refactoring of saving, notification.
14 years ago
loginmain.js
style Sign In button with jQuery
15 years ago
loginwidget.js
Display login button in read-only mode.
14 years ago
menubar.js
Major refactoring of saving, notification.
14 years ago
namespace.js
Clean up javascript based on js2-mode feedback.
14 years ago
notebook.js
Major refactoring of saving, notification.
14 years ago
notebooklist.js
Solid first go at jquery-ui based menus.
14 years ago
notebookmain.js
Major refactoring of saving, notification.
14 years ago
notificationwidget.js
Major refactoring of saving, notification.
14 years ago
pager.js
Start the pager out collapsed.
14 years ago
projectdashboardmain.js
Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
quickhelp.js
Fixing minor bugs in nbformat and saving.
14 years ago
savewidget.js
Major refactoring of saving, notification.
14 years ago
textcell.js
Removing extra refresh in PlaintextCell.
14 years ago
toolbar.js
Major refactoring of saving, notification.
14 years ago
utils.js
Clean up javascript based on js2-mode feedback.
14 years ago