Jonathan Frederic
3ea8929b82
Merge pull request #6454 from jasongrout/links
...
Javascript link
12 years ago
Min RK
e890122c3e
Merge pull request #6537 from takluyver/kernelspec-logos
...
Initial support for supplying kernel logos in kernel spec
12 years ago
Min RK
7d465c7e96
Merge pull request #7139 from jdfreder/widget-space-fix
...
Fix padding of widgets.
12 years ago
Jason Grout
8cf5972f57
Add the unlink method to javascript links to maintain compatibility with traitlet links
12 years ago
Jason Grout
4496bfc6bd
Fix a bug in using promises with comms: this -> that
12 years ago
Thomas Kluyver
3e2f6dba98
logo-64 -> logo-64x64
12 years ago
Thomas Kluyver
4cee2f5f3a
Merge pull request #7128 from minrk/more-v-less-m
...
A little more V, a little less M in the text editor
12 years ago
Thomas Kluyver
7cc07251e4
Use double resolution logo to support hires displays
12 years ago
Min RK
615ff9f138
Merge pull request #6789 from jdfreder/persistence2
...
Widget persistence API
12 years ago
Thomas Kluyver
cad0c32137
Hide kernel logo if it's missing
12 years ago
Thomas Kluyver
f123b0d2ad
Initial support for supplying kernel logos in kernel spec
12 years ago
Jonathan Frederic
2cc041444a
Explicit 2.5px
12 years ago
Jonathan Frederic
cf9b092013
Use once instead of on
12 years ago
Matthias Bussonnier
134488637c
Merge pull request #6977 from minrk/finish-5384
...
Add authentication configuration
12 years ago
Thomas Kluyver
9f48e86477
Merge pull request #7136 from minrk/octet-stream
...
set default mimetype to octet-stream for binary files
12 years ago
Jonathan Frederic
cb12229480
Fix padding of widgets.
12 years ago
Jonathan Frederic
52c8f14223
Added changes discussed with @jasongrout
12 years ago
Jonathan Frederic
152982efcd
Updated comments to new style.
12 years ago
Jonathan Frederic
0978065269
Remove view.show
12 years ago
Jonathan Frederic
a56a6f5657
Document set_state_callbacks and,
...
make load_state callback support promises.
12 years ago
Jonathan Frederic
0c737867fe
Rebase fixes
12 years ago
Jonathan Frederic
16e3bad23f
Address @jasongrout 's review comments, take 2
12 years ago
Jonathan Frederic
5d4b83ba4a
Add an event that fires before the notebook saves
12 years ago
Jonathan Frederic
71d2d47036
Fix, only return views that are direct children of the cell
12 years ago
Jonathan Frederic
a53f4cc9dd
Log save state callback failures
12 years ago
Jonathan Frederic
db62a210e7
Another that = this
12 years ago
Jonathan Frederic
f060947eb9
This, that, and the other thing
12 years ago
Jonathan Frederic
8a5770b811
Add convenience API
12 years ago
Jonathan Frederic
e02a5ec201
Promises...
12 years ago
Jonathan Frederic
d466601dbb
Persistence API,
...
This is a combination of 10 commits.
Enable widget instanciation from front-end.
Address @minrk 's review comments.
Make API that allows users to persist widget state easily.
Added support for view persistence
Started adding support for model persistence.
Half way there!
Finished persistence API.
Move persistence code into the widget framework.
Fin.
Bug fixes
12 years ago
Scott Sanderson
ccc8cb9cbf
Minor cleanups in the contents API.
...
Noticed while poking around with a linter enabled.
12 years ago
Min RK
407e63cb80
set default mimetype to octet-stream for binary files
...
mimetype only specified if content=True
12 years ago
Min RK
6c4f8de34a
wrap lines by default
...
because long lines are not handled well
12 years ago
Thomas Kluyver
8160308bb2
Merge pull request #7120 from Carreau/fix-widget-load
...
lazy load widgets
12 years ago
Min RK
1e5bd77bda
s/mode/language/
...
for user-facing CodeMirror mode (hover text, language menu)
12 years ago
Min RK
c81609f5d6
redirect /edit/ to /files/ if not (utf8) text
12 years ago
Min RK
85fb8e1085
use $.map for setting cm options
12 years ago
Min RK
8c2ced501d
address review in custom auth
12 years ago
Min RK
c71d4162e3
make logout_handler overridable
12 years ago
Min RK
dbb5e9a107
allow LoginHandler to override get_current_user
12 years ago
Min RK
bb01b716e0
allow login_handler to be undefined
...
(for use outside IPython)
12 years ago
Min RK
16d1f0fd84
update custom auth per review
...
- pass settings around, not applications
12 years ago
Phil Elson
d81990c941
Added authentication configuration for the notebook app.
12 years ago
Min RK
7ede5e291f
update mode on rename
12 years ago
Min RK
03779746ab
Toggle line numbers in menu
...
use 'Toggle' text, instead of switching between Show/Hide
12 years ago
Min RK
0b8920193f
add Mode menu to editor
12 years ago
Min RK
a53d467243
update edit page blocks after layout changes
12 years ago
Min RK
0cc0dead5d
add File/Rename
12 years ago
Min RK
d6282035fa
add save widget to text editor
12 years ago
Min RK
c58070a702
make savewidget css a little more generic
...
- use classes instead of IDs
- use .filename instead of #notebook_name
12 years ago