Min RK
91cf4ba394
get mime from filename
...
remove never-true `type: notebook` case
11 years ago
Matthias Bussonnier
22f619f316
add dot end of sentence.
11 years ago
Min RK
3a21271d7e
Merge pull request #7926 from Carreau/config-3.1
...
Fix configurability of codecell
11 years ago
Matthias Bussonnier
0e46460094
Remove false info in custom.js
11 years ago
Thomas Kluyver
484958d282
Merge pull request #7983 from minrk/contents-escape-root
...
contents: double check that os_path is always within root
11 years ago
Min RK
08d8fe6c10
Merge pull request #8024 from Carreau/fix-focus
...
Fix save switch to command mode after shortcut
11 years ago
Matthias Bussonnier
596dd46e93
Merge pull request #7932 from jdfreder/dashcss
...
Fix alignment of dashboard things.
11 years ago
Matthias Bussonnier
86e131d478
Merge pull request #7982 from minrk/window-height
...
use $(window).height() instead of window.innerHeight
11 years ago
Justin Tyberg
8c486f0963
Fix custom.js samples to define requirejs module rather than require it.
11 years ago
Matthias Bussonnier
0408e7e4e4
Fix save switch to command mode after shortcut
...
When triggering actions with button one have to refocus the notebook
cell. Though with keyboard shortcut, you don't want cell to switch to
command mode.
11 years ago
Nicholas Bollweg
1fa4296cef
fixes #8012
11 years ago
Matthias Bussonnier
75fe862814
remove private methods
11 years ago
Min RK
a89e800e18
trigger save before copy if there are unsaved changes.
...
just like we do before downloading
11 years ago
Min RK
a4321ccf5a
Get /files/ unmodified from contents
...
request raw files instead of parsing notebooks
avoids reserializing (inconsistently) on download of notebooks.
11 years ago
Mathieu
23d9ad741f
remove debug logging
11 years ago
Mathieu
237b34e2df
fix rename issues in dashboard
...
- Do not display the full path of the selected item in the text box
- Adapt dialog for files and notebook
- Do not allow renaming a running notebook
11 years ago
Jonathan Frederic
c5f20e9481
Merge pull request #7681 from mathieu1/tree-selector-ui
...
Streamline tree-selector menu
11 years ago
Min RK
62e4a5d072
contents: double check that os_path is always within root
...
check based on tornado `StaticFileHandler.validate_absolute_path`
I haven't been able to actually escape root, but we should have this check anyway.
11 years ago
Min RK
bfa501855a
use $(window).height() instead of window.innerHeight
...
to measure window height when resizing contents
Sometimes these values differ by a pixel,
we may never know why.
window.innerHeight seems to be larger when they disagree, causing an extra scrollbar to be drawn.
11 years ago
Thomas Kluyver
1daa179153
Merge pull request #7981 from Carreau/focus-after-save
...
Refocus notebook after click on save
11 years ago
Matthias Bussonnier
afd74fbb94
Refocus notebook after click on save
...
closes #7963
11 years ago
Mathieu
eaeff19314
simpler select function
11 years ago
Scott Sanderson
7a1b8d7dff
DEV: Add re-raise toggle for server extensions.
...
Also renames toggles to "reraise_*_extension_failures".
11 years ago
Peter Parente
dc8f9b0733
Ensure Cache-Control is set once and only once
...
Whether browsers should pick the first or last instance of a duped header is ill defined
11 years ago
Min RK
dfb36abc4d
make 'download as PDF' say 'via LaTeX'
...
so it's clear that LaTeX is required
11 years ago
Jason Grout
e1a6dbd4be
Handle kernel messages synchronously
...
A problem can happen when two messages come in for different
comms, where the second depends on the first (for example, the
first might be a message setting the state of a widget, and the
second triggering a view creation for the widget). Since comm
message queues are independent of each other, the second message
could be executed before the first message.
This exposes a more fundamental assumption users are likely to
have that messages from python are processed synchronously.
Thanks to @dmadeka for reporting an error that led to discovering this issue.
11 years ago
Jonathan Frederic
e50344f4e6
invoke css
11 years ago
Jonathan Frederic
b8ffcf351c
invoke css
11 years ago
Jonathan Frederic
5ad87d13d6
Merge pull request #7902 from gertingold/radio
...
fix margin in RadioButtons
11 years ago
Jonathan Frederic
0cf008d23d
Only pad indicator text.
11 years ago
Jonathan Frederic
65868feb17
Move checkbox down two pixels b/c it looks like 💩 where it is.
11 years ago
Jonathan Frederic
e09b83e910
Merge pull request #7725 from SylvainCorlay/fabutton
...
Adding font-awesome icon to button and toggle button
11 years ago
Sylvain Corlay
03b884a615
Moving styling to else statement
11 years ago
Matthias Bussonnier
103f2f1df2
Update comment for future removal of code
11 years ago
Matthias Bussonnier
ed60311a75
Fix configurability of codecell
...
code cell where actually not configurable,
this fixes that + add a convenient methods to dump the
content of the configuration in the config file.
this also close #7896 by defaulting closebracket to true,
which is now configurable :-)
It also switches the default magic highlight mode to string so that they
could also be configured.
11 years ago
Min RK
6cb15fbffe
Merge pull request #7780 from jasongrout/message-race
...
Fix race condition in javascript kernel message processing
11 years ago
Matthias Bussonnier
242fc93f93
Merge pull request #7889 from Carreau/after-one-year
...
Js completion traceback, erase line on tab, and double complete.
11 years ago
Min RK
f76ce1d6b9
warn about failure to bind to localhost
...
when falling back on 127.0.0.1
11 years ago
Min RK
c605ea44cc
fallback on 127.0.0.1 if localhost cannot be bound
...
Some (broken) systems cannot bind to localhost.
This handles that failure and falls back to 127 as the default
11 years ago
Min RK
17ee541add
actually catch failure to load widget state
...
load callback was called directly,
rather than in promise function that catches errors
11 years ago
Min RK
fb12238bb2
update js serialize test
...
msg count and msgspec v5 API changes
11 years ago
Thomas Kluyver
2b95955079
Merge pull request #7906 from minrk/skip-perm-test-windows
...
skip permission error -> 403 test on Windows
11 years ago
Matthias Bussonnier
709126542a
Merge pull request #7832 from minrk/default-secure-session
...
remove default_secure, make Session secure by default
11 years ago
Min RK
0bc4549d25
skip permission -> 403 test on Windows
...
The test actually passes on my VM (Win 7),
but not on Jenkins (Server 2012).
I haven't figured out how to identify the subset of Windows systems where it won't work,
but since the problem appears to be in the test,
not the tested code, skipping on Windows seems the right way to go.
11 years ago
Min RK
d9f01671ae
make it clearer that we adapt to old messages
...
> Adapting to protocol vX for kernel Y
instead of
> Kernel Y speaks protocol version X
some have interpreted the "Kernel speaks" statement was an error message;
this should be clearer about what's happening,
and that there is no error.
11 years ago
Min RK
109ee00ebb
get session.key from kernel manager
...
in kernel channel handlers
we were accidentally relying on loading Session.key from config set via the default_secure decorator,
which forced the key to be the same for every kernel.
11 years ago
Min RK
96334d4594
deprecate default_secure decorator
...
make Session secure by default on its own
I think the decorator was an artifact of very early design prototyping, and really isn't necessary.
11 years ago
Matthias Bussonnier
dad4ba22b8
Merge pull request #7881 from minrk/ssl-options
...
add ssl_options config value
11 years ago
Matthias Bussonnier
de90843b29
Merge pull request #7893 from Carreau/add-markdown-menu
...
Add Markdown to the list of downloadable nbconverted formats.
11 years ago
Matthias Bussonnier
4c567fb544
Merge pull request #7779 from abeguerra/defect-5544-fix-hyperlink-display
...
Fixed rendering of URL in append_stream function
11 years ago
Gert-Ludwig Ingold
5cef46f26e
fix margin in RadioButtons
11 years ago
Min RK
65b2b3a651
Merge pull request #7888 from Carreau/horse
...
Don't recompute values
11 years ago
Fernando Perez
50c8c5feed
Merge pull request #7852 from minrk/open-perm
...
Catch IOError in addition to OSError.
Closes #7848
11 years ago
Thomas Kluyver
2111ac4812
back to development
11 years ago
Thomas Kluyver
76ce8cd2fb
Release 3.0
11 years ago
Matthias Bussonnier
59cab4c2d8
Add Markdown to the list of downloadable nbconverted formats.
...
Seem it was just forgotten. The list was not auto generated on purpose
IIRC, as some format, like TeX were deemed not useful in menu.
11 years ago
Matthias Bussonnier
a30b9b9446
Fix #4777 and #7887
...
The function in charge of actually converting cursor offset to
CodeMirror line number and character number was actually crashing when
the cursor was at the last character (loop until undefined, then access
length of variable, which is undefined).
This was hiding a bug in which when you would completer to a single
completion pressing tab after as-you-type filtering, the completion
would be completed twice.
The logic that was supposed to detect whether or not all completions had
a common prefix was actually faulty as the common prefix used to be a
string but was then changed to an object. Hence the logic to check
whether or not there was actually a common prefix was always true, even
for empty string, leading to the deletion of the line (replace by '') in
some cases.
11 years ago
Matthias Bussonnier
230ea32f0d
Dont recompute values
11 years ago
Min RK
3aa004e5c3
add ssl_options config value
...
exposes more ssl config, such as ca_certs, disabling SSLv3, etc.
11 years ago
Min RK
41e61d42a5
Merge pull request #7871 from takluyver/docs-misc-cleanup-feb15
...
Misc docs cleanup
11 years ago
Jonathan Frederic
f2dec681d2
Merge pull request #7872 from jdfreder/interact-styling
...
Remove padding without breaking interact style.
11 years ago
Jonathan Frederic
100b4470f3
invoke css
11 years ago
Jonathan Frederic
63b181a1a2
Only style direct decendants.
11 years ago
Jonathan Frederic
b822a9f191
invoke css
11 years ago
Sylvain Corlay
78d6a5023d
fix padding issue
11 years ago
Jonathan Frederic
1fbbda5a14
Pad interact widgets.
11 years ago
Thomas Kluyver
751de151e3
Clean up some docstring formatting for interact/interactive
11 years ago
Thomas Kluyver
80b931897c
Fix some formatting for config options help
11 years ago
Thomas Kluyver
0dd26a9b32
Merge pull request #7855 from minrk/no-extra-contents-manager
...
don't force instantiation of extra, unused contents manager
11 years ago
Min RK
ce7e03bc61
make sure SessionManager tests have a ContentsManager
11 years ago
Thomas Kluyver
193ecc9d22
Merge pull request #7858 from takluyver/i7857
...
Dump frontend config JSON with an indent
11 years ago
Thomas Kluyver
8e4514d88b
Dump frontend config JSON with an indent
...
Fixes gh-7857
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
b83a9383a6
test that FileContentsManager.open turns permission error into 403
11 years ago
Min RK
4e6805c408
catch IOError in addition to OSError
...
IOError is a subclass of OSError on py3, but not py2
11 years ago
Jason Grout
512187ac10
Fix contentsmanager api error message to give the path name
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
Sylvain Corlay
5c16ffe559
removing redundant allow_none=False
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
8b5715d738
Add check to skip work in versions past 3.4
11 years ago
Jason Grout
e441242f21
Fix serialization tests
11 years ago
Jason Grout
d9d089759d
Fix websocket/zmq serialization to expect memoryviews
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
Jason Grout
b4c8bda690
Add test to check that deserializing messages preserves the message order
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
Sylvain Corlay
a70b65b5b4
Font-awesome icons for toggle buttons
11 years ago
Sylvain Corlay
829d25bdfd
Tooltips in togglebuttons
11 years ago
Jason Grout
0169ce472e
Fix race condition in javascript kernel message processing
...
Because the binary messages are now deserialized using the asynchronous FileReader API, we need to have some way to force the messages to still be processed in the order they are received. This patch implements a simple processing queue using promises.
11 years ago
Min RK
10dcd71550
back to dev
11 years ago
Min RK
c597f97b82
release 3.0.0rc1
11 years ago
Abe Guerra
0cfbf0f7d5
[bug: 5544] Fixed rendering of URL in append_stream function.
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
Mathieu
95f0f520c7
add tooltips
11 years ago
Sylvain Corlay
da96d28620
font awesome icon
11 years ago
Mathieu
4ffe57f48a
keep only basic changes
...
Kept changes:
- fewer, shorter menu items (too cryptic?), with icons.
- main checkbox does not open menu, but selects all/none.
- total selection count next to main checkbox (unsure if this is to be
kept. It does address #7628 ).
Removed changes:
- sticky menu.
- checkboxes and counters in menu.
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
Jonathan Frederic
67f000c721
Start read-only indicator as hidden.
11 years ago
Jonathan Frederic
2345e0fb5c
Add title to read-only indicator.
11 years ago
Jonathan Frederic
c639380a1f
invoke css
11 years ago
Jonathan Frederic
193986748c
Prevent output images from being larger than their container.
11 years ago
Jonathan Frederic
dcaa52daee
invoke css
11 years ago
Jonathan Frederic
231c30a550
Add readonly indicator to notification area.
11 years ago
Jonathan Frederic
7ae5f5c13b
invoke css
11 years ago
Jonathan Frederic
c4d017fe84
Don't allow output to overflow page width.
11 years ago
Jonathan Frederic
9ebb06f46a
Correct capitalization in menu.
11 years ago
Jonathan Frederic
14980570a7
Merge pull request #7700 from mathieu1/avoid-stopPropagation
...
Don't stop propagation in dashboard
11 years ago
Jonathan Frederic
b906cf0a8f
Revert "Use Output widget with Interact"
11 years ago
Mathieu
d6583c8097
invoke css
11 years ago
Mathieu
9fe1f43089
clean up CSS and firefox clicks
...
- `#button-select-all` toggles the all/none checkbox
and the all/none checkbox now works on firefox
- static appearance of the `#button-select-all` button
(even on counter change, up to two digits)
- clean up `tree.less`
11 years ago
Mathieu
0e9f13807e
add select-all badge
11 years ago
Mathieu
cbd7f1fc98
don't stop propagation in dashboard
...
Stopping click propagation should be avoided when used as a hack
for something else, as it interacts poorly with the open/close
mechanics of Bootstrap menus (amongst others).
(more [here](http://css-tricks.com/dangers-stopping-event-propagation/ )
This code preserves the intended behaviour (toggling the checkbox when
clicking on the row, except for the link) without resorting to
`stopPropagation()`
11 years ago
Min RK
809e79b6e4
bump pyzmq version dependency to 13
...
pyzmq < 13 doesn't work with tornado >= 3, which we also require.
This results in clearer error messages when pyzmq is too old.
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
Mathieu
2144e843fe
fix badge display on firefox
...
apparently, the use of `pull-right` requires the badges
to appear before the checkbox in order to display
correctly on firefox.
11 years ago
Mathieu
f012d1553c
invoke css
11 years ago
Mathieu
36a59bf8dc
add disabling, align badges and improve look
...
- Disable checkboxes when there is nothing to select
- right-alignment of badges in the menu
- HTML and CSS improvements for better look (not final)
Internal changes:
- Avoid use of `stopPropagation()`!
Instead, replace bootstap's dropdown hide/show logic
with suitable sticky-dropdown behaviour.
- Avoid selecting the `..` parent folder
11 years ago
Mathieu
2d91e6e1f6
add badge to each menu item
...
this is a possible way to address #7628
11 years ago
Mathieu
3578e8f1e5
streamline tree-selector menu using checkboxes
...
streamlines the menu from #7667 with
- Shorter text, with icons.
- Main checkbox no longer opens the dropdown.
Instead it just selects all/none.
- Fewer menu items but more actions possible by adding checkboxes
in the menu
- Menu stays open until clicking outside.
This obviously needs CSS tweaking
11 years ago
Jonathan Frederic
2aac3e913a
Merge pull request #7683 from minrk/fill-height
...
fill #site height with notebook containers
11 years ago
Min RK
b68cf735d7
Merge pull request #7687 from jdfreder/defineselected
...
Defined selected in notebooklist constructor
11 years ago
Min RK
c6bc3cc407
Merge pull request #7680 from jdfreder/persistfix
...
Fix widget view persistence.
11 years ago
Jonathan Frederic
46d1a64412
Defined selected in notebooklist constructor
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
Jonathan Frederic
a1f75abe32
Test for persistence.
11 years ago
Brian E. Granger
7a2e994a7e
Merge pull request #7667 from jdfreder/treeselector
...
Dashboard selector dropdown.
11 years ago
Jonathan Frederic
d78915af13
Fix variable scope.
11 years ago
Jonathan Frederic
6019c62f7f
Attempt to fix alignment problems
11 years ago
Thomas Kluyver
27334d29f5
Merge pull request #7666 from minrk/edit-download
...
add download link to editor
11 years ago
Thomas Kluyver
ea1892d597
Merge pull request #7668 from minrk/kernelspec-whitelist
...
Add KernelSpecManager.whitelist
11 years ago
Min RK
0378ace195
ensure IPython._target is defined
11 years ago
Min RK
cdb5deef9a
use IPython._target in window.open
11 years ago
Sylvain Corlay
f1cc2d1cc6
Allow a comparison operator 'equals' to be set for reverse lookup
11 years ago
Jonathan Frederic
fb88ecd55d
Address comments,
...
Remove inverse,
Deselect instead of unselect,
Add separator.
11 years ago
Jonathan Frederic
4f3d5eb912
tristate
11 years ago
Min RK
c9f60e6354
Merge pull request #7664 from minrk/start-busy
...
don't trigger kernel_starting after kernel_connected
11 years ago
Min RK
2b44652957
Add KernelSpecManager.whitelist
...
set of allowed kernels by name
Mainly useful for excluding the 'native' python2/3 kernel,
but it's generic.
11 years ago
Min RK
5298f5342a
Merge pull request #7626 from Carreau/refresh-rate
...
Make time to refresh "configurable", and limit refresh on focus
11 years ago
Jonathan Frederic
2167ec43fa
invoke css
11 years ago
Jonathan Frederic
30a23d4456
Add selector button to dashboard
11 years ago
Min RK
23fad40f6d
add download link to editor
11 years ago
Jonathan Frederic
95ac0675c9
Merge pull request #7665 from jdfreder/fixedmodeindi2
...
Fix the mode indicator width.
11 years ago
Jonathan Frederic
697fcf3dcd
Remove accident
11 years ago
Jonathan Frederic
fae9040524
invoek css
11 years ago
Jonathan Frederic
5f72e00dd7
Used fa-fw to force mode indicator as fixed width.
11 years ago
Min RK
ded9e7b6ad
don't trigger kernel_starting after kernel_connected
...
trigger instead at the beginning of Kernel.start
if a websocket is fully connected, the kernel has finished starting
11 years ago
Jonathan Frederic
69b07bf0a8
Prevent list items from being deselected on redraw.
11 years ago
Jonathan Frederic
6d248f258a
Merge pull request #6890 from bollwyvl/widget-select-multiple
...
SelectMultiple widget
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
c0b5621732
Merge pull request #7655 from Carreau/position-tooltip
...
position tooltip in #site
11 years ago
Matthias Bussonnier
ea8fbb930f
position tooltip in #site
...
Fixes #7654 . As the position may be calculated for some browser
differently because of the translate-Z hack.
11 years ago
Matthias Bussonnier
7cbc54b9c3
fix sticky warning.
...
Widget.warning('text....') was infinitely sticky in some cases
like content manager raising 'not implemented' on copy.
The make default click_callback to dismiss notification,
and fix the logic to not unbind the click handler if it requests
the notification not to be dismissed.
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
Nicholas Bollweg
39e7836ddc
firing select.change on option.click
11 years ago
Nicholas Bollweg
7643b3ccf0
listening for change on SelectView and SelectMultipleView
11 years ago
Nicholas Bollweg
6a372a4c66
squashing the whitespace changes
11 years ago
Min RK
e48d772063
back to dev
11 years ago
Min RK
4ac3b6b6a6
prerelease 3.0.0b1
11 years ago