Commit Graph

2524 Commits (ae37c5bb9db71786aefbeaf85cc555e7be4420bf)

Author SHA1 Message Date
Min RK a720a14159 fix help-links on Firefox
11 years ago
Mathieu a9201807a9 add running indication for notebook icon in dashboard
11 years ago
Thomas Kluyver b0e4ef6b5c Merge pull request #7505 from jdfreder/actions
11 years ago
Thomas Kluyver 9790e43997 Merge pull request #7605 from minrk/f-the-pager
11 years ago
Min RK c77e94a8e6 more fixes for locating tooltip
11 years ago
Jonathan Frederic 470491432a files/folders
11 years ago
Thomas Kluyver d7f1166005 Merge pull request #7454 from minrk/project_name
11 years ago
Min RK e1c8de79dd Merge pull request #7606 from Carreau/date-now
11 years ago
Matthias Bussonnier 729b0922b1 Parse Date with moment.js or Because Date(str) return Now()
11 years ago
Matthias Bussonnier e558e1aeb8 refactor imports
11 years ago
Matthias Bussonnier a6eefd8952 Merge pull request #7576 from minrk/warn-overwrite
11 years ago
Bussonnier Matthias 4513aae2b9 [editor] mark unsaved changes
11 years ago
Min RK a1e4775487 fix tooltip location
11 years ago
Min RK e18a502484 "fix" the pager
11 years ago
Min RK 87758e0c77 set height: auto on #site for print
11 years ago
Min RK 395ad097a9 add some horizontal margin on select dropdown
11 years ago
Min RK 089973920b use one-off notification widget for match notification
11 years ago
Min RK abf27c1ddf "Continue without kernel" button
11 years ago
Min RK e67df0526a use Array.map
11 years ago
Min RK 89bb88bf6e s/language_name/language/
11 years ago
Min RK 3a20b9928b add "No appropriate kernel" button to kernel-selection prompt
11 years ago
Min RK f5e2bb712d replace project_name with language_name
11 years ago
Min RK e514d930cf handle missing kernel
11 years ago
Min RK 6bf7f1ab43 add project_name to kernelspec
11 years ago
Min RK f52ecf1beb warn on clobber of notebooks
11 years ago
Min RK 1eddad8a63 Merge pull request #7578 from Carreau/moreerrors
11 years ago
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