Commit Graph

628 Commits (b1a9677cc030ccd4294441cdfd9723321d91ef81)

Author SHA1 Message Date
Matthias BUSSONNIER b1a9677cc0 fix less css
14 years ago
Matthias BUSSONNIER 370b723cb6 Revert "remove less CSS"
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 fd4ecebc9d Adding missing var statements in notebook.js.
14 years ago
Brian Granger b274a86b8c Adding back kernel dead choice for user.
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 2976d8ea10 fix multiple busy in title bar due to completer
14 years ago
Matthias BUSSONNIER 7301213124 simplify completer logic as we don't exec on behalf of cell
14 years ago
Matthias BUSSONNIER e8632ff7ee clean code, show clock if tooltip is 'sticky'
14 years ago
Matthias BUSSONNIER 8f33caf0dc make tooltip tabs fonction configurable
14 years ago
Matthias BUSSONNIER bf5cf0dd3a move some tooltip logic away from codecell.js
14 years ago
Matthias BUSSONNIER 98303f5f7d Clean code, retab and minor fix
14 years ago
Matthias BUSSONNIER a280495173 remove less CSS
14 years ago
Brian Granger 0d6a698688 Major refactoring of the Notebook, Kernel and CodeCell JavaScript.
14 years ago
Matthias BUSSONNIER 94d8683400 allow number in tokens
14 years ago
Matthias BUSSONNIER 068a60a8b7 fix print view
14 years ago
Matthias BUSSONNIER 507a66235b fix typo that->this
14 years ago
Matthias BUSSONNIER b6fcb806d6 fix cancel_stick typo
14 years ago
Matthias BUSSONNIER d7b42270ee remove console.log
14 years ago
Matthias BUSSONNIER 73cc002110 clean and comment tooltip file
14 years ago
Matthias BUSSONNIER 5064568730 should fix click on close works when sticky
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 52d5f3beb2 move arow with tooltip positoin
14 years ago
Matthias BUSSONNIER fa5aae3f43 shorten prearrow
14 years ago
Matthias BUSSONNIER 17a4f13a81 animation if already shown
14 years ago
Matthias Bussonnier e0cf20b423 animate tooltip position
14 years ago
Matthias Bussonnier b26b20e94f fix scrolltop
14 years ago
Matthias Bussonnier a84a7f03b0 play with tooltip growing css
14 years ago
Matthias Bussonnier 775c9e9317 comment a little
14 years ago
Matthias BUSSONNIER 22a44e79f8 change new tooltip appearence
14 years ago
Matthias BUSSONNIER 7b5b591425 improve new tooltip
14 years ago
Matthias BUSSONNIER b463c64b32 new tooltip style
14 years ago
Matthias Bussonnier 85a09de995 tooltip to mac
14 years ago
Matthias Bussonnier 0247ac16f6 tooltip to mac
14 years ago
Matthias BUSSONNIER 7e7df86761 more cleaning
14 years ago
Matthias BUSSONNIER cf19389cdd clean code, remove duplicate unused lines
14 years ago
Matthias BUSSONNIER 6a658a6fa8 move more code into the completer itself
14 years ago
Matthias BUSSONNIER e4784b984b be smarter for context completion
14 years ago
Matthias BUSSONNIER 23ef964f06 add ctrlKey.which to utils
14 years ago
Matthias BUSSONNIER 3919267750 Removing some code that seem not to be usefull anymore
14 years ago
Matthias BUSSONNIER cfaa7ba427 import Utils keycodes into the completer
14 years ago
Matthias BUSSONNIER fa6b8974ea add a keycodes structure to utils
14 years ago
Matthias BUSSONNIER 472fe4c19e fix replace range bug
14 years ago
Matthias BUSSONNIER 839b8489c8 comment more
14 years ago