History
8 branches 71 tags
Datepicker: Fix first day of week for pt-PT locale 6fdd0e3 9 years ago
Dialog: Fix shared event handler for modal dialogs 5708046 9 years ago
All: Remove uses of `jQuery.proxy()` 809f29e 9 years ago
All: Remove uses of `jQuery.camelCase()` 0940cb9 9 years ago
Tests: Load `jquery-1-7` module for jQuery 2.x as well ae31f2b 9 years ago
Demos: Fix a typo with an extra semicolon ceccf50 9 years ago
Tests: Load the `jquery-1-7` module for all 1.x versions 39bbe70 9 years ago
Position: Increase scrollbar test div to handle larger scrollbars efb1fee 9 years ago
Core: Fix JQMIGRATE warning about `jQuery.expr[":"]` 0b7246b 9 years ago
Menu: Ignore mouse events triggered due to page scrolling 50efd6e 9 years ago
Menu: Handle mouse movement mixed with keyboard navigation 7d992ae 9 years ago
Menu: Don't focus dividers when wrapping via keyboard navigation a3e953b 9 years ago
Button: Fix backcompat when called on collection of mixed elements abc9e7c 9 years ago
Sortable: Fix various scrolling issues c866e45 9 years ago
Labels: Handle empty sets adcf9b6 9 years ago
Menu: Close menus immediately on selection or click outside 0d25a36 9 years ago
Widget: Handle `Object.create(null)` for options objects b3c0a7f 9 years ago
Widget: Improve `remove` event bindings for `classes` options ef2e9ba 9 years ago
Resizable: Keep user-provided handles on destroy Konstantin Dinev c426b9a 9 years ago
Slider: Use `cursor: pointer` on handles c6e2b52 9 years ago
Datepicker: Corrections for Swedish localization 032ddc3 9 years ago
Widget: Don't swallow errors in `remove` events 1f2011e 9 years ago
Resizable: Keep user defined handles on _setOption Konstantin Dinev 278d1e1 9 years ago
Spinner: Ignore `mousewheel` events when not focused a3b9129 9 years ago
Build: Add missing semicolon 162377f 9 years ago
Qunit: Add bootstrap config for running tests with jQuery Migrate 4fa0267 9 years ago
Build: Add jQuery as explicit dependency, with min and max range c1f96f1 9 years ago
Datepicker: Fix prev/next button behavior with `showCurrentAtPos` 17404ce 9 years ago
Autocomplete: Fix IE/Edge scrolling issues Ryan Oriecuia 573e7e6 9 years ago
Effect: Fix typo 4b9f324 10 years ago
Themes: Optimize PNG files with zopflipng cc37fe7 10 years ago
Selectmenu: Don't render options with the `hidden` attribute a2b25ef 10 years ago
Tooltip: Clear interval for delayed tracking tooltips on remove 9a4c057 10 years ago
Theme: Optimize images d85c68f 10 years ago
Build: Stop using the jquery-ui-future browser set 017bb97 10 years ago
Build: Add jQuery 3.1.1 4673c88 10 years ago
Build: Run Travis tests on Node.js 6, not 0.12 622a129 10 years ago
Spinner: Fix typo 863a49f 10 years ago
Sortable: Fix `z-index` switching from `auto` to `0` 9c5ce4c 10 years ago
Tabs: Don't blur focused tab on sort f1fa076 10 years ago
Form: Rename from `.form()` to `._form()` since its not for public use 0627eb3 10 years ago
Sortable: Setting table row placeholder height to be same as sorted row 87eab46 10 years ago
Checkboxradio: Don't add ui-state-hover to icons b9d687d 10 years ago
Theme: Removes css for ui-state-checked its not used any more 1b0e947 10 years ago
Theme: Replace missing definition for default icons dde9b83 10 years ago
Theme: Switch icon background to use bgColorContent 265b8f5 10 years ago
Datepicker: Correct Traditional Chinese translation 1294343 10 years ago
Sortable: Fix parent offset detection 1d40952 10 years ago
Droppable: Use `$.ui.intersect()` fd30534 10 years ago
Tabs: Remove presentation role b9ffc34 10 years ago
Resizable: Fix aspectRatio cannot be changed after initialization. c481400 10 years ago
Build: Fix list of source files c218bee 10 years ago
Autocomplete: Escape HTML tags in callback name to avoid XSS in demo 69e66ea 10 years ago
Build: Updating the master version to 1.12.2-pre. c571d2f 10 years ago
Build: Update authors list 90d9fee 10 years ago
Sortable: Use an event object for simulated `mouseup` in `cancel()` 19027bb 10 years ago
Theme: Fix icon default color when not within a button 391d45e 10 years ago
Widget: Untrack classes elements when they are removed from the DOM 89af4c2 10 years ago
Release: Remove externals directory from CDN zip 7b7b9b6 10 years ago
Draggable: Fix spurious blur in dialogs on mousedown Ryan Oriecuia 8c66934 10 years ago
Slider: Add demo for custom handle 51461d5 10 years ago
Build: Update authors list 57bff49 10 years ago
Autocomplete: Remove unreachable code in remote demo fd81307 10 years ago
Autocomplete: Change JSONP demo to use local data source 930934f 10 years ago
Position: Remove fractional pixel detection 586d572 10 years ago
Controlgroup: Don't use `String.prototype.trim()` 3606e1c 10 years ago
Dialog: Fix code style 4e39014 10 years ago
Dialog: Allow for subpixel calculation errors in tests d2ce363 10 years ago
Tabs: Strip hash from remote content URLs 398bd8d 10 years ago
Effects: Adjust animation duration in tests 3a45a47 10 years ago
Demos: Optimize *.png with zopflipng d7ea031 10 years ago
Menu: Support number pad keyboard input ac9ca9e 10 years ago
CONTRIBUTING: Replace grunt commands with npm 1148aef 10 years ago
Build: Update bower.json with license information f25f9ec 10 years ago
Widget: `instance()` should return `undefined` for empty sets 3dd8a09 10 years ago
Checkboxradio: Adjust rule order to avoid specificty issues with othe… 57537d0 10 years ago
Dialog: Support deprecated button options 6c754b4 10 years ago
Controlgroup: Handle child elements that don't have options defined f67f929 10 years ago
Checkboxradio: Fix label handling with jQuery 3.x 55cd948 10 years ago
Build: Updating the master version to 1.12.1-pre. 21f7f25 10 years ago
Build: Add jQuery 3.1.0 ea44d84 10 years ago
Tests: Only test latest patch versions for jQuery Core in TestSwarm 3b06669 10 years ago
Resizable: Avoid `Array#map()` in tests for IE8 4d97793 10 years ago
Tooltip: Allow tracking tooltips to be off by a fraciton of a pixel 92451b4 10 years ago
Tests: Add jQuery 3.0.0 to missing systems dc8b1c8 10 years ago
Effects: Fix timing of `.animateClass()` assertion ba91b32 10 years ago
Tabs: Remove test for Ajax URLs containing hashes 9d807ba 10 years ago
Build: Add jQuery 3.0 for testing 71b93ed 10 years ago
Controlgroup: Correctly handle non-empty child class key Gabriel Schulhof 3a9a3c7 10 years ago
Build: Adjust author info for Dan Strohl 23d1db5 10 years ago
Controlgroup: Add "only" position to class generator functions 8a79fc8 10 years ago
All: Replace non-breaking spaces with regular spaces 3c860f9 10 years ago
Checkboxradio: Use new `ui-state-checked` class in checkboxradio abc2a75 10 years ago
All: Optimize png images losslessly using zopflipng b7d0c70 10 years ago
Tests: Removed links to tests that no longer exist ab5a18d 10 years ago
Controlgroup: Fix rendering of labels 7d5e6d2 10 years ago
Controlgroup: Fix issues with compatibility with spinner 81a8e30 10 years ago
Controlgroup: Don't remove existing classes classes 04b670e 10 years ago
Tests: Stop testing against core 2.0.2 on testswarm 83ec5e8 10 years ago