aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Position: Extend main visual test page with simple 'arrow' callouts, as a sta...Jörn Zaefferer2012-04-031-2/+18
* Tooltip: Remove old callout test page. Completely broken at this point, not w...Jörn Zaefferer2012-04-031-213/+0
* Effects core: Properly handle defaults for effects that are called with a sin...Scott González2012-04-021-3/+4
* Grunt: Removed newcap option from jshint task.Scott González2012-04-021-1/+0
* Lint fixes.Scott González2012-04-0218-164/+207
* Grunt: Fixed jshint options.Scott González2012-04-021-37/+56
* A few lint fixes.Scott González2012-04-0212-52/+55
* Grunt: Whitelist js and css files for @version replacement instead of blackli...Scott González2012-04-021-3/+3
* Grunt: Copy jquery from root regardless of version; fix include list for mini...Scott González2012-04-021-2/+4
* Build/grunt: Strip existing (protected) headers from to-be-minified CSS filesJörn Zaefferer2012-04-021-1/+1
* Build/grunt: Fix dependencies to versions we've tested against. No more surpr...Jörn Zaefferer2012-04-021-4/+3
* Build/grunt: grunt.file.copy now expects options as third argument. Fixes the...Jörn Zaefferer2012-04-021-1/+3
* Protect all copyright notices against minificationJo Liss2012-04-0248-48/+48
* Merge branch 'master' into gruntJörn Zaefferer2012-04-02227-905/+10823
|\
| * Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ...Simon2012-04-021-1/+1
| * Tooltip: Store the title in ui-tooltip-title data only if the element has a t...Scott González2012-03-301-1/+1
| * Tooltip: Avoid infinite recursion when disabling a tooltip on close.Scott González2012-03-291-0/+8
| * Datepicker: Fixed nextText, prevText, and Sunday and split words onto multipl...Amir E. Aharoni2012-03-291-7/+43
| * Bump versionJörn Zaefferer2012-03-281-1/+1
| * Tagging 1.9m71.9m7Jörn Zaefferer2012-03-281-1/+1
| * Accordion: Added animation tests.Scott González2012-03-271-1/+169
| * Accordion: Fixed post-init changes to event option and added tests for keyboa...Scott González2012-03-274-14/+53
| * Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.Scott González2012-03-273-113/+113
| * Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-272-33/+119
| * Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error...Scott González2012-03-221-1/+1
| * Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datep...stojce2012-03-221-2/+2
| * Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgi...Lado Lomidze2012-03-223-0/+24
| * Upgrade jQuery to 1.7.2.Scott González2012-03-22204-718/+10260
| * Update QUnit.Scott González2012-03-212-8/+11
| * Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro...Scott González2012-03-191-0/+3
| * Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid...Scott González2012-03-191-1/+1
| * Menu: Better disabled item handling using preventDefault() for the click even...kborchers2012-03-182-0/+4
| * Merge branch 'accordion-cleanup'Jörn Zaefferer2012-03-184-14/+19
| |\
| | * Accordion: Use _bind for event option. Refactor other _bind call to go into _...Jörn Zaefferer2012-03-071-9/+10
| | * Accordion: Update method tests - active option still works when accordion is ...Jörn Zaefferer2012-03-071-3/+7
| | * Accordion: Update test helper to use QUnit.push instead of deepEqual to get u...Jörn Zaefferer2012-03-071-1/+1
| | * Accordion: Remove disabled check in _keydown, covered by _bindJörn Zaefferer2012-03-071-2/+1
| | * Accordion: Fix unbinding of accordion event option when dealing with multiple...Jörn Zaefferer2012-03-072-2/+2
| | * Accordion: Use _bind for keydown handlerJörn Zaefferer2012-03-071-2/+3
| * | Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #...Harri Kilpiö2012-03-141-2/+2
* | | Grunt: Move common modules to top, along with lists of files.Scott González2012-03-301-56/+88
* | | Build/grunt: Add download_docs task for 1.8Jörn Zaefferer2012-03-291-0/+37
* | | Build/grunt: Use grunt.loadNpmTasks, now that its actually workingJörn Zaefferer2012-03-291-1/+1
* | | Build/grunt: Accept more grunt-css versionsJörn Zaefferer2012-03-281-1/+1
* | | Build/grunt: Extract css related tasks, use grunt-css insteadJörn Zaefferer2012-03-282-45/+8
* | | Grunt: Update for new grunt API.Scott González2012-03-231-79/+83
* | | Grunt: Switch back to using file.copy().Scott González2012-03-231-3/+6
* | | Build/grunt: Fix copying of binary filesJörn Zaefferer2012-03-221-1/+2
* | | Build/grunt: Coding standardsJörn Zaefferer2012-03-221-7/+7
* | | Build/grunt: Use ascii encoding when reading files for digestingJörn Zaefferer2012-03-221-1/+1