Commit Graph

205 Commits (45e4e0809a6caadd55ae7d4451f47a1619bd8a69)

Author SHA1 Message Date
Bussonnier Matthias 689922031c main_app -> ipython-main-app
13 years ago
Mikhail Korobov 4bca5a19ea Some bugs in js (mostly scoping bugs) are fixed
13 years ago
Matthias BUSSONNIER 31b18e69ad undefinied that -> this
13 years ago
Matthias BUSSONNIER a56ee187ff past below by default
13 years ago
David Warde-Farley 01f0332add Make 'Paste Above' the default paste behavior.
13 years ago
David Warde-Farley 8ecb8cd8fe Make undelete respect order after insertions/deletions.
13 years ago
David Warde-Farley bb8249864d Add comment re: quickhelp key.
13 years ago
David Warde-Farley 33c1f78d33 Add a simple 'undo' for cell deletion.
13 years ago
Paul Ivanov 2949cd5787 fine-grained notebook 'run' controls, closes #2521
13 years ago
Bussonnier Matthias 045973b6bb add insert_cell_at_bottom prototype
14 years ago
Matthias BUSSONNIER e0e519afcb Add scroll_to_cell(cell_number) to the notebook
14 years ago
v923z eaf53eeb9a Replaced .toJSON().input by .get_text()
14 years ago
v923z 0e4dbb2880 Added checking for emptiness of cell below.
14 years ago
v923z eb47f0eb8d Added some comments to the Alt-Enter code part, and also added checking whether a new code cell is really needed.
14 years ago
Zoltán Vörös a2665ef341 Added new short key for cell execution
14 years ago
MinRK da17f26fbe ignore shift keydown
14 years ago
Min RK 137f4cb441 Merge pull request #1825 from minrk/elide2
14 years ago
Fernando Perez f52a1f689c Merge pull request #1934 from minrk/cellmd
14 years ago
MinRK 18bb591723 add future-warning about multiple notebooks
14 years ago
Paul Ivanov ad07d0cf44 fix for #1678, undo no longer clears cells
14 years ago
MinRK 224f024257 add dialog when loading newer minor-version notebooks
14 years ago
MinRK 362feaa295 add empty metadata field on cells/worksheets
14 years ago
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