Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
11 years ago
Kyle Kelley
720e0d1ef7
Merge pull request #7811 from abalkin/patch-2
...
Update actions.js
11 years ago
abalkin
3a6c634f3e
Update actions.js
...
Added help for select- actions.
11 years ago
abalkin
6e5ef91f5a
Update actions.js
...
Clarified "delete-cell" action.
11 years ago
abalkin
25a1d9e2f6
Update actions.js
...
See issue #7807 .
11 years ago
abalkin
64de4432a6
Update quickhelp.js
11 years ago
abalkin
66f6818e42
Update quickhelp.js
11 years ago
abalkin
433dea8215
Update quickhelp.js
...
Use left/right instead of before/after.
11 years ago
Thomas Kluyver
faf648d259
Merge pull request #7756 from Carreau/common_conf
...
pass common config to contents manager
11 years ago
Matthias Bussonnier
8567deaa6f
Pass common_config to content manager.
11 years ago
Thomas Kluyver
c5bed40d72
Merge pull request #7766 from minrk/select-pad
...
adjust appearance of cell toolbar select
11 years ago
Min RK
0ea61c7500
Merge pull request #7747 from Carreau/fix-lang
...
Select language based on old notebook meta.lang.
11 years ago
Matthias Bussonnier
1ea96d24c4
typo "Should"
11 years ago
Matthias Bussonnier
7a9797f6f6
Typo "settings"
11 years ago
Min RK
124874f115
Merge pull request #7610 from Carreau/_blank
...
make some target _blank configurable
11 years ago
Min RK
f4513bc7ce
adjust appearance of cell toolbar select
...
undo some of the bootstrap mixin sizing,
which should help the appearance on Firefox on Linux.
11 years ago
Matthias Bussonnier
9cc7c2bf02
Merge pull request #7730 from minrk/complete-v4-empty
...
handle zero-length match in v4 completions
11 years ago
Jonathan Frederic
412ac27120
Merge pull request #7721 from jdfreder/widecontents2
...
Prevent image outputs from being wider than their container.
11 years ago
Matthias Bussonnier
2394be85c2
explicitely pass language for old notebook
11 years ago
Jonathan Frederic
65540779ee
Merge pull request #7733 from minrk/esc-tooltip
...
prevent esc from bubbling up when dismissing tooltip
11 years ago
Matthias Bussonnier
62bfd92374
Select language based on old notebook meta.lang.
...
Also fix UI when selecting kernels by string.
Fix #7744 and #7742
11 years ago
Min RK
7bbdabdfd5
scrolling workaround for Firefox
...
setting overflow-x: hidden on Firefox prevents
long input from growing the cell ever wider on Firefox.
CSS is only applied on Firefox
11 years ago
Min RK
4ec038db1b
Merge pull request #7720 from jdfreder/readonlyui
...
Readonly indicator.
11 years ago
Min RK
8e20f8d848
prevent esc from bubbling up when dismissing tooltip
...
prevents esc from entering command mode when it's
meant to dismiss the tooltip.
The logic for the event was already there,
it just lacked the `ipkmIgnore` bit.
11 years ago
Thomas Kluyver
73727ed5ae
Remove Ctrl-J & Ctrl-K shortcuts
...
Closes gh-7716
11 years ago
Min RK
a9896e7404
handle zero-length match in v4 completions
...
use start=None instead of `-0` to indicate start == end
(which is already None indicating the same value).
11 years ago
Jonathan Frederic
67f000c721
Start read-only indicator as hidden.
11 years ago
Jonathan Frederic
193986748c
Prevent output images from being larger than their container.
11 years ago
Jonathan Frederic
231c30a550
Add readonly indicator to notification area.
11 years ago
Matthias Bussonnier
626d93128a
Merge pull request #7660 from minrk/overlayHackHack
...
Reverse hscrollbar min-height hack on OS X
11 years ago
Matthias Bussonnier
e154634ebf
Merge pull request #7686 from juhasch/shift-tab
...
Make shift-tab work as "indent-less" operation, too
11 years ago
Juergen Hasch
b3bf9dc318
Make shift-tab work as "indent-less" operation, too
11 years ago
Min RK
a1abe28c2c
fill #site height with notebook containers
...
avoids cutoff of overlay elements
11 years ago
Min RK
cdb5deef9a
use IPython._target in window.open
11 years ago
Jonathan Frederic
697fcf3dcd
Remove accident
11 years ago
Jonathan Frederic
5f72e00dd7
Used fa-fw to force mode indicator as fixed width.
11 years ago
Min RK
f1828497e5
only show prompt overlay if there's a prompt
...
on which to overlay
11 years ago
Min RK
6f354fea42
Reverse hscrollbar min-height hack on OS X
...
OS X has optional behavior to only draw scrollbars during scroll,
which causes problems for CodeMirror's scrollbars.
CodeMirror's solution is to set a minimum size for their
scrollbars, which is always present.
The trade is that the container overlays most of the last line,
swallowing click events when there is scrolling to do,
even when no scrollbar is visible.
This reverses the trade, recovering the click events at the expense of
never showing the horizontal scrollbar on OS X when this option is enabled.
11 years ago
Min RK
0ef85028d7
don't prevent spec_changed from firing on load
...
fixes check for the case where kernelspec info is coming from the kernel,
rather than notebook metadata.
This case was getting skipped by a bad check on `_session_starting`.
11 years ago
Min RK
a5218e0cae
fix initial collapsed state on load
...
OutputArea.collapsed should only be assigned inside expand/collapse methods
setting `collapsed = false` when it actually is collapsed prevents expand from having any effect,
resulting in apparently invisible output.
11 years ago
Min RK
a720a14159
fix help-links on Firefox
...
link text must come after icon to layout properly on Firefox
this makes help links from the kernel match those already populated from the template
11 years ago
Thomas Kluyver
9790e43997
Merge pull request #7605 from minrk/f-the-pager
...
fix the pager and tooltip locations
11 years ago
Min RK
c77e94a8e6
more fixes for locating tooltip
...
use local measurements instead of page-global locations,
which are wrong now that different elements are scrolled.
11 years ago
Thomas Kluyver
d7f1166005
Merge pull request #7454 from minrk/project_name
...
add language name to kernelspec
11 years ago
Min RK
e1c8de79dd
Merge pull request #7606 from Carreau/date-now
...
Date now
11 years ago
Matthias Bussonnier
729b0922b1
Parse Date with moment.js or Because Date(str) return Now()
...
Also so relative date in confirmation dialog because It's easier to
parse mentally.
Closes #7535
11 years ago
Matthias Bussonnier
e558e1aeb8
refactor imports
11 years ago
Min RK
a1e4775487
fix tooltip location
...
put it inside `#site`, so it scrolls with the notebook
11 years ago
Min RK
e18a502484
"fix" the pager
...
- pull the pager element out of `#site`
- fix top to `auto` instead of `inherit`
11 years ago
Min RK
089973920b
use one-off notification widget for match notification
...
when no exact match, and only one kernel matches language
11 years ago