Jonathan Frederic
cd72883fc7
Revert "Fix incorrect usage of attrs"
...
This reverts commit 04aa0885bb143fd0409fe133ca572004ffa6dc0e.
12 years ago
Jonathan Frederic
0d80363240
Fix incorrect usage of attrs
12 years ago
MinRK
a93040e810
s/get_data/get_body_data/
12 years ago
MinRK
e7db8cfd4e
fix notebook_path in menu bar
12 years ago
MinRK
e1e0b19a6a
s/base_project_url/base_url/
...
deprecate NotebookApp.base_project_url
12 years ago
MinRK
24703985e9
only add .ipynb if extension is not included
...
prevents .ipynb.ipynb double extension
12 years ago
MinRK
61b06a39e2
holy crap, semicolons
12 years ago
MinRK
13fc9022d9
various unicode fixes
...
- remove notebookPath, notebookName, and baseProjectUrl methods everywhere
- use base_project_url *attributes* instead
- we should never use escaped URLs except when making an actual request
Should fix issues with double-escaping
12 years ago
Brian E. Granger
d3567f4cb0
Merge pull request #4920 from ellisonbg/pdf-formatter
...
Adding PDFFormatter and kernel side handling of PDF display data
12 years ago
Brian E. Granger
fc6b68a8aa
Merge pull request #5048 from ellisonbg/modal-indicator
...
Add edit/command mode indicator
12 years ago
Brian E. Granger
9b21f618e6
Merge pull request #5061 from minrk/execute-button
...
make execute button in menu bar match shift-enter
12 years ago
Brian E. Granger
5a087f2a66
To the most conservative choice.
12 years ago
Brian E. Granger
31301c4194
Just close the pager with q, not toggle.
12 years ago
Brian E. Granger
4e37e901d8
Add q to toggle the pager.
12 years ago
MinRK
24ef1be736
make execute button in menu bar match shift-enter
...
Noticed this when testing the UI on the IPad.
I expected the button to perform the default execute behavior,
but it doesn't.
12 years ago
Thomas Kluyver
2d973d2b14
Merge pull request #5051 from jdfreder/ff-hscroll2
...
FF Fix: code cell missing hscroll (2)
12 years ago
MinRK
7032e9ef69
set overflow-x: hidden on Firefox only
...
workaround crazy Firefox-only behavior when selecting newlines
closes #3549
Conflicts:
IPython/html/static/style/style.min.css
12 years ago
Brian E. Granger
445f6225e8
Spinning sun + nothing for command mode.
12 years ago
Brian E. Granger
2b4559513d
Adding basic append_pdf in OutputArea.
12 years ago
Jonathan Frederic
5e5aecb4c2
Revert #3552
12 years ago
Jonathan Frederic
0ec796cfc7
Removed #4986
12 years ago
Brian E. Granger
2d1f3c86d1
Delete old timeout.
12 years ago
Brian E. Granger
af884b797f
Add edit/command mode indicator.
12 years ago
Brian E. Granger
62d118afc7
Clear timeout in multi-press keyboard shortcuts.
12 years ago
Brian E. Granger
2b248d65b0
Merge pull request #5035 from jdfreder/ff-hscroll
...
FF Fix: code cell missing hscroll
12 years ago
Jonathan Frederic
65fba24d92
FF Fix: make ext icon same line as txt
12 years ago
Jonathan Frederic
635fc4fbe2
FF Fix: missing scrollbars on inner_cells
12 years ago
Min RK
a5feb922a3
Merge pull request #4774 from Carreau/emit-output
...
emit event on appended element on dom
12 years ago
Brian E. Granger
e765f894b6
Merge pull request #5023 from jdfreder/widget-arrays
...
Widgets- add ability to pack and unpack arrays on JS side.
12 years ago
Brian E. Granger
2c5db865d4
Merge pull request #4974 from ivanov/better-paste
...
make paste focus the pasted cell
12 years ago
Brian E. Granger
350705075b
Merge pull request #5012 from minrk/selection-dict
...
Make `SelectionWidget.values` a dict
12 years ago
Jonathan Frederic
818f5e7824
Added ability to pack and unpack arrays.
12 years ago
Min RK
0cb4a450a6
Merge pull request #5014 from jdfreder/widget-popup-keys
...
Fix command mode & popup view bug
12 years ago
Jonathan Frederic
4a314ea3da
Unconditionally register $el with keyboard manager
...
also s/elements/additional_elements
12 years ago
Matthias BUSSONNIER
bb27cd0de5
more subtle kernel indicator
...
add casper.wait_for_busy
like wait_for_idle, but busy
restore kernel notification widget
it's still used for interrupt / restart
use wait_for_busy in check_interrupt test
12 years ago
MinRK
3e1f2e22f8
Make `SelectionWidget.values` a dict
...
rename 'labels' and '_value' to 'value_names' and 'value_name'.
To specify a mapping of value names and values, use a dict.
If you specify `values=[list]`, then an OrderedDict will be used.
Assignment after construction only supports a dict.
12 years ago
Jonathan Frederic
ef2c71c34d
Fix command mode & popup view bug
...
Added elements property to PopupView
12 years ago
Thomas Kluyver
0ec7cf1b30
Merge pull request #5010 from jdfreder/widget-ff
...
Fixes for widget alignment in FF
12 years ago
Jonathan Frederic
1ddceb3844
Container classes should default with 'vbox' css
12 years ago
Jonathan Frederic
b20466386c
fix width overriden by 04abbe99
12 years ago
Brian E. Granger
2b7310f794
Merge pull request #4933 from jdfreder/widget-model-name
...
Small Widget inconsistency fixes
12 years ago
Thomas Kluyver
91054043c0
Merge pull request #4979 from minrk/clear-output-msgspec
...
add versioning notes to small message spec changes
12 years ago
Brian E. Granger
5fc70a924d
Merge pull request #4982 from ellisonbg/slider-readout
...
Live readout for slider widgets
12 years ago
Thomas Kluyver
fae8b28ba8
Merge pull request #4813 from Carreau/help-link
...
make help menu a template
12 years ago
Paul Ivanov
0f86d8c909
Merge pull request #4964 from ptone/merge-above
...
remove shift-= merge keyboard shortcut
12 years ago
Preston Holmes
1d1e3b3932
remove alternate merge down shortcut
...
as shift+m is universal and sufficient
12 years ago
Matthias BUSSONNIER
03b5e0b2e0
put OutputArea map at the end
12 years ago
Matthias BUSSONNIER
38807bb59f
make help menu a templates
...
add splitline after keyboard shortcut
float external-link icon to the right
and move the 'title' to the individual elements,
so it follows hover.
12 years ago
Brian E. Granger
651599d092
Finishing the readout style and functionality.
12 years ago
Brian E. Granger
cef93c8cfb
Adding initial version of readout to sliders.
12 years ago