143 Commits (4a84a809a062b051f87d38d40f594facc5eba233)

Author SHA1 Message Date
Brian E. Granger bc7b51d1b0 Merge pull request #4374 from jdfreder/widget-msg
12 years ago
Jonathan Frederic 5ed3a0ebc5 Simplify get_msg_cell function of notebook.js
12 years ago
Matthias BUSSONNIER 149867e74c some $.html( -> $.text(
12 years ago
Jonathan Frederic 6871c8f9e0 Cherry pick of @jasongrout 's 2bc2f96.
12 years ago
Jonathan Frederic bad85fb879 Remove O(N) cell by msg-id lookup
12 years ago
Jonathan Frederic 48eaebf683 Moved the logic to get a cell by message id into the notebook.js.
12 years ago
Jonathan Frederic 8502b2c182 Remove init_widget_js, use require.js for everything
12 years ago
Jonathan Frederic 4c7357f4a4 Revert notebook.js to master
12 years ago
Jonathan Frederic a576a0c8a1 Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic 5d9dcfc39e Added widget.js
12 years ago
Brian E. Granger 506ffe5adf Adding sorting and better layout to the KB shortcuts.
12 years ago
Brian E. Granger c888f9d3e4 Cleaning up console log messages.
12 years ago
Brian E. Granger 418f3e46f2 Reordering conditional.
12 years ago
Brian E. Granger 201217d847 Renaming execute methods.
12 years ago
Brian E. Granger 11493ca042 Don't always call focus_cell in Cell.command_mode.
12 years ago
Brian E. Granger 89c410d19d Cell splitting merging works with RawCell now.
12 years ago
Brian E. Granger 6c7196a99e Cleanup of cell splitting.
12 years ago
Brian E. Granger b3322fc2d5 Ongoing work on cell splitting.
12 years ago
Brian E. Granger 142b9a4b95 shift-enter should doesn't create a new cell at the bottom.
12 years ago
Brian E. Granger 8a8a03a4d3 Fixing delete/undelete logic.
12 years ago
Brian E. Granger b2f8d17940 Changing a heading cell level should enter edit mode and set dirty
12 years ago
Brian E. Granger 9a3783e2c4 Fixing select when inserting cell using menu.
12 years ago
Brian E. Granger a2ffedb0ff Carefully manage rendered state in merge cell.
12 years ago
Brian E. Granger 761109e4b7 Add + for merge cell below and carefully manage split cell state.
12 years ago
Brian E. Granger 740b7aa21b Split cell keyboard shortcut wired up. Merge markdown adds 2nd \n.
12 years ago
Brian E. Granger 23b88a9a24 Moving a cell focuses it after the move.
12 years ago
Brian E. Granger c1166ea98a Lots of updates and changes.
12 years ago
Brian E. Granger caffba142e Adding keyboard manager logic.
12 years ago
Brian E. Granger c775800714 Removing manual focusing of notebook div.
12 years ago
Brian E. Granger a37443710b Binding to notebook div not document.
12 years ago
Brian E. Granger d137535431 Don't bind notebook keyboard events to $(document).
12 years ago
Brian E. Granger 40977e545b Semi working version of basic dual mode UX.
12 years ago
Brian E. Granger 2a530ff30d More work on the dual mode UX.
12 years ago
Brian E. Granger 54088a0105 Adding new logic to cells.
12 years ago
Min RK 8be6c4b617 Merge pull request #4575 from minrk/encode_paths
13 years ago
MinRK da2f38c24e uniformity in ajax error handler arguments
13 years ago
MinRK 3ad0072c9e make sure to encode URL components for API requests
13 years ago
MinRK 54ccc1dbe4 store cell toolbar preset in notebook metadata
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 048ccde41b get rid of most slowdown at notebook loading.
13 years ago
Min RK bc0dc279f1 Merge pull request #4303 from ipython/multidir
13 years ago
Paul Ivanov 8b26933af5 Merge pull request #4378 from minrk/split-below
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 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 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 6114d4c338 drop file ext off notebook name in notebook
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 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
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
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
Jason Grout 54aa8a9f61 Make parameters for kernel start method more general
13 years ago
Jonathan Frederic 00f0c827e9 Removed ability to clear stdout and stderr individually.
13 years ago
MinRK 37a345bd93 add Cell.is_mergeable method
13 years ago
Matthias Bussonnier a133236f56 Merge pull request #3969 from Carreau/usestrict
13 years ago
Matthias BUSSONNIER 13ff842be5 "use strict" in most (if not all) our javascript
13 years ago
MinRK 3f3709526c minor checkpoint cleanup
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
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
Min RK 374579a65c Merge pull request #3559 from minrk/create_delete_events
13 years ago
damianavila 7aab2ec291 Added '-' as a shortcut for splitting cells.
13 years ago
damianavila 73e88b6677 Added shorcuts to split cell, merge cell above and merge cell below.
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 d12a9b19c9 use bootstrap `disabled` instead of `ui-state-disabled`
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 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