Commit Graph

2711 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Min RK 1f5f0be854 address code review
11 years ago
Alexander Belopolsky 6d5c0725d9 Separated recenter and top actions.
11 years ago
Alexander Belopolsky 35bce22c17 Changed ctrl-l action to scroll to current cell.
11 years ago
Alexander Belopolsky 8f111d0f8d Added basic scroll to bottom binding for ctrl-l.
11 years ago
Min RK 02b757770b Merge pull request #8273 from SylvainCorlay/fixes_widget_serialization
11 years ago
Sylvain Corlay 6c4cd1c1be Check for null value
11 years ago
Sylvain Corlay 672f5fc72c minor fixes on custom serialization, and traitlet hold_traits
11 years ago
unknown 0745f35b2f Pass the arguments to the callback in the on_some_change function
11 years ago
Sylvain Corlay 3b200d388b Move _unpack_models to widget.js and widget serialization to widget.py
11 years ago
tmtabor 5dc6b5d13e Added glyphicon update to LESS.
11 years ago
tmtabor d591b31d88 Path to glyphicon fonts (used by Bootstrap) was incorrect. Fixed paths to coincide with where the appropriate Bootstrap resources are when IPython-components is attached. Useful for those using Bootstrap classes in custom themes.
11 years ago
Min RK 6d786be40b Merge pull request #8203 from minrk/kernel.js-switch
11 years ago
Jonathan Frederic 0c278a050d Merge pull request #7757 from jasongrout/custom-serialization
11 years ago
Jason Grout 4d86d06940 Export the widget unpack_models function for other custom classes to use
11 years ago
Jason Grout 58098aebc1 Register widget models and views that have the right inheritance, rather than the right name.
11 years ago
Min RK 8c3b6d79d0 autosave & reload on kernelspec switch
11 years ago
Thomas Kluyver ad3dd60b3f Merge pull request #8191 from minrk/focus-3.1
11 years ago
Min RK effbd91b77 directly blur codemirror to trigger command-mode
11 years ago
Min RK 581d6ca158 don't focus cell on save
11 years ago
Min RK 28268d9d0f don't disable keyboard shortcuts on main toolbar
11 years ago
Min RK 1f0f8c4d57 remove extraneous focus_cell from actions.js
11 years ago
Matthias Bussonnier bceab630e7 Merge pull request #8062 from minrk/max-width-again
11 years ago
Min RK 1f8cccbecc update description of sticky tooltip
11 years ago
Min RK 0e6aa1b2fb scroll overflow-x on rendered markdown
11 years ago
Min RK c52b70561c dblclick to unconfine on images in html output
11 years ago
Min RK dd41d9fd5c calc max-width for Firefox
11 years ago
Min RK 597208a50a set max-width on output_subarea
11 years ago
Min RK 4efc68542d another stab at confining images to page width
11 years ago
Matthias Bussonnier 38585a1257 Merge pull request #8174 from minrk/notification-pad
11 years ago
Min RK 2f2a0fcbcb Merge pull request #8176 from gilbertw/master
11 years ago
Min RK 7673c151a3 Merge pull request #8159 from Carreau/no-action-icon
11 years ago
RickWinter 81a912fbb9 Fixes bug that would show "null" as a message in the don't leave dialog
11 years ago
Min RK b424166841 add 4px between notification areas
11 years ago
Jason Grout 15c29f685c Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
11 years ago
Min RK 4ab4ee120e Merge pull request #8164 from Carreau/open-window
11 years ago
Matthias Bussonnier 65d50451da missing one undefined
11 years ago
Min RK 52bd09952a Merge pull request #7718 from jdfreder/widecontents
11 years ago
Jason Grout d6def13dbd Fix serialization of models from js -> kernel
11 years ago
Jason Grout 50a0cd57ef Handle case when pixel values are undefined or null
11 years ago
Matthias Bussonnier 7d90525799 replace undefined by empty string to get aroung bug in ie
11 years ago
Matthias Bussonnier 9c085a9273 Fix action do not provide icon.
11 years ago
Thomas Kluyver 182639b05e Merge pull request #8127 from minrk/rename-last-modified
11 years ago
Jason Grout 5c797f9672 Simplify error handling for errors in sending sync messages from js
11 years ago
Jason Grout 18ff9c5e1c Fix two calls to utils.reject (misplaced parens)
11 years ago
Jason Grout c70f687c0e Increment the pending_msgs counter immediately to avoid race conditions that send more messages
11 years ago
Min RK 1eb795ba67 Merge pull request #8098 from rsmith31415/remove-resizer
11 years ago
Jason Grout 4ef0a23839 work-in-progress for custom js serializers
11 years ago
Min RK b3839d7e7a handle undefined when sorting quick help
11 years ago
Min RK 8454ae087b update last_modified on rename
11 years ago
Min RK 4b0553ae45 Merge pull request #8120 from jasongrout/arraybuffers
11 years ago