Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Updated tests. | Scott González | 2010-07-16 | 1 | -7/+3 |
| | |||||
* | Tabs: Fixed a broken commit for #3171. | Tiago Freire | 2010-07-16 | 1 | -5/+1 |
| | |||||
* | Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ↵ | Scott González | 2010-07-16 | 1 | -6/+3 |
| | | | | On open, the first tabbable element inside the dialog was never being focused in favor of the dialog container. | ||||
* | Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - ↵ | Holger Rüprich | 2010-07-17 | 1 | -0/+4 |
| | | | | sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list | ||||
* | Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes ↵ | Scott González | 2010-07-16 | 1 | -3/+7 |
| | | | | #5832 - Autocomplete: menu has incorrect width. | ||||
* | Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker ↵ | Diego | 2010-07-16 | 1 | -3/+3 |
| | | | | translation for pt-BR. | ||||
* | Accordion: Use .addClass() instead of .toggleClass() during init so the ↵ | Scott González | 2010-07-16 | 1 | -1/+3 |
| | | | | classes can be added by the user. | ||||
* | Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to ↵ | Tiago Freire | 2010-07-16 | 1 | -3/+19 |
| | | | | remove tab by href content, not just by index. | ||||
* | Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet ↵ | Scott González | 2010-07-16 | 1 | -1/+1 |
| | | | | error. | ||||
* | Fixed argument shifting for effects. Fixes #5731 - hide and show called with ↵ | kobrigo | 2010-07-16 | 1 | -5/+5 |
| | | | | ommiting the options in parameters does not call the callback. | ||||
* | Dialog: Fixed whitespace. | Scott González | 2010-07-16 | 1 | -9/+10 |
| | |||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 1 | -1/+1 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | Use .children() instead of .find() to manipulate accordion icons. Fixes ↵ | jzaefferer | 2010-07-15 | 1 | -4/+4 |
| | | | | #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header | ||||
* | Dialog: allow setting position with ui.position arguments. Fixes #5459 - ↵ | Ben Hollis | 2010-07-14 | 1 | -46/+40 |
| | | | | Dialog: expose .position() API | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 31 | -32/+32 |
| | |||||
* | Dialog: Verify that we get a string back from .attr( "title" ) before using ↵ | Scott González | 2010-07-14 | 1 | -0/+4 |
| | | | | the return value. Fixes #5742 - Form field with `name="title"` moved to title area. | ||||
* | Add support for multiple events, along with hoverintent demo. Fixes #3614 - ↵ | jzaefferer | 2010-07-14 | 1 | -1/+1 |
| | | | | Accordion: support multiple events being set at the same time | ||||
* | Accordion: Add disabled class to headers and panels to fix styling in IE. ↵ | Scott González | 2010-07-14 | 1 | -7/+11 |
| | | | | Fixes #5332 - Accordion: Disabled accordion doesn't look disabled in IE. | ||||
* | Accordion: Animate padding when only showing/hiding a single panel. Fixes ↵ | Scott González | 2010-07-14 | 1 | -2/+2 |
| | | | | #5540 - Accordion: Jumpy animation when opening a panel after closing all. | ||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 31 | -31/+31 |
| | |||||
* | Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight ↵ | Scott González | 2010-07-13 | 1 | -1/+1 |
| | | | | resize not working. | ||||
* | Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion ↵ | Scott González | 2010-07-13 | 1 | -5/+18 |
| | | | | headers still show rollover when disabled. | ||||
* | Accordion: Prevent the navigation filter from finding multiple elements. ↵ | Scott González | 2010-07-13 | 1 | -1/+1 |
| | | | | Fixes #4889 - Navigation parameter can open multiple sections. | ||||
* | Dialog: add resize call when changing button options for correct height ↵ | Jon Palmer | 2010-07-11 | 1 | -0/+1 |
| | | | | adjustment. Fixes remaining issues in #4846 - Setting Dialog height shorter after init hides button pane | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-07-09 | 1 | -1/+1 |
|\ | |||||
| * | Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove ↵ | Samuel Cormier-Iijima | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | does not trigger remove event for <select>s) | ||||
* | | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 31 | -96/+96 |
|/ | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Whitespace | Scott González | 2010-07-07 | 1 | -1/+0 |
| | |||||
* | Whitespace | Scott González | 2010-07-07 | 3 | -3/+0 |
| | |||||
* | Droppable: Adjust fit tolerance to allow dropping an element exactly the ↵ | Scott González | 2010-07-06 | 1 | -2/+2 |
| | | | | same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature. | ||||
* | Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: ↵ | tzkuei | 2010-07-06 | 1 | -1/+0 |
| | | | | Redundant call to _normValueFromMouse | ||||
* | Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js | jzaefferer | 2010-07-05 | 1 | -1/+1 |
| | |||||
* | Resizable: Adding missing variable initialization. Fixes #5694 - Invalid ↵ | eXtreme | 2010-06-28 | 1 | -1/+1 |
| | | | | reference in UI Resizable hack for Opera. | ||||
* | Changed comparison to highlight selected date, fixes #5676 (DatePicker ↵ | Alberto Fernández Capel | 2010-06-14 | 1 | -1/+1 |
| | | | | Dialog defaultDate incorrect behaviour) | ||||
* | Resizable: Add missing var declaration to new _reset function/subroutine. | Kevin Dalman | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Selectable: moved position absolute and z-index to css. Fixed #4475 - ↵ | Richard D. Worth | 2010-05-26 | 1 | -2/+0 |
| | | | | 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 | 1 | -3/+3 |
| | | | | 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 | ||||
* | 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. | ||||
* | 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 | 1 | -3/+1 |
| | | | | 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 |