Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ↵ | ALLPRO | 2010-06-10 | 1 | -20/+33 |
| | | | | - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html | ||||
* | Build: create themes.zip as part of themes-download target | jzaefferer | 2010-05-31 | 1 | -5/+8 |
| | |||||
* | Build: Download docs directly to dist folder | jzaefferer | 2010-05-31 | 1 | -5/+1 |
| | |||||
* | Build: Finished themes-download target | jzaefferer | 2010-05-31 | 3 | -18/+25 |
| | |||||
* | Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate ↵ | Richard D. Worth | 2010-05-30 | 1 | -0/+30 |
| | | | | incorrect behaviour | ||||
* | Build: automate theme downloading, first draft | jzaefferer | 2010-05-28 | 2 | -1/+24 |
| | |||||
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵ | Richard D. Worth | 2010-05-26 | 2 | -3/+1 |
| | | | | Selectable helper has z-index hard coded | ||||
* | Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵ | Richard D. Worth | 2010-05-26 | 4 | -39/+67 |
| | | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left | ||||
* | Visual test for #5382 - Button: specifying only a secondary icon for the ↵ | jzaefferer | 2010-05-26 | 1 | -1/+2 |
| | | | | button widget locates the icon on the left | ||||
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -57/+47 |
| | | | | | reduced test to the relevant parts, also fix things pointed out by rdworth | ||||
* | Draggable, Resizable: ticket: #5335 - visual test | Carl Fürstenberg | 2010-05-23 | 1 | -0/+62 |
| | |||||
* | Updating the master version to 1.9pre | Richard D. Worth | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.2 release.1.8.2 | Richard D. Worth | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Core: Better detection of when core is loaded twice. Fixes #5636 - Load ↵ | Scott González | 2010-05-19 | 1 | -3/+12 |
| | | | | ui.position before ui.core couse ui.core not execute. | ||||
* | Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long ↵ | jzaefferer | 2010-05-18 | 1 | -1/+7 |
| | | | | mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout | ||||
* | Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in ↵ | Scott González | 2010-05-17 | 1 | -2/+10 |
| | | | | closure compiler. Fixes #5576 - invalid increment operand. | ||||
* | Fixed visual test for Autocomplete to include select event. Test for #5405 ↵ | jzaefferer | 2010-05-15 | 1 | -1/+4 |
| | | | | Autocomplete: select event not triggered when mousedown duration > blur timeout | ||||
* | Selectable: Creation of helper must conform with style guide. | adam j. sontag | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Selectable: Add default CSS for ui-selectable-helper to CSS framework to ↵ | adam j. sontag | 2010-05-13 | 3 | -3/+5 |
| | | | | allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS | ||||
* | Datepicker: cleaning up the datepicker open transition. fixed #5609 - ↵ | Paul Irish | 2010-05-13 | 1 | -2/+2 |
| | | | | Datepicker: change default opening animation to fadeIn | ||||
* | Selectable: modified _mouseStart function to unselect event.target if the | Jack Hsu | 2010-05-12 | 1 | -4/+11 |
| | | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect | ||||
* | Selectable: modified _mouseStart function to unselect event.target if the ↵ | Jack Hsu | 2010-05-12 | 1 | -6/+9 |
| | | | | Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect | ||||
* | Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | go outside min and max with keyboard | ||||
* | Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong ↵ | Richard D. Worth | 2010-05-11 | 1 | -1/+1 |
| | | | | date format for polish regional | ||||
* | Slider: fixed step alignment to handle negative fractional values. Fixed ↵ | Richard D. Worth | 2010-05-11 | 1 | -3/+3 |
| | | | | #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe. | ||||
* | Slider: trim value to min and max when page_up or page_down is pressed. ↵ | Richard D. Worth | 2010-05-11 | 1 | -2/+2 |
| | | | | Fixed #5591 - Slider: can go below its defined minimum with PageDown | ||||
* | Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - ↵ | Richard D. Worth | 2010-05-11 | 1 | -1/+1 |
| | | | | Datepicker localization SK. Thanks borsuk | ||||
* | Tabs: unit test to verify that number of panels is equal to number of tabs. | dominiquevincent | 2010-05-10 | 1 | -0/+11 |
| | | | | | | Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL Signed-off-by: dominiquevincent <dominique.vincent@toitl.com> | ||||
* | added tests for disabled property | carhartl | 2010-05-05 | 1 | -10/+23 |
| | |||||
* | Fix 'this.options is undefined' in sortable by using this instead of self | ornicar | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - ↵ | Richard D. Worth | 2010-05-04 | 1 | -3/+6 |
| | | | | invalid increment operand | ||||
* | more inline widgets and variations added to theme test page | paulirish | 2010-05-01 | 1 | -45/+187 |
| | |||||
* | Remove previous text/icon classes when updating buttons. | Scott González | 2010-04-29 | 1 | -4/+4 |
| | | | | Fixes #5567 - button text, hide then show again. | ||||
* | Updated Show/Hide/Toggle demos since they don't support the Transfer effect. ↵ | Ralph Whitbeck | 2010-04-30 | 3 | -14/+3 |
| | | | | Transfer was removed. | ||||
* | visual test page to demonstrate theme. adapted from the UI download build. | paulirish | 2010-04-29 | 2 | -0/+391 |
| | |||||
* | Slider unit tests: Disabled stale tests on Testswarm | jzaefferer | 2010-04-28 | 1 | -1/+12 |
| | |||||
* | Removed case-sensitive .nodeName check. | Scott González | 2010-04-27 | 1 | -3/+1 |
| | | | Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems. | ||||
* | Revert "Draggable: Don't use computed style for top and left of ↵ | Richard D. Worth | 2010-04-23 | 1 | -2/+2 |
| | | | | | | position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera" This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff. | ||||
* | Autocomplete: Ignore command (left and right/menu/windows), insert, caps ↵ | Scott González | 2010-04-23 | 1 | -0/+7 |
| | | | | | | lock, home, end keys. Fixes #5415 - Catch all common keys while typing a word. | ||||
* | Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes. | Scott González | 2010-04-23 | 1 | -1/+6 |
| | | | | Fixes #5542 - Add keyCodes for command buttons. | ||||
* | Autocomplete: Changed cache demo to cache all results. | Scott González | 2010-04-23 | 1 | -25/+8 |
| | | | | Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request. | ||||
* | Button: Added missing semicolon. | Scott González | 2010-04-23 | 1 | -1/+1 |
| | | | | Fixes #5536 - Mission semicolon on line 5368. | ||||
* | Draggable: Don't use computed style for top and left of position:relative ↵ | Richard D. Worth | 2010-04-22 | 1 | -2/+2 |
| | | | | elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera | ||||
* | Updating the master version to 1.9pre | Richard D. Worth | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.1 release.1.8.1 | Richard D. Worth | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Added demo for accent folding. | Scott González | 2010-04-21 | 1 | -0/+64 |
| | | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding. | ||||
* | Autocomplete: Added custom rendering for custom data demo. | Scott González | 2010-04-21 | 1 | -1/+7 |
| | |||||
* | Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file | Richard D. Worth | 2010-04-21 | 1 | -6/+6 |
| | |||||
* | added tests for enable/disable | carhartl | 2010-04-20 | 2 | -27/+70 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | maggiewachs | 2010-04-16 | 56 | -1052/+2156 |
|\ |