1075 Commits (c007debe3a4e3416bf0db4e27d0fed64a74dc23f)

Author SHA1 Message Date
Jonathan Frederic 19d12e3025 Remember cursor position on cell type change
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 97fdfea52a updates per review
12 years ago
Matthias BUSSONNIER c9f0d14c09 unify visual line handling
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 5fb9837f5a pyerr -> error
12 years ago
MinRK 38c76aa913 pyout -> execute_result
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 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
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
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
MinRK f7c1a15896 support pdf export in the notebook UI
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
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 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 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
Paul Ivanov 40ca1218c7 completed both sets of platform-specific shortcuts
12 years ago
Paul Ivanov 1102095830 Hi, I'm a Mac. And I'm a PC.
12 years ago
MinRK 8a44e91c0c use modal_stretch on keyboard shortcut dialog
12 years ago
Paul Ivanov f1573bd266 CodeMirror shortcuts in QuickHelp
12 years ago
Paul Ivanov 0240b20127 Merge pull request #5419 from minrk/responsive-prompts
12 years ago
Min RK a594a691c6 Merge pull request #5430 from jdfreder/elementappend
12 years ago
Min RK 34571232bb Merge pull request #5396 from ivanov/fix-5363
12 years ago
Paul Ivanov f41750ca6b address PR feedback
12 years ago
Jonathan Frederic 1235c2f638 Make sure `element` is correct in the context of displayed JS
12 years ago
Jonathan Frederic b4099518f8 Fix tooltip pager feature
12 years ago
Paul Ivanov 997a9735f0 Merge pull request #5320 from jdfreder/focusbug_tt
12 years ago
Paul Ivanov c5054883e9 small fixes for #5320
12 years ago
MinRK f5ad1cc398 move prompts from margin to main column on small screens
12 years ago
Jonathan Frederic aed8b7ba3c Remove commented out lines (for tab evt)
12 years ago
Jonathan Frederic cbab393e44 Shrink cleanup lines
12 years ago
Jonathan Frederic ee7f5b8235 Move width auto into less
12 years ago
Jonathan Frederic bca3fdc4b0 Remove commented line
12 years ago
Jonathan Frederic bf65d5837f Finish implementing codemirror events
12 years ago
Jonathan Frederic a2071db309 More progress...
12 years ago
Jonathan Frederic b2ec594c76 Getting a lot closer...
12 years ago
Jonathan Frederic 23494f4ddd Set tabindex -1, use codemirror's events
12 years ago
Jonathan Frederic dc6355ffb7 Prevent tab key from bubbling when the completer is open
12 years ago
Min RK 0493027d7e Merge pull request #5403 from minrk/alt-shortcut-bad
12 years ago
MinRK 840364ff71 use box-flex to layout quickhelp
12 years ago
MinRK 19c64f4b59 remove alt-- shortcut
12 years ago
Brian E. Granger 9f1b26d860 Merge pull request #5331 from minrk/raw-input-css
12 years ago
Min RK 0ae0216b12 Merge pull request #5049 from ivanov/quickhelp-update
12 years ago
Paul Ivanov 35c861f583 fix MacOS specific shortcuts, thanks @minrk
12 years ago
Paul Ivanov c28096f0c5 prevent saving of partially loaded notebooks
12 years ago
Paul Ivanov 54d9eb4358 really fix the '-' key shortcuts now
12 years ago
Paul Ivanov 77bf4a72dd better handling of minus
12 years ago
Paul Ivanov 21ebaf2e32 handle keyboard shortcuts ending with '-'
12 years ago
Paul Ivanov 4cf1717980 use - for shortcut separators
12 years ago
Paul Ivanov 083f631cde wider style for keyboard shortcuts
12 years ago
Min RK d88b2ccc4a Merge pull request #5310 from ivanov/fix-5238
12 years ago
Min RK 5c5139b65d Merge pull request #5332 from ivanov/semantic-icons
12 years ago
Paul Ivanov c54ced12e5 Merge pull request #5360 from minrk/monospace
12 years ago
Paul Ivanov 2e4036fd4f raw cell placeholder text as one line
12 years ago
Paul Ivanov 37852baa6d render on focus out, always pad raw cells
12 years ago
Paul Ivanov 955d239d07 rename css class names to be consistent with current style
12 years ago
Paul Ivanov a0a17fa04a capitalize keyboard shortcuts in the tour
12 years ago
Paul Ivanov 00603a11f6 remove stale modal dialog from the DOM
12 years ago
Fernando Perez 5f086fded2 Merge pull request #5372 from minrk/no-close-strings
12 years ago
MinRK 3c1fe84f52 Don't autoclose strings
12 years ago
Paul Ivanov b9ef37ac26 semicolon fixes buttress half of my js commits
12 years ago
Min RK e64c2cb5d8 Merge pull request #5296 from ivanov/more-shortcuts
12 years ago
Paul Ivanov 0c366861c5 brief key event desription
12 years ago
Paul Ivanov 6d6e0fb007 fix up and down arrows in the top and bottom cells
12 years ago
Paul Ivanov 09866e0ee1 go to the beginning of the line when entering cell
12 years ago
Paul Ivanov 96848748de restore master behavior
12 years ago
Paul Ivanov 8f17444c27 go to appropriate line when coming from another cell
12 years ago
MinRK 8e5937e993 remove some redundant font-family: monospace
12 years ago
Jonathan Frederic d37ffe91b7 Fix status ind. icon bug
12 years ago
MinRK 89faa5f340 simplify raw_input css
12 years ago
MinRK 065a6eaa34 fix ambiguous raw_input classes
12 years ago
Paul Ivanov 61b47695e4 renamed 'use_shortcut' method to 'handles'
12 years ago
Paul Ivanov d8287466d0 another doc fix
12 years ago
Paul Ivanov f68dcc3e57 it's only half true that I'm anal about semicolons
12 years ago
Paul Ivanov 67fd905421 minor fixes to docs to address PR feedback
12 years ago
Paul Ivanov 469c70fd10 more semicolons
12 years ago
Jonathan Frederic 443083c1fd Added some comments
12 years ago
Paul Ivanov 1dc113a9cb closes #5336
12 years ago
Paul Ivanov 4142911ac7 better fix for starting with Command Mode icon
12 years ago
Paul Ivanov 12139b4d6e ensure ipython-command-mode icon displayed on load
12 years ago
Paul Ivanov f0ae836f5f semantic names for kernel status indicator
12 years ago
Paul Ivanov f5a02a02dd semantic names for indicator icons
12 years ago
MinRK 084aba793f fix raw_input CSS
12 years ago
Paul Ivanov 4dd009f198 DRY: style in one place, removed code duplication
12 years ago
Jonathan Frederic 7762cb0ab3 Fixed a small bug/typo
12 years ago
Jonathan Frederic e61b6aef47 Add logic to close tt when cell is unselected
12 years ago
Paul Ivanov b08665563d fix capitalization of mode-switching keys
12 years ago
MinRK a24595d16b call append_text from append_map
12 years ago
Paul Ivanov 01c9be84d0 prettify combo keyboard shortcuts
12 years ago
Paul Ivanov 1c213bc615 first pass at capitalizing keyboard shortcuts
12 years ago
Jonathan Frederic 95492b0f42 Add illusion that cell is in edit mode when complete is up,
12 years ago
Jonathan Frederic 65732920eb Remove all should cancel blur logic.
12 years ago
Jonathan Frederic 989ae4e1b3 Workaround for Tooltip & completer click focus bug.
12 years ago
Paul Ivanov 8bf4ffa2ca rebuild.QuickHelp event sets the dirty bit
12 years ago
Paul Ivanov cd38181438 remove raw cell placeholder on focus, closes #5238
12 years ago
MinRK 4d1f9b21c4 append functions are not prototype methods
12 years ago
Paul Ivanov 54409a196d dem semicolons
12 years ago
Paul Ivanov 19c7189b15 no need to special-case Escape anymore
12 years ago
Paul Ivanov 6a2c4121f9 up and down keys no longer need special casing
12 years ago
Paul Ivanov 2c9ff376a2 added new use_shortcut method to shortcuts
12 years ago