Commit Graph

157 Commits (45e4e0809a6caadd55ae7d4451f47a1619bd8a69)

Author SHA1 Message Date
Brian E. Granger dcf874e93f Fixing styling issues with CellToolbar.
13 years ago
Matthias BUSSONNIER eb5911a3c1 create celltoolbar in cell.js and inherit
13 years ago
Matthias BUSSONNIER f55a0a05b8 rename metaui -> celltoolbar
13 years ago
Matthias BUSSONNIER 3cc81dbb8f convention, jQuery variable start with $
13 years ago
Matthias BUSSONNIER 8022cff041 Add a per cell toolbar.
13 years ago
Bussonnier Matthias 5eb3850ae1 shift tqb for tooltip
13 years ago
Brian E. Granger edd27cf292 Merge pull request #2312 from adamgd/master
13 years ago
Matthias BUSSONNIER f91c4f447d start docummenting kernel
13 years ago
Bussonnier Matthias fcad4a3f2c Merge pull request #2498 from Carreau/fixes2487
13 years ago
Paul Ivanov 0b3cb7764d clear In[ ] prompt numbers again
13 years ago
Matthias BUSSONNIER c1a11bbb3b Don't catch tab press when something selected
13 years ago
Brian E. Granger 2be72dae5d Merge pull request #2421 from Carreau/nbconsole
13 years ago
Matthias BUSSONNIER 20fec7b2d0 remove rogue codemirror onUpdate
13 years ago
Bussonnier Matthias 362eab83aa Merge pull request #2216 from Carreau/autohighlight
14 years ago
Bussonnier Matthias a03764ed67 add ability to create continuation prompt
14 years ago
Matthias BUSSONNIER 6526b6ea68 fix some whitespace
14 years ago
Adam Davis 6d18d60921 Added bracket matching for code cells
14 years ago
Matthias BUSSONNIER d88f7d4c72 autochange highlight with cell magics
14 years ago
Bradley M. Froehle 2b079345cb notebook: up/down arrow keys move to begin/end of line at top/bottom of cell
14 years ago
Matthias BUSSONNIER a5bc24d8b2 select correct behavior for backspace in codecell
14 years ago
Matthias BUSSONNIER 2f6117bd46 Force tabs to space in CM
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
Paul Ivanov ad07d0cf44 fix for #1678, undo no longer clears cells
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
MinRK ed4ee44a21 add ^M-O for toggling output scroll
14 years ago
Michael Droettboom a9453360a9 Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Brian Granger 4c31453ea7 Making Notebook.set_dirty an event so CodeCell can set it.
14 years ago
Brian Granger 9826a17ae2 Removing cell from execute callbacks in kernel.js.
14 years ago
Matthias BUSSONNIER 9f319f6da9 click on close cancell stick
14 years ago
Matthias BUSSONNIER 366cba5916 retab tab to space
14 years ago
Brian Granger 8bd7e041cf Misc fixes to the code cell and output area.
14 years ago
Brian Granger 32343c5973 Fixed order of notebook loading and kernel starting.
14 years ago
Matthias BUSSONNIER 129f114868 Uppercase constant keycode in utils.js
14 years ago
Brian Granger 644b1f85ed Fixing bug in prompt_area handling of OutputArea.
14 years ago
Brian Granger 6268e0a4b1 Removing stale code in CodeCell.
14 years ago
Brian Granger ae2bea23fa Refactored CodeCell to use new OutputArea object for output.
14 years ago
Brian Granger f306423c7e Adding options to Kernel.execute with a default of silent=true.
14 years ago
Matthias BUSSONNIER bf5cf0dd3a move some tooltip logic away from codecell.js
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 068a60a8b7 fix print view
14 years ago
Matthias BUSSONNIER d2f803bff2 multiple tooltip action
14 years ago
Matthias BUSSONNIER 72e3ea89ee remove global
14 years ago
Matthias BUSSONNIER 5d8f0da694 almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER ca68062413 call tooltip after time
14 years ago
Matthias BUSSONNIER 0bfa18dd46 call tooltip by cell reference
14 years ago
Matthias Bussonnier b26b20e94f fix scrolltop
14 years ago
Matthias BUSSONNIER 7b5b591425 improve new tooltip
14 years ago
Matthias BUSSONNIER 7e7df86761 more cleaning
14 years ago