922 Commits (8097590f352c998fdff378dacd34b021d27c20bc)

Author SHA1 Message Date
MinRK a99a07f10b only save on close if autosaving
13 years ago
MinRK 01bba482a9 *all* user-initiated saves create a checkpoint
13 years ago
MinRK 8ca57a1779 s/autosave_notebook/set_autosave_interval/
13 years ago
MinRK 80bba145d5 set default autosave interval to two minutes
13 years ago
MinRK 2fe8a9b2cd only autosave when dirty
13 years ago
MinRK dd77790a00 add autosave timer
13 years ago
MinRK 6da01bf362 trigger autosave on tab/window close
13 years ago
MinRK e119a6469b add Revert to the menu bar
13 years ago
MinRK 5bc55ba984 add some checkpoint messages to the notification area
13 years ago
MinRK db413fadbf expose notebook checkpoints in html/js
13 years ago
Min RK 6be220da56 Merge pull request #3235 from ellisonbg/removeprint
13 years ago
Brian E. Granger 56e4759813 Merge pull request #3238 from ellisonbg/tabstyle
13 years ago
Brian E. Granger 5cc0897dd6 Fixing styling of context type completions.
13 years ago
Erik Tollerud 180f465f16 Collapse -> Close in button description as suggested by @fperez
13 years ago
Erik Tollerud 13b2cadd8b changed ESC to trigger collapsing of the pager in notebook
13 years ago
Erik Tollerud aafec25d34 Added clickable icon to collapse pager
13 years ago
MinRK 09adbd4e32 remove components
13 years ago
Brian E. Granger d9668cdb78 Merge pull request #3190 from minrk/image_size
13 years ago
Brian E. Granger e149319692 Removing print notebook from style.less.
13 years ago
Brian E. Granger 51a897d87c Removing stale call to print view in JS.
13 years ago
Brian E. Granger abaafd2363 Removing old autogrow JS code.
13 years ago
Brian E. Granger 93f5f67d37 Updating box-shadows to proper bootstrap less function.
13 years ago
Brian E. Granger 49faf2c939 Improving the tab completion UI/design
13 years ago
MinRK 034331c3fa support display_pub metadata in js frontend
13 years ago
Brian E. Granger 8dbc143512 Fix CM related sizing issues for completer and tooltip.
13 years ago
Brian E. Granger 9d2da9e28f Removing old codemirror assets - we now use the 1 in components.
13 years ago
Brian E. Granger c83c0449d5 Fixing CM3 style related issues.
13 years ago
Brian E. Granger 40617eb340 Give the .CodeMirror class no background so ours shows through.
13 years ago
Brian E. Granger 29a1296ef6 Changing mode name from python -> ipython.
13 years ago
Brian E. Granger 222a4f61df Updating ipython CM mode.
13 years ago
Brian E. Granger ea4eb9b351 Copying CodeMirror's python mode into place for our ipython mode.
13 years ago
Brian E. Granger 72d7b6ff39 Updating tooltip.less for CM3 behavior.
13 years ago
Brian E. Granger 6e08dc37fa In CM3, the class that needs autogrow has changed.
13 years ago
Brian E. Granger c666acbe5e Updating tooltip.js to work with CM3.
13 years ago
Brian E. Granger ed8d859d66 Updating path to codemirror.
13 years ago
Brian E. Granger 85908b1765 Moving cmtemp -> codemirror.
13 years ago
Brian E. Granger 154df41ac3 Moving CodeMirror -> cmtemp
13 years ago
Brian E. Granger 836f68e4ad Adding our current components directory.
13 years ago
Brian E. Granger b5ad7db080 The HTML output type accidentally got removed from the OutputArea.
13 years ago
Brian E. Granger 3a515880ae Text in rename dialog was way too big - making it <p>.
13 years ago
Brian E. Granger 41ffe3d027 Merge pull request #3089 from minrk/stdin
13 years ago
MinRK 43eb765793 js comment about session id in first message
13 years ago
MinRK 938a5b5dbc tweak raw_input style
13 years ago
David Wyde 11b72681e2 Remove references to HTMLCell (dead code).
13 years ago
MinRK ba79b60c35 fix color in raw_input
13 years ago
MinRK 31c8fb1fb6 tweak raw-input styling
13 years ago
MinRK f09eaf7b5e cleanup stdin event submission
13 years ago
MinRK 5b434b705f use inline raw_input instead of a dialog
13 years ago
MinRK f38f2b7ac4 add stdin to notebook
13 years ago
MinRK 74f8972505 specify socket identity from kernel.js
13 years ago
Brian E. Granger 646dcf77a4 Merge pull request #3201 from minrk/fastcolor
13 years ago
Brian E. Granger 13032d01ba Merge pull request #3011 from minrk/kernelclient
13 years ago
Min RK 2e5e595359 Merge pull request #3174 from Carreau/simple-class
13 years ago
Min RK 6ce1901e83 Merge pull request #2979 from Carreau/cm-configurable
13 years ago
MinRK 08cbf96075 don't restart channels on kernel restart
13 years ago
MinRK e854617caf restart channels on kernel restart
13 years ago
MinRK 8204a6fb6d handle new autorestart javascript-side
13 years ago
MinRK bf69e92b57 use much faster regexp for ansi coloring
13 years ago
Juergen Hasch dd68727ff0 Add COMMAND keycode
13 years ago
Juergen Hasch 99af7b8a58 set <select> width to auto
13 years ago
Juergen Hasch eb646bbf72 Improve special key handling in completer
13 years ago
Juergen Hasch 18aa1bd914 Add new keycodes
13 years ago
Matthias BUSSONNIER 9a8301c9fd merge box-flex1 class into .output-area css definition
13 years ago
Matthias BUSSONNIER afdb9b8cea include vbox into .cell css definition
13 years ago
Matthias BUSSONNIER d5c744d74b include hbox in outpuarea css
13 years ago
Matthias BUSSONNIER 947c32bfc4 use hbox mixin instead of class
13 years ago
Matthias BUSSONNIER 834b146cca JS Configurablity Take 2
13 years ago
MinRK 2fc4821c2f tweak heading-anchor css
13 years ago
MinRK 4976c6fb16 minor heading-link tweaks
13 years ago
Min RK a4b1bea069 Merge pull request #3136 from jfeser/8b94eddb4d15ce6f0c98675116d4609bdaaf99d9
13 years ago
Jack Feser 5f5ac70660 Strip non color related ANSI escape sequences from notebook output.
13 years ago
David Wyde 72c94c4f1c Fix an incorrect comment.
13 years ago
David Wyde 904be21a9f Prevent errors when up/down arrows are pressed in an empty notebook.
13 years ago
Matthias Bussonnier a8873230bf Merge pull request #3102 from minrk/spellcheck
13 years ago
Matthias Bussonnier 061d27e877 Merge pull request #3064 from minrk/header-anchors
13 years ago
MinRK 7a648670af set `spellcheck=false` in CodeCell inputarea
13 years ago
Matthias Bussonnier 7bc51fd945 Merge pull request #3078 from minrk/link_re
13 years ago
Matthias Bussonnier 98aba52c58 Merge pull request #3054 from minrk/auto-cluster-size
13 years ago
MinRK 4cd0d6e7bb fix regular expression for detecting links in stdout
13 years ago
David Wyde 7a10342d6f Add YUIDoc in notebook.js.
13 years ago
MinRK b110a02e7a s/heading-link/heading-anchor/
13 years ago
MinRK ede5a66198 put the anchor inside the header tag
13 years ago
MinRK 7e6b5d98c7 trigger hash on notebook load
13 years ago
MinRK ba4b1d6e1c add anchor and link to heading cells
13 years ago
MinRK 276d8b68bb restore default behavior for automatic cluster size
13 years ago
MinRK 7fcc683e6f add width:100% to vbox for webkit / FF consistency
13 years ago
Olivier Verdier a7a73c4285 fix time format to international time format
13 years ago
Harry Moreno 21fc8cd23b changed instances of 'outout' to 'output' in alt text's
13 years ago
Matthias BUSSONNIER 3b37cd80e4 fix css in .output_area pre
13 years ago
Matthias BUSSONNIER f84acbbaff fix run-all (that-> this)
13 years ago
Brian E. Granger 66049a99f0 Merge pull request #2929 from Carreau/cleanup-cell-insertion
13 years ago
Matthias BUSSONNIER 914dfb9f61 fix one more == to ===
13 years ago
Matthias BUSSONNIER 10e92b3034 fix i/index in move up/down and == -> ===
13 years ago
Matthias BUSSONNIER 0033b3e6c5 fix notebook deletion.
13 years ago
MinRK acf3b2bf21 fix logic for append_javascript
13 years ago
Matthias BUSSONNIER 6ed926be7b fix baseUrl
13 years ago
Bussonnier Matthias 9cd9e5db73 Merge pull request #2903 from Carreau/toggle-line-number
13 years ago
Bussonnier Matthias a1a32e82ff Merge pull request #2911 from Carreau/output-order-conf
13 years ago
Bussonnier Matthias f99f0571d7 Merge pull request #2897 from Carreau/baseurl-meth
13 years ago
Bussonnier Matthias 0a25fb8749 Merge pull request #2894 from Carreau/cm-configurable
13 years ago