122 Commits (ec0026bbf9561f28fe5dba9969b072dc0de2657a)

Author SHA1 Message Date
MinRK f18d172fdf don't swallow regular key events in read-only mode
14 years ago
Fernando Perez df502540cc Fix bug where "don't leave" dialog was appearing when not needed in nb.
14 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
14 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
14 years ago
Thomas Kluyver 9ab78ba545 Merge branch 'flush'
14 years ago
Thomas Kluyver 6ae0797040 Notebook: don't change cell when selecting code using shift+up/down.
14 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
14 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
14 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
14 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
14 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
14 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
14 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
14 years ago
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
14 years ago
MinRK e54c05dd21 explicitly ignore iopub messages not associated with a cell in the notebook
14 years ago
MinRK f2972ad5c4 add 'running' class to running code cells
14 years ago
MinRK 0e4afee63b set 'In [*]' to indicate pending code cell
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
Fernando Perez 38af53d027 Merge pull request #899 from minrk/nbwork
14 years ago
Brian E. Granger d26a7e5fcc Removed save widget delay.
14 years ago
Brian E. Granger 1f699c8c23 Further work updating JS URL scheme to use data-base-project-url.
14 years ago
Brian E. Granger 1f06a280ca Updating JS URL scheme to use embedded data.
14 years ago
MinRK 24d37b6bcc add channel-selection to clear_output
14 years ago
Brian Granger 10deb3b744 Adding clear_output to kernel and HTML notebook.
14 years ago
Fernando Perez 9fa9f0b15f Merge pull request #884 from fperez/nb-usability
14 years ago
MinRK 8d139492ce show_keyboard_shortcuts -> toggle_keyboard_shortcuts
14 years ago
Fernando Perez 77c62893bc Keep kernel-related bindings together in code.
14 years ago
Fernando Perez 1a109765b8 Clean up accidentally introduced hard tabs in JS code.
14 years ago
Fernando Perez 6d0715988f Change button labels in restart dialog to action words.
14 years ago
Fernando Perez e852a86669 Add confirmation dialog to kernel restart action.
14 years ago
Fernando Perez e41ba5a75c Refactor line num. toggle into proper function, access via C-m-l.
14 years ago
Fernando Perez e8326241eb Add C-m-{'i', '.'} as keybindings for kernel interrupt/restart.
14 years ago
Fernando Perez e00e604144 Add Ctrl-L as a way to toggle line-numbers for any individual code cell
14 years ago
Felix Werner f5b52442aa Notify the user of errors when saving a notebook.
14 years ago
Felix Werner a89d947322 Update document title and last_saved_name only after a successful save.
14 years ago
MinRK a9d9a8b72c support contiguous stream output in notebook
15 years ago
Brian E. Granger acc81dfbee Ctrl-Enter now does not delete input, but selects it.
15 years ago
Fernando Perez b8c1ab1ada Fix above/below keybinding mismatch and rename api to use above/below
15 years ago
Stefan van der Walt dfeb4342ed Align colons in help dialog.
15 years ago
Brian E. Granger d60edf973d Changing prev/next keyboard shortcut to use p/n.
15 years ago
Brian E. Granger b89d656a3c Fixing console.log messages related to keyboard shortcuts.
15 years ago
Brian E. Granger cf0c66fe4e Adding keyboard shortcut help dialog.
15 years ago
Brian E. Granger d3e67106a1 Adding keyboard shortcuts.
15 years ago
Brian E. Granger ab384fc787 Cell collapse/expand is not called "Toggle".
15 years ago
Brian E. Granger ea8b4de42d Implemented metadata for notebook format.
15 years ago
Brian E. Granger 1293556dde Double clicking on the end space will insert a new cell.
15 years ago
Brian E. Granger e176318797 More review changes.
15 years ago
Brian E. Granger 63a148fad5 Don't scroll to bottom when last cell is selected.
15 years ago
Brian E. Granger 726f8c1780 Pager is not activated if the pager text is empty.
15 years ago