Jonathan Frederic
|
ccdb1b2d25
|
Make sure to not call old load events
|
2014-04-03 12:19:16 -07:00 |
|
Jonathan Frederic
|
7cc8211c6d
|
A couple of fixes,
- Fix missing `type` from png/jpeg check
- Don't resize on weird chr(13) stand alone stream msgs
|
2014-04-03 12:19:16 -07:00 |
|
jon
|
955c419f24
|
Try removing the callbacks
|
2014-04-03 12:19:15 -07:00 |
|
jon
|
eebae30bd1
|
Use .load() to resize
|
2014-04-03 12:19:15 -07:00 |
|
jon
|
45d69b5f25
|
Move append_output animation height lock release into timeout.
|
2014-04-03 12:19:15 -07:00 |
|
Thomas Kluyver
|
982aab67ba
|
Merge pull request #5290 from jdfreder/dual_tests
Add dual mode JS tests
|
2014-03-27 15:03:14 -07:00 |
|
MinRK
|
bfb3d8ec30
|
check that a handler is actually registered in ShortcutManager.handles
there are a few shortcuts that do not specify handlers
(just for quick help contents),
and this was preventing the actual events from ever firing.
|
2014-03-27 14:31:07 -07:00 |
|
MinRK
|
9552688a71
|
back to dev
|
2014-03-25 22:46:06 -07:00 |
|
MinRK
|
2adfb5254c
|
2.0.0-rc1
|
2014-03-25 20:16:54 -07:00 |
|
Paul Ivanov
|
0240b20127
|
Merge pull request #5419 from minrk/responsive-prompts
move prompts from margin to main column on small screens
|
2014-03-25 16:47:26 -07:00 |
|
Min RK
|
a594a691c6
|
Merge pull request #5430 from jdfreder/elementappend
Make sure `element` is correct in the context of displayed JS
|
2014-03-25 16:44:34 -07:00 |
|
Min RK
|
34571232bb
|
Merge pull request #5396 from ivanov/fix-5363
prevent saving of partially loaded notebooks
|
2014-03-25 16:40:24 -07:00 |
|
Paul Ivanov
|
f41750ca6b
|
address PR feedback
|
2014-03-25 16:31:29 -07:00 |
|
Jonathan Frederic
|
1235c2f638
|
Make sure element is correct in the context of displayed JS
closes #5293
|
2014-03-25 15:54:20 -07:00 |
|
Jonathan Frederic
|
b4099518f8
|
Fix tooltip pager feature
Updates to tooltip.js for msg spec changes.
|
2014-03-25 15:12:38 -07:00 |
|
Min RK
|
b294bf7059
|
Merge pull request #5404 from jdfreder/accordion
Fix broken accordion widget
|
2014-03-24 18:08:17 -07:00 |
|
Jonathan Frederic
|
e1daedf95b
|
Fixed keyboard.js indent break
|
2014-03-24 15:43:10 -07:00 |
|
Paul Ivanov
|
997a9735f0
|
Merge pull request #5320 from jdfreder/focusbug_tt
Fix for Tooltip & completer click focus bug.
|
2014-03-24 15:18:45 -07:00 |
|
Paul Ivanov
|
c5054883e9
|
small fixes for #5320
|
2014-03-24 15:02:04 -07:00 |
|
MinRK
|
f5ad1cc398
|
move prompts from margin to main column on small screens
This is mainly for nbviewer, but the relevant CSS lives in IPython.
|
2014-03-24 11:30:12 -07:00 |
|
Jonathan Frederic
|
aed8b7ba3c
|
Remove commented out lines (for tab evt)
|
2014-03-21 14:39:43 -07:00 |
|
Jonathan Frederic
|
cbab393e44
|
Shrink cleanup lines
|
2014-03-21 13:20:46 -07:00 |
|
Jonathan Frederic
|
b90358888b
|
Fab CSS
|
2014-03-21 13:20:10 -07:00 |
|
Jonathan Frederic
|
ee7f5b8235
|
Move width auto into less
|
2014-03-21 13:19:45 -07:00 |
|
Jonathan Frederic
|
bca3fdc4b0
|
Remove commented line
|
2014-03-21 13:17:00 -07:00 |
|
Jonathan Frederic
|
bf65d5837f
|
Finish implementing codemirror events
|
2014-03-21 13:15:30 -07:00 |
|
Jonathan Frederic
|
1f002cd456
|
Add displayed property.
and remove logs, commments, etc...
|
2014-03-21 12:05:02 -07:00 |
|
Jonathan Frederic
|
607b96b19a
|
Actually remove the trigger keydown method
|
2014-03-20 18:45:06 -07:00 |
|
Jonathan Frederic
|
a2071db309
|
More progress...
|
2014-03-20 18:41:15 -07:00 |
|
Jonathan Frederic
|
b2ec594c76
|
Getting a lot closer...
|
2014-03-20 18:01:58 -07:00 |
|
Jonathan Frederic
|
23494f4ddd
|
Set tabindex -1, use codemirror's events
|
2014-03-20 17:37:53 -07:00 |
|
Jonathan Frederic
|
f2c8de99ae
|
Fix broken accordion widget,
Also clean-up the code some while visiting this file.
|
2014-03-20 16:52:56 -07:00 |
|
Jonathan Frederic
|
ae2b0800cf
|
Partial fix of problems b/c keydown move
|
2014-03-20 16:11:01 -07:00 |
|
Jonathan Frederic
|
1b46a777fb
|
Removed trigger keydown from keyboard.js,
also added a bunch of missing semicolons (jshint)
|
2014-03-20 16:11:01 -07:00 |
|
Jonathan Frederic
|
dc6355ffb7
|
Prevent tab key from bubbling when the completer is open
|
2014-03-20 15:57:26 -07:00 |
|
Min RK
|
0493027d7e
|
Merge pull request #5403 from minrk/alt-shortcut-bad
remove alt-- shortcut
|
2014-03-20 15:00:41 -07:00 |
|
Brian E. Granger
|
e51030ea5f
|
Merge pull request #5368 from jdfreder/specifity
Flexbox classes specificity fixes
|
2014-03-20 14:34:17 -07:00 |
|
MinRK
|
2041dc6563
|
widen modal dialogs on wide displays
needed for quick help layout with multiple meta keys
|
2014-03-20 14:12:09 -07:00 |
|
MinRK
|
840364ff71
|
use box-flex to layout quickhelp
|
2014-03-20 14:11:05 -07:00 |
|
MinRK
|
19c64f4b59
|
remove alt-- shortcut
replace with ctrl-shift--
alt is not safe for defaults
|
2014-03-20 14:10:44 -07:00 |
|
Brian E. Granger
|
9f1b26d860
|
Merge pull request #5331 from minrk/raw-input-css
fix raw_input CSS
|
2014-03-20 13:47:14 -07:00 |
|
Min RK
|
0ae0216b12
|
Merge pull request #5049 from ivanov/quickhelp-update
update quickhelp on adding and removing shortcuts
|
2014-03-20 12:39:42 -07:00 |
|
Paul Ivanov
|
35c861f583
|
fix MacOS specific shortcuts, thanks @minrk
|
2014-03-20 12:38:25 -07:00 |
|
Brian E. Granger
|
bfdbdd456c
|
Merge pull request #5391 from jdfreder/netscape-keyboard
Fix Gecko (Netscape) keyboard handling
|
2014-03-20 12:35:52 -07:00 |
|
Paul Ivanov
|
c28096f0c5
|
prevent saving of partially loaded notebooks
closes #5363
|
2014-03-20 02:21:38 -07:00 |
|
Paul Ivanov
|
54d9eb4358
|
really fix the '-' key shortcuts now
|
2014-03-19 22:29:31 -07:00 |
|
Paul Ivanov
|
77bf4a72dd
|
better handling of minus
|
2014-03-19 19:24:05 -07:00 |
|
Jonathan Frederic
|
a08fbff5d9
|
Fix Gecko (Netscape) keyboard handling
|
2014-03-19 16:36:11 -07:00 |
|
Paul Ivanov
|
21ebaf2e32
|
handle keyboard shortcuts ending with '-'
|
2014-03-19 16:24:53 -07:00 |
|
Paul Ivanov
|
4cf1717980
|
use - for shortcut separators
|
2014-03-19 15:58:59 -07:00 |
|