Matthias BUSSONNIER
aa9a5db301
fix bootstrap name conflicts
...
change .tooltip to .ipython_tooltip
class name in css to avoid conflic with bootstrap
don't put header logo in h1 to also avoid conflict
13 years ago
Brian E. Granger
2be72dae5d
Merge pull request #2421 from Carreau/nbconsole
...
Some notebook tweaks.
14 years ago
Brian E. Granger
7ae77c8372
Merge pull request #2127 from Carreau/jsToolbar
...
Ability to build toolbar in JS
14 years ago
Bussonnier Matthias
01cdf460cc
align output with input
14 years ago
Bradley M. Froehle
4982a24bd7
Merge pull request #2326 from Carreau/detachable-pager
...
Detachable pager in notebook.
14 years ago
Bussonnier Matthias
45f79e0509
Merge pull request #2192 from Carreau/notification
...
Introduce Notification Area
This allow several notification widget to be next one to the other in the notification area.
The Api allow also to register a callback if the user click on the notification. and allows sticky and non sticky notification.
14 years ago
Matthias BUSSONNIER
5134212a4c
This create the ability to detach the pager
...
When detached, the pager is collapsed and it's content is send into it's
own window/tab depending of the browser configuration.
14 years ago
Matthias BUSSONNIER
3160d67763
css typo
14 years ago
Matthias BUSSONNIER
71a1675c8f
tweek notebook notification behavior
14 years ago
Bussonnier Matthias
5c394dab71
Merge pull request #2212 from minrk/protectjs
...
catch errors in markdown javascript
14 years ago
MinRK
4a3e1f3185
make markdown error handling js-specific
14 years ago
MinRK
7e7c2fe9e5
catch js errors when rendering markdown cells
14 years ago
Matthias BUSSONNIER
8d6a9e0a67
separate kernel notification from save/load notification
14 years ago
Matthias BUSSONNIER
aedb1a809b
use jquery-ui classes
14 years ago
Matthias BUSSONNIER
d6ebf4d2b1
beginning notification area
14 years ago
MinRK
2891a0a8ca
add empty custom.js/css
...
With FileFindHandler, these will be useful for small user overrides of css/js.
14 years ago
Matthias BUSSONNIER
2f28e4c4a1
Allow toolbar construction in js
...
Base of allowing a full toolbar construction in js without altering the
html template, and use it to construct our toolbar as example.
still need some work to be totally decoupled.
14 years ago
Fernando Perez
6226f830a0
Merge pull request #2012 from mcelrath/mono_cursor_offset
...
Fix spurious appearance of the #fontarea when fonts don't have any problem; also remove loud dialog when problematic font is detected and simply adjust baseline. Users will have a slightly offset baseline for bold/italic highlights, but without any functional problems.
Fixes #2005 .
14 years ago
mcelrath
5a070dcd1a
Merge remote-tracking branch 'upstream/master' into mono_cursor_offset
14 years ago
Min RK
137f4cb441
Merge pull request #1825 from minrk/elide2
...
second attempt at scrolled long output
Some amount of CSS tweaking will probably want to be done before 0.13 final,
but this is good enough for beta.
closes #1553
14 years ago
MinRK
c20b2e1056
slightly more subtle prompt overlay
14 years ago
MinRK
fa55ba2b43
fix margin typo on output prompt
14 years ago
Matthias BUSSONNIER
623bb06c43
fix completer css on some Chrome versions
...
Fixes #1833
14 years ago
mcelrath
160fbcdcbc
Alternative solution: silently apply some CSS instead of a dialog box.
14 years ago
Fernando Perez
3fde837087
Merge pull request #1867 from mcelrath/menu_borders
...
Fix 1px margin bouncing of selected menu item.
This fixes the margin of the active menu item to zero, so now the text doesn't shift around, even if you use larger fonts.
To reproduce the original error, zoom your notebook (ctrl-mousewheel, or ctrl-+ in most browsers) and try the menu.
14 years ago
mcelrath
5b2b7ed604
Add bad font detection, and a dialog informing the user.
14 years ago
MinRK
dd3e610882
third attempt at scrolled long output
...
click/double-click on prompt area for toggling scroll/collapse
14 years ago
mcelrath
a1604deeee
Fix vertical offset due to bold/italics, and bad browser fonts.
14 years ago
mcelrath
5612d07fea
Fix 1px margin bouncing of selected menu item.
14 years ago
mcelrath
faa214178e
Fix 1px jumping of cells and menus in Notebook.
14 years ago
Matthias BUSSONNIER
c06f5b1718
rename show/hide methods to avoid jQuery conflict.
...
it seem that show and hide methods fron tooltip where collinding with
jquery, sometime blocking the notebook.
Move from css fadeIn/Out to jQuery fade In/Out, and replace
addRemoveClass by fadeIn/fadeOut
14 years ago
Brian Granger
8bd7e041cf
Misc fixes to the code cell and output area.
14 years ago
Matthias BUSSONNIER
8d5d2d2446
shrink less and css, typo in css
14 years ago
Matthias BUSSONNIER
b1a9677cc0
fix less css
14 years ago
Matthias BUSSONNIER
370b723cb6
Revert "remove less CSS"
...
This reverts commit 185c4ee21a4b658b55d313d1813a5bfeccaa20ef.
14 years ago
Matthias BUSSONNIER
a280495173
remove less CSS
14 years ago
Matthias BUSSONNIER
5d8f0da694
almost all logic in tooltip.js, padding right button
14 years ago
Matthias BUSSONNIER
0bfa18dd46
call tooltip by cell reference
14 years ago
Matthias BUSSONNIER
52d5f3beb2
move arow with tooltip positoin
14 years ago
Matthias BUSSONNIER
fa5aae3f43
shorten prearrow
14 years ago
Matthias Bussonnier
e0cf20b423
animate tooltip position
14 years ago
Matthias Bussonnier
a84a7f03b0
play with tooltip growing css
...
don't forget to reenqble keyframe with a more
recent less compiler
14 years ago
Matthias BUSSONNIER
22a44e79f8
change new tooltip appearence
...
temporarly (or maybe not) use less css to produce the css for the
tooltip.
14 years ago
Matthias BUSSONNIER
7b5b591425
improve new tooltip
14 years ago
Matthias BUSSONNIER
b463c64b32
new tooltip style
14 years ago
Matthias BUSSONNIER
5076118509
implement the completer in a separate class
...
more feature like
-completion based on 2 sources :
* introspection in kernel
* context of current cell (complete with matching words)
* each source has its color in the completer
14 years ago
Matthias BUSSONNIER
a4dc3f1e3f
position upload form for firefox
14 years ago
Matthias BUSSONNIER
981738f9e3
change upload sentense
14 years ago
Matthias BUSSONNIER
231e8f93f2
remove underscore in filename
14 years ago
Matthias BUSSONNIER
ca089cc7cf
alternate notebook upload methods
...
fixes #1562
14 years ago