Jason Grout
94724fdee1
Typecheck the .buffer attribute before assuming it is an ArrayBuffer
11 years ago
Jason Grout
aa8e36064c
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Sylvain Corlay
55246125e4
Adding readout for Valid widget
11 years ago
Sylvain Corlay
c1a3e7f389
Valid widget
11 years ago
Matthias Bussonnier
265c1d8a28
Merge pull request #7933 from jdfreder/buttonmove
...
Move dynamic buttons to the left and upload button to the right.
11 years ago
Matthias Bussonnier
166595686c
Merge pull request #8059 from minrk/deselect-click
...
deselect all when clicking partial checkbox
11 years ago
Jonathan Frederic
dfa2804887
invoke css
11 years ago
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
11 years ago
Jonathan Frederic
f283754df0
invoke css
11 years ago
Jonathan Frederic
94a8d09dfc
Move upload to the right and dynamic buttons to the left.
11 years ago
Min RK
1c09425838
Merge pull request #8000 from mathieu1/dashboard-nb-rename-dialog
...
Fix rename issues in dashboard
11 years ago
Robert Smith
e539734f5a
Remove image resizer.
11 years ago
Min RK
b9f5a43ebd
`setup.py jsversion`
11 years ago
Matthias Bussonnier
b64389a1b5
Merge pull request #8092 from Carreau/log-erros
...
log error when there is one.
11 years ago
Matthias Bussonnier
1a377f8a44
log error when there is one.
...
Otherwise it's a pain to debug
11 years ago
Matthias Bussonnier
8c69b4c376
Merge pull request #8082 from minrk/output-z-index
...
set z-index on output_wrapper
11 years ago
Min RK
090c847aa4
Merge pull request #8084 from Carreau/delete-duplicate
...
Bad code duplication, I suppose duplicate was meant.
11 years ago
Matthias Bussonnier
657dffe20f
Bad code duplication, I suppose duplicate was meant.
11 years ago
Min RK
63f120db45
set z-index on output_wrapper
...
avoids scrolled output overlaying input in some strange circumstances
11 years ago
Thomas Kluyver
f4e25f5d77
Merge pull request #8058 from Carreau/css-v-ch
...
fix css checkbox vertical align, closes #8065
11 years ago
Thomas Kluyver
05d5b586e5
Merge pull request #8045 from Carreau/cmconfigmerge
...
Merge codemirror config with user config.
11 years ago
Matthias Bussonnier
bfc45392f8
remove Stray .c
11 years ago
Min RK
71fcc3375a
deselect all when clicking partial checkbox
...
stores state in `data('indeterminate')` instead of `prop('indeterminate')`
because the property is cleared before the event handler is called
11 years ago
Matthias Bussonnier
14ab9854c6
fix css checkbox vertical align, closes #8065
11 years ago
Matthias Bussonnier
025ec6df77
Rename local variable to avoid confusion.
11 years ago
Matthias Bussonnier
63a4a764f2
Merge codemirror config with user config.
...
Simplify customisation of codemirror without duplicating the all
codecell configuration.
Closes #8038
11 years ago
Min RK
676da764fe
scroll quickhelp dialog if large
...
using `calc(100vh-padding)` for max-height
11 years ago
Min RK
c6e440c1f9
Merge pull request #7992 from Carreau/falsejs
...
remove false info in custom.js
11 years ago
Min RK
0e4417326f
Merge pull request #8027 from bollwyvl/fix-select-multiple
...
Don't re-implement option.click to trigger select.change
closes #8012
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
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
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
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
Matthias Bussonnier
afd74fbb94
Refocus notebook after click on save
...
closes #7963
11 years ago
Mathieu
eaeff19314
simpler select function
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
17ee541add
actually catch failure to load widget state
...
load callback was called directly,
rather than in promise function that catches errors
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
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
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
Jonathan Frederic
1fbbda5a14
Pad interact widgets.
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
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
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
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