Commit Graph

1620 Commits (999daf041c19dbbc5c29b0ec8aec4f7b33201158)

Author SHA1 Message Date
Jessica B. Hamrick 180dd71e81 Allow timeout and click callback
12 years ago
Jessica B. Hamrick 10d500525a Make cell be undeletable ONLY when metadata is explicitly false
12 years ago
Jessica B. Hamrick 990425f034 Handle 'deletable' cell metadata
12 years ago
Thomas Kluyver 3cb8c5a0a1 Merge pull request #6532 from SylvainCorlay/barewidgetmodels
12 years ago
Matthias Bussonnier 4609465161 Merge pull request #6472 from parleur/master
12 years ago
Sylvain Corlay a9fca81e95 Set default view to None and never display widget with no view
12 years ago
Jonathan Frederic aec576a5f2 Fix infinite loop typo
12 years ago
Sylvain Corlay fb336de4ed register bare views
12 years ago
Brian E. Granger 4ec1a3b41e Merge pull request #6235 from jdfreder/addclass
12 years ago
Jonathan Frederic 9f3dfbc56c Fix slidercolor on widget construction
12 years ago
Jonathan Frederic d4d554052e Address problems found in in-person review
12 years ago
Matthias Bussonnier 56d48e2892 codemirror rempo moved, update links in comments
12 years ago
Matthias Bussonnier 633dbc8131 Merge pull request #5844 from jdfreder/scrollmanager
12 years ago
Jonathan Frederic f81d88aebf fab css
12 years ago
Jonathan Frederic a7e7f95ef1 Remove forgotten hreadout
12 years ago
Jonathan Frederic b1c1e3533a fab css
12 years ago
Jonathan Frederic 02d7039a00 Cleaned up hbox and vbox widget div styles,
12 years ago
Jonathan Frederic 6637b768cc Merge pull request #6463 from SylvainCorlay/bulk_update
12 years ago
Sylvain Corlay cd782c916d state_lock loop
12 years ago
Sylvain Corlay c4006f1439 status_started.Kernel was never triggered
12 years ago
Matthias Bussonnier 2c65ea0416 Merge pull request #6431 from jhamrick/input_ui_focus
12 years ago
Jonathan Frederic 0bd868888e Make HeadingScrollManager scroll to heading elements, not cells.
12 years ago
Sylvain Corlay 769e7fa108 rename to on_atomic_change
12 years ago
Jonathan Frederic 9831e6ea1b Make the default the single page scroller.
12 years ago
Jonathan Frederic c957cbc9c2 Set heading scroll manager as default scroll manager.
12 years ago
Jonathan Frederic 46eb5288bc Scroll to all heading levels <= target level.
12 years ago
Jonathan Frederic f6adf3e064 Fixed dumb typo,
12 years ago
Jonathan Frederic 3f9fea0328 Added comments clarifying scroll units
12 years ago
Jonathan Frederic 8c0c04910b options bug fix
12 years ago
Jonathan Frederic 3ff4d4c16e Address review comments
12 years ago
Jonathan Frederic 27058f4804 Removed ScrollManager selector combo.
12 years ago
Jonathan Frederic e843a3d0e4 Fixed rebase indents
12 years ago
Jonathan Frederic 8617696c5b Added heading and slideshow scroll managers
12 years ago
Jonathan Frederic 7e7683a587 Added scroll mode selector,
12 years ago
Jonathan Frederic 62a21b0e6f Add ScrollManager to global ipy namespace in main.js instead of,
12 years ago
Jonathan Frederic 5c5025f3b6 Added smooth scroll to replace std browser behavior.
12 years ago
Jonathan Frederic c2d72353a2 Fixed bug
12 years ago
Jonathan Frederic 617f078165 Make slideshow toolbar add classes to modified cells.
12 years ago
Jonathan Frederic 06ad682d68 Add scrollmanager
12 years ago
Min RK a712e079b4 Merge pull request #6483 from jhamrick/fix-heading-anchors
12 years ago
Jonathan Frederic 591b2b3ad7 Tabs->Spaces
12 years ago
Jonathan Frederic 02e3a58030 s/fore_color/color
12 years ago
Jonathan Frederic 0acd8daf71 Merge pull request #6438 from SylvainCorlay/model_destroy_message
12 years ago
Sylvain Corlay e809fcb545 stop listening
12 years ago
Jessica B. Hamrick d46606a48b Trim anchor link in heading cells, fixes #6324
12 years ago
Sylvain Corlay 75cb63fba2 Adding a comment and renaming on_bulk_change to on_change
12 years ago
Sylvain Corlay 06747c1ada simplification of trigger destroy
12 years ago
Jonathan Frederic 4495fa5246 Merge pull request #6437 from weichm/patch-1
12 years ago
Pierre Gerold 406860fd35 Typo and presentation
12 years ago
Pierre Gerold 98f2d989b6 Modify cells converter funcs to keep metadata through
12 years ago
Sylvain Corlay 222dc5fb3e Destroy backbone model on comm:close
12 years ago
sylvain.corlay e77b21cb22 optimization of WidgetModel.apply_update
12 years ago
sylvain.corlay 6eea0c37aa Added on_bulk_change method in WidgetModel
12 years ago
Jason Grout 78ae8b36c5 Fix several small bugs in the notebook trust framework
12 years ago
Thomas Kluyver fdb375e0ef Merge pull request #6380 from ellisonbg/latex-complete
12 years ago
Thomas Kluyver bdb5481a1e Remove leftover debugging
12 years ago
weichm 06b2926a0a "event" is not defined error in Firefox
12 years ago
Jessica B. Hamrick b8d3d2c6af Register input with keyboard manager, fixes #6426
12 years ago
Jessica B. Hamrick 3aada4008c Rename chkb to text
12 years ago
Jessica B. Hamrick c3c11e5820 Initial version of textbox celltoolbar ui element
12 years ago
Fernando Perez a5fd908b28 Merge pull request #6408 from minrk/new-cell-code
12 years ago
MinRK 6cee444630 make default cell type configurable
12 years ago
Matthias BUSSONNIER 186c8ae41d remove useless comment
12 years ago
Matthias BUSSONNIER a9b4bdc03f Move md-cell display logic to css
12 years ago
Matthias Bussonnier df67bd1720 Merge pull request #6406 from minrk/celltoolbar-rendered
12 years ago
MinRK 78fdc1ebb4 move mergeopt to utils
12 years ago
MinRK 6038612732 don't hide cell toolbar on rendered text cells
12 years ago
Matthias Bussonnier 9e8cf39956 Merge pull request #6258 from patricktokeeffe/patch-1
12 years ago
Matthias BUSSONNIER 7752320295 get rid of some jq-ui- style
12 years ago
Brian E. Granger a67c7e83a6 Adding tests and limiting CM mode to python 3.
12 years ago
Brian E. Granger 2dfd4079ec Cleaning up and only doing latex completion for python 3.
12 years ago
Brian E. Granger 27f2f6baaa Adding regexp for unicode identifers to CM mode.
12 years ago
Jonathan Frederic 2f9dcb852c Fab CSS
12 years ago
Jonathan Frederic cb9014e42c Fixed rebase bugs and other bugs.
12 years ago
Jonathan Frederic fa1c6f93f1 Added bootstrap3 progress bar classes
12 years ago
Jonathan Frederic 9b4d19bad7 Added Bootstrap specific classes,
12 years ago
Jonathan Frederic a0e70e350f Fix some bugs found by the widget examples,
12 years ago
Jonathan Frederic 834fe2d044 Fab CSS
12 years ago
Jonathan Frederic 42cc27e1f5 Finished style attributes.
12 years ago
Jonathan Frederic fdcf263965 Partial implementation of styles
12 years ago
Jonathan Frederic 9af77a6374 Initial crack at using specific traits for styling.
12 years ago
Jonathan Frederic f85a01041c Remove add/remove class methods,
12 years ago
Paul Ivanov 78918ba827 Merge pull request #6359 from minrk/build-css
12 years ago
MinRK 6345b6c874 fix handling of no-checkpoint-defined
12 years ago
Min RK 89f5ec3677 Merge pull request #6306 from coderforlife/master
12 years ago
MinRK 318d46d647 build css
12 years ago
Jonathan Frederic cf0ca9d4a5 Merge pull request #6050 from chronitis/interact-range-widgets
12 years ago
Gordon Ball a12b1a50a9 Change `range` trait to `_range`
12 years ago
Gordon Ball 1a8b77231e Remove errant tabs from js
12 years ago
Matthias Bussonnier 77ec6fdfa2 Merge pull request #6205 from Carreau/momentjs
12 years ago
Brian E. Granger 9e16415907 Initial messing around.
12 years ago
Gordon Ball b8c0afbb55 Merge master
12 years ago
Brian E. Granger 4b22230896 Merge pull request #6305 from minrk/switch-kernel-close-ws
12 years ago
Brian E. Granger 94f717781d Merge pull request #6125 from jdfreder/flex
12 years ago
Jonathan Frederic 62bd36bcc9 s/that/this bug
12 years ago
Gordon Ball 08895738f2 Merge master
12 years ago
Jonathan Frederic ed593f02f1 Merge pull request #6171 from tarzzz/slider-value-validate
12 years ago
MinRK d5a4553b8e improve indicators and handling of dead kernels and broken websocket connections
12 years ago
Jonathan Frederic 2790684a17 Fixed typo
12 years ago
Jonathan Frederic afdba2fd47 Fix logic, use box where applicable
12 years ago