aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar: Conform to coding standards.Scott González2010-02-071-48/+36
|
* Datepicker: Separate month and year unless both are drop-downsKeith Wood2010-02-061-3/+3
|
* Datepicker: Fixed #5128 Datepicker opens when setDate calledKeith Wood2010-02-061-5/+5
|
* Removed extra semicolon.Scott González2010-02-061-1/+1
|
* Tabs: Fixed selected tab detection.Scott González2010-02-061-1/+1
| | | | | | Fixes #5122 - Bug in ui.tabs. Thanks th3br41n.
* Widget: Fixed a problem with the .remove() proxy.Scott González2010-02-061-6/+10
| | | | Fixes #5143 - .remove() proxy doesn't work properly.
* Dialog: Prevent the titlebar from displaying above the top of the document.Scott González2010-02-061-1/+8
| | | | Fixes #5141 - Position of Dialog is off the page when viewport is smaller then dialog.
* Slider: added missing comma.Scott González2010-02-051-1/+1
|
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-055-10/+10
| | | | Fixes #5134 - Events not being triggered for drag and drop.
* Slider demo: Don't change default values.Scott González2010-02-051-11/+9
| | | | Fixes #5131 - Slider demos need options reset before loading next demo.
* Draggable: Don't adjust offsets for fixed position elements in Safari 4.Scott González2010-02-041-4/+4
| | | | Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4.
* cleaning up dependency listingsJörn Zaefferer2010-02-032-2/+3
|
* cleaning up dependency listingsJörn Zaefferer2010-02-032-3/+1
|
* resizable method destroy: put unwrapped original element in wrapper's place ↵Richard Worth2010-02-032-2/+33
| | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element
* create-html-elements conventionJörn Zaefferer2010-02-021-1/+1
|
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-025-63/+64
| | | | widget method, put ui-autocomplete class on menu
* Datepicker: No longer dependent on dialog in order to close datepicker when ↵Brant Burnett2010-02-012-11/+1
| | | | dialog is closed (Refixed #4453 UI Datepicker inside UI Dialog Issue)
* Datepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed ↵Brant Burnett2010-02-011-0/+1
| | | | #4580 Datepicker appears underneath other widgets)
* Fix for #5103: Include all effect docs in build for downloadJörn Zaefferer2010-02-011-1/+19
|
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-012-1/+8
|
* Autocomplete: Turned off collision detection.Scott González2010-01-301-1/+2
| | | | Fixes #5114 - Autocomplete: Turn off collision detection for menu.
* Dialog: Changed overlay to use zIndex() to test which events to cancel ↵Brant Burnett2010-01-291-2/+2
| | | | (fixed #4363 Datepicker Month/Year Dropdowns Not Working In Safari In A Dialog)
* Fixed file name for effects in build.Scott González2010-01-291-1/+1
| | | | | Fixes #5109 - build.xml doesn't compie effects into full script.
* 'ChangedBrant Burnett2010-01-293-13/+43
|
* Datepicker: Fixed conflict between beforeShowDay and getDateKeith Wood2010-01-292-3/+27
| | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1
* Autocomplete: Removed unused style.Scott González2010-01-291-2/+0
|
* Autocomplete: prevent the menu from expanding to 100% width in IE6.Scott González2010-01-291-0/+3
| | | | Fixes #5105 - Autocomplete menu not visible in IE6.
* effects: fixed #4097 - bind/fold didnt workPaul Bakaus2010-01-281-0/+1
|
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-283-10/+103
|
* autocomplete: back to custom json encoding (for compat with older PHP ↵Jörn Zaefferer2010-01-281-1/+1
| | | | implementations, fixed the double quotes
* autocomplete: back to custom json encoding (for compat with older PHP ↵Jörn Zaefferer2010-01-281-2/+2
| | | | implementations, fixed the double quotes
* autocomplete: use json_encode in PHP to produce valid JSONJörn Zaefferer2010-01-281-1/+1
|
* set trunk version to 1.8preRichard Worth2010-01-281-1/+1
|
* set trunk version to 1.8rc11.8rc1Richard Worth2010-01-281-1/+1
|
* Autocomplete: Removed CSS framework classes from text field. We can add them ↵Scott González2010-01-281-1/+1
| | | | back in when we have full support for form elements.
* Prevent the default styles for resizable elements from totally killing ↵Scott González2010-01-281-0/+4
| | | | | | dialog positioning (finally). Fixes #5084 - 2 dialogs pos false on close.
* $.ui.ddmanager.drop() now works properly for nested droppables.Scott González2010-01-281-1/+1
| | | | Fixes #5095 - Droppable body let revert a div on a valid drop.
* removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anywayJörn Zaefferer2010-01-271-31/+0
|
* added w3c standard border-radius properties in prep for IE9 and Opera supportScott Jehl2010-01-271-10/+10
|
* Fix for #5101 - broken dialog visual test pageJörn Zaefferer2010-01-271-0/+1
|
* autocomplete: adding select element to visual test page for bgiframe testingJörn Zaefferer2010-01-271-0/+6
|
* switched to jQuery 1.4.1Richard Worth2010-01-27304-477/+556
|
* Deprecated beforeclose option instead of removing it for now, fixes reopened ↵Richard Worth2010-01-272-1/+58
| | | | #4669 - Dialog: beforeclose option should be beforeClose.
* added autocomplete and button to docs buildJörn Zaefferer2010-01-261-0/+2
|
* autocomplete: added xml-parsing demoJörn Zaefferer2010-01-263-0/+183
|
* Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elementsKeith Wood2010-01-251-2/+3
|
* Datepicker: Fixed #5088 Date picker localization in ROKeith Wood2010-01-251-3/+3
|
* fixed #5094 - selectable: destroy method doesn't clean up selecteesRichard Worth2010-01-241-0/+3
|
* button: visual default test, log args when console is availableJörn Zaefferer2010-01-221-0/+1
|
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8
|