1253 Commits (db5b58360e2aa0f7221df3e89e2c77c8ff5f8dbb)

Author SHA1 Message Date
Min RK 724109454b Merge pull request #5941 from jdfreder/i5688
12 years ago
Min RK 3badefd651 Merge pull request #5936 from jdfreder/i5821
12 years ago
Min RK 4a84a809a0 Merge pull request #5896 from ellisonbg/widget-fixes
12 years ago
Jonathan Frederic d84c8fa863 Fixed mardown rendering bug.
12 years ago
Jonathan Frederic 19d12e3025 Remember cursor position on cell type change
12 years ago
Jonathan Frederic 33a0a3cc87 Add latex support in widget labels,
12 years ago
Jonathan Frederic 74483d77da Change css dict to a list,
12 years ago
Ramiro Gómez 2215ddefca Change z-index of ipython_tooltip
12 years ago
MinRK 88be381b00 forcefully hide CodeMirror scrollbars
12 years ago
Jonathan Frederic 802f74e190 Create ipythongfm mode
12 years ago
Min RK 9794017dee Merge pull request #5882 from ivanov/preserve-cell-type
12 years ago
Paul Ivanov 7778aed8a8 inserting new cells preserves type closes #4917
12 years ago
Paul Ivanov f2f1726cad use current cell's type when inserting
12 years ago
Min RK a540078d8d Merge pull request #5605 from AlbertHilb/CellToolbar
12 years ago
MinRK 970863331b remove Firefox-specific CSS workaround
12 years ago
MinRK 336f47c126 update message spec adapter per review
12 years ago
Thomas Kluyver 2cc7b1ca30 Merge pull request #4536 from minrk/msgspec5
12 years ago
MinRK b7c1f1d8f6 allow notebook tour instantiation to fail
12 years ago
MinRK 42ae83da16 add shim for double-serialized JSON
12 years ago
MinRK 58aca05486 add version key to js message headers
12 years ago
MinRK 97fdfea52a updates per review
12 years ago
Jonathan Frederic a65b6f3c1e Removed log statement
12 years ago
Jonathan Frederic c83a1cbb63 Fixed bugs in displayed event triggering for containers
12 years ago
Brian E. Granger a0c1d37224 Remove model from WidgetManager._model on comm:close.
12 years ago
Brian E. Granger 6c03b508a5 Pop child view from child_model.view in delete_child_view
12 years ago
Brian E. Granger 2ffd153e5d Removing double call to model.views.push(view) in WidgetManager.
12 years ago
MinRK fb72c3d863 remove an inappropriate `!`
12 years ago
MinRK de0b7f140c move pyout/execute_result and pyerr/error transforms to to/fromJSON
12 years ago
MinRK 33d2176bc5 complete_reply has cursor_start and cursor_end, not matched_text
12 years ago
MinRK b78c5b1554 s/object_info_request/inspect_request
12 years ago
MinRK 4f6565bd2a pager payload is a mime-bundle
12 years ago
MinRK a74c79ceab update completion_ and objection_info_request
12 years ago
MinRK 98c408cbd1 support password in input_request
12 years ago
MinRK 5e8ce3b7e1 remove user_variables
12 years ago
MinRK 5fb9837f5a pyerr -> error
12 years ago
MinRK 38c76aa913 pyout -> execute_result
12 years ago
Min RK 6b7d3fddec Merge pull request #5668 from minrk/async-output
12 years ago
Min RK d87045744c Merge pull request #5768 from ivanov/cm-uuddlrlrba
12 years ago
Raffaele De Feo ba7a3ec6bc Make sure that celltoolbars are hidden
12 years ago
Raffaele De Feo 61bdcb477b When a preset is activated fire "preset_activated" event.
12 years ago
Thomas Kluyver b357c55fef Merge pull request #5715 from minrk/log-all-ajax-failures
12 years ago
Paul Ivanov fe7193e5af fix cursor keys in long lines wrapped in markdown
12 years ago
MinRK da525f1541 fix delete_checkpoint errback name
12 years ago
MinRK 0a143e716e dialog on New Notebook failure
12 years ago
MinRK 82964a09c2 log all failed ajax API requests
12 years ago
Raffaele De Feo 4adb8b5ffc Adjusted "rawcell" toolbar preset to make us of the new "register_callback"
12 years ago
Min RK 748b2c64d5 Merge pull request #5627 from AlbertHilb/ConditionalCallbacks
12 years ago
Min RK 673c644a4f Merge pull request #5534 from minrk/pre-css
12 years ago
Thomas Kluyver 0dc02c176a Merge pull request #5586 from minrk/pdf-exporter
12 years ago
Min RK 86cd81014f Merge pull request #5648 from andrewjesaitis/ticket4756
12 years ago
Jonathan Frederic 035562d95b Merge pull request #5602 from jasongrout/kernel-js-post
12 years ago
Min RK 048a36e4fd Merge pull request #5523 from jdfreder/i5521
12 years ago
Andrew Jesaitis 889b711fd7 Adds markdown formatting to output cells
12 years ago
MinRK 66ee7dcea4 allow async output on the most recent request
12 years ago
Jonathan Frederic 561f670423 Merge pull request #5652 from jhamrick/placeholder
12 years ago
Paul Ivanov ae8c7c8c6e Merge pull request #5584 from ivanov/more-semantic-icons
12 years ago
Paul Ivanov 0c3e4acb75 use folder-close-alt without highlighting
12 years ago
Jessica B. Hamrick 95fc7167dd Add placeholder to textarea as well as text
12 years ago
Jessica B. Hamrick 1f8253898c Make sure to update the placeholder on render as well
12 years ago
Jessica B. Hamrick e436850582 Add placeholder attribute to text widgets
12 years ago
Raffaele De Feo 59dbab6121 Removed "cell_types" parameter from "select_ui_generator".
12 years ago
Raffaele De Feo 5b6b8e2bbf Why overriding a method if the new one is exactly the same of the one
12 years ago
Raffaele De Feo dcf77aa2a0 Hide toolbar of rendered text cells.
12 years ago
Raffaele De Feo 5a53a034f4 Hide the cell toolbar if there are no ui controls in it.
12 years ago
Raffaele De Feo 9f959342fa Added an optional parameter to "CellToolbar.register_callback".
12 years ago
Nile Geisinger 0a702ff718 Fixing bug #5607
12 years ago
Jason Grout ea66ebe316 Change $.post to this.post in the kernel js file
12 years ago
MinRK f7c1a15896 support pdf export in the notebook UI
12 years ago
Paul Ivanov 0a4473a2fa book icon for notebooks, color folders differently
12 years ago
Paul Ivanov 3e6492dafd use fixed-width icons, closes #5555
12 years ago
Paul Ivanov 9ccf8e39fe remove auth and tree from ipython.less
12 years ago
Paul Ivanov 39c1346805 more semantic icons
12 years ago
Min RK ae61228994 Merge pull request #5527 from jdfreder/i5518
12 years ago
MinRK 78ee21e533 master is 3.0.0-dev
12 years ago
Paul Ivanov 9bb9652348 one more place
12 years ago
MinRK 4bc14c1154 never use `for (var i in array)`
12 years ago
Thomas Kluyver 9a037d02e9 Merge pull request #5459 from jdfreder/ff_animhop
12 years ago
Jonathan Frederic 6ed0bf975b Don't remove upload items unless explicitly requested.
12 years ago
MinRK 6d2774f0af cleanup some `pre` css inheritance
12 years ago
Jonathan Frederic 1cac0e3fca Make SVGs resizable in the NB
12 years ago
jon 2c1f9790db Don't send \r characters in zmqshell clear_ourput
12 years ago
Jonathan Frederic d4d4b2ac73 Cleanup
12 years ago
Jonathan Frederic ccdb1b2d25 Make sure to not call old load events
12 years ago
Jonathan Frederic 7cc8211c6d A couple of fixes,
12 years ago
jon 955c419f24 Try removing the callbacks
12 years ago
jon eebae30bd1 Use .load() to resize
12 years ago
jon 45d69b5f25 Move append_output animation height lock release into timeout.
12 years ago
Thomas Kluyver a90ee73a80 Update tooltips to refer to shift-tab
12 years ago
MinRK 17bbc2b360 back to dev
12 years ago
MinRK d482fb15b6 release 2.0.0
12 years ago
MinRK c02562e40f remove weird unicode space in the new copyright header
12 years ago
Min RK 3f3f3c136e Merge pull request #5436 from ivanov/cm-shorcuts-quickhelp
12 years ago
Min RK 19ff0c03e1 Merge pull request #5444 from jdfreder/numparse
12 years ago
Min RK e37bf2257d Merge pull request #5449 from minrk/quickhelp-stretch
12 years ago
Paul Ivanov 7880ad88b1 ok, removed last few unnecessary shortcuts
12 years ago
Paul Ivanov 7d4aed19e8 remove cm_keyboard.rst and OS-level shortcuts
12 years ago
MinRK 78bc36ec38 update link
12 years ago
Paul Ivanov c37e10feb2 move hyphen to cmd_ctrl
12 years ago
Paul Ivanov c24ca22955 lower-cased single letter keys in shortcuts
12 years ago
Paul Ivanov 354ff54aa5 remove no-op placeholder edit mode "shortcuts"
12 years ago