summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated version.txt ↵1.6Richard Worth2009-02-131-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ález2009-02-131-0/+14
| | | | "jQuery".
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵Scott González2009-02-132-4/+2
| | | | is undocumented.
* Resizable:Scott González2009-02-134-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ález2009-02-131-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ález2009-02-132-6/+4
| | | | with double include.
* datepicker: temporary solution for inline click events with ↵Paul Bakaus2009-02-111-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 Bakaus2009-02-111-7/+5
|
* draggable: fixed numerous issues with over/out logic on connected sortable ↵Paul Bakaus2009-02-101-3/+16
| | | | lists (fixes #3988)
* all: fixed jslint warningsPaul Bakaus2009-02-107-13/+13
|
* sortable: if current item was removed by user, it was reappended by the ↵Paul Bakaus2009-02-101-2/+3
| | | | clearing logic (fixes #4088)
* core: prevent calling plugins if the node doesn't exist in DOM anymore (has ↵Paul Bakaus2009-02-101-1/+1
| | | | been removed by the user) (fixes #4087)
* accordion: chaining breaks if value in height() is negative (fixes #4102)Paul Bakaus2009-02-101-1/+1
|
* base theme: fixed typo with the inclusion of a bg texture (fixes #4046)Paul Bakaus2009-02-101-1/+1
|
* slider: fixed failing visual test: slider_in_container_with_scrollbarsRichard Worth2009-02-101-0/+2
|
* demos/sortable/connect-lists-through-tabs: quick selector bugfixBohdan Ganicky2009-02-091-1/+1
|
* Resizable tests: Removed preserveCursor and proportionallyResize options.Scott González2009-02-091-2/+0
|
* Resizable tests: Removed transparent option.Scott González2009-02-091-1/+0
|
* dialog: added some missing defaultsRichard Worth2009-02-092-2/+8
|
* demos/sortable/connect-lists-through-tabs: finetuningBohdan Ganicky2009-02-091-4/+5
|
* Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper elementEduardo Lundgren2009-02-091-1/+4
|
* Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵Eduardo Lundgren2009-02-091-13/+12
| | | | internal)
* Resizable: Fixed #4092 - preserveCursor option should be removedEduardo Lundgren2009-02-091-7/+3
|
* Resizable: Fixed #4098 - Remove transparent optionEduardo Lundgren2009-02-091-6/+1
|
* Dialog: Don't allow the height of the content area to be negative.Scott González2009-02-091-1/+1
|
* Resizable: Fixed #4093: Removed disableSelection option.Scott González2009-02-092-10/+5
|
* resizable visual tests: added option preventDefault testsRichard Worth2009-02-083-8/+49
|
* Removed unused code obsoleted by #3906 and r1754Richard Worth2009-02-081-18/+0
|
* resizable unit tests: defaults alpha orderRichard Worth2009-02-071-1/+1
|
* droppable visual tests: added option accept testsRichard Worth2009-02-075-24/+124
|
* droppable: defaults - alpha orderRichard Worth2009-02-071-1/+1
|
* visual tests: added default style for #draggableRichard Worth2009-02-071-0/+1
|
* Moved #4087 test page from demos/droppable to /tests/visual/droppableRichard Worth2009-02-072-45/+48
|
* fixed name and location of test page for #4088 - droppable, not sortable issueRichard Worth2009-02-071-1/+1
|
* sortable visual test: Updated #4088 test page to match visual TEST/ASSERT formatRichard Worth2009-02-071-22/+24
|
* moved test page (#4088) from demos/sortable to tests/visual/sortableRichard Worth2009-02-071-0/+0
|
* sortable visual tests: option revertRichard Worth2009-02-072-0/+56
|
* demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ↵Bohdan Ganicky2009-02-071-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 Ganicky2009-02-071-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ález2009-02-071-18/+23
|
* draggable unit tests: added option iframeFix testsRichard Worth2009-02-077-16/+65
|
* draggable unit tests: Added a few testsRichard Worth2009-02-074-13/+81
|
* resizable unit tests: zIndex default: 1000Richard Worth2009-02-071-1/+1
|
* unit tests: Added all defaults test pageRichard Worth2009-02-071-0/+42
|
* Modified build script to pull docs rendered html directly from ↵Richard Worth2009-02-061-23/+16
| | | | docs.jquery.com/UI
* sortable: implemented tests for start,stop,beforeStop,change and updatePaul Bakaus2009-02-061-6/+103
|
* duplicated images to fix on demos indexRichard Worth2009-02-062-0/+0
|
* sortable unit tests - fixed el.css not a functionRichard Worth2009-02-063-20/+34
|
* demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch ↵Bohdan Ganicky2009-02-051-6/+8
| | | | after item is removed from the list
* Tabs: cleanup - no longer supports tabifying via list element, must use ↵Klaus Hartl2009-02-051-7/+3
| | | | container