183 Commits (fa55ba2b438beeaebbdcb17aacc76f2cec2b3940)

Author SHA1 Message Date
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
Min RK f75497d930 Merge pull request #1815 from ellisonbg/nbsavebug
14 years ago
Brian Granger 4c2e42e9db Make : invalid in filenames in the Notebook JS code.
14 years ago
Brian Granger 4c31453ea7 Making Notebook.set_dirty an event so CodeCell can set it.
14 years ago
Brian Granger 32343c5973 Fixed order of notebook loading and kernel starting.
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Brian Granger fd4ecebc9d Adding missing var statements in notebook.js.
14 years ago
Matthias BUSSONNIER 98303f5f7d Clean code, retab and minor fix
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago
Bussonnier Matthias 242d3df5c2 Merge pull request #1705 from Carreau/draggablePager
14 years ago
Matthias BUSSONNIER 1eeff0e5c8 Revert "esc collapse pager"
14 years ago
Matthias BUSSONNIER 785fbd9d9a esc collapse pager
14 years ago
Matthias BUSSONNIER 976c433fe4 Make pager resizable, and remember size...
14 years ago
Matthias BUSSONNIER 8462288405 fix tooltip on token with number
14 years ago
Paul Ivanov 06dd2b00c6 clear In[] prompt numbers on "Clear All Output"
14 years ago
MinRK e7a45e9454 add VERSIONHACK markers for never-released plaintext handling
14 years ago
MinRK f036c032c7 interpret 'plaintext' cells with their new name 'raw'
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
Brian Granger 5ef2e06a42 Javascript output is not run on notebook loading and paste's.
14 years ago
Brian Granger 893572d3ad Wired up the javascript display protocol using eval.
14 years ago
Brian Granger f387e52610 Proper error handling for nbformat versions in client code.
14 years ago
Brian Granger 4ae865a988 Fixing #1348 to allow Ctrl-M M to work w/o releasing Ctrl.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Brian Granger bdd17da81d Fixing minor bugs in nbformat and saving.
14 years ago
Brian Granger a00fc0165b Heading/plaintext cells now wired up to toolbar UI.
14 years ago
Brian Granger 2f88004a05 Updating JS part of plaintext cell handling.
14 years ago
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
fawce a53def4a49 fixed missing return for keybinding
14 years ago
fawce 6120c07c4d added key handler for control-s to notebook, seems to work pretty well
14 years ago
Min RK 125dc8cb74 Merge pull request #1206 from minrk/fixConsole
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago
Brian Granger d3c3c9e712 Fixing auto-indent issues in CodeMirror config.
14 years ago
Brian Granger 5947849342 Fixing broken notebook saves.
14 years ago
Brian Granger e6e7d41f5b Fixing bugs in CodeMirror refreshing.
14 years ago
Brian Granger 1e2e086508 Optimizing notebook loading.
14 years ago
Brian Granger bf0353ae47 Start the pager out collapsed.
14 years ago
Brian Granger 68fe221a29 Lots of small notebook improvements.
14 years ago
Brian Granger ecfdfad2bf Refactoring of the notebooks cell management.
14 years ago
Brian Granger ccd4de93c7 Updating cell logic.
14 years ago
Brian Granger e1a8835dfa Work on the base Cell API.
14 years ago
Brian Granger deb800daff Fixing bugs that have shown up since updating CM to 2.2.
14 years ago
Brian Granger 1b8b716b48 Removing left over console.logs.
14 years ago
Brian Granger e93d4a9308 Minor, but important fixes to cut/copy/paste.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago