Commit Graph

474 Commits (341fbcafb417cc63eba5799f4fc8dd8cf1bf211c)

Author SHA1 Message Date
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
MinRK bf7f3336ae Split swallow_argv into standalone function in lib.kernel
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
Fernando Perez 983b3a7bc8 Fix inline backend logic and avoid tests if mpl not available.
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
Matthias BUSSONNIER 52d8a125dd fix 2 typos
14 years ago
Matthias BUSSONNIER c2070df52d handle empty docstring
14 years ago
Matthias BUSSONNIER 7650f444ea tooltip height in %
14 years ago
Matthias BUSSONNIER bc5aeebd11 handle null objectname on tooltip
14 years ago
Matthias BUSSONNIER e380aba1e0 Change tooltip button to use jquery css
14 years ago
Matthias BUSSONNIER 73f252676f show tooltip if completer 'fail' afer n attempt
14 years ago
Matthias BUSSONNIER 7285968e18 improve tooltip
14 years ago
Matthias BUSSONNIER aa24495b5b add 'more...' and 'close' button to the pager
14 years ago
Matthias BUSSONNIER 01a0c126d4 Replace trigering tooltip for cross platform indep
14 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
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 38cd955d8d update copyright to 2011/20xx-2011
14 years ago
Matthias BUSSONNIER 645183e51d Intercept <esc> avoid closing websocket on Firefox
14 years ago
MinRK 8e2758c0ce don't assume ioloop.install is defined (pyzmq < 2.1.7)
14 years ago
MinRK d94d6dbffa use pyzmq tools where appropriate
14 years ago