summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #16798 from d10/exportsLea Verou2015-12-271-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 Tan2015-12-111-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-pagesLea Verou2015-12-271-3/+4
|\ \ \ \ | | | | | | | | | | Pass the original event on select
| * | | | Pass the original event on selectGabriel Adomnicai2015-12-041-3/+4
| |/ / /
* | | | Merge pull request #16785 from vlazar/features/improve-test-coverageLea Verou2015-12-2733-10/+1586
|\ \ \ \ | |/ / / |/| | | Improve test coverage
| * | | Tests for merged #16791 Don't select items on mouse right-clickVladislav Zarakovsky2015-12-051-13/+24
| | | |
| * | | Merge remote-tracking branch 'upstream/gh-pages' into ↵Vladislav Zarakovsky2015-12-052-8/+8
| |\ \ \ | |/ / / |/| | | | | | | features/improve-test-coverage
* | | | Merge pull request #16791 from TxHawks/fix/select-with-right-click-onlyLea Verou2015-12-032-8/+8
|\ \ \ \ | |_|/ / |/| | | Don't select items on mouse right-click
| * | | Add changes to minified fileTxHawks2015-12-011-7/+7
| | | |
| * | | Only select on mouse left-click, test w\ e.buttonTxHawks2015-12-011-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-clickTxHawks2015-11-291-1/+1
|/ / /
| * | Remove unused dependencyVladislav Zarakovsky2015-11-251-2/+1
| | |
| * | Progress reporter is too noisy on TravisCI. Use dots reporter instead.Vladislav Zarakovsky2015-11-251-1/+1
| | |
| * | Covered some missed branchesVladislav Zarakovsky2015-11-254-3/+27
| | |
| * | Simplify tests by inlining and using $.spyOnEvent helperVladislav Zarakovsky2015-11-256-42/+31
| | |
| * | Fix tests run in FirefoxVladislav Zarakovsky2015-11-251-0/+4
| | |
| * | keydown event testsVladislav Zarakovsky2015-11-242-0/+64
| | |
| * | form submit event testsVladislav Zarakovsky2015-11-242-0/+23
| | |
| * | mousedown event testsVladislav Zarakovsky2015-11-241-0/+45
| | |
| * | input event testsVladislav Zarakovsky2015-11-241-0/+17
| | |
| * | blur event testsVladislav Zarakovsky2015-11-241-0/+17
| | |
| * | awesomplete.selected testsVladislav Zarakovsky2015-11-241-0/+41
| | |
| * | awesomplete.opened testsVladislav Zarakovsky2015-11-241-0/+26
| | |
| * | awesomplete.evaluate testsVladislav Zarakovsky2015-11-241-0/+57
| | |
| * | awesomplete.select testsVladislav Zarakovsky2015-11-241-0/+130
| | |
| * | awesomplete.goto testsVladislav Zarakovsky2015-11-241-0/+66
| | |
| * | awesomplete.previous testsVladislav Zarakovsky2015-11-241-0/+57
| | |
| * | awesomplete.next testsVladislav Zarakovsky2015-11-242-0/+73
| | |
| * | awesomplete.open testsVladislav Zarakovsky2015-11-241-0/+53
| | |
| * | awesomplete.close testsVladislav Zarakovsky2015-11-242-2/+39
| | |
| * | Awesomplete.$.regExpEscape testsVladislav Zarakovsky2015-11-241-0/+38
| | |
| * | Awesomplete.$.fire testsVladislav Zarakovsky2015-11-241-0/+60
| | |
| * | Awesomplete.$$ testsVladislav Zarakovsky2015-11-242-0/+53
| | |
| * | Awesomplete.$ testsVladislav Zarakovsky2015-11-241-0/+62
| | |
| * | Awesomplete.$.create testsVladislav Zarakovsky2015-11-241-0/+102
| | |
| * | Awesomplete.$.bind testsVladislav Zarakovsky2015-11-241-0/+61
| | |
| * | Awesomplete.SORT_BYLENGTH testsVladislav Zarakovsky2015-11-241-0/+51
| | |
| * | Awesomplete.FILTER_STARTSWITH testsVladislav Zarakovsky2015-11-241-0/+60
| | |
| * | Awesomplete.FILTER_CONTAINS testsVladislav Zarakovsky2015-11-241-0/+60
| | |
| * | Awesomplete.all testsVladislav Zarakovsky2015-11-242-0/+23
| | |
| * | Fix bug exposed by tests: List isn't hidden by default.Vladislav Zarakovsky2015-11-241-1/+1
| | |
| * | Html modifications testsVladislav Zarakovsky2015-11-242-0/+61
| | |
| * | Fix bug exposed by tests: Can't init list from list html attribute.Vladislav Zarakovsky2015-11-241-2/+2
| | |
| * | List initialization testsVladislav Zarakovsky2015-11-242-0/+95
| | |
| * | Constructor options testsVladislav Zarakovsky2015-11-243-0/+107
| | |
| * | Set correct fixtures pathVladislav Zarakovsky2015-11-242-0/+2
| | |
| * | Add karma-fixture for loading fixtures from filesVladislav Zarakovsky2015-11-242-2/+9
| | |
| * | Add karma-jasmine-def for def() and subject() test helpersVladislav Zarakovsky2015-11-242-1/+2
| | |
| * | Update devDependenciesVladislav Zarakovsky2015-11-241-4/+4
|/ /
* | Merge pull request #16780 from TxHawks/style/consistent-quotes-and-indentLea Verou2015-11-241-3/+3
|\ \ | | | | | | Fix small style inconsistencies
| * | Replace quotes with double quotes for consistencyTxHawks2015-11-221-3/+3
| | |
* | | Merge pull request #16779 from Janghou/gh-pagesLea Verou2015-11-241-16/+36
|\ \ \ | | | | | | | | New ajax example for documentation
| * | | New ajax example for documentation typo correctedJanghou2015-11-191-3/+2
| | | |
| * | | New ajax example for documentationJanghou2015-11-191-16/+37
| |/ /
* | | Merge pull request #16777 from vitorgalvao/patch-1Lea Verou2015-11-241-0/+1
|\ \ \ | | | | | | | | index.html: add link to license
| * | | index.html: add link to licenseVítor Galvão2015-11-051-0/+1
| |/ /
* | | Merge pull request #16776 from herregroen/testsLea Verou2015-11-243-21/+109
|\ \ \ | | | | | | | | expand test-suite
| * | | forget to add shared fileHerre Groen2015-10-291-0/+45
| | | |
| * | | expand test-suiteHerre Groen2015-10-292-21/+64
| |/ /
* | | Merge pull request #16775 from vlazar/patch-6Lea Verou2015-11-241-1/+1
|\ \ \ | | | | | | | | Fix Travis CI badge.
| * | | Fix Travis CI badge.Vladislav Zarakovsky2015-10-271-1/+1
| |/ / | | | | | | It turned out lowercase letters do not work for travois URLs.
* | | Merge pull request #16783 from smargh/pr/empty_inputLea Verou2015-11-241-1/+2
|\ \ \ | |/ / |/| | Only mark matches if input is not an empty string
| * | Only mark matches if input is not an empty stringStephen Margheim2015-11-231-1/+2
|/ /
| * Remove stray log from old workStephen Margheim2015-11-231-1/+0
| |
| * Add toggle API methodStephen Margheim2015-11-231-0/+14
|/
* Merge pull request #16763 from arsatiki/patch-1Lea Verou2015-10-271-1/+1
|\ | | | | Fix a bug in the default code for replace-function
| * Fix a bug in the default code for replace-functionAntti Rasinen2015-09-071-1/+1
| |
* | Merge pull request #16756 from lydell/autocomplete-offLea Verou2015-10-272-8/+8
|\ \ | | | | | | Revert "autocomplete='off' no longer works in chrome. Instead, use au…
| * | Revert "autocomplete='off' no longer works in chrome. Instead, use ↵Simon Lydell2015-08-062-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-ciLea Verou2015-10-273-2/+24
|\ \ | | | | | | Run tests on Travis CI
| * | Add Travis CI badgeVladislav Zarakovsky2015-08-021-1/+2
| | |
| * | Setup Travis CI + Chrome to run testsVladislav Zarakovsky2015-08-022-1/+22
| |/
* | Merge pull request #16773 from jameshibbard/gh-pagesLea Verou2015-10-271-1/+1
|\ \ | |/ |/| Removed quotes around author credit in minified file
| * Removed quotes around author creditJames Hibbard2015-10-221-1/+1
|/
* Merge pull request #16734 from vlazar/features/karma-runnerLea Verou2015-07-266-28/+92
|\ | | | | Karma test runner
| * Flatten tests/ directory and rename to test/ (common convention)Vladislav Zarakovsky2015-05-193-2/+2
| |
| * Update READMEVladislav Zarakovsky2015-05-081-2/+29
| |
| * Remove Jasmine spec runnerVladislav Zarakovsky2015-05-081-24/+0
| |
| * Add Karma test runnerVladislav Zarakovsky2015-05-083-2/+63
| |
* | Merge pull request #16738 from ste-m/fix/saturation-gt-100Lea Verou2015-07-261-2/+2
|\ \ | | | | | | limit saturation to allowed 100% value
| * | limit saturation to allowed 100% valueStefano Marengo2015-05-201-2/+2
| |/
* | Merge pull request #16746 from marc-costello/gh-pagesLea Verou2015-07-262-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 Costello2015-06-302-9/+9
| | | | | | | | point. Use the private reference straight up
| * autocomplete='off' no longer works in chrome. Instead, use autocomplete='false'Marc Costello2015-06-302-3/+3
|/
* Merge pull request #16717 from juanto121/jasmine_simple_unittestv1.0.0Lea Verou2015-04-231-1/+1
|\ | | | | Readme Awesomplete Heading Fixed
| * Readme Awesomplete Heading FixedJuan Felipe Torres2015-04-191-1/+1
| |
* | Merge pull request #16716 from juanto121/jasmine_simple_unittestLea Verou2015-04-203-1/+21
|\ \ | |/ | | Intro to testing on jasmine
| * Intro to test on readmeJuan Felipe Torres2015-04-182-1/+21
| |
| * New file permissionJuan Felipe Torres2015-04-012-0/+0
| |
* | Merge pull request #16639 from guilherme-pg/gh-pagesLea Verou2015-04-202-10/+10
|\ \ | | | | | | Match input text against the textContent of options, not innerHTML.
| * | Match input text against the textContent of options, not innerHTML.Guilherme Goncalves2015-04-192-10/+10
|/ /
* | Merge pull request #16640 from juanto121/jasmine_simple_unittestLea Verou2015-04-182-0/+99
|\ \ | |/ | | Jasmine simple testing
| * testing awesomplete object creationJuan Torres2015-03-271-0/+41
| |
| * Testing with jasmine, LeaVerou#14565 - clean versionJuan Torres2015-03-272-0/+58
| |
| * Merge remote-tracking branches 'upstream/gh-pages' and 'origin/gh-pages' ↵Juan Torres2015-03-260-0/+0
|/ | | | into gh-pages
* Merge pull request #16435 from goulvench/turn-off-native-autocompleteLea Verou2015-03-211-0/+1
|\ | | | | Remove native autocomplete
| * Remove native autocompleteGoulven Champenois2015-03-101-0/+1
| | | | | | Because it overlays the ul while being unreachable using the keyboard.
* | Merge pull request #14489 from ScottPolhemus/configLea Verou2015-03-161-2/+4
|\ \ | |/ |/| Allow numerical options set to zero
| * Allow numerical options set to zeroScott Polhemus2015-03-101-2/+4
|/
* Merge pull request #16241 from arthurvr/patch-1Lea Verou2015-03-091-8/+5
|\ | | | | Fixes to package.json