Min RK
1f5f0be854
address code review
...
- remove ctrl shortcuts for scrolling
- rename scroll actions 'scroll-cell-center', 'scroll-cell-top'
- rename added notebook method `scroll_cell_percent`
11 years ago
Alexander Belopolsky
6d5c0725d9
Separated recenter and top actions.
11 years ago
Alexander Belopolsky
35bce22c17
Changed ctrl-l action to scroll to current cell.
11 years ago
Alexander Belopolsky
8f111d0f8d
Added basic scroll to bottom binding for ctrl-l.
11 years ago
Min RK
02b757770b
Merge pull request #8273 from SylvainCorlay/fixes_widget_serialization
...
Minor fixes on custom serialization, and traitlet hold_traits
11 years ago
Sylvain Corlay
6c4cd1c1be
Check for null value
11 years ago
Sylvain Corlay
672f5fc72c
minor fixes on custom serialization, and traitlet hold_traits
11 years ago
unknown
0745f35b2f
Pass the arguments to the callback in the on_some_change function
11 years ago
Sylvain Corlay
3b200d388b
Move _unpack_models to widget.js and widget serialization to widget.py
11 years ago
tmtabor
5dc6b5d13e
Added glyphicon update to LESS.
11 years ago
tmtabor
d591b31d88
Path to glyphicon fonts (used by Bootstrap) was incorrect. Fixed paths to coincide with where the appropriate Bootstrap resources are when IPython-components is attached. Useful for those using Bootstrap classes in custom themes.
11 years ago
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