Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Theme: Add support comments for filter properties | Scott González | 2014-07-09 | 4 | -8/+8 | |
| | ||||||
* | Progressbar: replace image reference in base CSS with data URI | Usman Akeju | 2014-07-08 | 2 | -1/+1 | |
| | | | | | | | | | The CSS for the Progressbar widget contained a reference to "images/animated-overlay.gif", which is not included in custom jQuery UI builds with "no theme" selected. This replaces the reference with a data URI. Fixes #10134 Closes gh-1276 | |||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 2 | -1/+6 | |
| | | | | | Fixes #10105 Closes gh-1268 | |||||
* | Build: Update license | Scott González | 2014-06-27 | 2 | -6/+24 | |
| | | | | Closes gh-1257 | |||||
* | Build: Updating the master version to 1.11.1-pre. | Jörn Zaefferer | 2014-06-26 | 1 | -1/+1 | |
| | ||||||
* | Build: Update DB version for releases | Jörn Zaefferer | 2014-06-26 | 1 | -1/+1 | |
| | ||||||
* | Tests: Use closeEnough() to account for rounding differences | TJ VanToll | 2014-06-25 | 1 | -1/+1 | |
| | | | | | | | | | Selectmenu's test suite broke with b0e8380, which changed the padding used by the menu widget. Selectmenu conditionally adds pixels to the menu's width, and using closeEnough() accounts for that and the rounding differences across browsers. Closes gh-1275 | |||||
* | Bower: Change jquery dependency to >=1.6 (don't limit max version) | Scott González | 2014-06-24 | 2 | -4/+5 | |
| | | | | | Fixes #10110 Closes gh-1266 | |||||
* | Build: Upgrade to grunt-bowercopy 1.1.0 | Scott González | 2014-06-24 | 1 | -1/+1 | |
| | | | | Ref gh-1266 | |||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 46 | -9844/+10363 | |
| | | | | Ref gh-1266 | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 223 | -281/+364 | |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | |||||
* | Datepicker: Define en and en-US locales based on defaults | Scott González | 2014-06-16 | 1 | -0/+2 | |
| | | | | | Fixes #6682 Closes gh-1269 | |||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 2 | -3/+26 | |
| | | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265 | |||||
* | Dialog: Fix shift-tab handling, focus the correct element | Jörn Zaefferer | 2014-06-10 | 2 | -8/+10 | |
| | | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264 | |||||
* | travis: Remove node 0.8, add node 0.10 | Timo Tijhof | 2014-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | Travis is failing on two accounts: * "Error: No compatible version found: minimatch@'^0.3.0'" (because the version of npm that shipped with 0.8 doesn't support ^ * npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) Closes gh-1258 | |||||
* | Dialog: Fix off() -> unbind() for jQuery 1.6 compat | Timo Tijhof | 2014-05-27 | 1 | -1/+1 | |
| | | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256 | |||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 2 | -4/+3 | |
| | | | | | Fixes #9703 Closes gh-1252 | |||||
* | Tests: Add widget option | David Petersen | 2014-05-26 | 1 | -3/+3 | |
| | | | | | | Allows running qunit tests for a single widget Closes gh-1254 | |||||
* | Build: Update DB version for release script | Jörn Zaefferer | 2014-05-23 | 1 | -1/+1 | |
| | ||||||
* | README: Remove content that exists on the contribute site | Scott González | 2014-05-20 | 1 | -38/+1 | |
| | ||||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 2 | -73/+71 | |
| | | | | | Fixes #9622 Closes gh-1251 | |||||
* | Authors: Update | Jörn Zaefferer | 2014-05-16 | 1 | -0/+1 | |
| | ||||||
* | Widget: Remove misleading comment | Scott González | 2014-05-14 | 1 | -1/+0 | |
| | ||||||
* | Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8 | Trisha Crowley | 2014-05-13 | 1 | -7/+7 | |
| | | | | | Fixes #9995 Closes gh-1235 | |||||
* | Build: Fix manifest dependencies | Jörn Zaefferer | 2014-05-12 | 1 | -2/+6 | |
| | | | | | Clone bower dependencies instead of reusing and modifying the same object multiple times. | |||||
* | Build: Add manifest entry for selectmenu | Jörn Zaefferer | 2014-05-12 | 1 | -0/+8 | |
| | | | | Closes gh-1240 | |||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 2 | -2/+28 | |
| | | | | | Fixes #7434 Closes gh-1238 | |||||
* | Build: Validate number of generated manifests | Jörn Zaefferer | 2014-05-09 | 1 | -1/+11 | |
| | | | | Closes gh-1241 | |||||
* | Build: Replace @VERSION in release tags | Jörn Zaefferer | 2014-05-08 | 1 | -4/+35 | |
| | | | | | Fixes #10006 Closes gh-1239 | |||||
* | CONTRIBUTING: Fix typo | Scott González | 2014-05-07 | 1 | -1/+1 | |
| | ||||||
* | All: Fix typos | Scott González | 2014-05-07 | 2 | -2/+2 | |
| | | | | Closes gh-1237 | |||||
* | Build: Generate pre-releases the same way as stable releases | Scott González | 2014-05-06 | 1 | -51/+1 | |
| | | | | Fixes #9998 | |||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 2 | -2/+2 | |
| | | | | Fixes #9991 | |||||
* | Tooltip: Don't use `rgba()` for solid colors in video player demo | Scott González | 2014-05-06 | 1 | -2/+2 | |
| | | | | Fixes a display issue in IE8. | |||||
* | Selectmenu: Add new production selection demo | Felix Nagel | 2014-05-05 | 2 | -0/+94 | |
| | | | | Closes gh-1230 | |||||
* | Tooltip demo: Reword dialog description for clarity | TJ VanToll | 2014-05-05 | 1 | -1/+1 | |
| | | | | Closes gh-1233 | |||||
* | Datepicker: Remove unnecessary mouseover trigger | Rafael Xavier de Souza | 2014-05-02 | 1 | -1/+1 | |
| | | | | | Fixes #5816 Closes gh-974 | |||||
* | Build: Migrate to jquery-release | Jörn Zaefferer | 2014-04-24 | 3 | -752/+117 | |
| | | | | Fixes #9793 | |||||
* | Dialog demo: Update modal form demo | Jörn Zaefferer | 2014-04-24 | 1 | -40/+52 | |
| | | | | | | | | | | - Removes an invalid jquery.ui.button.js reference (button.js is loaded) - Updates the email regex to use the one from the HTML5 spec - Refactors the code to add the user on both button click and form submit - Reset the form to its original state on submit - Initialize the form with values that can be submitted immediately, better for a demo - Rename bValid to valid | |||||
* | Dialog demo: Move animated dialog demo to the end of the index | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 | |
| | | | | | This demo looks rather silly and has no purpose beyond showing of the animation options. It doesn't do that very well. | |||||
* | Dialog demo: Remove regular modal demo, the other modal demos are better | Jörn Zaefferer | 2014-04-24 | 2 | -39/+0 | |
| | ||||||
* | Demos: Delete useless interactions demos | Jörn Zaefferer | 2014-04-24 | 7 | -220/+0 | |
| | | | | | | | All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous. | |||||
* | Progressbar demo: Speed up the progress a bit to make them less annoying | Jörn Zaefferer | 2014-04-24 | 2 | -4/+4 | |
| | ||||||
* | Button demo: Replace anchors with more appropriate buttons | Jörn Zaefferer | 2014-04-24 | 8 | -15/+8 | |
| | ||||||
* | Build: Add Felix Nagel as a maintainer | Scott González | 2014-04-24 | 1 | -0/+5 | |
| | ||||||
* | Resizable demo: Trivial grammatical fix | TJ VanToll | 2014-04-24 | 1 | -1/+1 | |
| | ||||||
* | Selectmenu: Work around test bug in IE | Scott González | 2014-04-24 | 1 | -1/+1 | |
| | ||||||
* | Widget demo: Replace 'go black' with 'go screen' to keep text readable | Jörn Zaefferer | 2014-04-24 | 1 | -5/+5 | |
| | ||||||
* | Tooltip demo: Add a menu to the playlist button | Jörn Zaefferer | 2014-04-24 | 1 | -1/+31 | |
| | ||||||
* | Tooltip demo: We have no plans for interactive tooltips | Jörn Zaefferer | 2014-04-24 | 1 | -1/+1 | |
| |