Commit Graph

1566 Commits

Author SHA1 Message Date
Doug Blank
3997769def Fixed off by one error in get_prev_cell
Not sure why this was a TODO. Maybe `find_cell_index()` returned zero at one time, but in the browsers I tested, it always returns null if not found.
2014-09-27 15:57:01 -04:00
Sylvain Corlay
d8635fc1cc on_atomic_change -> on_some_change 2014-09-26 01:59:11 +00:00
Thomas Kluyver
3cb8c5a0a1 Merge pull request #6532 from SylvainCorlay/barewidgetmodels
Fix Issue #6530
2014-09-25 12:10:00 -07:00
Matthias Bussonnier
4609465161 Merge pull request #6472 from parleur/master
Keep metadata through celltype changes
2014-09-25 09:16:59 +02:00
Sylvain Corlay
a9fca81e95 Set default view to None and never display widget with no view 2014-09-24 23:10:41 -04:00
Sylvain Corlay
fb336de4ed register bare views 2014-09-23 21:11:39 -04:00
Brian E. Granger
4ec1a3b41e Merge pull request #6235 from jdfreder/addclass
Remove add/remove_class and set/get_css.
2014-09-23 16:28:50 -07:00
Jonathan Frederic
9f3dfbc56c Fix slidercolor on widget construction 2014-09-23 16:15:13 -07:00
Jonathan Frederic
d4d554052e Address problems found in in-person review 2014-09-23 15:18:00 -07:00
Matthias Bussonnier
56d48e2892 codemirror rempo moved, update links in comments 2014-09-23 19:50:39 +02:00
Matthias Bussonnier
633dbc8131 Merge pull request #5844 from jdfreder/scrollmanager
'Paul' scroll feature
2014-09-23 17:10:29 +02:00
Jonathan Frederic
f81d88aebf fab css 2014-09-22 16:34:26 -07:00
Jonathan Frederic
a7e7f95ef1 Remove forgotten hreadout 2014-09-22 16:33:57 -07:00
Jonathan Frederic
b1c1e3533a fab css 2014-09-22 16:27:34 -07:00
Jonathan Frederic
02d7039a00 Cleaned up hbox and vbox widget div styles,
removed 5px margin
2014-09-22 16:23:26 -07:00
Jonathan Frederic
6637b768cc Merge pull request #6463 from SylvainCorlay/bulk_update
Bulk update of widget attributes
2014-09-22 13:49:16 -07:00
Sylvain Corlay
cd782c916d state_lock loop 2014-09-22 19:40:07 +00:00
Sylvain Corlay
c4006f1439 status_started.Kernel was never triggered 2014-09-18 20:18:11 +00:00
Matthias Bussonnier
2c65ea0416 Merge pull request #6431 from jhamrick/input_ui_focus
Register input with keyboard manager
2014-09-18 14:37:51 +02:00
Jonathan Frederic
0bd868888e Make HeadingScrollManager scroll to heading elements, not cells. 2014-09-17 16:31:00 -07:00
Sylvain Corlay
769e7fa108 rename to on_atomic_change 2014-09-17 21:31:55 +00:00
Jonathan Frederic
9831e6ea1b Make the default the single page scroller. 2014-09-16 13:52:58 -07:00
Jonathan Frederic
c957cbc9c2 Set heading scroll manager as default scroll manager. 2014-09-16 13:49:15 -07:00
Jonathan Frederic
46eb5288bc Scroll to all heading levels <= target level. 2014-09-16 13:49:15 -07:00
Jonathan Frederic
f6adf3e064 Fixed dumb typo,
forgot to update scrollmanager ref to scroll_manager.
2014-09-16 13:49:14 -07:00
Jonathan Frederic
3f9fea0328 Added comments clarifying scroll units 2014-09-16 13:49:14 -07:00
Jonathan Frederic
8c0c04910b options bug fix 2014-09-16 13:49:14 -07:00
Jonathan Frederic
3ff4d4c16e Address review comments 2014-09-16 13:49:14 -07:00
Jonathan Frederic
27058f4804 Removed ScrollManager selector combo. 2014-09-16 13:49:14 -07:00
Jonathan Frederic
e843a3d0e4 Fixed rebase indents 2014-09-16 13:48:19 -07:00
Jonathan Frederic
8617696c5b Added heading and slideshow scroll managers 2014-09-16 13:48:19 -07:00
Jonathan Frederic
7e7683a587 Added scroll mode selector,
fixed rebase conflicts.
2014-09-16 13:47:28 -07:00
Jonathan Frederic
62a21b0e6f Add ScrollManager to global ipy namespace in main.js instead of,
in the bottom of the scroll manager js file.
2014-09-16 13:45:30 -07:00
Jonathan Frederic
5c5025f3b6 Added smooth scroll to replace std browser behavior. 2014-09-16 13:45:30 -07:00
Jonathan Frederic
c2d72353a2 Fixed bug 2014-09-16 13:45:29 -07:00
Jonathan Frederic
617f078165 Make slideshow toolbar add classes to modified cells. 2014-09-16 13:45:29 -07:00
Jonathan Frederic
06ad682d68 Add scrollmanager 2014-09-16 13:45:29 -07:00
Min RK
a712e079b4 Merge pull request #6483 from jhamrick/fix-heading-anchors
Trim anchor link in heading cells, fixes #6324
2014-09-16 10:57:40 -07:00
Jonathan Frederic
591b2b3ad7 Tabs->Spaces 2014-09-16 10:41:44 -07:00
Jonathan Frederic
02e3a58030 s/fore_color/color
s/back_color/background_color
2014-09-16 10:17:59 -07:00
Jonathan Frederic
0acd8daf71 Merge pull request #6438 from SylvainCorlay/model_destroy_message
Destroy backbone model on comm:close
2014-09-16 09:47:49 -07:00
Sylvain Corlay
e809fcb545 stop listening 2014-09-16 14:31:26 +00:00
Jessica B. Hamrick
d46606a48b Trim anchor link in heading cells, fixes #6324 2014-09-16 00:05:14 -07:00
Sylvain Corlay
75cb63fba2 Adding a comment and renaming on_bulk_change to on_change 2014-09-15 22:38:29 +00:00
Sylvain Corlay
06747c1ada simplification of trigger destroy 2014-09-15 21:32:46 +00:00
Jonathan Frederic
4495fa5246 Merge pull request #6437 from weichm/patch-1
"event" is not defined error in Firefox
2014-09-15 13:51:14 -07:00
Pierre Gerold
406860fd35 Typo and presentation 2014-09-15 14:58:23 +02:00
Pierre Gerold
98f2d989b6 Modify cells converter funcs to keep metadata through 2014-09-15 12:59:31 +02:00
Sylvain Corlay
222dc5fb3e Destroy backbone model on comm:close 2014-09-14 11:46:12 -04:00
sylvain.corlay
e77b21cb22 optimization of WidgetModel.apply_update 2014-09-13 20:13:08 -04:00