aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'spinner' into devpreviewjzaefferer2010-11-191-0/+368
|\
| * Spinner: Make sure that options.value and input.val() are in syncjzaefferer2010-10-281-2/+2
| |
| * Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-16/+14
| |
| * Spinner: Improved mousewheel event handlingjzaefferer2010-10-271-4/+7
| |
| * Spinner: More refactorings and cleanups, and heavy improvement on the ↵jzaefferer2010-10-271-71/+50
| | | | | | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments
| * Slider: Cleanup public methodsjzaefferer2010-10-261-4/+2
| |
| * Slider: Improve destroy methodjzaefferer2010-10-261-9/+3
| |
| * Slider: Some more refactoring and cleanupjzaefferer2010-10-261-99/+98
| |
| * Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-26/+54
| | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite.
| * Slider: Simplifying mousewheel binding, remove Opera workaroundjzaefferer2010-10-261-4/+1
| |
| * Spiner: Tune mousewheel spinningjzaefferer2010-10-261-1/+1
| |
| * Slider: Removing dir option. Implementation caused more damage then being ↵jzaefferer2010-10-251-6/+3
| | | | | | | | useful - will eventually implement RTL support in all widgets.
| * Slider: More codecleanup. Inlining defaults for min/max, removing page (use ↵jzaefferer2010-10-251-72/+37
| | | | | | | | 10*step instead), removing mouseWheel (just use when available)
| * Spinner: Fix value option initalizationjzaefferer2010-10-251-2/+2
| |
| * Spinner: More cleanupjzaefferer2010-10-241-24/+11
| |
| * Spinner: Some code and test cleanupjzaefferer2010-10-241-2/+1
| |
| * Using button widget for the spinner buttons. Can still use some ↵jzaefferer2010-10-231-14/+19
| | | | | | | | improvements, dropping custom theme stuff in favor of button styles.
| * Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵jzaefferer2010-10-231-130/+44
| | | | | | | | demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
| * Porting old spinner implementation to 1.8, dropping some baggage.jzaefferer2010-10-221-0/+505
| |
* | Merge branch 'menu' into devpreviewjzaefferer2010-11-191-118/+127
|\ \ | | | | | | | | | | | | Conflicts: demos/button/splitbutton.html
| * | Menu: Implemented new (experimental) ARIA based on discussions on the ↵jzaefferer2010-11-161-7/+20
| | | | | | | | | | | | jquery-a11y list.
| * | Menu: Good enoughjzaefferer2010-10-281-3/+1
| | |
| * | Menu: Further refactoring of next/previousPagejzaefferer2010-10-281-16/+8
| | |
| * | Menu: Refactored next/previousPage logic and activate-scrolling, improved much!jzaefferer2010-10-281-30/+29
| | |
| * | Menu: Refactored menu to use .first()/.last() instead of :first/:last ↵jzaefferer2010-10-281-17/+21
| | | | | | | | | | | | whereever possible
| * | Menu: Effing coding standards.jzaefferer2010-10-281-71/+71
| | |
| * | Menu: Use event delegation for mouseover/out events, instead of binding to ↵jzaefferer2010-10-281-20/+23
| | | | | | | | | | | | menu items directly
| * | Updated copyright headers to make it clear that you can choose between MIT ↵jzaefferer2010-07-091-4/+4
| | | | | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license.
* | | Merge branch 'tooltip' into devpreviewjzaefferer2010-11-191-32/+21
|\ \ \
| * | | Tooltip: Implementing event delegation support.jzaefferer2010-10-261-3/+4
| | | |
| * | | Tooltip: Update _init to _createjzaefferer2010-10-261-1/+1
| | | |
| * | | Tooltip: Removing application role, should be set on application leveljzaefferer2010-10-261-5/+0
| | | |
| * | | Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-261-3/+1
| | | | | | | | | | | | | | | | .tooltip("widget").addClass("whatever") instead
| * | | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵jzaefferer2010-10-211-13/+8
| | | | | | | | | | | | | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.
| * | | Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-1/+1
| | | |
| * | | Tooltip: Updated positioning - let user also customize of-propertyjzaefferer2010-07-201-2/+2
| | | |
| * | | Updated copyright headers to make it clear that you can choose between MIT ↵jzaefferer2010-07-091-4/+4
| | | | | | | | | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license.
* | | | Merge commit '1.8.6' into devpreviewjzaefferer2010-11-1936-1115/+1561
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/unit/index.html tests/unit/widget/widget.js tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.accordion.js ui/jquery.ui.autocomplete.js
| * | | | Autocomplete: Always reset this.term after a select event, even if the ↵Scott González2010-10-251-1/+3
| | | | | | | | | | | | | | | | | | | | select is cancelled. Fixes #6221 - Autocomplete: Doesn't reset after Select when textbox cleared, if same letters typed in rapidly; source function not triggered in that case.
| * | | | Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵Scott González2010-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Position: Sometimes positioning is off by 1px in Firefox." This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271.
| * | | | Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - ↵Scott González2010-10-211-2/+2
| | |_|/ | |/| | | | | | | | | | Position: Sometimes positioning is off by 1px in Firefox.
| * | | Autocomplete: Split menu resizing logic into its own method to create a more ↵Scott González2010-10-211-7/+11
| | | | | | | | | | | | | | | | logical method to proxy for custom sizing.
| * | | Widget: Don't throw errors for invalid method calls (wait till 1.9 to add ↵Scott González2010-10-211-9/+13
| | | | | | | | | | | | | | | | this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls.
| * | | Position: Use a better check for determining if an object is a window. Fixes ↵Scott González2010-10-201-1/+2
| | | | | | | | | | | | | | | | #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.
| * | | Widget: Fixed reference to element in _getCreateOptions().Scott González2010-10-191-1/+1
| | | |
| * | | Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 ↵Scott González2010-10-191-2/+2
| | | | | | | | | | | | | | | | - outerWidth() setter broken with jQuery 1.3.2.
| * | | Mouse: better check for not IE9 or greater in case mode was set by ↵Richard D. Worth2010-10-151-1/+1
| | | | | | | | | | | | | | | | X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec.
| * | | changed jQuery to $ in last commit for consistencyRichard D. Worth2010-10-141-1/+1
| | | |
| * | | Mouse: Limit mouseup out of window check to only versions of IE earlier than ↵Richard D. Worth2010-10-141-1/+1
| | | | | | | | | | | | | | | | 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.
| * | | Mouse: Always call event.preventDefault() in _mouseDown if we've met the ↵Scott González2010-10-131-5/+1
| | | | | | | | | | | | | | | | starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.