Commit Graph

459 Commits (49662a61ba79519d836b9c6b03e2dbd0d8d18d8a)

Author SHA1 Message Date
Brian E. Granger 073a982277 Fixing left padding of text cells to match that of code cells.
13 years ago
Matthias Bussonnier fd74cc7eee Merge pull request #4576 from ellisonbg/cell-spacing
13 years ago
MinRK a31ceefb42 use reST in raw cell toolbar
13 years ago
Min RK a5774b83a2 Merge pull request #4567 from ellisonbg/indent-cell
13 years ago
Brian E. Granger 2734f4cc5b Cleaning up indentation and spacing of less files touched.
13 years ago
Brian E. Granger 3ec22d90fe Removing style to delimit output as per dev meeting.
13 years ago
Brian E. Granger 79a12cf907 Adding prompt area to non-CodeCells to indent content.
13 years ago
MinRK 7458f12dca tweak raw placeholder
13 years ago
Min RK 99c45765c4 Merge pull request #4594 from onceuponatimeforever/2923
13 years ago
Susan Tan 4b8e563032 Fixed #2923 Move Save Away from Cut in toolbar
13 years ago
Brian E. Granger 57a9457f78 More tabs to spaces on less files.
13 years ago
Brian E. Granger 6093987a8b Tabs to spaces in variables.less.
13 years ago
MinRK 3ad0072c9e make sure to encode URL components for API requests
13 years ago
Brian E. Granger 5b75f1a27d Adjusting padding of output subareas and adding @code_padding.
13 years ago
MinRK 1869e1a1a3 add utils.url_join_encode
13 years ago
Brian E. Granger 010becd987 Making the cell margin 0 all around.
13 years ago
MinRK 54ccc1dbe4 store cell toolbar preset in notebook metadata
13 years ago
MinRK c27710842d fix Python mime-type
13 years ago
MinRK 9fc9580256 set cell_type properly first-class in the Cell object
13 years ago
MinRK f420b48aae add dialog to raw cell toolbar
13 years ago
MinRK d087a213b3 add raw cell toolbar preset
13 years ago
MinRK 0fb011ef68 allow cell toolbar presets to apply only to specific cell types
13 years ago
MinRK 3a17777c50 clarify name of 'default' cell toolbar
13 years ago
MinRK dd3a1866ff give Raw Cells a placeholder
13 years ago
MinRK 549b343a88 tweak global hide/show
13 years ago
Brian E. Granger 749e9d9ac4 Fixing cell_type in CodeCell constructor.
13 years ago
Matthias Bussonnier 35475a8841 add semi colon
13 years ago
Matthias BUSSONNIER 73820fb038 remove opts not to conflict with brian
13 years ago
Matthias BUSSONNIER d6afb79da0 fix wrong default
13 years ago
Matthias BUSSONNIER 33dd73eea4 some optimisation and code cleaning
13 years ago
Matthias BUSSONNIER 048ccde41b get rid of most slowdown at notebook loading.
13 years ago
Matthias BUSSONNIER 5db9624d44 prompt '*' strore fix + tab remove tooltip
13 years ago
Paul Ivanov 73fd15ae36 Merge pull request #4250 from pablooliveira/wrap-svg-in-iframes
13 years ago
Min RK 6368dbb6f3 Merge pull request #4444 from Carreau/css-cleaning
13 years ago
Matthias BUSSONNIER 74683da8ad use baseBorderRadius instead of corner_radius
13 years ago
Matthias BUSSONNIER d92e8af627 rename app.less to style_noapp.less
13 years ago
MinRK 71d6a80629 add `setup.py jsversion`
13 years ago
Matthias BUSSONNIER c125e1c7a8 min-width instead of width for prompt
13 years ago
Min RK 97ea238485 Merge pull request #4476 from jdfreder/rm_js_blankspace_onload
13 years ago
Min RK a1afcd92b4 Merge pull request #4398 from Carreau/no-tooltip-on-tab
13 years ago
Matthias BUSSONNIER 8a01fa3388 inverse style.less and app.less
13 years ago
Paul Ivanov 6eb3170963 Merge pull request #4410 from ivanov/close-new-tabs-chrome
13 years ago
Jonathan Frederic 1a5e26dd5a Removed left over log statements
13 years ago
Jonathan Frederic 96f5cc942b Fix blank space added by included Javascript on page refresh or notebook load
13 years ago
Pablo de Oliveira 8253998833 Set both height and width using css
13 years ago
Pablo de Oliveira fcbd398ad2 Preserve layout for large isolated objects
13 years ago
Pablo de Oliveira c72d4fead0 Notebook isolated content: fix firefox extra-space issue
13 years ago
Pablo de Oliveira a8e39d6acc Support isolated metadata tag for any content
13 years ago
Pablo de Oliveira 86dce97804 SVG: scoped is passed as metadata
13 years ago
Pablo de Oliveira 4c49abd2ae Fix style and typo
13 years ago
Pablo de Oliveira 3e0a69ba68 SVG scoping must be explicitly enabled by the user
13 years ago
Pablo de Oliveira f152996f11 outputarea.js: Wrap inline SVGs inside an iframe
13 years ago
Paul Ivanov 4ffe489e72 Merge pull request #4415 from ivanov/more-tooltips
13 years ago
Paul Ivanov 1123af8528 make close-and-halt work on new tabs in Chrome
13 years ago
Matthias BUSSONNIER f7eff4cdb4 recompile css
13 years ago
Matthias BUSSONNIER 88cb5073d5 split notebook style in 2 files,
13 years ago
Matthias BUSSONNIER d2a41e902f remove more hard coded layout
13 years ago
Matthias BUSSONNIER a74c36b62a remove compatibility layer
13 years ago
Matthias BUSSONNIER bdb1c94137 fix and add shim for change introduce by #4195
13 years ago
Matthias Bussonnier 5bd89b7376 Merge pull request #4425 from Carreau/fix-js-python
13 years ago
Matthias BUSSONNIER 79f1edc5e9 fix notebook upload
13 years ago
Min RK 0aaafce4af Merge pull request #4195 from minrk/widget-msg
13 years ago
Paul Ivanov 357b78171a fix: JS kernel state should reflect killed state
13 years ago
Paul Ivanov 19a20a3c70 add Ctrl-M keyboard shortcut
13 years ago
Paul Ivanov 65810a49e4 utility functions + tests for shift- & ctrl-enter
13 years ago
Paul Ivanov c68eaca621 added a shorthand way to trigger keyboard events
13 years ago
Matthias BUSSONNIER d90429366b Remove tooltip on tab logic
13 years ago
MinRK 4a3978ec28 don't expose comm_id arg via new_comm
13 years ago
MinRK b666345633 allow callbacks on status messages
13 years ago
MinRK 34efd17408 catch errors in comm callbacks
13 years ago
MinRK 938dc589dd Add CommManager.new_comm
13 years ago
MinRK 0a89edc641 log exceptions in Comm handlers
13 years ago
MinRK 8bcf95404d add unregister_target to CommManagers
13 years ago
MinRK 90f67d3bbe add CodeCell.get_callbacks
13 years ago
MinRK 9e198d2bd6 attach comm_manager to kernel
13 years ago
MinRK 5c83cd3e52 move comm.js to kernel service
13 years ago
MinRK 04adce96af add message metadata to comm and kernel.send_shell_message
13 years ago
MinRK 99680e21bd move comm.js to base
13 years ago
MinRK 4fdc4bb3fc get clear_output callback properly
13 years ago
MinRK 76994d2ff8 update callback structure in js commands
13 years ago
MinRK aa388570d3 jshint on codecell
13 years ago
MinRK f7e6435256 only pass shell.reply callback to oinfo / complete
13 years ago
MinRK d99e25f245 refactor js callbacks
13 years ago
MinRK 9206d1e87f add utils.always_new
13 years ago
MinRK 111fccc8ab open is not an event
13 years ago
MinRK aa0387a647 s/target/target_name
13 years ago
MinRK f833b1ca03 hook up output for comm messages
13 years ago
MinRK 3d3c3fd504 COMM: mirror Python callback API in Javascript
13 years ago
MinRK 15819e8535 pass whole message to Comm handlers
13 years ago
MinRK 3665cc241f rename widget to comm
13 years ago
MinRK 14fcdab73b make js / Python widgets symmetrical
13 years ago
MinRK 230a2261e8 fix js/Python WidgetManager symmetry
13 years ago
MinRK 6643cffa23 add javascript-side widgets
13 years ago
MinRK 8199909e62 Improvements to kernel.js
13 years ago
Min RK bc0dc279f1 Merge pull request #4303 from ipython/multidir
13 years ago
Paul Ivanov b117f59b82 javascript is no place to start adding title tags
13 years ago
Paul Ivanov 8b26933af5 Merge pull request #4378 from minrk/split-below
13 years ago
Paul Ivanov a2d731ff39 fix 'close and halt' in notebook File menu
13 years ago
MinRK 50665831bd update copy API in js
13 years ago
MinRK aea1bbde6a s/session_id/id
13 years ago
MinRK 0558ec4ce0 Cells shouldn't know about Sessions
13 years ago
MinRK d1a36fe4c0 use 'id' for checkpoint ID key
13 years ago
MinRK 5a60141bed use splitext in notebook_list
13 years ago
MinRK 11013e648d add utils.splitext to js
13 years ago
MinRK 5ca1ad666d add missing cell.session in tooltip.js
13 years ago
Brian E. Granger 9c42ca8a72 Fully removing .py file upload.
13 years ago
Brian E. Granger 51fc769edd Handle notebook downloads through the /files URL.
13 years ago
MinRK 4a12890d65 disable download-as-pt
13 years ago
MinRK fc4fb92580 review pass on multidir js
13 years ago
MinRK e16a5807c7 fixup bad rebase
13 years ago
MinRK 5593526108 don't let empty strings introduce extra slashes in url_path_join
13 years ago
MinRK a7f297f8f3 save before download-as
13 years ago
MinRK 8b94ee2b47 use `async : false` to avoid pop-up blocker on New / Copy notebook
13 years ago
MinRK b33ffa7068 update upload and copy
13 years ago
MinRK 4e12521082 fix dashboard upload
13 years ago
MinRK d1e0aded7d mixup notebook_list
13 years ago
MinRK 40f577b538 add utils.url_path_join
13 years ago
Zachary Sailer da58c8c470 Fixed session js ajax request.
13 years ago
Zachary Sailer c26700cd3a changes after session manager code review
13 years ago
Zachary Sailer 7aaaab0668 fixed notebook rename after nbmanager refactor
13 years ago
Zachary Sailer 04c6a3cfac refactoring of nbmanager and filenbmanager
13 years ago
Zachary Sailer e9ac1c2d37 add tests for session api
13 years ago
Zachary Sailer 8c2009874c session manager restructuring
13 years ago
Zachary Sailer 34b9840786 fixing broken links from recent changes.
13 years ago
Zachary Sailer 470595f9e7 handle path separators with os.sep and add tests
13 years ago
Zachary Sailer 1f04b48725 Renaming fixed
13 years ago
Zachary Sailer f3af343f4f Change new/copy URLS to POST requests
13 years ago
Zachary Sailer a74b9a018b removed '/new' URL and added POST notebook request
13 years ago
Zachary Sailer 8261ac2cb9 change standard money keys
13 years ago
Zachary Sailer 1b2e41eea4 path with spaces completely fixed
13 years ago
Zachary Sailer eb1690255d allow spaces in notebook path
13 years ago
Zachary Sailer 5af83cd705 redirect url after notebook rename
13 years ago
Zachary Sailer fd282698bc removing debug logs
13 years ago
Zachary Sailer 6114d4c338 drop file ext off notebook name in notebook
13 years ago
Zachary Sailer f55381d55b completer now recognizes session
13 years ago
Zachary Sailer d4ee2da291 proper '.py' and '.ipynb' download files
13 years ago
Zachary Sailer bfff3d817d Fixed bug when linking kernel to new code cells
13 years ago
Zachary Sailer ece92127d3 Add 'patch' to session & notebook, rename working
13 years ago
Zachary Sailer e4a7b724a6 fixed shutdown button refresh on dashboard
13 years ago
Zachary Sailer d41544865a fix kill_and_exit button in notebook
13 years ago
Zachary Sailer 62ec52e276 fix restart/interrupt kernel buttons
13 years ago
Zachary Sailer 324370de53 delete debug comment
13 years ago
Zachary Sailer 20324bafd0 fixing path redirects, cleaning path logic
13 years ago
Zachary Sailer 11cef9ab45 fixing some bugs after rebase
13 years ago
Zachary Sailer afb0d571f4 manual rebase static/tree/
13 years ago
Zachary Sailer 385ad6f509 manual rebase static/services (add session.js)
13 years ago
Zachary Sailer 0f52ffa756 manual rebase static/notebook/js files
13 years ago
Min RK 1b9aef3959 Merge pull request #4377 from minrk/fix-cancel
13 years ago
Matthias Bussonnier f11b95358c Merge pull request #4293 from Carreau/tooltip-mkp
13 years ago
Matthias Bussonnier 40eb635824 Merge pull request #4292 from Carreau/more-cpl
13 years ago
Paul Ivanov 7f5e7f4e6d fix (CTRL-M -) shortcut for splitting cell in FF
13 years ago
Paul Ivanov c165b57132 split focuses the top of the newly created cell
13 years ago
MinRK 7080a10362 split adds new cell above, rather than below
13 years ago
MinRK 543b317d92 fix tooltip cancel
13 years ago
Brian E. Granger 7ccb1bbc8a Merge pull request #4154 from ellisonbg/mathstyle
13 years ago
Brian E. Granger 882c791a8a Fixing comments on equation justification.
13 years ago
Matthias Bussonnier 598409c8f0 Merge pull request #4333 from minrk/notebook-metadata
13 years ago
MinRK 4a04553acd add Edit Notebook Metadata to Edit menu
13 years ago
Matthias BUSSONNIER fa23fb9d6d Partial fix to #3653 (from foo import <tab>)
13 years ago
Brian E. Granger 1963605e1f Fixing minor comment.
13 years ago
Brian E. Granger b41b519127 Removing inversion of the completion list.
13 years ago
Brian E. Granger c3d128d38a Adjust tab completion widget if too close to bottom of page.
13 years ago
Matthias Bussonnier 7c4c9d1c1b Merge pull request #4289 from jdfreder/clearoutput
13 years ago
Jason Grout 54aa8a9f61 Make parameters for kernel start method more general
13 years ago
Jonathan Frederic 39c6103159 s/'auto'/''
13 years ago
MinRK 8577550756 move edit_metadata to IPython.dialog
13 years ago
Matthias BUSSONNIER 1a3881dd54 Factorise code in tooltip for julia monkeypatching
13 years ago
Jonathan Frederic 6f0bbe91e1 Fix scrolling output not working
13 years ago
Matthias Bussonnier fbbef5174a Merge pull request #4282 from ellisonbg/linebreaks
13 years ago
Min RK bcaa844afd Merge pull request #4279 from ellisonbg/itemname
13 years ago
Matthias Bussonnier b16530e57e Merge pull request #4253 from Carreau/fix-4039
13 years ago
Brian E. Granger 3ef9498d2f Enable automatic line breaks in MathJax.
13 years ago
Brian E. Granger 3edfec77c3 Fixing line-height of list items in tree view.
13 years ago
Brian E. Granger ba38fad3b8 Refactoring the center/left justify.
13 years ago
Brian E. Granger 54c751ce50 Merge pull request #4229 from jdfreder/clearoutput
13 years ago
Brian E. Granger 33ceac3a99 Removing page.less from base style.less.
13 years ago
Matthias BUSSONNIER e175bec1a7 fixes #4039.
13 years ago
Brian E. Granger 0ab0153e5a Removing extra comment.
13 years ago
Brian E. Granger 4b8ccb37e1 Adding 1em spacing above and below tables in rendered html.
13 years ago
Brian E. Granger 8d9f2e367a Centering for tables/images/math in Markdown.
13 years ago
Brian E. Granger 417e99e4ae Compiling CSS for this branch.
13 years ago
Brian E. Granger 8dd8446315 Indenting MathJax rendered equations in rendered_html divs.
13 years ago
Brian E. Granger b78b79c7cc Fixing less @import paths in auth/base/tree.
13 years ago
Brian E. Granger 523b3645fe Merge pull request #4232 from minrk/no-lang-no-highlight
13 years ago
Jonathan Frederic b8d7197ec6 Don't preserve height when clear_output(wait=False) is called
13 years ago
MinRK e3f2eb8452 no highlight if no language specified
13 years ago
Jonathan Frederic 6bfd28b91d Added wait flag to clear_output.
13 years ago
Jonathan Frederic 00f0c827e9 Removed ability to clear stdout and stderr individually.
13 years ago
Jonathan Frederic 2b6add80f1 Remove clear_output timeout callback in favor of fixed height
13 years ago
MinRK 5d19c204db clear previous callbacks on execute
13 years ago
MinRK b322e72bee add Kernel.clear_callbacks_for_msg
13 years ago
Min RK 5a3da993e3 Merge pull request #4183 from tkanmae/fix-vim-escape
13 years ago
Takeshi Kanmae 7071ae8d90 Update boolean tests
13 years ago
MinRK ddfeab7728 Merge pull request #4193 from juhasch/overflow-x
13 years ago
MinRK a1fc91d9ff fab css
13 years ago
Min RK 4ec07adc60 Merge pull request #4201 from minrk/no-merge-heading
13 years ago
Matthias Bussonnier 89109e73d1 Merge pull request #4079 from minrk/status_started
13 years ago
MinRK 2cf6921166 HeadingCells are not splittable or mergeable
13 years ago
MinRK 37a345bd93 add Cell.is_mergeable method
13 years ago
juhasch deab820002 append Firefox overflow-x fix
13 years ago