aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium)...David De Sloovere2011-11-173-0/+26
* Datepicker: Updated catalan translation using globalize.js as a reference (ht...David Soms2011-11-171-13/+13
* Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepic...stojce2011-11-173-0/+26
* Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK...William Griffiths2011-11-173-0/+26
* Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxe...Michel Weimerskirch2011-11-173-0/+26
* Merge pull request #501 from maljub01/masterScott González2011-11-172-2/+2
|\
| * Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dr...Marwan Al Jubeh2011-10-172-2/+2
* | Merge pull request #469 from polomoshnov/patch-1Jörn Zaefferer2011-11-171-1/+1
|\ \
| * | Removed unnecessary code.polomoshnov2011-09-231-1/+1
* | | Merge pull request #429 from ckdake/masterScott González2011-11-171-1/+1
|\ \ \
| * | | Typo fix: loose -> loseChris Kelly2011-08-101-1/+1
* | | | Tooltip: Add demo with custom tooltip style.Jörn Zaefferer2011-11-162-0/+112
* | | | Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-163-3/+27
* | | | Selectable: add ui-selectee class to elements matching filter on refresh. Fix...Richard D. Worth2011-11-161-0/+1
* | | | Accordion: Fixed back-compat for icons.headerSelected when icons option is null.Scott González2011-11-162-3/+5
* | | | Demos accordion hoverintent: moved event.type setter to not clobber event.typ...Richard D. Worth2011-11-111-1/+1
* | | | Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target...Scott González2011-11-101-0/+4
* | | | Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gal...Richard D. Worth2011-11-091-6/+3
* | | | Effects tests: Proper detection of fixed position support in jQuery 1.7.Scott González2011-11-091-2/+7
* | | | Upgrade jQuery to 1.7.Scott González2011-11-09219-1538/+11092
* | | | Popup: increased delay between focusout and focusin/mouseup as it was sometim...Richard D. Worth2011-11-091-1/+1
* | | | Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...Richard D. Worth2011-11-071-1/+1
* | | | Widget: Define this.document properly when instantiating a widget on a docume...Scott González2011-11-071-1/+5
* | | | Merge pull request #517 from MGaetan89/bug_7238Scott González2011-11-071-5/+5
|\ \ \ \
| * | | | Accordion: Fixed #7238 - Problem with accordion slide animation fixed width c...Gaëtan Muller2011-11-061-5/+5
|/ / / /
* | | | Tests: Removed unnecessary visual tests for button.Scott González2011-11-032-109/+0
* | | | Tests: Removed visual tests for plugins that are being rewritten.Scott González2011-11-0351-2956/+0
* | | | Tests: Change the input in the effects test to a text input. This fixes faili...kborchers2011-11-021-1/+1
* | | | Position: Check for fraction support.Scott González2011-11-021-0/+45
* | | | Tabs test: Increase delay in load test.Scott González2011-11-022-3/+3
* | | | Position tests: Changed DOM structure to fix dimensions of within container.Scott González2011-11-021-4/+4
* | | | Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan lan...Scott González2011-11-013-5/+5
* | | | Tests (Simulate): Make the blur event async to deal with IE's native blur bei...Scott González2011-11-011-11/+16
* | | | Autocomplete tests: Fixed typo.Scott González2011-11-011-1/+1
* | | | Tests (Simulate): Added focus and blur support.Scott González2011-10-313-7/+54
* | | | Tests (Simulate): Whitespace cleanup.Scott González2011-10-311-70/+99
* | | | Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-2825-128/+309
* | | | Merge pull request #505 from midlis/globaljsfixScott González2011-10-251-2/+2
|\ \ \ \
| * | | | Demos: replace global.js with globalize.js.midlis2011-10-251-2/+2
* | | | | Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-253-75/+103
|/ / / /
* | | | Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...Scott González2011-10-251-1/+3
* | | | Widget: Use parentWindow if defaultView doesn't exist.Scott González2011-10-211-1/+1
* | | | Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-208-19/+19
* | | | Button: Create text span in correct document.Scott González2011-10-201-1/+1
* | | | Widget: Refactoring setOptions loop to remove unnesecary closure / that refer...Corey Frang2011-10-191-4/+5
* | | | Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1
* | | | Popup: Remove any references to "that" and use _delay instead of setTimeout.kborchers2011-10-191-16/+12
* | | | Merge branch 'master' of github.com:jquery/jquery-uiJörn Zaefferer2011-10-191-1/+1
|\ \ \ \
| * | | | Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
* | | | | Rewrite popup/menu interaction to make popup managed by menu (adds trigger op...Hans Hillen2011-10-194-59/+157
|/ / / /