629 Commits (d3567f4cb0cc3cfbf224e60704283cbfe79fde56)

Author SHA1 Message Date
Jonathan Frederic 4e3b2b3e94 jslint /widgets
12 years ago
Jonathan Frederic 3bc9d12eb8 jshint widget.js
12 years ago
Jonathan Frederic e9bf942375 Fixed backbone event handling for accordion view
12 years ago
Jonathan Frederic fbaeb9bb20 Fixed flushed messages not getting sent with new 'method' message tag
12 years ago
Jonathan Frederic 1b02e8f607 Add ImageWidget
12 years ago
Jonathan Frederic 186e756da9 Remove uneccessary lines in String.js
12 years ago
Jonathan Frederic a6e5ec942c Added LatexView
12 years ago
Jonathan Frederic b656f34c48 s/LabelView/HTMLView
12 years ago
Jonathan Frederic 32a8d43afc - ModalView can now be docked and undocked
12 years ago
Jonathan Frederic 6cfdb5848a Fix bug where a child view could be displayed in a
12 years ago
Jonathan Frederic 8e1c52382c Added `method` property to messages from the front-end
12 years ago
Jonathan Frederic d371e3772a Make selector property of the add and remove class packets optional.
12 years ago
Jonathan Frederic d69e957b9a Added support for disabled flag to button widget.
12 years ago
Jonathan Frederic 1536c45955 Replace model 'update' event with the backbone 'sync' event, added in 1.0
12 years ago
Jonathan Frederic dd31af4462 Do not vertically center modal
12 years ago
Jonathan Frederic 515f0d1b0f Fixed modal centering code
12 years ago
Jonathan Frederic c31ad5cf78 Added custom selector logic to modal view
12 years ago
Jonathan Frederic 1fb4340503 Moved flexible box model attrs out of Container and Modal js
12 years ago
Jonathan Frederic 8b08e1c53c Center modal view on show
12 years ago
Jonathan Frederic f9f84fc076 Removed max height from widget modal body
12 years ago
Jonathan Frederic 61bfddbd17 Fixed body container height not stretching to fill remainer of height
12 years ago
Jonathan Frederic 4e1e091648 Added ModalView
12 years ago
Jonathan Frederic 4333c84907 Fix scroll_to_bottom
12 years ago
Jonathan Frederic 02db32fe9a Fix typo, static msg content c&p from button widget view.
12 years ago
Jonathan Frederic 4f663d896d Made scroll to bottom use msgs
12 years ago
Jonathan Frederic cc96589afc Changed on_submit to use custom messages instead of stateful communcation
12 years ago
Jonathan Frederic 10002f5a81 Changed button to use custom messages instead of state to communicate events.
12 years ago
Jonathan Frederic c299022cc7 Changed add_class and remove_class to use messages instead of stateful communication
12 years ago
Jonathan Frederic 873d1d231e Make sure DOM element ids start with alphabetic characters, not numeric.
12 years ago
Jonathan Frederic 00f72487c5 Use setElement to set the view's element properly.
12 years ago
Jonathan Frederic 0cd4226fde Fixed typo in container construction.
12 years ago
Jonathan Frederic f16f1d6537 Make sure backbone events fire.
12 years ago
Jonathan Frederic d795654251 Add scroll_to_bottom method for TextAreaView (StringWidget).
12 years ago
Jonathan Frederic 9019b639d1 Fixed a bug that didn't allow callbacks to set a property
12 years ago
Jonathan Frederic 0d7428a903 Added TextBox submit event
12 years ago
Jonathan Frederic cb0ac9c06b Remove some empty space
12 years ago
Jonathan Frederic bcc2ce15a3 Cleaned up _make_callbacks method of widget model class
12 years ago
Jonathan Frederic 96c6db3c1d Fixed typo in widget model code causing notebook to not load
12 years ago
Jonathan Frederic c0ff518107 Added support for custom widget msgs
12 years ago
Jonathan Frederic 67f364396f Properly dispose of widget model. Delete comm's ref to
12 years ago
Jonathan Frederic 296d0e0b31 Added on_view_displayed and on_close callbacks to widget manager.
12 years ago
Jonathan Frederic b47cc6c3ee Added more comments to widget model JS
12 years ago
Jonathan Frederic b6254e0ce5 Better comments in _display_view
12 years ago
Jonathan Frederic 57460cddcb Dont err if view name isn't registered.
12 years ago
Jonathan Frederic db6ca32499 Added on_create_widget callback to WidgetManager
12 years ago
Jonathan Frederic 61f7408893 Privatize _handle_com_open of WidgetManager
12 years ago
Jonathan Frederic 5ffd0f00c6 Prviatize methods that should not be called externally
12 years ago
Jonathan Frederic 673a723a73 Moved get_msg_cell which depends on notebook specific logic
12 years ago
Jonathan Frederic eaea930667 Added ListBoxView
12 years ago
Jonathan Frederic 1131100d21 Changed require.js load calls to allow require.js to pass
12 years ago
Jonathan Frederic 90030b238b Added missing parameter to get_msg_cell call
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 215060e8e8 Added selected_index support to accordion view.
12 years ago
Jonathan Frederic a9faa50329 Use regular expressions when fixing button-like captions
12 years ago
Jonathan Frederic 6c860e32c0 Added support for multiple lines in button-like widgets
12 years ago
Jonathan Frederic 59e7a04723 Added support for multiple spaces in a row
12 years ago
Jonathan Frederic ce53644d54 Added standard IPY JS header to widget JS files.
12 years ago
Jonathan Frederic b9a274a425 Fixed indentation
12 years ago
Jonathan Frederic e6aa364976 Better fix for empty dropdown button alignment
12 years ago
Jonathan Frederic d35d8c242e Fixed bug that prevent model.save() from being called on
12 years ago
Jonathan Frederic 65510584c5 Fixed typos in throttling code.
12 years ago
Jonathan Frederic 8502b2c182 Remove init_widget_js, use require.js for everything
12 years ago
Jonathan Frederic 3390f64dc2 Added flex properties to container.
12 years ago
Jonathan Frederic 2ba2d42e84 Added flexible box model align properties.
12 years ago
Jonathan Frederic e39ba92172 Fixed: Last state not being sent to kernel while throttling.
12 years ago
Jonathan Frederic 4c23d2c7a1 Fixed comment in widget.js
12 years ago
Jonathan Frederic c3a029acc1 Fixed & separated output_area -> widget_area logic
12 years ago
Jonathan Frederic 21383149ce Decoupled cell_index from widget model code.
12 years ago
Jonathan Frederic 8e259f401d Fixed callback mapping for widget spawned widgets
12 years ago
Jonathan Frederic 4d324f28f1 Set default element to be styled in built-in views
12 years ago
Jonathan Frederic 8fba5d2f07 Added add_class and remove_class methods.
12 years ago
Jonathan Frederic 810ea87e5b Added `visible` property to all widgets
12 years ago
Jonathan Frederic 2c3d80c275 Added selected_index property to TabView
12 years ago
Jonathan Frederic 19f0372f54 Added ability to specify the element that gets style in a view
12 years ago
Jonathan Frederic c95fbfad28 Made RadioButtons and ToggleButtons views compatible with disabled property
12 years ago
Jonathan Frederic 68798d810d Made checkbox and togglebutton compatable with disabled property
12 years ago
Jonathan Frederic 9f3450448e Made TextArea and TextBox views compatable with disabled property
12 years ago
Jonathan Frederic fc6cb0231f Fixed checkbox click event handler
12 years ago
Jonathan Frederic c77bbdf01f Fixed vertical widget labels
12 years ago
Jonathan Frederic 72fd070739 MAJOR CSS FIXES
12 years ago
Jonathan Frederic b9f6e562f7 Changed underscores in CSS names to dashes
12 years ago
Jonathan Frederic f2d77f3b78 Added labels to basic widgets
12 years ago
Jonathan Frederic 9b891d4018 s/TextareaView/TextAreaView & s/TextboxView/TextBoxView
12 years ago
Jonathan Frederic dfd4e3269e Added TabView to multicontainer
12 years ago
Jonathan Frederic 6dd1bce589 Added ability to title multicontainer pages before multicontainer display()
12 years ago
Jonathan Frederic 510c97679d Added ability to set container page titles for widget multicontainer
12 years ago
Jonathan Frederic aeebaaf09d Updated require js references, now absolute paths are used
12 years ago
Jonathan Frederic 692c8f29a6 Added multicontainer widget
12 years ago
Jonathan Frederic b5079276d0 Added msg_id - cell mapping.
12 years ago
Jonathan Frederic c7ded710dc Added support for multiple model views in one widget area.
12 years ago
Jonathan Frederic 0af18e8c13 Changed parent/child api widgets
12 years ago
Jonathan Frederic f241242b7f Fixes that allow last commit to work.
12 years ago
Jonathan Frederic 837ef44256 LOTS OF WIDGET CHANGES
12 years ago
Jonathan Frederic 4c7357f4a4 Revert notebook.js to master
12 years ago
Jonathan Frederic 3c36e715c9 Added message throttling
12 years ago
Jonathan Frederic c692d2aaa8 Made registered model name look like other model names
12 years ago
Jonathan Frederic 0d25759d53 Add state packet delta compression.
12 years ago
Jonathan Frederic d72262e071 Fixed button widget click event handler/
12 years ago
Jonathan Frederic b5d4eda19b Removed widget_item class
12 years ago
Jonathan Frederic c20859a5c9 Add button widget
12 years ago
Jonathan Frederic e619bdf313 Flex box system improvements
12 years ago
Jonathan Frederic 2ad57f6f9d Attempt 1, HBox and VBox implementation.
12 years ago
Jonathan Frederic f3a3e7c9cb Added int widget
12 years ago
Jonathan Frederic 26f31184e7 Added float widget
12 years ago
Jonathan Frederic 40a923c5b6 Lots of updates to widget(s) js
12 years ago
Jonathan Frederic f7d96da585 Added toggle button view
12 years ago
Jonathan Frederic 7490cab0c1 Added boolean widget
12 years ago
Jonathan Frederic 1b5f3d3203 Added togglebutton group
12 years ago
Jonathan Frederic 990303f3eb Removed require.js scheme since it forces async event driven model,
12 years ago
Jonathan Frederic c9d604d54e Use require.js where possible.
12 years ago
Jonathan Frederic 42e32d2ff8 Renamed widget js files since they contain views too now.
12 years ago
Jonathan Frederic 3d72269dcc Use require.js to load widget manager.
12 years ago
Jonathan Frederic e88950238f Moved view code into model files
12 years ago
Jonathan Frederic fffaba9a7b Moved widget js into static
12 years ago
Jonathan Frederic 5cac3fceae Fixed glitch when widgetarea wouldn't get completely hidden upon re-execution
12 years ago
Jonathan Frederic 686dd7aea0 Clear widgets upon cell execute
12 years ago
Jonathan Frederic 2b3d6ab2e4 Added clear widget area button
12 years ago
Jonathan Frederic f32f450d0f Moved widget.js into widget code directory
12 years ago
Jonathan Frederic 3e36dd0c92 Added apply method to base model.
12 years ago
Brian E. Granger 50213707ea Fixing infinite recursion.
12 years ago
Jonathan Frederic a576a0c8a1 Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic 0230fa8c09 Added widjet.js
12 years ago
Jonathan Frederic 5d9dcfc39e Added widget.js
12 years ago
Jonathan Frederic ac874a4bf6 Added widget output area
12 years ago
MinRK 283756ff03 don't require mathjax on the page in mathjax utils
12 years ago
MinRK 829495c6b9 validate output types in append_output
12 years ago
MinRK 19e4b74678 revert output area changes
12 years ago
MinRK d6deaaaf1f protect javascript from invalid mime-type data
12 years ago
Paul Ivanov 5209e82a96 fix mathjax typesetting
12 years ago
Paul Ivanov ea8a7745d8 love javascript.
12 years ago
Paul Ivanov ebe9c20ca2 fix small bug in dropping metadata
12 years ago
Paul Ivanov 0e72314379 minor cleanup
12 years ago
Paul Ivanov a001003d67 remove dynamic keyword, handling it in fromJSON
12 years ago
Paul Ivanov f147e50545 hardcode type into the mimetype specific functions
12 years ago
Paul Ivanov e094fca4ef dispatch on mime type for append methods
12 years ago
Paul Ivanov a6be6e9821 love them semicolons
12 years ago
Paul Ivanov b4c9df8ecc fix stream saving
12 years ago
Paul Ivanov a7ca25a602 fix toJSON/fromJSON renaming
12 years ago
Paul Ivanov d4ab0f4466 unify key renaming for to/from json short keys
12 years ago
Paul Ivanov ee9ecc5548 convert back to short names when writing to JSON
12 years ago
Paul Ivanov 6089570dec stop using convert_to_mime_types
12 years ago
Paul Ivanov d26ce5ffa2 fix png inlining
12 years ago
Paul Ivanov 7aaa3a9203 convert short names like 'png' to mimetype names
12 years ago
Paul Ivanov b415af3dba align with current master
12 years ago
Paul Ivanov ef60127e6e use mime type in memory
12 years ago
Paul Ivanov e8aa99b603 check mime-keyed metadata first, then top level
12 years ago
MinRK d9e57a5b6a passthrough unrecognized output mime-types
12 years ago
Paul Ivanov 459b5ea7ad use non-mimetype-keyed metadata in the outputarea
12 years ago
Paul Ivanov 2e72ab3cd6 make output code not drop non-mimetype-keyed json
12 years ago
Min RK f7388dd2ea Merge pull request #4785 from SylvainCorlay/master
12 years ago
Sylvain Corlay a053ba2419 Replacing a for-in loop by an index loop on an array, to avoid enumerating inherited properties
12 years ago
Brian E. Granger 06d40366aa Work on shortcuts and examples notebook.
12 years ago
Brian E. Granger a324259c49 Minor changes to KB handling.
12 years ago
Brian E. Granger c0fadb245d Fixing design of quickhelp.
12 years ago
Brian E. Granger 506ffe5adf Adding sorting and better layout to the KB shortcuts.
12 years ago
Brian E. Granger 5e706935e1 Semicolon cleanup.
12 years ago
Brian E. Granger c54f48278d canonicalize -> normalize in keyboard manager.
12 years ago
Brian E. Granger c888f9d3e4 Cleaning up console log messages.
12 years ago
Brian E. Granger 5fcb7d21dd Fixing delete_count logic.
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 d83b4ece91 Removing old method on RawCell - just use the base class.
12 years ago
Brian E. Granger 33097b0c1f Adding missig altKey test to CodeCell.
12 years ago
Brian E. Granger 6dcdb26fa4 Fixing a few keyboard codes and shortcuts.
12 years ago
Brian E. Granger 77fd1ff6e5 Focus cells after they are inserted.
12 years ago
Brian E. Granger cc765e29d9 select next cell in insert cell below in menubar to match kb.
12 years ago
Brian E. Granger 11493ca042 Don't always call focus_cell in Cell.command_mode.
12 years ago
Brian E. Granger 9c2762a516 Adding back doc in Keyboard Shortcut.
12 years ago
Brian E. Granger b244518871 Special handling for CM's vim keyboard mapping.
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 0e4c4887aa TextCell.unrender should not focus CM/select.
12 years ago
Brian E. Granger b3322fc2d5 Ongoing work on cell splitting.
12 years ago
Brian E. Granger 177fb9bb5d Fixing css class on cell related to selected, rendered, mode.
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 a07eabe7c5 Fix raw_input.
12 years ago
Brian E. Granger 1d9aa63500 Pressing d twice now deletes cell on first try.
12 years ago
Brian E. Granger 47534d2a28 Updating help string for ctrl-enter and alt-enter.
12 years ago
Brian E. Granger c841e006a3 Adding j/k for select next/prev. Faster than up/down.
12 years ago
Brian E. Granger 673dfe336e Fixing bugs and adding automatic KB shortcut help.
12 years ago
Brian E. Granger 1572df1c65 Like, OMG, keyboardmanager.js is a beast.
12 years ago
Brian E. Granger b44d535329 HTML and JavaScript output KBM event handling.
12 years ago
Brian E. Granger 8cabefa32d Delete cell only if you press "d" twice in 1 second.
12 years ago
Brian E. Granger 06aa0d540d Using a more specific approach for managing CM focus.
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 18b2e54a52 Fixing bug in KeyboardManager.enable/disable.
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 71bc8d5cdd Adding missing enable/disable methods.
12 years ago
Brian E. Granger b865c98567 Removing KBN null mode and replacing with enable/disable.
12 years ago
Brian E. Granger 0000e688d6 Code comments and minor fixes.
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
Brian E. Granger 2181a29be7 Starting work on select/focus logic.
12 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 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
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 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
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
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
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
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