Commit Graph

284 Commits (b3de72087caa2bfe3045ca14e202aba85b68ee47)

Author SHA1 Message Date
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
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 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
Stefan van der Walt 52a2f081fe Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
14 years ago
MinRK 6947e47822 Merge PR #1132
14 years ago
MinRK 218a88a47b move drag_info show/hide to page.ready, to avoid flouc
14 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
14 years ago
Matthias BUSSONNIER 16946ef7bb unhide on not read-only instead of inverse
14 years ago
Matthias BUSSONNIER 540f77f96a [notebook] read-only disable element
14 years ago
Matthias BUSSONNIER b0ad2c6f29 [notebook] read-only: disable name field
14 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
14 years ago
Matthias BUSSONNIER 70fa9c8b2a totally remove pager when read only
14 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
14 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
14 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
14 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
14 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
14 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
14 years ago
MinRK 7774ddd0a5 Merge PR #1098: notebook config-panel style
14 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
14 years ago
MinRK d6ac9f3ec3 add server/permission info in failed-mathjax dialog
14 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
14 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
14 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
14 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago
MinRK f18d172fdf don't swallow regular key events in read-only mode
14 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
14 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
14 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
14 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
14 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
14 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
14 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
14 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
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
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
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