Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #16798 from d10/exports | Lea Verou | 2015-12-27 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix issue when an element with ID of `exports` is defined in the browser. | |||||
| * | | | Fix issue when an element with ID of `exports` is defined in the browser. | Benjamin Tan | 2015-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Elements with IDs automatically have their IDs exposed. This causes errors where `module` is not defined, and yet `module.exports = _` is run. This also aligns the export with UMD. | |||||
* | | | | Merge pull request #16794 from gabesoft/gh-pages | Lea Verou | 2015-12-27 | 1 | -3/+4 | |
|\ \ \ \ | | | | | | | | | | | Pass the original event on select | |||||
| * | | | | Pass the original event on select | Gabriel Adomnicai | 2015-12-04 | 1 | -3/+4 | |
| |/ / / | ||||||
* | | | | Merge pull request #16785 from vlazar/features/improve-test-coverage | Lea Verou | 2015-12-27 | 33 | -10/+1586 | |
|\ \ \ \ | |/ / / |/| | | | Improve test coverage | |||||
| * | | | Tests for merged #16791 Don't select items on mouse right-click | Vladislav Zarakovsky | 2015-12-05 | 1 | -13/+24 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/gh-pages' into ↵ | Vladislav Zarakovsky | 2015-12-05 | 2 | -8/+8 | |
| |\ \ \ | |/ / / |/| | | | | | | | features/improve-test-coverage | |||||
* | | | | Merge pull request #16791 from TxHawks/fix/select-with-right-click-only | Lea Verou | 2015-12-03 | 2 | -8/+8 | |
|\ \ \ \ | |_|/ / |/| | | | Don't select items on mouse right-click | |||||
| * | | | Add changes to minified file | TxHawks | 2015-12-01 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Only select on mouse left-click, test w\ e.button | TxHawks | 2015-12-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Check which mouse button was clicked using the standard `event.button` rather than the nonstandard `event.which`. | |||||
| * | | | Don't select items on mouse right-click | TxHawks | 2015-11-29 | 1 | -1/+1 | |
|/ / / | ||||||
| * | | Remove unused dependency | Vladislav Zarakovsky | 2015-11-25 | 1 | -2/+1 | |
| | | | ||||||
| * | | Progress reporter is too noisy on TravisCI. Use dots reporter instead. | Vladislav Zarakovsky | 2015-11-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Covered some missed branches | Vladislav Zarakovsky | 2015-11-25 | 4 | -3/+27 | |
| | | | ||||||
| * | | Simplify tests by inlining and using $.spyOnEvent helper | Vladislav Zarakovsky | 2015-11-25 | 6 | -42/+31 | |
| | | | ||||||
| * | | Fix tests run in Firefox | Vladislav Zarakovsky | 2015-11-25 | 1 | -0/+4 | |
| | | | ||||||
| * | | keydown event tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+64 | |
| | | | ||||||
| * | | form submit event tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+23 | |
| | | | ||||||
| * | | mousedown event tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+45 | |
| | | | ||||||
| * | | input event tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+17 | |
| | | | ||||||
| * | | blur event tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+17 | |
| | | | ||||||
| * | | awesomplete.selected tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+41 | |
| | | | ||||||
| * | | awesomplete.opened tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+26 | |
| | | | ||||||
| * | | awesomplete.evaluate tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+57 | |
| | | | ||||||
| * | | awesomplete.select tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+130 | |
| | | | ||||||
| * | | awesomplete.goto tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+66 | |
| | | | ||||||
| * | | awesomplete.previous tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+57 | |
| | | | ||||||
| * | | awesomplete.next tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+73 | |
| | | | ||||||
| * | | awesomplete.open tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+53 | |
| | | | ||||||
| * | | awesomplete.close tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -2/+39 | |
| | | | ||||||
| * | | Awesomplete.$.regExpEscape tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+38 | |
| | | | ||||||
| * | | Awesomplete.$.fire tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+60 | |
| | | | ||||||
| * | | Awesomplete.$$ tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+53 | |
| | | | ||||||
| * | | Awesomplete.$ tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+62 | |
| | | | ||||||
| * | | Awesomplete.$.create tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+102 | |
| | | | ||||||
| * | | Awesomplete.$.bind tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+61 | |
| | | | ||||||
| * | | Awesomplete.SORT_BYLENGTH tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+51 | |
| | | | ||||||
| * | | Awesomplete.FILTER_STARTSWITH tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+60 | |
| | | | ||||||
| * | | Awesomplete.FILTER_CONTAINS tests | Vladislav Zarakovsky | 2015-11-24 | 1 | -0/+60 | |
| | | | ||||||
| * | | Awesomplete.all tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+23 | |
| | | | ||||||
| * | | Fix bug exposed by tests: List isn't hidden by default. | Vladislav Zarakovsky | 2015-11-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Html modifications tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+61 | |
| | | | ||||||
| * | | Fix bug exposed by tests: Can't init list from list html attribute. | Vladislav Zarakovsky | 2015-11-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | List initialization tests | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+95 | |
| | | | ||||||
| * | | Constructor options tests | Vladislav Zarakovsky | 2015-11-24 | 3 | -0/+107 | |
| | | | ||||||
| * | | Set correct fixtures path | Vladislav Zarakovsky | 2015-11-24 | 2 | -0/+2 | |
| | | | ||||||
| * | | Add karma-fixture for loading fixtures from files | Vladislav Zarakovsky | 2015-11-24 | 2 | -2/+9 | |
| | | | ||||||
| * | | Add karma-jasmine-def for def() and subject() test helpers | Vladislav Zarakovsky | 2015-11-24 | 2 | -1/+2 | |
| | | | ||||||
| * | | Update devDependencies | Vladislav Zarakovsky | 2015-11-24 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #16780 from TxHawks/style/consistent-quotes-and-indent | Lea Verou | 2015-11-24 | 1 | -3/+3 | |
|\ \ | | | | | | | Fix small style inconsistencies | |||||
| * | | Replace quotes with double quotes for consistency | TxHawks | 2015-11-22 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #16779 from Janghou/gh-pages | Lea Verou | 2015-11-24 | 1 | -16/+36 | |
|\ \ \ | | | | | | | | | New ajax example for documentation | |||||
| * | | | New ajax example for documentation typo corrected | Janghou | 2015-11-19 | 1 | -3/+2 | |
| | | | | ||||||
| * | | | New ajax example for documentation | Janghou | 2015-11-19 | 1 | -16/+37 | |
| |/ / | ||||||
* | | | Merge pull request #16777 from vitorgalvao/patch-1 | Lea Verou | 2015-11-24 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | index.html: add link to license | |||||
| * | | | index.html: add link to license | Vítor Galvão | 2015-11-05 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge pull request #16776 from herregroen/tests | Lea Verou | 2015-11-24 | 3 | -21/+109 | |
|\ \ \ | | | | | | | | | expand test-suite | |||||
| * | | | forget to add shared file | Herre Groen | 2015-10-29 | 1 | -0/+45 | |
| | | | | ||||||
| * | | | expand test-suite | Herre Groen | 2015-10-29 | 2 | -21/+64 | |
| |/ / | ||||||
* | | | Merge pull request #16775 from vlazar/patch-6 | Lea Verou | 2015-11-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix Travis CI badge. | |||||
| * | | | Fix Travis CI badge. | Vladislav Zarakovsky | 2015-10-27 | 1 | -1/+1 | |
| |/ / | | | | | | | It turned out lowercase letters do not work for travois URLs. | |||||
* | | | Merge pull request #16783 from smargh/pr/empty_input | Lea Verou | 2015-11-24 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | | Only mark matches if input is not an empty string | |||||
| * | | Only mark matches if input is not an empty string | Stephen Margheim | 2015-11-23 | 1 | -1/+2 | |
|/ / | ||||||
| * | Remove stray log from old work | Stephen Margheim | 2015-11-23 | 1 | -1/+0 | |
| | | ||||||
| * | Add toggle API method | Stephen Margheim | 2015-11-23 | 1 | -0/+14 | |
|/ | ||||||
* | Merge pull request #16763 from arsatiki/patch-1 | Lea Verou | 2015-10-27 | 1 | -1/+1 | |
|\ | | | | | Fix a bug in the default code for replace-function | |||||
| * | Fix a bug in the default code for replace-function | Antti Rasinen | 2015-09-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #16756 from lydell/autocomplete-off | Lea Verou | 2015-10-27 | 2 | -8/+8 | |
|\ \ | | | | | | | Revert "autocomplete='off' no longer works in chrome. Instead, use au… | |||||
| * | | Revert "autocomplete='off' no longer works in chrome. Instead, use ↵ | Simon Lydell | 2015-08-06 | 2 | -9/+9 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | autocomplete='false'" `autocomplete="off"` works just fine in Chrome, and Firefox, for the purposes of disabling the native dropdown of previously entered strings (which would cover awesomplete's dropdown), while `autocomplete="false"` does not. This reverts commit 6611606f1105eab3529348f935306c2003c2045d. Conflicts: awesomplete.min.js | |||||
* | | Merge pull request #16753 from vlazar/features/travis-ci | Lea Verou | 2015-10-27 | 3 | -2/+24 | |
|\ \ | | | | | | | Run tests on Travis CI | |||||
| * | | Add Travis CI badge | Vladislav Zarakovsky | 2015-08-02 | 1 | -1/+2 | |
| | | | ||||||
| * | | Setup Travis CI + Chrome to run tests | Vladislav Zarakovsky | 2015-08-02 | 2 | -1/+22 | |
| |/ | ||||||
* | | Merge pull request #16773 from jameshibbard/gh-pages | Lea Verou | 2015-10-27 | 1 | -1/+1 | |
|\ \ | |/ |/| | Removed quotes around author credit in minified file | |||||
| * | Removed quotes around author credit | James Hibbard | 2015-10-22 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #16734 from vlazar/features/karma-runner | Lea Verou | 2015-07-26 | 6 | -28/+92 | |
|\ | | | | | Karma test runner | |||||
| * | Flatten tests/ directory and rename to test/ (common convention) | Vladislav Zarakovsky | 2015-05-19 | 3 | -2/+2 | |
| | | ||||||
| * | Update README | Vladislav Zarakovsky | 2015-05-08 | 1 | -2/+29 | |
| | | ||||||
| * | Remove Jasmine spec runner | Vladislav Zarakovsky | 2015-05-08 | 1 | -24/+0 | |
| | | ||||||
| * | Add Karma test runner | Vladislav Zarakovsky | 2015-05-08 | 3 | -2/+63 | |
| | | ||||||
* | | Merge pull request #16738 from ste-m/fix/saturation-gt-100 | Lea Verou | 2015-07-26 | 1 | -2/+2 | |
|\ \ | | | | | | | limit saturation to allowed 100% value | |||||
| * | | limit saturation to allowed 100% value | Stefano Marengo | 2015-05-20 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #16746 from marc-costello/gh-pages | Lea Verou | 2015-07-26 | 2 | -11/+11 | |
|\ \ | |/ |/| | Autocomplete false, and new _() instead of new Awesomplete() | |||||
| * | instead of doing a new Awesomplete in init() - which might not exist at this ↵ | Marc Costello | 2015-06-30 | 2 | -9/+9 | |
| | | | | | | | | point. Use the private reference straight up | |||||
| * | autocomplete='off' no longer works in chrome. Instead, use autocomplete='false' | Marc Costello | 2015-06-30 | 2 | -3/+3 | |
|/ | ||||||
* | Merge pull request #16717 from juanto121/jasmine_simple_unittestv1.0.0 | Lea Verou | 2015-04-23 | 1 | -1/+1 | |
|\ | | | | | Readme Awesomplete Heading Fixed | |||||
| * | Readme Awesomplete Heading Fixed | Juan Felipe Torres | 2015-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #16716 from juanto121/jasmine_simple_unittest | Lea Verou | 2015-04-20 | 3 | -1/+21 | |
|\ \ | |/ | | | Intro to testing on jasmine | |||||
| * | Intro to test on readme | Juan Felipe Torres | 2015-04-18 | 2 | -1/+21 | |
| | | ||||||
| * | New file permission | Juan Felipe Torres | 2015-04-01 | 2 | -0/+0 | |
| | | ||||||
* | | Merge pull request #16639 from guilherme-pg/gh-pages | Lea Verou | 2015-04-20 | 2 | -10/+10 | |
|\ \ | | | | | | | Match input text against the textContent of options, not innerHTML. | |||||
| * | | Match input text against the textContent of options, not innerHTML. | Guilherme Goncalves | 2015-04-19 | 2 | -10/+10 | |
|/ / | ||||||
* | | Merge pull request #16640 from juanto121/jasmine_simple_unittest | Lea Verou | 2015-04-18 | 2 | -0/+99 | |
|\ \ | |/ | | | Jasmine simple testing | |||||
| * | testing awesomplete object creation | Juan Torres | 2015-03-27 | 1 | -0/+41 | |
| | | ||||||
| * | Testing with jasmine, LeaVerou#14565 - clean version | Juan Torres | 2015-03-27 | 2 | -0/+58 | |
| | | ||||||
| * | Merge remote-tracking branches 'upstream/gh-pages' and 'origin/gh-pages' ↵ | Juan Torres | 2015-03-26 | 0 | -0/+0 | |
|/ | | | | into gh-pages | |||||
* | Merge pull request #16435 from goulvench/turn-off-native-autocomplete | Lea Verou | 2015-03-21 | 1 | -0/+1 | |
|\ | | | | | Remove native autocomplete | |||||
| * | Remove native autocomplete | Goulven Champenois | 2015-03-10 | 1 | -0/+1 | |
| | | | | | | Because it overlays the ul while being unreachable using the keyboard. | |||||
* | | Merge pull request #14489 from ScottPolhemus/config | Lea Verou | 2015-03-16 | 1 | -2/+4 | |
|\ \ | |/ |/| | Allow numerical options set to zero | |||||
| * | Allow numerical options set to zero | Scott Polhemus | 2015-03-10 | 1 | -2/+4 | |
|/ | ||||||
* | Merge pull request #16241 from arthurvr/patch-1 | Lea Verou | 2015-03-09 | 1 | -8/+5 | |
|\ | | | | | Fixes to package.json |