aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Spinner: Update demos FIXMEspinner-globalize-1.xRafael Xavier de Souza2014-06-247-171/+316
|
* Spinner: Use Globalize 1.xRafael Xavier de Souza2014-06-241-6/+7
|
* Datepicker: Define en and en-US locales based on defaultsScott González2014-06-161-0/+2
| | | | | Fixes #6682 Closes gh-1269
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-102-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 elementJörn Zaefferer2014-06-102-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.10Timo Tijhof2014-05-301-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 compatTimo Tijhof2014-05-271-1/+1
| | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-262-4/+3
| | | | | Fixes #9703 Closes gh-1252
* Tests: Add widget optionDavid Petersen2014-05-261-3/+3
| | | | | | Allows running qunit tests for a single widget Closes gh-1254
* Build: Update DB version for release scriptJörn Zaefferer2014-05-231-1/+1
|
* README: Remove content that exists on the contribute siteScott González2014-05-201-38/+1
|
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-192-73/+71
| | | | | Fixes #9622 Closes gh-1251
* Authors: UpdateJörn Zaefferer2014-05-161-0/+1
|
* Widget: Remove misleading commentScott González2014-05-141-1/+0
|
* Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8Trisha Crowley2014-05-131-7/+7
| | | | | Fixes #9995 Closes gh-1235
* Build: Fix manifest dependenciesJörn Zaefferer2014-05-121-2/+6
| | | | | Clone bower dependencies instead of reusing and modifying the same object multiple times.
* Build: Add manifest entry for selectmenuJörn Zaefferer2014-05-121-0/+8
| | | | Closes gh-1240
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-122-2/+28
| | | | | Fixes #7434 Closes gh-1238
* Build: Validate number of generated manifestsJörn Zaefferer2014-05-091-1/+11
| | | | Closes gh-1241
* Build: Replace @VERSION in release tagsJörn Zaefferer2014-05-081-4/+35
| | | | | Fixes #10006 Closes gh-1239
* CONTRIBUTING: Fix typoScott González2014-05-071-1/+1
|
* All: Fix typosScott González2014-05-072-2/+2
| | | | Closes gh-1237
* Build: Generate pre-releases the same way as stable releasesScott González2014-05-061-51/+1
| | | | Fixes #9998
* Menu: Use item.outerHeight() in _scrollIntoViewJörn Zaefferer2014-05-062-2/+2
| | | | Fixes #9991
* Tooltip: Don't use `rgba()` for solid colors in video player demoScott González2014-05-061-2/+2
| | | | Fixes a display issue in IE8.
* Selectmenu: Add new production selection demoFelix Nagel2014-05-052-0/+94
| | | | Closes gh-1230
* Tooltip demo: Reword dialog description for clarityTJ VanToll2014-05-051-1/+1
| | | | Closes gh-1233
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
| | | | | Fixes #5816 Closes gh-974
* Build: Migrate to jquery-releaseJörn Zaefferer2014-04-243-752/+117
| | | | Fixes #9793
* Dialog demo: Update modal form demoJörn Zaefferer2014-04-241-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 indexJörn Zaefferer2014-04-241-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 betterJörn Zaefferer2014-04-242-39/+0
|
* Demos: Delete useless interactions demosJörn Zaefferer2014-04-247-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 annoyingJörn Zaefferer2014-04-242-4/+4
|
* Button demo: Replace anchors with more appropriate buttonsJörn Zaefferer2014-04-248-15/+8
|
* Build: Add Felix Nagel as a maintainerScott González2014-04-241-0/+5
|
* Resizable demo: Trivial grammatical fixTJ VanToll2014-04-241-1/+1
|
* Selectmenu: Work around test bug in IEScott González2014-04-241-1/+1
|
* Widget demo: Replace 'go black' with 'go screen' to keep text readableJörn Zaefferer2014-04-241-5/+5
|
* Tooltip demo: Add a menu to the playlist buttonJörn Zaefferer2014-04-241-1/+31
|
* Tooltip demo: We have no plans for interactive tooltipsJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Mention the option used in the track demoJörn Zaefferer2014-04-241-1/+1
|
* Tooltip demo: Position tooltips next to inputs instead of over inputsJörn Zaefferer2014-04-241-1/+6
|
* Tabs demo: Improve manipulation by providing default values for new tabJörn Zaefferer2014-04-241-2/+2
|
* Spinner demo: Reorder input and select to be consistent with other demosJörn Zaefferer2014-04-241-4/+5
|
* Sortable demo: Allow dropping to empty list and improve general stylingJörn Zaefferer2014-04-241-2/+16
|
* Slider demo: Make read only inputs readonlyJörn Zaefferer2014-04-246-6/+6
|
* Resizable demo: Fix description text, replacing the copy-pastaJörn Zaefferer2014-04-241-1/+1
|
* Position demo: Address todo comment by replacing plugin methodsJörn Zaefferer2014-04-241-22/+21
|
* Effect demo: Change anchor to button elementJörn Zaefferer2014-04-241-1/+1
|