Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated version.txt ↵1.6 | Richard Worth | 2009-02-13 | 1 | -1/+1 |
| | | | | http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/ | ||||
* | Datepicker: Added test for #4055 - onclick events contain references to ↵ | Scott González | 2009-02-13 | 1 | -0/+14 |
| | | | | "jQuery". | ||||
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵ | Scott González | 2009-02-13 | 2 | -4/+2 |
| | | | | is undocumented. | ||||
* | Resizable: | Scott González | 2009-02-13 | 4 | -55/+10 |
| | | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false). | ||||
* | Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - ↵ | Scott González | 2009-02-13 | 1 | -5/+3 |
| | | | | | | focus on dialog open should be constrained to the contents of the dialog. NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable. However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason. | ||||
* | Prevent loading core files multiple times. Fixes #4130 - Too much recurson ↵ | Scott González | 2009-02-13 | 2 | -6/+4 |
| | | | | with double include. | ||||
* | datepicker: temporary solution for inline click events with ↵ | Paul Bakaus | 2009-02-11 | 1 | -9/+13 |
| | | | | noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) | ||||
* | progressbar: removed unused variables, some whitespace changes (fixes #4052) | Paul Bakaus | 2009-02-11 | 1 | -7/+5 |
| | |||||
* | draggable: fixed numerous issues with over/out logic on connected sortable ↵ | Paul Bakaus | 2009-02-10 | 1 | -3/+16 |
| | | | | lists (fixes #3988) | ||||
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 7 | -13/+13 |
| | |||||
* | sortable: if current item was removed by user, it was reappended by the ↵ | Paul Bakaus | 2009-02-10 | 1 | -2/+3 |
| | | | | clearing logic (fixes #4088) | ||||
* | core: prevent calling plugins if the node doesn't exist in DOM anymore (has ↵ | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | | | | been removed by the user) (fixes #4087) | ||||
* | accordion: chaining breaks if value in height() is negative (fixes #4102) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | base theme: fixed typo with the inclusion of a bg texture (fixes #4046) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | slider: fixed failing visual test: slider_in_container_with_scrollbars | Richard Worth | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: quick selector bugfix | Bohdan Ganicky | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Resizable tests: Removed preserveCursor and proportionallyResize options. | Scott González | 2009-02-09 | 1 | -2/+0 |
| | |||||
* | Resizable tests: Removed transparent option. | Scott González | 2009-02-09 | 1 | -1/+0 |
| | |||||
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 2 | -2/+8 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: finetuning | Bohdan Ganicky | 2009-02-09 | 1 | -4/+5 |
| | |||||
* | Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element | Eduardo Lundgren | 2009-02-09 | 1 | -1/+4 |
| | |||||
* | Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵ | Eduardo Lundgren | 2009-02-09 | 1 | -13/+12 |
| | | | | internal) | ||||
* | Resizable: Fixed #4092 - preserveCursor option should be removed | Eduardo Lundgren | 2009-02-09 | 1 | -7/+3 |
| | |||||
* | Resizable: Fixed #4098 - Remove transparent option | Eduardo Lundgren | 2009-02-09 | 1 | -6/+1 |
| | |||||
* | Dialog: Don't allow the height of the content area to be negative. | Scott González | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 2 | -10/+5 |
| | |||||
* | resizable visual tests: added option preventDefault tests | Richard Worth | 2009-02-08 | 3 | -8/+49 |
| | |||||
* | Removed unused code obsoleted by #3906 and r1754 | Richard Worth | 2009-02-08 | 1 | -18/+0 |
| | |||||
* | resizable unit tests: defaults alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | droppable visual tests: added option accept tests | Richard Worth | 2009-02-07 | 5 | -24/+124 |
| | |||||
* | droppable: defaults - alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | visual tests: added default style for #draggable | Richard Worth | 2009-02-07 | 1 | -0/+1 |
| | |||||
* | Moved #4087 test page from demos/droppable to /tests/visual/droppable | Richard Worth | 2009-02-07 | 2 | -45/+48 |
| | |||||
* | fixed name and location of test page for #4088 - droppable, not sortable issue | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format | Richard Worth | 2009-02-07 | 1 | -22/+24 |
| | |||||
* | moved test page (#4088) from demos/sortable to tests/visual/sortable | Richard Worth | 2009-02-07 | 1 | -0/+0 |
| | |||||
* | sortable visual tests: option revert | Richard Worth | 2009-02-07 | 2 | -0/+56 |
| | |||||
* | demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ↵ | Bohdan Ganicky | 2009-02-07 | 1 | -0/+64 |
| | | | | ui.draggable (sortable item) immediately after the drop callback.), not added to the index page | ||||
* | demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ↵ | Bohdan Ganicky | 2009-02-07 | 1 | -0/+45 |
| | | | | ui.draggable immediately after the drop callback raises an error.), not added to the index page | ||||
* | Dialog: Fixed #4086: Allow changing the dialogClass option after init. | Scott González | 2009-02-07 | 1 | -18/+23 |
| | |||||
* | draggable unit tests: added option iframeFix tests | Richard Worth | 2009-02-07 | 7 | -16/+65 |
| | |||||
* | draggable unit tests: Added a few tests | Richard Worth | 2009-02-07 | 4 | -13/+81 |
| | |||||
* | resizable unit tests: zIndex default: 1000 | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | unit tests: Added all defaults test page | Richard Worth | 2009-02-07 | 1 | -0/+42 |
| | |||||
* | Modified build script to pull docs rendered html directly from ↵ | Richard Worth | 2009-02-06 | 1 | -23/+16 |
| | | | | docs.jquery.com/UI | ||||
* | sortable: implemented tests for start,stop,beforeStop,change and update | Paul Bakaus | 2009-02-06 | 1 | -6/+103 |
| | |||||
* | duplicated images to fix on demos index | Richard Worth | 2009-02-06 | 2 | -0/+0 |
| | |||||
* | sortable unit tests - fixed el.css not a function | Richard Worth | 2009-02-06 | 3 | -20/+34 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch ↵ | Bohdan Ganicky | 2009-02-05 | 1 | -6/+8 |
| | | | | after item is removed from the list | ||||
* | Tabs: cleanup - no longer supports tabifying via list element, must use ↵ | Klaus Hartl | 2009-02-05 | 1 | -7/+3 |
| | | | | container |