Commit Graph

431 Commits (deb800daffbbebf96b64c9e4cbe773cd6322f79d)

Author SHA1 Message Date
Brian Granger deb800daff Fixing bugs that have shown up since updating CM to 2.2.
14 years ago
Brian Granger 13ca0054f7 Updating to CodeMirror 2.2, latest stable release.
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 43c82a2b80 Fixing minor typo in menubar.js.
14 years ago
Brian Granger 183e9ccfb1 Minor changes to Ace widget.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago
Brian Granger d369606683 Cell splitting and merging is done!
14 years ago
Brian Granger b42cafa15d More of the initial split cell capability.
14 years ago
Brian Granger 23b5fd856a Basic code cell splitting implemented.
14 years ago
Min RK 41149ba246 Merge pull request #1253 from ivanov/profile_auto_create
14 years ago
Brian Granger 06cc810b80 Adding keyboard sortcuts for cut/copy/paste.
14 years ago
Brian Granger ccc5aa04b2 Added cell level cut/copy/paste.
14 years ago
Brian Granger 0051dd3bda Fixing docstring in the notebook manager.
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 76f500b3c3 Improving the save notification.
14 years ago
Brian Granger 2a7666639c Fixing bug in dialog closing, drafting print css.
14 years ago
Brian Granger 531cfee407 Remove Rename dialog from the DOM upon closing it.
14 years ago
Brian Granger 1f1132c5a4 More minor theme/styling changes.
14 years ago
Brian Granger bf5ffad6f8 Minor style changes. Using better fonts, indenting menu items.
14 years ago
Brian Granger 10a76e8537 Solid first go at jquery-ui based menus.
14 years ago
Brian Granger b3de72087c Minor fixes to the menu shortcuts.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Brian Granger 52a2600c87 Improved notebook renaming.
14 years ago
Brian Granger b010d14f58 Cleaning up menu code.
14 years ago
Brian Granger 33f5cea94b Implemented menu based UI using Wijmo.
14 years ago
Brian Granger e4489da763 Initial work to add Wijmo based menu.
14 years ago
Paul Ivanov 9e475c3dc5 set auto_create flag for notebook apps
14 years ago
Min RK e4beaf0a73 Merge pull request #1211 from minrk/localfiles
14 years ago
Min RK 7be995118d Merge pull request #1224 from minrk/dblclick
14 years ago
MinRK 87877e9a7f explicit for-loop in cleanup_kernels
14 years ago
MinRK 1385ef8ebb log heartbeat failure in notebook
14 years ago
MinRK 655bf1bacc prevent delayed heartbeat from starting on closed sessions
14 years ago
MinRK 2c8106bf42 trigger textcell render on unselect instead of focusout
14 years ago
MinRK 5cce816d2a edit text cells on double-click instead of single-click
14 years ago
MinRK 1d65883212 serve local files as `files/foo`
14 years ago
MinRK ba5e2538b5 use absolute URLs for static files
14 years ago
MinRK d67865c73c authenticate local file access
14 years ago
MinRK 831fb175f8 serve files in notebook-dir as local/foo
14 years ago
MinRK 15ca2aaa20 add first_beat delay to notebook heartbeats
14 years ago
MinRK 13fc7e5c41 cleanup connection files on notebook shutdown
14 years ago
Fernando Perez 572e1eb56f Add message about how to stop the notebook.
14 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
14 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
14 years ago
Fernando Perez 7c7a48e2ce Define flags in application that's going to use them.
14 years ago
Fernando Perez b3d5732690 Fix typo in help string
14 years ago
Fernando Perez fd485e23fc Add --script flag as shorthand for the script autosave notebook option.
14 years ago
Stefan van der Walt 6a8a66fa8b Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
14 years ago
Stefan van der Walt 4476c69984 Hide top login/logout buttons on login/logout pages.
14 years ago