363 Commits (9cb1559d5e24967ebfc628e4ec52c3935fc144cb)

Author SHA1 Message Date
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
Brian Granger 68fe221a29 Lots of small notebook improvements.
14 years ago
Brian Granger ecfdfad2bf Refactoring of the notebooks cell management.
14 years ago
Brian Granger ccd4de93c7 Updating cell logic.
14 years ago
Brian Granger e1a8835dfa Work on the base Cell API.
14 years ago
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 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
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 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
Matthias BUSSONNIER 096ba3fcc4 fix weird magic completion
15 years ago
MinRK 2c8106bf42 trigger textcell render on unselect instead of focusout
15 years ago
MinRK 5cce816d2a edit text cells on double-click instead of single-click
15 years ago
MinRK 7691f4f9fc store nonexistent prompt number as null
15 years ago
MinRK 220a5f0664 don't preserve fixConsole output in json
15 years ago
MinRK 602d2ec18a fix IOPub parent checking in notebook
15 years ago
Bradley M. Froehle 930ba99b19 Show class init and call tooltips in notebook.
15 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.
15 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
15 years ago
MinRK 6947e47822 Merge PR #1132
15 years ago
MinRK 218a88a47b move drag_info show/hide to page.ready, to avoid flouc
15 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
15 years ago
Matthias BUSSONNIER 16946ef7bb unhide on not read-only instead of inverse
15 years ago
Matthias BUSSONNIER 540f77f96a [notebook] read-only disable element
15 years ago
Matthias BUSSONNIER b0ad2c6f29 [notebook] read-only: disable name field
15 years ago
MinRK d7970d29a5 skip codemirror key-event handling when read-only
15 years ago
Matthias BUSSONNIER 70fa9c8b2a totally remove pager when read only
15 years ago
Matthias BUSSONNIER 855fd6f923 notebook: code Readability. Add dismissing symbols
15 years ago
Matthias BUSSONNIER 44c959f88b notebook: fix, only one completion autopick
15 years ago
Matthias BUSSONNIER c596d17eaf completer update code-miror on the fly
15 years ago
Matthias BUSSONNIER 1fbf5b18dd Apply pep8 to js
15 years ago
Matthias BUSSONNIER 933cf3606b usability and cross browser compat for completer
15 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
15 years ago
MinRK 7774ddd0a5 Merge PR #1098: notebook config-panel style
15 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
15 years ago
MinRK d6ac9f3ec3 add server/permission info in failed-mathjax dialog
15 years ago
MinRK 41b493f540 Cleanup some inappropriate javascript
15 years ago
Matthias BUSSONNIER e268dd0650 fix cancell->cancel typo in js
15 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
15 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
15 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
15 years ago
MinRK f18d172fdf don't swallow regular key events in read-only mode
15 years ago
Matthias BUSSONNIER ca846ecd02 as you type Completer, propagate event by hand
15 years ago
Matthias BUSSONNIER 90b6f1b8d6 fix double tooltip
15 years ago
Matthias BUSSONNIER 1b68c17acc tidy up code
15 years ago
Matthias BUSSONNIER 1fb62e259e tab pick if only one match left
15 years ago
Matthias BUSSONNIER 5e1bd70d36 tabs fast forward user tab
15 years ago
Matthias BUSSONNIER 27f2b2b876 Handle lower and uppercase
15 years ago
Matthias BUSSONNIER 5f70418dc5 protect shift extend on Uppercase
15 years ago
Matthias BUSSONNIER 06f63549e5 Base of an as you type conpleter.
15 years ago
Fernando Perez df502540cc Fix bug where "don't leave" dialog was appearing when not needed in nb.
15 years ago
Fernando Perez 160ff3145c Match the max tooltip and bottom area sizes in the notebook.
15 years ago
Stefan van der Walt 6ffc2ffd4b Clean up javascript based on js2-mode feedback.
15 years ago
Bussonnier Matthias ea32220f8f fix firefox (windows) break line on empty prompt number
15 years ago
Thomas Kluyver 9ab78ba545 Merge branch 'flush'
15 years ago
Thomas Kluyver 6ae0797040 Notebook: don't change cell when selecting code using shift+up/down.
15 years ago
Matthias BUSSONNIER 52d8a125dd fix 2 typos
15 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
15 years ago
Matthias BUSSONNIER 7650f444ea tooltip height in %
15 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
15 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
15 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
15 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
15 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
15 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
15 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
15 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
15 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
15 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
15 years ago
Matthias BUSSONNIER 45db8cce13 tooltip on <tab>
15 years ago
Matthias BUSSONNIER 3053ec9f9b Add Tootip to notebook.
15 years ago
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
15 years ago
MinRK e54c05dd21 explicitly ignore iopub messages not associated with a cell in the notebook
15 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
15 years ago
Stefan van der Walt 15520ba820 Notify user about invalid password.
15 years ago
Pablo Winant f2f715beb6 Latexify formulas contained in html text.
15 years ago
Fernando Perez 1bb4c726c3 Merge pull request #955 from minrk/websocket
15 years ago