aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-05196-2664/+67517
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - ↵Scott González2013-07-032-7/+14
| | | | Tabs: Disabled tabs are still clickable.
* Build: Implement an asciilint task to verify content of ui files (ignore ↵Jörn Zaefferer2013-07-032-1/+34
| | | | i18n). Fixes #9037 - Build: Verify characters in output
* Release: Specify download.jqueryui.com version @1.10.3-4Rafael Xavier de Souza2013-06-261-1/+1
|
* Release: LintRafael Xavier de Souza2013-06-262-6/+3
|
* Release: Handle prevVersion when minor or patch are 0 (zero)Rafael Xavier de Souza2013-06-261-9/+7
|
* Release: Allow remote repositories other than "git@github.com", eg. filesystemRafael Xavier de Souza2013-06-261-2/+7
|
* Add comment (TODO: amend before land)Rafael Xavier de Souza2013-06-261-0/+2
|
* Release: Use downloadBuilder to build pre/cdn packages instead of our grunt ↵Rafael Xavier de Souza2013-06-263-216/+178
| | | | tasks
* Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.Gan Eng Chin2013-06-261-1/+1
| | | | Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
* Update authorsJörn Zaefferer2013-06-241-0/+5
|
* Effects (core): Unite demos into the same single effect/ pathRafael Xavier de Souza2013-06-2217-112/+8
|
* Test: Update effects_core test, since puff-effect and size-effect now have ↵Rafael Xavier de Souza2013-06-222-4/+3
| | | | its own files
* Effect: Give puff-effect and size-effect its own files. Previously, they ↵Rafael Xavier de Souza2013-06-225-240/+284
| | | | were into scale-effect file.
* Menu: Ensure an event was passed before checking its type. Fixes #9384 - ↵TJ VanToll2013-06-201-1/+1
| | | | Menu: _focus function forgets null check with doing a pattern match on event.type
* Menu tests: Fix lint errorJörn Zaefferer2013-06-201-1/+1
|
* Build: Update grunt-contrib-jshint to latest, fixes jshint errors not ↵Jörn Zaefferer2013-06-201-1/+1
| | | | aborting the build
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-194-11/+31
| | | | Draggable: Inputs do not blur when clicking on a draggable
* Clicking on a draggable anchor without moving it should make it the active ↵Steven Luscher2013-06-192-0/+17
| | | | element (Fixes #8399).
* Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵TJ VanToll2013-06-162-0/+15
| | | | should recheck for menu icons
* Build: Add support for running on TravisJörn Zaefferer2013-06-122-0/+8
|
* CSS Framework: Update API links from the old docs site to their new API site ↵TJ VanToll2013-06-0517-18/+16
| | | | location.
* Slider Tests: Remove pointless doc blocks.Scott González2013-06-044-12/+0
|
* Tabs: Use .ui-tabs-anchor in stylesheet.Scott González2013-06-041-6/+5
|
* Datepicker: Removing unused ui-datepicker-month-year class name.TJ VanToll2013-06-031-3/+0
|
* Slider: Remove range div when changing range option to false. Fixes #9355 - ↵Scott González2013-06-032-3/+23
| | | | Slider: Changing range option to false does not remove range div.
* Spinner: Trivial spelling / grammatical fixes in CSS comments.TJ VanToll2013-06-021-2/+2
|
* Dialog: Use proper position data after drag and resize. Fixes #9351 - ↵Scott González2013-05-311-6/+21
| | | | Dialog: Incorrect value for position option after resize.
* Build: Update node-testswarm to 1.1.0 to match latest TestSwarm APIJörn Zaefferer2013-05-311-1/+1
|
* Revert b12def5ab2b718f226f2a0c24c6b6d98cd0940c1 - instead update to ↵Jörn Zaefferer2013-05-312-4/+2
| | | | testswarm@1.0.3, which always passes as a boolean.
* Build: Don't pass undefined to grunt's method in error cases. Must be for ↵Jörn Zaefferer2013-05-311-1/+3
| | | | the task to fail.
* Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵Jörn Zaefferer2013-05-312-10/+10
| | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
* Droppable: Style guide conformance.Steven Luscher2013-05-291-116/+116
|
* Droppable: Defer querying of offsetWidth and offsetHeight until they're ↵Steven Luscher2013-05-291-11/+28
| | | | required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.
* Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵Christian Klammer2013-05-292-2/+49
| | | | Erratic behavior of contained elements within scrollable grandparents
* Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵Scott González2013-05-282-16/+41
| | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
* Accordion: Removing unused ui-accordion-noicons class.TJ VanToll2013-05-271-3/+0
| | | | (cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980)
* Dialog: Add type="button" to the close button. Fixed #9312: Dialog: closes ↵TJ VanToll2013-05-231-1/+4
| | | | on enter in textbox in IE.
* Tabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: ↵Scott González2013-05-221-0/+4
| | | | Incorrect remote tab detection in IE7.
* Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵Brian Grinstead2013-05-205-15/+41
| | | | cannot drag element inside iframe
* Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-203-3/+32
|
* Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 ↵Scott González2013-05-202-1/+11
| | | | - Widget: widgetEventPrefix is empty when widget is (occasionally) loaded twice.
* Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - ↵Scott González2013-05-163-20/+20
| | | | Datepicker: Incorrect capitalisation for French and Spanish.
* Sortable demo (portlets): Cleanup.Scott González2013-05-161-18/+42
|
* Position: Use absolute positioning when getting scrollbar width to avoid ↵Scott González2013-05-161-1/+1
| | | | reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
* Revert "Position: Use absolute positioning when getting scrollbar width to ↵Scott González2013-05-162-47/+105
| | | | | | avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues." This reverts commit 1d3b8ff78eaa3d64a839ba34af34d1e8b24f82af.
* Position: Use absolute positioning when getting scrollbar width to avoid ↵Scott González2013-05-162-105/+47
| | | | reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
* Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: ↵Toshi MARUYAMA2013-05-101-2/+2
| | | | Incorrect settings for Lithuanian locale.
* Remove environment-specific files from .gitignore.Scott González2013-05-091-7/+0
|
* Autocomplete: Remove handling for NUMPAD_ENTER.Scott González2013-05-061-1/+0
|