1385 Commits (e660a12934e10a322b5bba76750f44e835fcc263)

Author SHA1 Message Date
Jonathan Frederic 49662a61ba Fix slider orientation change, value-handle-offset bug
13 years ago
Jonathan Frederic fc6cb0231f Fixed checkbox click event handler
13 years ago
Jonathan Frederic 9ce2a9eeca Added ProgressView
13 years ago
Jonathan Frederic c77bbdf01f Fixed vertical widget labels
13 years ago
Jonathan Frederic a1a86bb8c4 Added slider vertical mode, and
13 years ago
Jonathan Frederic 72fd070739 MAJOR CSS FIXES
13 years ago
Jonathan Frederic 9cfecfb6aa Added widget-label style def && fab css
13 years ago
Jonathan Frederic b9f6e562f7 Changed underscores in CSS names to dashes
13 years ago
Jonathan Frederic f2d77f3b78 Added labels to basic widgets
13 years ago
Jonathan Frederic 9b891d4018 s/TextareaView/TextAreaView & s/TextboxView/TextBoxView
13 years ago
Jonathan Frederic dfd4e3269e Added TabView to multicontainer
13 years ago
Jonathan Frederic 6dd1bce589 Added ability to title multicontainer pages before multicontainer display()
13 years ago
Jonathan Frederic 510c97679d Added ability to set container page titles for widget multicontainer
13 years ago
Jonathan Frederic aeebaaf09d Updated require js references, now absolute paths are used
13 years ago
Jonathan Frederic 692c8f29a6 Added multicontainer widget
13 years ago
Jonathan Frederic b5079276d0 Added msg_id - cell mapping.
13 years ago
Jonathan Frederic c7ded710dc Added support for multiple model views in one widget area.
13 years ago
Jonathan Frederic 0af18e8c13 Changed parent/child api widgets
13 years ago
Jonathan Frederic f241242b7f Fixes that allow last commit to work.
13 years ago
Jonathan Frederic 837ef44256 LOTS OF WIDGET CHANGES
13 years ago
Jonathan Frederic 4c7357f4a4 Revert notebook.js to master
13 years ago
Jonathan Frederic 3c36e715c9 Added message throttling
13 years ago
Jonathan Frederic c692d2aaa8 Made registered model name look like other model names
13 years ago
Jonathan Frederic 0d25759d53 Add state packet delta compression.
13 years ago
Jonathan Frederic d72262e071 Fixed button widget click event handler/
13 years ago
Jonathan Frederic b5d4eda19b Removed widget_item class
13 years ago
Jonathan Frederic c20859a5c9 Add button widget
13 years ago
Jonathan Frederic e619bdf313 Flex box system improvements
13 years ago
Jonathan Frederic 2ad57f6f9d Attempt 1, HBox and VBox implementation.
13 years ago
Jonathan Frederic f3a3e7c9cb Added int widget
13 years ago
Jonathan Frederic 26f31184e7 Added float widget
13 years ago
Jonathan Frederic 40a923c5b6 Lots of updates to widget(s) js
13 years ago
Jonathan Frederic f7d96da585 Added toggle button view
13 years ago
Jonathan Frederic 7490cab0c1 Added boolean widget
13 years ago
Jonathan Frederic 1b5f3d3203 Added togglebutton group
13 years ago
Jonathan Frederic 990303f3eb Removed require.js scheme since it forces async event driven model,
13 years ago
Jonathan Frederic c9d604d54e Use require.js where possible.
13 years ago
Jonathan Frederic 42e32d2ff8 Renamed widget js files since they contain views too now.
13 years ago
Jonathan Frederic 3d72269dcc Use require.js to load widget manager.
13 years ago
Jonathan Frederic e88950238f Moved view code into model files
13 years ago
Jonathan Frederic fffaba9a7b Moved widget js into static
13 years ago
Jonathan Frederic 5cac3fceae Fixed glitch when widgetarea wouldn't get completely hidden upon re-execution
13 years ago
Jonathan Frederic 4d2bcf02e5 Adjust weidget box so widget_subarea aligns with codecell
13 years ago
Jonathan Frederic 686dd7aea0 Clear widgets upon cell execute
13 years ago
Jonathan Frederic 2b3d6ab2e4 Added clear widget area button
13 years ago
Jonathan Frederic f32f450d0f Moved widget.js into widget code directory
13 years ago
Jonathan Frederic 3e36dd0c92 Added apply method to base model.
13 years ago
Brian E. Granger 50213707ea Fixing infinite recursion.
13 years ago
Jonathan Frederic a576a0c8a1 Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
13 years ago
Jonathan Frederic 0230fa8c09 Added widjet.js
13 years ago
Jonathan Frederic 5d9dcfc39e Added widget.js
13 years ago
Jonathan Frederic 43b857619e Add widget subarea style
13 years ago
Jonathan Frederic ac874a4bf6 Added widget output area
13 years ago
MinRK 283756ff03 don't require mathjax on the page in mathjax utils
13 years ago
MinRK 829495c6b9 validate output types in append_output
13 years ago
MinRK 19e4b74678 revert output area changes
13 years ago
MinRK d6deaaaf1f protect javascript from invalid mime-type data
13 years ago
Paul Ivanov 5209e82a96 fix mathjax typesetting
13 years ago
Paul Ivanov ea8a7745d8 love javascript.
13 years ago
Paul Ivanov ebe9c20ca2 fix small bug in dropping metadata
13 years ago
Paul Ivanov 0e72314379 minor cleanup
13 years ago
Paul Ivanov a001003d67 remove dynamic keyword, handling it in fromJSON
13 years ago
Paul Ivanov f147e50545 hardcode type into the mimetype specific functions
13 years ago
Paul Ivanov e094fca4ef dispatch on mime type for append methods
13 years ago
Paul Ivanov a6be6e9821 love them semicolons
13 years ago
Paul Ivanov b4c9df8ecc fix stream saving
13 years ago
Paul Ivanov a7ca25a602 fix toJSON/fromJSON renaming
13 years ago
Paul Ivanov d4ab0f4466 unify key renaming for to/from json short keys
13 years ago
Paul Ivanov ee9ecc5548 convert back to short names when writing to JSON
13 years ago
Paul Ivanov 6089570dec stop using convert_to_mime_types
13 years ago
Paul Ivanov d26ce5ffa2 fix png inlining
13 years ago
Paul Ivanov 7aaa3a9203 convert short names like 'png' to mimetype names
13 years ago
Paul Ivanov b415af3dba align with current master
13 years ago
Paul Ivanov ef60127e6e use mime type in memory
13 years ago
Paul Ivanov e8aa99b603 check mime-keyed metadata first, then top level
13 years ago
MinRK d9e57a5b6a passthrough unrecognized output mime-types
13 years ago
Paul Ivanov 459b5ea7ad use non-mimetype-keyed metadata in the outputarea
13 years ago
Paul Ivanov 2e72ab3cd6 make output code not drop non-mimetype-keyed json
13 years ago
Min RK f7388dd2ea Merge pull request #4785 from SylvainCorlay/master
13 years ago
Sylvain Corlay a053ba2419 Replacing a for-in loop by an index loop on an array, to avoid enumerating inherited properties
13 years ago
Brian E. Granger 06d40366aa Work on shortcuts and examples notebook.
13 years ago
Brian E. Granger a324259c49 Minor changes to KB handling.
13 years ago
Brian E. Granger c0fadb245d Fixing design of quickhelp.
13 years ago
Brian E. Granger 506ffe5adf Adding sorting and better layout to the KB shortcuts.
13 years ago
Brian E. Granger 5e706935e1 Semicolon cleanup.
13 years ago
Brian E. Granger c54f48278d canonicalize -> normalize in keyboard manager.
13 years ago
Brian E. Granger c888f9d3e4 Cleaning up console log messages.
13 years ago
Brian E. Granger 5fcb7d21dd Fixing delete_count logic.
13 years ago
Brian E. Granger 418f3e46f2 Reordering conditional.
13 years ago
Brian E. Granger 201217d847 Renaming execute methods.
13 years ago
Brian E. Granger d83b4ece91 Removing old method on RawCell - just use the base class.
13 years ago
Brian E. Granger 33097b0c1f Adding missig altKey test to CodeCell.
13 years ago
Brian E. Granger 6dcdb26fa4 Fixing a few keyboard codes and shortcuts.
13 years ago
Brian E. Granger 77fd1ff6e5 Focus cells after they are inserted.
13 years ago
Brian E. Granger cc765e29d9 select next cell in insert cell below in menubar to match kb.
13 years ago
Brian E. Granger 11493ca042 Don't always call focus_cell in Cell.command_mode.
13 years ago
Brian E. Granger 9c2762a516 Adding back doc in Keyboard Shortcut.
13 years ago
Brian E. Granger b244518871 Special handling for CM's vim keyboard mapping.
13 years ago
Brian E. Granger 89c410d19d Cell splitting merging works with RawCell now.
13 years ago
Brian E. Granger 6c7196a99e Cleanup of cell splitting.
13 years ago
Brian E. Granger 0e4c4887aa TextCell.unrender should not focus CM/select.
13 years ago
Brian E. Granger b3322fc2d5 Ongoing work on cell splitting.
13 years ago
Brian E. Granger 177fb9bb5d Fixing css class on cell related to selected, rendered, mode.
13 years ago
Brian E. Granger 142b9a4b95 shift-enter should doesn't create a new cell at the bottom.
13 years ago
Brian E. Granger a07eabe7c5 Fix raw_input.
13 years ago
Brian E. Granger 1d9aa63500 Pressing d twice now deletes cell on first try.
13 years ago
Brian E. Granger 47534d2a28 Updating help string for ctrl-enter and alt-enter.
13 years ago
Brian E. Granger c841e006a3 Adding j/k for select next/prev. Faster than up/down.
13 years ago
Brian E. Granger 673dfe336e Fixing bugs and adding automatic KB shortcut help.
13 years ago
Brian E. Granger 1572df1c65 Like, OMG, keyboardmanager.js is a beast.
13 years ago
Brian E. Granger b44d535329 HTML and JavaScript output KBM event handling.
13 years ago
Brian E. Granger 8cabefa32d Delete cell only if you press "d" twice in 1 second.
13 years ago
Brian E. Granger 06aa0d540d Using a more specific approach for managing CM focus.
13 years ago
Brian E. Granger 8a8a03a4d3 Fixing delete/undelete logic.
13 years ago
Brian E. Granger b2f8d17940 Changing a heading cell level should enter edit mode and set dirty
13 years ago
Brian E. Granger 18b2e54a52 Fixing bug in KeyboardManager.enable/disable.
13 years ago
Brian E. Granger 9a3783e2c4 Fixing select when inserting cell using menu.
13 years ago
Brian E. Granger a2ffedb0ff Carefully manage rendered state in merge cell.
13 years ago
Brian E. Granger 761109e4b7 Add + for merge cell below and carefully manage split cell state.
13 years ago
Brian E. Granger 740b7aa21b Split cell keyboard shortcut wired up. Merge markdown adds 2nd \n.
13 years ago
Brian E. Granger 23b88a9a24 Moving a cell focuses it after the move.
13 years ago
Brian E. Granger 71bc8d5cdd Adding missing enable/disable methods.
13 years ago
Brian E. Granger b865c98567 Removing KBN null mode and replacing with enable/disable.
13 years ago
Brian E. Granger 0000e688d6 Code comments and minor fixes.
13 years ago
Brian E. Granger c1166ea98a Lots of updates and changes.
13 years ago
Brian E. Granger caffba142e Adding keyboard manager logic.
13 years ago
Brian E. Granger c775800714 Removing manual focusing of notebook div.
13 years ago
Brian E. Granger a37443710b Binding to notebook div not document.
13 years ago
Brian E. Granger d137535431 Don't bind notebook keyboard events to $(document).
13 years ago
Brian E. Granger 40977e545b Semi working version of basic dual mode UX.
13 years ago
Brian E. Granger 2a530ff30d More work on the dual mode UX.
13 years ago
Brian E. Granger 54088a0105 Adding new logic to cells.
13 years ago
Brian E. Granger 2181a29be7 Starting work on select/focus logic.
13 years ago
Matthias Bussonnier 880bcfc122 Merge pull request #4658 from stevefox/dev
13 years ago
Min RK 556627a637 Merge pull request #4656 from takluyver/nbconvert-service
13 years ago
Min RK 8be6c4b617 Merge pull request #4575 from minrk/encode_paths
13 years ago
Steve Fox 9681bdd177 Tabs converted to spaces for #4643
13 years ago
MinRK da2f38c24e uniformity in ajax error handler arguments
13 years ago
Thomas Kluyver 9da24dda50 Download as always starts downloads in new window/tab
13 years ago
Thomas Kluyver c5d0f1614f Condense raw_mimetype and mime_type traitlets into output_mimetype
13 years ago
Thomas Kluyver 390b13a82c Add option to download as reST
13 years ago
Thomas Kluyver a3c2f1b5f9 Add menu entries for getting converted views of a notebook
13 years ago
Susan Tan 088987adbe Fixed various typos in docstrings.
13 years ago
Matthias Bussonnier ed17c53825 Merge pull request #4646 from ellisonbg/output-js
13 years ago
Matthias Bussonnier 5a1a969b07 Merge pull request #4654 from ellisonbg/textcell-padding
13 years ago
Matthias Bussonnier 4039e246fc Merge pull request #4306 from minrk/raw-cell-metadata
13 years ago
Steve Fox fad1f14142 Bug fix for #4643: Regex object needs to be reset between calls in tooltip.js
13 years ago
Brian E. Granger 32bd409fc1 Fixing various output related things:
13 years ago
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
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
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 88cb5073d5 split notebook style in 2 files,
13 years ago
Matthias BUSSONNIER d2a41e902f remove more hard coded layout
13 years ago
Matthias BUSSONNIER bdb1c94137 fix and add shim for change introduce by #4195
13 years ago
Matthias BUSSONNIER d90429366b Remove tooltip on tab logic
13 years ago
MinRK 90f67d3bbe add CodeCell.get_callbacks
13 years ago
MinRK 9e198d2bd6 attach comm_manager to kernel
13 years ago
MinRK 99680e21bd move comm.js to base
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 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
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 0558ec4ce0 Cells shouldn't know about Sessions
13 years ago
MinRK d1a36fe4c0 use 'id' for checkpoint ID key
13 years ago
MinRK 5ca1ad666d add missing cell.session in tooltip.js
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 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 40f577b538 add utils.url_path_join
13 years ago
Zachary Sailer da58c8c470 Fixed session js ajax request.
13 years ago
Zachary Sailer 7aaaab0668 fixed notebook rename after nbmanager refactor
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 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 d41544865a fix kill_and_exit button in notebook
13 years ago
Zachary Sailer 62ec52e276 fix restart/interrupt kernel buttons
13 years ago
Zachary Sailer 20324bafd0 fixing path redirects, cleaning path logic
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
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 ba38fad3b8 Refactoring the center/left justify.
13 years ago
Brian E. Granger 54c751ce50 Merge pull request #4229 from jdfreder/clearoutput
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 8dd8446315 Indenting MathJax rendered equations in rendered_html divs.
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
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 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
Takeshi Kanmae 9ceedb62d0 Have remove_and_cancel_tooltip() return a boolean
13 years ago
Takeshi Kanmae a11ebc8b0a ESC should be handled by CM if tooltip is not on
13 years ago
Min RK 5e590218f2 Merge pull request #4136 from minrk/catch-js
13 years ago
Min RK 287f432d20 Merge pull request #4159 from minrk/minor-style
13 years ago
Min RK 76f8de32ea Merge pull request #4064 from Carreau/default_mode
13 years ago
Kevin Burke 2cf73980c0 Select default title when renaming a notebook
13 years ago
MinRK 29c48fd538 don't split `.cell` and `div.cell` CSS
13 years ago
MinRK 5c607a9e8a use _safe_append for all output
13 years ago
Matthias Bussonnier b6e5dc0f65 catch if cm_config of other key undefined
13 years ago
Matthias BUSSONNIER fc8f118610 store default codemirror mode in only 1 place
13 years ago
Matthias Bussonnier a133236f56 Merge pull request #3969 from Carreau/usestrict
13 years ago
Matthias Bussonnier f996a93455 Merge pull request #3937 from Carreau/redtab
13 years ago
Matthias Bussonnier d04be020c1 Merge pull request #3939 from minrk/checkpoints
13 years ago
Matthias BUSSONNIER 1f4a7eae4e remove red background, cleanup less file
13 years ago
Bussonnier Matthias 0226efa02d make tab visible in codemirror and light red background
13 years ago
Matthias BUSSONNIER 13ff842be5 "use strict" in most (if not all) our javascript
13 years ago
Matthias BUSSONNIER 57c5d901dc fix completion when shared start among completion item is null
13 years ago
Matthias BUSSONNIER faa6d63176 complete on % for magic in notebook
13 years ago
MinRK 3f3709526c minor checkpoint cleanup
13 years ago
MinRK c0ec02bdb4 swallow enter event in rename dialog
13 years ago
Paul Ivanov 481a6a3070 two column quickhelp dialog, closes #3895
13 years ago
Min RK ac88931fee Merge pull request #3850 from minrk/store_history
13 years ago
Min RK 40b113fc4e Merge pull request #3848 from minrk/empty-docstring
13 years ago
MinRK 9845ba1416 add missing store_history key to Notebook execute_requests
13 years ago
MinRK 1f97024d2b fix incorrect `empty-docstring`
13 years ago
Jessica B. Hamrick 3001ef8535 Parse markdown correctly when mathjax is disabled
13 years ago
MinRK ef6b991881 don't set target on internal markdown links
13 years ago
Jessica B. Hamrick 9973445f9a Closes #3788
13 years ago
Matthias Bussonnier e07ddebdf6 Merge pull request #3743 from minrk/noro
13 years ago
Matthias Bussonnier b78f0851a3 Merge pull request #3732 from minrk/slow-save-on-close
13 years ago
Matthias Bussonnier 68cf7df38a Merge pull request #3741 from minrk/badnbmsg
13 years ago
Stefan Karpinski f0cb45536c handle empty metadata in pyout messages more gracefully.
13 years ago
MinRK f9dd129e1c remove notebook read-only view
13 years ago
MinRK 2a09958bb6 better message when notebook format is not supported
13 years ago
MinRK 6970a79e6a add delay to autosave in beforeunload
13 years ago
MinRK 6fbbd1dea3 remove any lingering raw_inputs on raw_input
13 years ago
Min RK 73771392aa Merge pull request #3685 from minrk/pager
13 years ago
Rick Lupton 7b474e5ce6 Fix rename notebook - show error with invalid name
13 years ago
MinRK 0f5de6f4f8 fix Pager.detach
13 years ago
Matthias BUSSONNIER 38fc90a1b0 add mising semicolon
13 years ago
Matthias BUSSONNIER 42fb90acac patch header-cell and use-strict
13 years ago
Matthias BUSSONNIER e166732257 linting and remove unused var
13 years ago
Matthias BUSSONNIER 7a452f10ca statelessify matjaxutils
13 years ago
Matthias Bussonnier ba24f709cb Merge pull request #3673 from minrk/cm-comment
13 years ago
MinRK 127a0669ff enable comment/uncomment selection
13 years ago
Min RK 374579a65c Merge pull request #3559 from minrk/create_delete_events
13 years ago
Min RK 99a9782eb7 Merge pull request #3601 from minrk/headingmath2
13 years ago
Min RK f395271e95 Merge pull request #3621 from minrk/htmlerror
13 years ago
Min RK 51f4b08174 Merge pull request #3571 from damianavila/split_shortcut
13 years ago
Paul Ivanov 03006024ba passing cell to showInPager, closes #3625
13 years ago
MinRK 38869a60e4 catch any exception appending output
13 years ago
MinRK 49e6a36f7c add ansi background colors
13 years ago
MinRK 47061360da remove unnecessary heading-anchor
13 years ago
MinRK 185769d1b9 merge heading lines
13 years ago
MinRK b5f0be18de truncate invalid multi-line headers
13 years ago
MinRK 45d0dd0a45 Markdown in heading cells (take 2)
13 years ago
Min RK 2e417e82f0 Merge pull request #3594 from Carreau/fixes-3563
13 years ago
Matthias BUSSONNIER 1fbf5a6a2c Revert "allow markdown in heading cells"
13 years ago
Matthias BUSSONNIER 1e75582e48 Fix duplicate completion in notebook
13 years ago
damianavila 7aab2ec291 Added '-' as a shortcut for splitting cells.
13 years ago
Matthias Bussonnier b0922caa81 Merge pull request #3567 from Carreau/app-init-event
13 years ago
Matthias Bussonnier 1f2c975c84 Merge pull request #3531 from minrk/headingmath
13 years ago
Matthias BUSSONNIER 755b13a7c4 Simplify codemirror ipython-mode
13 years ago
Matthias BUSSONNIER 2272edf715 correct static path for CM modes autoload
13 years ago
damianavila 73e88b6677 Added shorcuts to split cell, merge cell above and merge cell below.
13 years ago
Matthias Bussonnier fc5ea27155 Merge pull request #3566 from Carreau/fix-event-name
13 years ago
Matthias BUSSONNIER 621c8c40a3 Trigger a single event on js app initilized
13 years ago
Matthias BUSSONNIER 41c84eb40e fix event names
13 years ago
MinRK 5e20d457cd add create.Cell and delete.Cell js events
13 years ago
MinRK 0c6fe836ca open markdown links in new tabs
13 years ago
MinRK ee6f7f4c3d set overflow-x: hidden on Firefox only
13 years ago
Paul Ivanov 735ed2c67f Merge pull request #3548 from takluyver/save-icon
13 years ago
Thomas Kluyver e7bfd55357 Change to standard save icon in Notebook toolbar
13 years ago
Matthias Bussonnier 2052b1f1cf Merge pull request #3513 from minrk/nocp
13 years ago
MinRK 09567f835b remove debug statement
13 years ago
MinRK d1a8c06c91 allow markdown in heading cells
13 years ago
MinRK d12a9b19c9 use bootstrap `disabled` instead of `ui-state-disabled`
13 years ago
MinRK 40b882906f add 'No Checkpoints' to Revert menu
13 years ago
MinRK b9706f23f5 use `window.onbeforeunload=` for nav-away warning
13 years ago
Brian E. Granger 202dec41e6 Merge pull request #3478 from minrk/rewarn
13 years ago
MinRK 1d64597ea8 move restart dialog to notebook.js
13 years ago
MinRK d8fa8eea04 add a dialog when the kernel is auto-restarted
13 years ago
MinRK a51f9e1a6e update before unload message
13 years ago
MinRK 09c7bba2b4 restore "unsaved changes" warning on unload
13 years ago
MinRK cf726d6a40 mv IPython.html.notebook -> IPython.html
13 years ago