Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option. | Marian Rudzynski | 2010-11-22 | 4 | -9/+42 | |
| | | | ||||||
| * | | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵ | pheiberg | 2010-11-22 | 2 | -16/+20 | |
| | | | | | | | | | | | | #6671 - setDate manipulates its argument | |||||
| * | | Datepicker: modified Arabic day names order. Fixed #6676 - ui.datepicker: ↵ | Khaled AlHourani | 2010-11-21 | 1 | -7/+6 | |
| | | | | | | | | | | | | Arabic Localization miss order | |||||
| * | | Datepicker Demo: modifed the name of the event search demo to be date-range. ↵ | Kyle Wilkinson | 2010-11-21 | 2 | -2/+2 | |
| | | | | | | | | | | | | Fixed #6675 - Date Range demo for Datepicker has unclear title. | |||||
| * | | Autocomplete: Use the text of the option, not the value when checking for ↵ | Scott González | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different. | |||||
| * | | Autocomplete multiple demos: Don't leave the field when tabbing while the ↵ | Scott González | 2010-11-19 | 2 | -50/+66 | |
| | | | | | | | | | | | | menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting. | |||||
| * | | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 22 | -0/+0 | |
| | | | ||||||
| * | | Build: Revert mistaken change in last commit, putting back the docs-download ↵ | jzaefferer | 2010-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | target. | |||||
| * | | Build: Replace filename references in base/all.min.css. Fixes #6634 - ↵ | jzaefferer | 2010-11-19 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | minified css does not @include minified css files. Also make a copy of images to fix relative paths. | |||||
| * | | Slider: Modified handle and scroll content not to jump twice when handle is ↵ | skeetergraphics | 2010-11-19 | 1 | -1/+3 | |
| | | | | | | | | | | | | grabbed and dragged from anywhere other than absolute center. Fixed #4467 - Slider: handle jumps a few pixels when clicked. | |||||
| * | | Dialog: Ensure dialogs have a z-index when calculating the max z-index. ↵ | jamiejag | 2010-11-19 | 1 | -2/+5 | |
| | | | | | | | | | | | | Fixex #5955 - Dialog: Closing UI dialog when z-index is not defined in any .ui-dialog class, causes NaN to be used as Z-index, throwing an error. Fixes #4652 - Dialog: Event loss in subsequent dialog calls (FF3). | |||||
| * | | Core: Fixed switchClass queueing issues using lazy evaluation of element's ↵ | Alex Dovenmuehle | 2010-11-19 | 1 | -24/+32 | |
| | | | | | | | | | | | | style. Fixed #6244 - switchClass queues incorrectly. | |||||
| * | | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 2 | -7/+9 | |
| | | | | | | | | | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | |||||
| * | | Effects: Allow named speeds to be 0. Fixes #6657 - Allow named speeds to be 0 | J. Ryan Stinnett | 2010-11-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Dialog: Added some missing semicolons. | Scott González | 2010-11-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Buttonset: Added items option and removed visible filter for adding rounded ↵ | Scott González | 2010-11-12 | 2 | -15/+25 | |
| | | | | | | | | | | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements. | |||||
* | | | fixed: IE typeAhead problem, thx @bergerb, ↵ | Felix Nagel | 2011-05-23 | 1 | -10/+1 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/pull/57 | |||||
* | | | deleted: useless refresh position in method open, see ↵ | Felix Nagel | 2011-05-23 | 1 | -2/+0 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/76 | |||||
* | | | fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ↵ | Felix Nagel | 2011-04-17 | 2 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | reporting, see https://github.com/fnagel/jquery-ui/issues/105 fixed: small issue in disable_enable.html demo file | |||||
* | | | fixed: select option when tabbing out of opened menu, thx to mjt5v, see ↵ | Felix Nagel | 2011-04-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/98 | |||||
* | | | fixed: small bug when using method disable with parameter 0, thx to ↵ | Felix Nagel | 2011-04-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | scottriding, see https://github.com/fnagel/jquery-ui/pull/93 | |||||
* | | | fixed: hover for disabled options, see ↵ | Felix Nagel | 2011-04-16 | 1 | -4/+7 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/103 | |||||
* | | | fixed: keyboards loop issue, thanks to gcko, see ↵ | Felix Nagel | 2011-04-16 | 1 | -1/+2 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/89 | |||||
* | | | fixed: problem with focus and positioning in IE on slow machines, thanks to ↵ | Felix Nagel | 2011-04-16 | 1 | -4/+5 | |
| | | | | | | | | | | | | greenish, see https://github.com/fnagel/jquery-ui/pull/94 | |||||
* | | | fixed: problem within moveFocus method, thanks to i2amsam, see ↵ | Felix Nagel | 2011-04-16 | 1 | -5/+0 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/99 | |||||
* | | | fixed: changed CSS from visibility to display, see: ↵ | Felix Nagel | 2011-03-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/84 | |||||
* | | | fixed: problem with manual focus, thx to keizie, see: ↵ | Felix Nagel | 2011-03-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/66 | |||||
* | | | improved: full disable / enable functionality for select, option, optgroup; ↵ | Felix Nagel | 2011-03-20 | 3 | -21/+178 | |
| | | | | | | | | | | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18 | |||||
* | | | fixed: problem with UTF-8 non-english chars as optgroup labels | Felix Nagel | 2011-03-20 | 1 | -10/+9 | |
| | | | ||||||
* | | | fixed: temp fix for typeahead issue in IE, see ↵ | Felix Nagel | 2011-03-07 | 1 | -3/+6 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/57 | |||||
* | | | updated: value method to make sure we have a clean API for v1.1 | Felix Nagel | 2011-02-17 | 1 | -8/+2 | |
| | | | ||||||
* | | | fixed: vertical alignment, thx to revsystems, see ↵ | Felix Nagel | 2011-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/20 | |||||
* | | | fixed: deleted console.log | Felix Nagel | 2011-02-17 | 1 | -1/+0 | |
| | | | ||||||
* | | | fixed: removed useless _refreshPosition, thx to juzna, see ↵ | Felix Nagel | 2011-02-17 | 1 | -3/+4 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/#issue/76 | |||||
* | | | fixed: Problem with YUI compressor cause of wrong named var, thx to Tane, ↵ | Felix Nagel | 2011-02-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues/#issue/74 | |||||
* | | | updated: some comments | Felix Nagel | 2011-02-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | fixed: issue with window resize event, thx to saus, see ↵ | Felix Nagel | 2011-02-12 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/52 fixed: deleted console.log() | |||||
* | | | added: sequencial typeahead, thx to arzynik, see ↵ | Felix Nagel | 2011-02-01 | 1 | -28/+64 | |
| | | | | | | | | | | | | https://github.com/arzynik/jquery-ui/commit/5df784f72b55b62e4b29c8a78237cb996390670c | |||||
* | | | fixed: disable / enable in select callback demo | Felix Nagel | 2011-02-01 | 1 | -7/+8 | |
| | | | ||||||
* | | | fixed: minor code bugfixes, thx to chrispatterson, see ↵ | Felix Nagel | 2011-01-31 | 1 | -7/+6 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/53 | |||||
* | | | follow-up: removed comments, please report bugs GitHUb issues | Felix Nagel | 2011-01-31 | 1 | -2/+0 | |
| | | | ||||||
* | | | White space fixes to improve readability and JQueryUI coding standards | Giovanni Giacobbi | 2011-01-08 | 1 | -182/+247 | |
| | | | | | | | | | | | | | | | | | | - Expanded inline if(cond){stmts;} to multiple lines - Added various white space and newlines - Fixed indentantion | |||||
* | | | fixed: destroy method, thx to crob611, see ↵ | Felix Nagel | 2010-12-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/commit/e552eade16bc3fc9dbb02f2861300cbdb4493fcc | |||||
* | | | added: link to wiki in js file | Felix Nagel | 2010-12-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | fixed: destroy method: wrapperElement option | Felix Nagel | 2010-12-23 | 1 | -12/+17 | |
| | | | ||||||
* | | | changed: namespaced all events | Felix Nagel | 2010-12-23 | 1 | -21/+24 | |
| | | | | | | | | | | | | fixed: fixed destroy method, added unbind resize, thx to crob611, see https://github.com/fnagel/jquery-ui/issues#issue/44 | |||||
* | | | fixed: IE6 is not able to display the border with transparent color. Its ↵ | Felix Nagel | 2010-12-22 | 1 | -2/+5 | |
| | | | | | | | | | | | | dotted actually. See: https://github.com/fnagel/jquery-ui/issues/issue/50/ | |||||
| | * | Merge remote branch 'upstream/selectmenu' into selectmenu | gcko | 2010-12-22 | 4 | -139/+161 | |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: themes/base/jquery.ui.selectmenu.css | |||||
* | | | problems with Git | Felix Nagel | 2010-12-20 | 1 | -1/+1 | |
|\ \ \ | ||||||
* | | | | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height |