Min RK
|
360e40feca
|
Merge pull request #2047 from minrk/badFirefox
disable auto-scroll on mozilla
|
14 years ago |
MinRK
|
422965cb3d
|
disable auto-scroll on mozilla
see #2041 for details
|
14 years ago |
MinRK
|
fae43d51d4
|
double auto-scroll threshold to 100 lines
it is more important that we not be surprising or annoying than we hide moderately long output.
|
14 years ago |
Min RK
|
e97f84acd8
|
Merge pull request #1970 from minrk/resize
dblclick to restore resized images
|
14 years ago |
MinRK
|
9963980f37
|
use chained delay for setting resizable images
|
14 years ago |
MinRK
|
e04fd13086
|
dblclick to restore size of images
|
14 years ago |
MinRK
|
5f0b08145e
|
dblclick/double click for humans
|
14 years ago |
MinRK
|
dd3e610882
|
third attempt at scrolled long output
click/double-click on prompt area for toggling scroll/collapse
|
14 years ago |
Brian Granger
|
d27a86ef77
|
Removing resizable SVGs from output.
|
14 years ago |
Brian Granger
|
41dbc82478
|
SVG images are now resizable in Chrome+FF.
|
14 years ago |
Brian Granger
|
4b1eec0eaf
|
Make svg, jpeg and png images resizable in notebook.
|
14 years ago |
Michael Droettboom
|
8c053ac40c
|
Fix rebase.
|
14 years ago |
Michael Droettboom
|
a9453360a9
|
Handle carriage return characters ("\r") in HTML notebook output.
Conflicts:
IPython/frontend/html/notebook/static/js/utils.js
|
14 years ago |
Brian Granger
|
8bd7e041cf
|
Misc fixes to the code cell and output area.
|
14 years ago |
Brian Granger
|
644b1f85ed
|
Fixing bug in prompt_area handling of OutputArea.
|
14 years ago |
Brian Granger
|
ae2bea23fa
|
Refactored CodeCell to use new OutputArea object for output.
This allows us to have a reusable object for formatting output.
Javascript widgets can now use this to format output as well.
|
14 years ago |