Min RK
6d786be40b
Merge pull request #8203 from minrk/kernel.js-switch
...
autosave & reload on kernelspec switch
11 years ago
Jonathan Frederic
0c278a050d
Merge pull request #7757 from jasongrout/custom-serialization
...
Custom serialization
11 years ago
Jason Grout
4d86d06940
Export the widget unpack_models function for other custom classes to use
...
Thanks to @jdfreder for this suggestion.
11 years ago
Jason Grout
58098aebc1
Register widget models and views that have the right inheritance, rather than the right name.
...
Thanks to @jdfreder for this suggestion.
11 years ago
Min RK
8c3b6d79d0
autosave & reload on kernelspec switch
...
when a custom kernel.js was defined,
in which case reload is needed to ensure clean js state.
11 years ago
Thomas Kluyver
ad3dd60b3f
Merge pull request #8191 from minrk/focus-3.1
...
small focus/keyboard-related fixes for 3.1
11 years ago
Min RK
effbd91b77
directly blur codemirror to trigger command-mode
...
rather than focusing the cell, which implies codemirror blur
11 years ago
Min RK
581d6ca158
don't focus cell on save
11 years ago
Min RK
28268d9d0f
don't disable keyboard shortcuts on main toolbar
...
disable them on specific select elements
11 years ago
Min RK
1f0f8c4d57
remove extraneous focus_cell from actions.js
11 years ago
Matthias Bussonnier
bceab630e7
Merge pull request #8062 from minrk/max-width-again
...
another stab at confining images to page width
11 years ago
Min RK
1f8cccbecc
update description of sticky tooltip
...
> Tooltip will linger for 10 seconds while you type
11 years ago
Min RK
0e6aa1b2fb
scroll overflow-x on rendered markdown
...
treat markdown the same as output
11 years ago
Min RK
c52b70561c
dblclick to unconfine on images in html output
11 years ago
Min RK
dd41d9fd5c
calc max-width for Firefox
...
account for prompt width
11 years ago
Min RK
597208a50a
set max-width on output_subarea
...
for Firefox
11 years ago
Min RK
4efc68542d
another stab at confining images to page width
...
- double-click toggles 'raw' size for large image output
- uses max-width on both markdown and output images
- `height: auto` fixes aspect ratio problems caused by using max-width alone
- img.unconfined disables max-width confinement
11 years ago
Matthias Bussonnier
38585a1257
Merge pull request #8174 from minrk/notification-pad
...
add 4px between notification areas
11 years ago
Min RK
2f2a0fcbcb
Merge pull request #8176 from gilbertw/master
...
Fixes bug that would show "null" as the reason in the don't leave dialog
11 years ago
Min RK
7673c151a3
Merge pull request #8159 from Carreau/no-action-icon
...
Fix action do not provide icon.
11 years ago
RickWinter
81a912fbb9
Fixes bug that would show "null" as a message in the don't leave dialog
11 years ago
Min RK
b424166841
add 4px between notification areas
11 years ago
Jason Grout
15c29f685c
Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
...
This separates the kernel and the js much more cleanly, and doesn't use as much space on the wire as well!
11 years ago
Min RK
4ab4ee120e
Merge pull request #8164 from Carreau/open-window
...
replace undefined by empty string to get aroung bug in ie
11 years ago
Matthias Bussonnier
65d50451da
missing one undefined
11 years ago
Min RK
52bd09952a
Merge pull request #7718 from jdfreder/widecontents
...
Disable output contents from overflowing page width.
11 years ago
Jason Grout
d6def13dbd
Fix serialization of models from js -> kernel
11 years ago
Jason Grout
50a0cd57ef
Handle case when pixel values are undefined or null
11 years ago
Matthias Bussonnier
7d90525799
replace undefined by empty string to get aroung bug in ie
11 years ago
Matthias Bussonnier
9c085a9273
Fix action do not provide icon.
...
action might be undefined then button will get no icon.
Prevent throwing an uncatched error and insert warning sign on button
Will do better one I allow text instead of icon
11 years ago
Thomas Kluyver
182639b05e
Merge pull request #8127 from minrk/rename-last-modified
...
update last_modified on rename
11 years ago
Jason Grout
5c797f9672
Simplify error handling for errors in sending sync messages from js
11 years ago
Jason Grout
18ff9c5e1c
Fix two calls to utils.reject (misplaced parens)
11 years ago
Jason Grout
c70f687c0e
Increment the pending_msgs counter immediately to avoid race conditions that send more messages
11 years ago
Min RK
1eb795ba67
Merge pull request #8098 from rsmith31415/remove-resizer
...
Remove image resizer
11 years ago
Jason Grout
4ef0a23839
work-in-progress for custom js serializers
11 years ago
Min RK
b3839d7e7a
handle undefined when sorting quick help
...
since undefined is neither less than nor greater than
anything in Javascript,
the sort function was treating it as equal to everything, causing inconsistent behavior,
depending on the sort algorithm of the browser.
This ensures undefined elements are sorted last in the sequence.
11 years ago
Min RK
8454ae087b
update last_modified on rename
...
some storage backends may update the last_modified date on rename
11 years ago
Min RK
4b0553ae45
Merge pull request #8120 from jasongrout/arraybuffers
...
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
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