190 Commits (c72c6375112faef0b86ecaffe4f1f87eca3c8f39)

Author SHA1 Message Date
Thomas Kluyver 6163656f28 Merge pull request #6634 from minrk/select-contains
12 years ago
Jonathan Frederic 176529cce2 Make sure DOMWidget _css is set after basic style traits
12 years ago
Jonathan Frederic 60531c917f Merge pull request #6481 from jdfreder/intvalidatefix
12 years ago
MinRK 6740d0492e don't use contains in SelectWidget item_query
12 years ago
Thomas Kluyver 825284bc6d Remove superfluous error checking
12 years ago
Thomas Kluyver 590ba19ac3 Clean up some JS code
12 years ago
Thomas Kluyver 1ff846520b Put callbacks for create_view and create_child_view in options
12 years ago
Thomas Kluyver c4a9cf9020 Fix logic
12 years ago
Thomas Kluyver 09b10dcb86 Make changes suggested by @jdfreder
12 years ago
Thomas Kluyver 5953a3f874 Allow widget views to be loaded from require modules
12 years ago
Jason Grout 7700848737 Add semantic classes to top-level containers for single widgets
12 years ago
Sylvain Corlay 8a384cd489 adding a tooltip in IPython buttons
12 years ago
Gordon Ball 48b6f53f51 Require base/js/keyboard and use keycode.enter
12 years ago
Jonathan Frederic 60bf0f5b2f s/apply_update/set_state
12 years ago
Jonathan Frederic b5195e1b17 Merge pull request #6548 from SylvainCorlay/widget_views_by_id
12 years ago
sylvain.corlay 60925f0a1a hasOwnProperty
12 years ago
Sylvain Corlay d8635fc1cc on_atomic_change -> on_some_change
12 years ago
Sylvain Corlay b6a0f60d3f Make Widget.views be an object indexed by view id
12 years ago
Sylvain Corlay a9fca81e95 Set default view to None and never display widget with no view
12 years ago
Jonathan Frederic aec576a5f2 Fix infinite loop typo
12 years ago
Gordon Ball 3ec873b084 Change _parse_text_input to _parse_value and update float range regex
12 years ago
Gordon Ball 3011820cd3 Add support for parsing pairs of numbers for range sliders
12 years ago
Gordon Ball 67630b0886 Ignore the event object for handleTextChange
12 years ago
Gordon Ball 0f7fbc0781 Add keydown listener to commit changes on <enter>
12 years ago
Gordon Ball 0b45bacd0d Add support to the float slider
12 years ago
Gordon Ball 6a976cf2b6 Use contentEditable to allow modification via the the slider readout
12 years ago
Sylvain Corlay fb336de4ed register bare views
12 years ago
Brian E. Granger 4ec1a3b41e Merge pull request #6235 from jdfreder/addclass
12 years ago
Jonathan Frederic 9f3dfbc56c Fix slidercolor on widget construction
12 years ago
Jonathan Frederic d4d554052e Address problems found in in-person review
12 years ago
Jonathan Frederic a7e7f95ef1 Remove forgotten hreadout
12 years ago
Jonathan Frederic 02d7039a00 Cleaned up hbox and vbox widget div styles,
12 years ago
Jonathan Frederic 6637b768cc Merge pull request #6463 from SylvainCorlay/bulk_update
12 years ago
Sylvain Corlay cd782c916d state_lock loop
12 years ago
Sylvain Corlay 769e7fa108 rename to on_atomic_change
12 years ago
Jonathan Frederic 591b2b3ad7 Tabs->Spaces
12 years ago
Jonathan Frederic 02e3a58030 s/fore_color/color
12 years ago
Jonathan Frederic 0acd8daf71 Merge pull request #6438 from SylvainCorlay/model_destroy_message
12 years ago
Sylvain Corlay e809fcb545 stop listening
12 years ago
Sylvain Corlay 75cb63fba2 Adding a comment and renaming on_bulk_change to on_change
12 years ago
Sylvain Corlay 06747c1ada simplification of trigger destroy
12 years ago
Sylvain Corlay 222dc5fb3e Destroy backbone model on comm:close
12 years ago
sylvain.corlay e77b21cb22 optimization of WidgetModel.apply_update
12 years ago
sylvain.corlay 6eea0c37aa Added on_bulk_change method in WidgetModel
12 years ago
weichm 06b2926a0a "event" is not defined error in Firefox
12 years ago
Jonathan Frederic cb9014e42c Fixed rebase bugs and other bugs.
12 years ago
Jonathan Frederic fa1c6f93f1 Added bootstrap3 progress bar classes
12 years ago
Jonathan Frederic 9b4d19bad7 Added Bootstrap specific classes,
12 years ago
Jonathan Frederic a0e70e350f Fix some bugs found by the widget examples,
12 years ago
Jonathan Frederic 42cc27e1f5 Finished style attributes.
12 years ago
Jonathan Frederic fdcf263965 Partial implementation of styles
12 years ago
Jonathan Frederic 9af77a6374 Initial crack at using specific traits for styling.
12 years ago
Jonathan Frederic f85a01041c Remove add/remove class methods,
12 years ago
Gordon Ball a12b1a50a9 Change `range` trait to `_range`
12 years ago
Gordon Ball 1a8b77231e Remove errant tabs from js
12 years ago
Gordon Ball b8c0afbb55 Merge master
12 years ago
Brian E. Granger 94f717781d Merge pull request #6125 from jdfreder/flex
12 years ago
Jonathan Frederic 62bd36bcc9 s/that/this bug
12 years ago
Gordon Ball 08895738f2 Merge master
12 years ago
Jonathan Frederic ed593f02f1 Merge pull request #6171 from tarzzz/slider-value-validate
12 years ago
Jonathan Frederic 2790684a17 Fixed typo
12 years ago
Jonathan Frederic afdba2fd47 Fix logic, use box where applicable
12 years ago
Jonathan Frederic 9b5ece6661 Make popup inherit from widget box
12 years ago
Jonathan Frederic 0aca365718 Address Sylvain's comments.
12 years ago
Tarun Gaba 258b888835 added 'var'
12 years ago
Tarun Gaba dda92ff7ea Removed another stray alertO
12 years ago
Tarun Gaba 825186c868 Removed alert statement!
12 years ago
Tarun Gaba 539596bcdd adressed @jdfrederer's concern!
12 years ago
Jonathan Frederic 2db702fa57 Filenames s/container/box
12 years ago
Jonathan Frederic d985ee86c6 s/Container/Box
12 years ago
Jonathan Frederic 848c223785 Rebase cleanup
12 years ago
Sylvain Corlay c9ed512d54 adding hbox and vbox
12 years ago
Jonathan Frederic 6faf86ee77 Embrace flexible box model
12 years ago
Gordon Ball ff3f952b18 Merge branch 'master' into interact-range-widgets
12 years ago
Jonathan Frederic ba0a805404 Merge pull request #6226 from jasongrout/css-top-default
12 years ago
Jonathan Frederic 0ee948efca Merge pull request #6200 from SylvainCorlay/widget-changes
12 years ago
Sylvain Corlay c03a3eb6d2 making the use of options explicit
12 years ago
Jason Grout eccc20ce1a Remove $el_to_style from the widget javascript code; '' now defaults to this.$el
12 years ago
sylvain.corlay 2ca04578cf adding options explicitly
12 years ago
Thomas Spura 01dec53cf9 Port more icons to fontawesome-4
12 years ago
Brian E. Granger 2999510bfa Merge pull request #6182 from SylvainCorlay/do-diff-correction
12 years ago
Sylvain Corlay 93ee9ea7a9 removing timout
12 years ago
sylvain.corlay 5c0fda1dc0 correction
12 years ago
sylvain.corlay 34fe520742 widget changes continued
12 years ago
sylvain.corlay 972fbb5f34 widget simplification continued
12 years ago
sylvain.corlay 8e8e6291d4 Partial updates of css and visible + simplification of widget_container
12 years ago
Brian E. Granger 29d67ed8a3 Merge pull request #6168 from SylvainCorlay/once-displayed
12 years ago
Brian E. Granger 372507e3f1 Merge pull request #6128 from jasongrout/widget-trait-serialization
12 years ago
Sylvain Corlay cd7942eb06 renaming once_displayed into after_displayed
12 years ago
Sylvain Corlay cfc4a62a85 one more bit
12 years ago
MinRK d345546d15 add bootstrap shim for require
12 years ago
Sylvain Corlay b4d5094645 correction in widget.js
12 years ago
Tarun Gaba 1eef26754f A comma after `this.touch`
12 years ago
Tarun Gaba dab68840dd Sending data back to python object after slider values change
12 years ago
Tarun Gaba dc2672f2ec The value of slider changes in frontend, and readout, but not in python obj.
12 years ago
Tarun Gaba 62c9ee7c2a Validate slider value, when limits change
12 years ago
Tarun Gaba fb540c52f5 Added jquery in define
12 years ago
Sylvain Corlay a2e9d90bd0 incorrect comment
12 years ago
Sylvain Corlay 8bc4ea37a1 unnecessary context variable specify
12 years ago
Sylvain Corlay 1eb2a30efb once-displayed
12 years ago