Commit Graph

2498 Commits (e7e2fdde37179ce2f5184f9c57fbcd200b5f287c)

Author SHA1 Message Date
Min RK f11fbe8844 add missing `that = this`
11 years ago
Thomas Kluyver a788c02ea3 Merge pull request #7599 from minrk/modal-double-border
11 years ago
Matthias Bussonnier b0cb79d4e7 Merge pull request #7598 from minrk/ignore-empty-cell
11 years ago
Min RK 54bce1c423 remove duplicated border in indicator area
11 years ago
Min RK a7e72f8b80 don't execute empty cells
11 years ago
Min RK 7f3f3d4316 apply `position: relative` to header
11 years ago
Thomas Kluyver 708088d74a Merge pull request #7586 from Carreau/notif-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
11 years ago
Min RK 339238587f rebuild css with font-awesome-4.3
11 years ago
Jonathan Frederic 2501206692 Only show shutdown when notebooks are the only thing selected.
11 years ago
Jonathan Frederic 0779c37871 Re-add shutdown button to running tab
11 years ago
Jonathan Frederic 9923737e74 Use trash bin icon,
11 years ago
Jonathan Frederic c3838cf2c9 That this typo
11 years ago
Jonathan Frederic 0ca3ce1236 Use running text instead of icon.
11 years ago
Jonathan Frederic bd52c3bc3a Change shutdown button display behavior,
11 years ago
Jonathan Frederic e586a364cd Shutdown the selected notebooks before deleting them
11 years ago
Jonathan Frederic ffac8cc1bb invoke css
11 years ago
Jonathan Frederic 8701ac2db5 Use checkbox layout instead of actions dropdown
11 years ago
Jonathan Frederic d07b05c8c4 Add actions dropdown to tree view
11 years ago
Bussonnier Matthias 8bc4bbab68 remove "Saving..." notification
11 years ago
Matthias Bussonnier 1ce46a8723 Merge pull request #7481 from minrk/toggle-buttons-indicate
11 years ago
Bussonnier Matthias 0118cfbd48 re-hook notification area for editor.
11 years ago
damianavila 1b520328d6 Fix the hidden x scrolling.
11 years ago
Bussonnier Matthias ab8290ae95 Catch and/or log a bit more errors.
11 years ago
Matthias Bussonnier 730c0b8822 Merge pull request #7522 from minrk/store-scroll
11 years ago
Matthias Bussonnier f5cbbd591f Merge pull request #7565 from minrk/missing-focusout
11 years ago
Min RK ad83e79ea5 allow requesting contents without body
11 years ago
Min RK 83ce71aa53 Merge pull request #7551 from Carreau/xxs
11 years ago
Min RK d4eb36ea02 Merge pull request #7557 from minrk/different-resize
11 years ago
Min RK d8ccd5e39b Merge pull request #7473 from Carreau/no-pager-jump
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
11 years ago
Min RK 67e5303614 Merge pull request #7521 from amcdawes/i7322
11 years ago
Min RK 315fb1528e remove inappropriate negative margin on menubar
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`
11 years ago
Min RK 5dfece0a2a Merge pull request #7514 from minrk/border-markdown
11 years ago
Min RK 3d96dfc6fb Merge pull request #7523 from jdfreder/outputwidgetfix
11 years ago
Andrew Dawes 98e77906e4 removed tab backward
11 years ago
Thomas Kluyver 306ced6ac7 Merge pull request #7541 from minrk/no-no-default
11 years ago
Jonathan Frederic 374be802c0 Merge pull request #7517 from minrk/scroll-offset
11 years ago
Jonathan Frederic efe654e59d Use longer version of document.ready
11 years ago
Min RK 76624b9a93 remove preventDefault on menubar
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
11 years ago
Min RK 66450cf2b3 allow users to set scroll 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
11 years ago
Min RK b84ad79b2f don't use fixed header
11 years ago
Min RK bfc9908b75 Merge pull request #7516 from minrk/empty-language-info
11 years ago
Min RK 4fe63dd38f don't set language_info to an empty dict
11 years ago
Brian E. Granger 918d13200a Merge pull request #7271 from jdfreder/remove-term-page
11 years ago
Jonathan Frederic 5ef0c1dfd3 invoke css
11 years ago
Jonathan Frederic fafd6ca305 Move new button group over one pixel
11 years ago
Jessica B. Hamrick 241dd2b69c Make tour functional again
11 years ago
Jonathan Frederic 78f28a635b Review comments
11 years ago
Jonathan Frederic 705bd90653 Start forwarding the messages over widget custom messages
11 years ago
Min RK 784f07346d add border to rendered markdown with cell toolbar
11 years ago
Min RK b01bd7b626 Merge pull request #7493 from Carreau/secure-dialog
11 years ago
Thomas Kluyver 411bf7a39d Merge pull request #7445 from bollwyvl/left-rendered-text
11 years ago
Bussonnier Matthias b52467a966 sanitize only of text and not explicitely asked not to.
11 years ago
Min RK 4335486bdc Merge pull request #7263 from takluyver/nb-common-config
11 years ago
Thomas Kluyver 0a28783871 Expose load_extensions in utils
11 years ago
Jonathan Frederic 64f529d399 invoke css
11 years ago
Jonathan Frederic f254cda663 Typo fix
11 years ago
Jonathan Frederic 96656a87e0 invoke css
11 years ago
Jonathan Frederic d39311ccb5 Correct the padding of the new button group on the files page
11 years ago
Jonathan Frederic db8cad5bff invoke css
11 years ago
Jonathan Frederic aebc1ac2c1 Adjust colors so they are the same
11 years ago
Jonathan Frederic 30a596b4df Fix margins
11 years ago
Jonathan Frederic cf0234d5f9 invoke css
11 years ago
Jonathan Frederic bb0bc50cf3 Use bootstrap variable for table color
11 years ago
Jonathan Frederic 74fbcdfec2 invoke css
11 years ago
Jonathan Frederic 0159a2911d Use less variable for header bg color
11 years ago
Jonathan Frederic bc79ec0c75 invoke css after rebase
11 years ago
Jonathan Frederic 0cabf03343 Animated arrow icon
11 years ago
Jonathan Frederic 6007ef89fe invoke css
11 years ago
Jonathan Frederic 070d9ace2e Remove underline header collapse links
11 years ago
Jonathan Frederic 12fe7823ad New Terminal into new new button
11 years ago
Jonathan Frederic 7c7da54699 invoke css
11 years ago
Jonathan Frederic 0b4d5e73b2 Decrease 2px bottom border to 1px
11 years ago
Jonathan Frederic 33d1bc2abe Fix heading height
11 years ago
Jonathan Frederic 9f35ee6c7a Use less for heading padding
11 years ago
Jonathan Frederic d783812d9b invoke css
11 years ago
Jonathan Frederic 06fe62fe96 Improved styling
11 years ago
Jonathan Frederic 808916762e Remove terminals page of the dashboard,
11 years ago
Juergen Hasch eb7d0b7e07 Use stop_on_error instead of skip_exceptions
11 years ago
Juergen Hasch 2f50bf9980 Skip exceptions
11 years ago
Matthias Bussonnier 9581e3e491 Reload list after creating a new folder in promises.
11 years ago