469 Commits (22071dfede19fb4072f138dff53beb59290bbc08)

Author SHA1 Message Date
Min RK 360e40feca Merge pull request #2047 from minrk/badFirefox
14 years ago
MinRK 422965cb3d disable auto-scroll on mozilla
14 years ago
MinRK fae43d51d4 double auto-scroll threshold to 100 lines
14 years ago
MinRK da17f26fbe ignore shift keydown
14 years ago
Fernando Perez 6226f830a0 Merge pull request #2012 from mcelrath/mono_cursor_offset
14 years ago
mcelrath 591a8eac23 Fix spurious appearance of #fontarea at end of document.
14 years ago
mcelrath 5a070dcd1a Merge remote-tracking branch 'upstream/master' into mono_cursor_offset
14 years ago
Bussonnier Matthias f200bd0392 Merge pull request #1974 from Carreau/notebook-path-completion
14 years ago
Min RK e97f84acd8 Merge pull request #1970 from minrk/resize
14 years ago
Min RK 137f4cb441 Merge pull request #1825 from minrk/elide2
14 years ago
Fernando Perez f52a1f689c Merge pull request #1934 from minrk/cellmd
14 years ago
MinRK 18bb591723 add future-warning about multiple notebooks
14 years ago
Matthias BUSSONNIER 0161c55594 Allow path completion on notebook.
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
Min RK 643837dff3 Merge pull request #1965 from ivanov/fix-1678
14 years ago
Paul Ivanov ad07d0cf44 fix for #1678, undo no longer clears cells
14 years ago
MinRK 654fed95be avoid double websocket-close message
14 years ago
MinRK 224f024257 add dialog when loading newer minor-version notebooks
14 years ago
MinRK ace8c72c9c increase duration of save messages
14 years ago
MinRK ec50e94524 restore collapsed state for cells
14 years ago
MinRK 362feaa295 add empty metadata field on cells/worksheets
14 years ago
mcelrath 160fbcdcbc Alternative solution: silently apply some CSS instead of a dialog box.
14 years ago
MinRK 15689fb664 add toggle output scroll to quickhelp
14 years ago
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
MinRK 5f0b08145e dblclick/double click for humans
14 years ago
Fernando Perez b683e0fadc Merge pull request #1889 from invisibleroads/patch-3
14 years ago
Fernando Perez 1c905f74af Merge pull request #1883 from mcelrath/mono_cursor_offset
14 years ago
mcelrath 5b2b7ed604 Add bad font detection, and a dialog informing the user.
14 years ago
MinRK dd3e610882 third attempt at scrolled long output
14 years ago
Roy Hyunjin Han ec3babe3ff Reconnect when the websocket connection closes unexpectedly
14 years ago
Brian E. Granger cdfc81c542 Merge pull request #1829 from Carreau/notebook_cellmagic_completion
14 years ago
Min RK d4727ba7cf fix missing comma
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 fc040f5da2 Resolving conflict in utils.js.
14 years ago
Brian Granger 4b1eec0eaf Make svg, jpeg and png images resizable in notebook.
14 years ago
Min RK ebd26651ab Merge pull request #1674 from mdboom/notebook-carriage-return
14 years ago
Michael Droettboom 8c053ac40c Fix rebase.
14 years ago
Matthias BUSSONNIER d4e9858fef pep8
14 years ago
Matthias BUSSONNIER cc62fc63f9 don't care about lleading prct in completion
14 years ago
Fernando Perez 9ebbfe3f22 Merge pull request #1841 from Carreau/deduplicate_completion
14 years ago
Michael Droettboom b471db22e0 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom a9453360a9 Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Michael Droettboom f058068f53 Fix carriage-return handling regular expression so it doesn't treat "\r\n" as "\r".
14 years ago
Min RK f75497d930 Merge pull request #1815 from ellisonbg/nbsavebug
14 years ago
Matthias BUSSONNIER 567b6bbcd2 don't need to check for leading dot
14 years ago
Matthias BUSSONNIER 795cb7bb21 bracket on same line
14 years ago
Matthias BUSSONNIER 9cfdea0d1c take care of token starting by '.' (dot)
14 years ago
Matthias BUSSONNIER d74a58b3c8 [notebook] deduplicate completion results
14 years ago