Commit Graph

602 Commits (e5bc1eef59bc5dc2de5492d0293d2e9eca3ba596)

Author SHA1 Message Date
Brian Granger e5bc1eef59 Fixing Shift-Enter bug in text cells.
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 E. Granger 241e65b5c1 Merge pull request #1347 from Carreau/fixes-1243
14 years ago
Brian E. Granger 96e5089d5d Merge pull request #1346 from astraw/alternate-url-fixups
14 years ago
Brian Granger d7efc05572 Removing extra refresh in PlaintextCell.
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 f65adcf33e Adding new HeadingCell.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw ee9da32b05 use full URL when using alternate URL prefix
14 years ago
Andrew Straw 332fdf662c let websocket server be traited config option
14 years ago
Andrew Straw bd7f1f941c allow setting base_project_url and base_kernel_url to non-default values
14 years ago
Andrew Straw c706d6ed99 bugfix: use baseProjectUrl when re-writing URL in address bar
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Fernando Perez 5067e77292 Merge pull request #1334 from fawce/keycuts
14 years ago
Brian Granger 1ed9a21039 Adding "Cell" to cell related Edit actions.
14 years ago
Brian Granger 9b723324db Wired the rest of the toolbar buttons up to actions.
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
Brian Granger 4c88c4686c First draft of toolbar.
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
Thomas Kluyver 717285060e Use explicit for loop to find section in testing.
14 years ago
Thomas Kluyver 4b51bacbb2 Don't raise errors from coverage post-processing.
14 years ago
Thomas Kluyver 93a8b9d215 Use separate option --with-xml-coverage to ask for coverage xml output.
14 years ago
Thomas Kluyver 24af9ac298 Use standard command for coverage.
14 years ago
Thomas Kluyver e29d417931 Produce coverage xml reports from subprocess test runners.
14 years ago
Min RK 125dc8cb74 Merge pull request #1206 from minrk/fixConsole
14 years ago
Fernando Perez df7d91f30a Add linewrapping to text cells (new feature in CodeMirror).
14 years ago
Fernando Perez ef1cc56996 Merge pull request #1327 from ellisonbg/updatecm2
14 years ago
Fernando Perez 219ba77482 Merge pull request #1326 from ellisonbg/removeace
14 years ago
Fernando Perez 1d5c57d6c9 Remove debug print statement left over from PR #1316.
14 years ago
Brian Granger 0bc0c560aa Removing extra refresh that is no longer needed because of CM fix.
14 years ago
Brian Granger 262d73f652 Updating CodeMirror to latest to incorporate bug fixes.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Matthias BUSSONNIER 7e268d8ec8 execute_get_cell -> execute_cell
14 years ago
Matthias BUSSONNIER 8ad0cbe4c0 forgotten selected_cell -> get_selected_cell
14 years ago
Thomas Kluyver b01e9ea082 Pass subprocess test runners a suitable location for xunit output.
14 years ago
Brian E. Granger d8e1b38507 Merge pull request #1303 from ellisonbg/updatecm
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 c94e6f34d7 Disallow empty notebook names.
14 years ago
MinRK 370078020f flush outgoing heartbeats
14 years ago
Brian Granger 244ed795d3 Adding refresh/focus/refresh back to edit to fix bug in FF.
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 a997e50782 Ace editor now works with Markdown and HTML cells with proper modes.
14 years ago