Min RK
ce7e03bc61
make sure SessionManager tests have a ContentsManager
11 years ago
Min RK
94656735f3
don't force instantiation of contents manager by default
...
this is never used and never needed, and results in the instantiation of a contents manager that is immediately discarded.
11 years ago
Min RK
d256f841f0
Merge pull request #7791 from parente/empty-running-table-fix-7789
...
Fix empty running table background
11 years ago
Jonathan Frederic
c65a28eb42
Merge pull request #7794 from SylvainCorlay/css_numeric_text
...
Minor styling fix for IntText and FloatText widgets
11 years ago
Thomas Kluyver
6272522a5a
Revert "Prevent image outputs from being wider than their container."
11 years ago
Jonathan Frederic
d423b11dd4
Merge pull request #7801 from jasongrout/display-state-change
...
Force display_message to be processed in order
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
Jason Grout
0b2f212786
Force display_message to be processed in order
...
Otherwise sometimes the display message will be processed before the update message.
11 years ago
Sylvain Corlay
0daa48b2c9
wrong css class for widget-int
11 years ago
Peter Parente
f29646bc39
Fix empty running table background
...
* Add list_placeholder style
* Change id so list_header class doesn't get added by JS
11 years ago
Min RK
10dcd71550
back to dev
11 years ago
Min RK
c597f97b82
release 3.0.0rc1
11 years ago
Min RK
69fe3a6d64
Merge pull request #7768 from minrk/handle-close
...
handle zmq messages that may be processed after websocket is closed
11 years ago
Min RK
60bff3735b
rebuild css
11 years ago
Min RK
2fdc2cd096
Merge pull request #7740 from dongweiming/radio
...
fix Radio margin
11 years ago
dongweiming
bf3b9dc0c6
fix Radio margin
11 years ago
Thomas Kluyver
faf648d259
Merge pull request #7756 from Carreau/common_conf
...
pass common config to contents manager
11 years ago
Min RK
07e5f78ef2
handle message arriving when sockets are closed
...
check both the incoming and outgoing streams
before proceeding to send messages
11 years ago
Min RK
b34d9eb76a
backport WebSocket.send_error from tornado 4.1
...
raising an exception in a websocket results in
"Method not supported" on tornado 4.0
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
600a61b993
Merge pull request #7763 from ctaf42/cg/utils/get_body_data
...
get_body_data: fix for undefined
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
4bca402eae
Merge pull request #7748 from minrk/poll-windows
...
add no-op every 5s on Windows
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
Cedric GESTES
49845b92af
get_body_data: fix for undefined
...
return undefined instead of "undefined"
11 years ago
Min RK
8b93d1561e
disable screenKeys in term.js
...
these capture ctrl-a and other keyboard shortcuts
11 years ago
Thomas Kluyver
8983606a89
Merge pull request #7752 from Carreau/nbdoc
...
minor doc improvement on nbextension
11 years ago
Matthias Bussonnier
cfa2d26f71
minor doc improvement on nbextension
11 years ago
Matthias Bussonnier
2394be85c2
explicitely pass language for old notebook
11 years ago
Min RK
64b4d90eeb
add no-op every 5s on Windows
...
signals don't interrupt the inner loop on Windows,
so pump the eventloop every 5s
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
28f54afd57
invoke css
11 years ago