Matthias Bussonnier
b0cb79d4e7
Merge pull request #7598 from minrk/ignore-empty-cell
...
don't execute empty cells
11 years ago
Min RK
a7e72f8b80
don't execute empty cells
...
reorder execute a little, so that clearing old state all happens before setting new state
11 years ago
Min RK
7f3f3d4316
apply `position: relative` to header
...
otherwise, z-index has no effect,
causing header shadow to fall behind content.
11 years ago
Thomas Kluyver
708088d74a
Merge pull request #7586 from Carreau/notif-editor
...
re-hook notification area for editor.
11 years ago
Peter Parente
91740ace4a
Fix initial scroll overflow with padding (from @joelkim)
11 years ago
Min RK
b5ba6caf72
fix CodeMirror div measurement on edit page
...
was measuring the wrong elements,
causing the CM div to not fit on the page,
resulting in multiple scrollbars.
11 years ago
Min RK
339238587f
rebuild css with font-awesome-4.3
11 years ago
Bussonnier Matthias
8bc4bbab68
remove "Saving..." notification
11 years ago
Matthias Bussonnier
1ce46a8723
Merge pull request #7481 from minrk/toggle-buttons-indicate
...
don't set bootstrap toggle on ToggleButtonsWidget
11 years ago
Bussonnier Matthias
0118cfbd48
re-hook notification area for editor.
...
- re-order element to be the same as in notebook,
- rename events correctly.
- Add event on savign to show that save is in progress, that get
dismissed on file save
Closes #7569
11 years ago
damianavila
1b520328d6
Fix the hidden x scrolling.
11 years ago
Matthias Bussonnier
730c0b8822
Merge pull request #7522 from minrk/store-scroll
...
remember and persist manual scroll state.
11 years ago
Matthias Bussonnier
f5cbbd591f
Merge pull request #7565 from minrk/missing-focusout
...
enable keyboard manager when codemirror is focused
11 years ago
Min RK
ad83e79ea5
allow requesting contents without body
...
adds `?content=0` to only fetch the metadata in the model.
The REST API now exposes all arguments to ContentsManager.get.
11 years ago
Min RK
83ce71aa53
Merge pull request #7551 from Carreau/xxs
...
fix left-margin on xxs screen
11 years ago
Min RK
d4eb36ea02
Merge pull request #7557 from minrk/different-resize
...
don't use flexbox to size `#site`
11 years ago
Min RK
d8ccd5e39b
Merge pull request #7473 from Carreau/no-pager-jump
...
Smooth notebook scrolling on pager closing.
11 years ago
Min RK
525c16d721
hook up ScrollManager to #site
11 years ago
Bussonnier Matthias
c81ae8762e
fix left-margin on xxs screen
11 years ago
Min RK
11a9feb25f
enable keyboard manager when codemirror is focused
...
This should always be true, and mitigate focus-related keyboard bugs, such as #7555 .
11 years ago
Min RK
67e5303614
Merge pull request #7521 from amcdawes/i7322
...
change keyboard help to use `esc` and adds key symbol table
closes #7322
11 years ago
Min RK
315fb1528e
remove inappropriate negative margin on menubar
...
caused 1px mismatch between header background and menubar
when toolbar is hidden.
11 years ago
Min RK
f971cad223
use translateZ(0) to avoid repaints of `#site` on scroll.
11 years ago
Min RK
f499104d75
don't use flexbox to size `#site`
...
The approach in #7517 didn't work on Safari
(as in the entire page was invisible).
This is the same mechanism used to size the CodeMirror div on the edit page, and should work more reliably.
11 years ago
Min RK
5dfece0a2a
Merge pull request #7514 from minrk/border-markdown
...
add border to rendered markdown with cell toolbar
11 years ago
Min RK
3d96dfc6fb
Merge pull request #7523 from jdfreder/outputwidgetfix
...
Fix the output widget
11 years ago
Andrew Dawes
98e77906e4
removed tab backward
11 years ago
Thomas Kluyver
306ced6ac7
Merge pull request #7541 from minrk/no-no-default
...
remove preventDefault on menubar
11 years ago
Jonathan Frederic
374be802c0
Merge pull request #7517 from minrk/scroll-offset
...
don't use fixed header
11 years ago
Jonathan Frederic
efe654e59d
Use longer version of document.ready
11 years ago
Min RK
76624b9a93
remove preventDefault on menubar
...
no longer needed after removing fixed header
11 years ago
Jonathan Frederic
273a8030d9
Hook the output the right way.
11 years ago
Jonathan Frederic
6b9558c613
Be a little more clear about sizing logic.
11 years ago
Andrew Dawes
8ed28bf57d
cleaned up new function and removed comments
11 years ago
Andrew Dawes
09818e6b02
working function to build modifier key list
11 years ago
Min RK
cf25b8a93c
fix printing
11 years ago
Jonathan Frederic
bdd40e2734
Explicitly size codemirror editor in Edit app
11 years ago
Jonathan Frederic
39b99340ed
Finished changing output widget logic.
11 years ago
Min RK
ab221f09f9
toggle scroll from auto based on current scroll
...
rather than always `false`
11 years ago
Min RK
66450cf2b3
allow users to set scroll state
...
and persist that state in metadata.
When user toggles the scroll state,
the choice is remembered and persisted.
There are three states:
- 'auto' (default, only state in master)
- true (always scroll if above minimum_scroll_threshold)
- false (never scroll)
true or false is persisted in cell.metadata.scrolled.
"auto" may be persisted, but isn't currently because it's the default state.
11 years ago
Andrew Dawes
1a10511143
new function build_key_names to automate
11 years ago
Andrew Dawes
471c1c9bba
layout key modifiers in alert-warning box
11 years ago
Andrew Dawes
f37edd7eef
rough draft of formatting
11 years ago
Andrew Dawes
c011dd9bfd
first shot at adding list of key symbols, need to format nicely
11 years ago
Min RK
e1926b2f12
Merge pull request #7515 from jhamrick/fix-tour
...
Fix user interface tour
closes #5570
closes #7418
11 years ago
Min RK
b84ad79b2f
don't use fixed header
...
instead, use static header and flex box to accomplish the same thing.
fixes various issues related to scrolling, anchors, etc.
11 years ago
Min RK
bfc9908b75
Merge pull request #7516 from minrk/empty-language-info
...
don't set language_info to an empty dict
11 years ago
Min RK
4fe63dd38f
don't set language_info to an empty dict
...
delete it from metadata if language_info is undefined
11 years ago
Brian E. Granger
918d13200a
Merge pull request #7271 from jdfreder/remove-term-page
...
Try moving terminal page contents into the running tab.
11 years ago
Jonathan Frederic
5ef0c1dfd3
invoke css
11 years ago