Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'spinner' into devpreview | jzaefferer | 2010-11-19 | 1 | -0/+368 |
|\ | |||||
| * | Spinner: Make sure that options.value and input.val() are in sync | jzaefferer | 2010-10-28 | 1 | -2/+2 |
| | | |||||
| * | Spinner: Refactored reading htlm5 attributes option init | jzaefferer | 2010-10-28 | 1 | -16/+14 |
| | | |||||
| * | Spinner: Improved mousewheel event handling | jzaefferer | 2010-10-27 | 1 | -4/+7 |
| | | |||||
| * | Spinner: More refactorings and cleanups, and heavy improvement on the ↵ | jzaefferer | 2010-10-27 | 1 | -71/+50 |
| | | | | | | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments | ||||
| * | Slider: Cleanup public methods | jzaefferer | 2010-10-26 | 1 | -4/+2 |
| | | |||||
| * | Slider: Improve destroy method | jzaefferer | 2010-10-26 | 1 | -9/+3 |
| | | |||||
| * | Slider: Some more refactoring and cleanup | jzaefferer | 2010-10-26 | 1 | -99/+98 |
| | | |||||
| * | Spinner: Changed default for numberformat to null. Fixed disabled option to ↵ | jzaefferer | 2010-10-26 | 1 | -26/+54 |
| | | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | ||||
| * | Slider: Simplifying mousewheel binding, remove Opera workaround | jzaefferer | 2010-10-26 | 1 | -4/+1 |
| | | |||||
| * | Spiner: Tune mousewheel spinning | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | | |||||
| * | Slider: Removing dir option. Implementation caused more damage then being ↵ | jzaefferer | 2010-10-25 | 1 | -6/+3 |
| | | | | | | | | useful - will eventually implement RTL support in all widgets. | ||||
| * | Slider: More codecleanup. Inlining defaults for min/max, removing page (use ↵ | jzaefferer | 2010-10-25 | 1 | -72/+37 |
| | | | | | | | | 10*step instead), removing mouseWheel (just use when available) | ||||
| * | Spinner: Fix value option initalization | jzaefferer | 2010-10-25 | 1 | -2/+2 |
| | | |||||
| * | Spinner: More cleanup | jzaefferer | 2010-10-24 | 1 | -24/+11 |
| | | |||||
| * | Spinner: Some code and test cleanup | jzaefferer | 2010-10-24 | 1 | -2/+1 |
| | | |||||
| * | Using button widget for the spinner buttons. Can still use some ↵ | jzaefferer | 2010-10-23 | 1 | -14/+19 |
| | | | | | | | | improvements, dropping custom theme stuff in favor of button styles. | ||||
| * | Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵ | jzaefferer | 2010-10-23 | 1 | -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. | jzaefferer | 2010-10-22 | 1 | -0/+505 |
| | | |||||
* | | Merge branch 'menu' into devpreview | jzaefferer | 2010-11-19 | 1 | -118/+127 |
|\ \ | | | | | | | | | | | | | Conflicts: demos/button/splitbutton.html | ||||
| * | | Menu: Implemented new (experimental) ARIA based on discussions on the ↵ | jzaefferer | 2010-11-16 | 1 | -7/+20 |
| | | | | | | | | | | | | jquery-a11y list. | ||||
| * | | Menu: Good enough | jzaefferer | 2010-10-28 | 1 | -3/+1 |
| | | | |||||
| * | | Menu: Further refactoring of next/previousPage | jzaefferer | 2010-10-28 | 1 | -16/+8 |
| | | | |||||
| * | | Menu: Refactored next/previousPage logic and activate-scrolling, improved much! | jzaefferer | 2010-10-28 | 1 | -30/+29 |
| | | | |||||
| * | | Menu: Refactored menu to use .first()/.last() instead of :first/:last ↵ | jzaefferer | 2010-10-28 | 1 | -17/+21 |
| | | | | | | | | | | | | whereever possible | ||||
| * | | Menu: Effing coding standards. | jzaefferer | 2010-10-28 | 1 | -71/+71 |
| | | | |||||
| * | | Menu: Use event delegation for mouseover/out events, instead of binding to ↵ | jzaefferer | 2010-10-28 | 1 | -20/+23 |
| | | | | | | | | | | | | menu items directly | ||||
| * | | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | | | Merge branch 'tooltip' into devpreview | jzaefferer | 2010-11-19 | 1 | -32/+21 |
|\ \ \ | |||||
| * | | | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 1 | -3/+4 |
| | | | | |||||
| * | | | Tooltip: Update _init to _create | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Tooltip: Removing application role, should be set on application level | jzaefferer | 2010-10-26 | 1 | -5/+0 |
| | | | | |||||
| * | | | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | .tooltip("widget").addClass("whatever") instead | ||||
| * | | | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 1 | -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 #5732 | jzaefferer | 2010-07-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Tooltip: Updated positioning - let user also customize of-property | jzaefferer | 2010-07-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | | | | Merge commit '1.8.6' into devpreview | jzaefferer | 2010-11-19 | 36 | -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ález | 2010-10-25 | 1 | -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ález | 2010-10-22 | 1 | -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ález | 2010-10-21 | 1 | -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ález | 2010-10-21 | 1 | -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ález | 2010-10-21 | 1 | -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ález | 2010-10-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework. | ||||
| * | | | Widget: Fixed reference to element in _getCreateOptions(). | Scott González | 2010-10-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 ↵ | Scott González | 2010-10-19 | 1 | -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. Worth | 2010-10-15 | 1 | -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 consistency | Richard D. Worth | 2010-10-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Mouse: Limit mouseup out of window check to only versions of IE earlier than ↵ | Richard D. Worth | 2010-10-14 | 1 | -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ález | 2010-10-13 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors. |