aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Demonstrate callbacks on range datepickersKeith Wood2008-06-131-2/+5
|
* Fix onClose bug for ranges in IEKeith Wood2008-06-131-14/+20
| | | | | | Fix wrapper span bug in IE Fix remove attribute bug in IE Refactor more class names to constants
* tests: initial version of sortable tests/Paul Bakaus2008-06-133-0/+172
| | | | sortable: added default value for helper ("clone")
* Datepicker demo enhancementsKeith Wood2008-06-122-5/+13
|
* #2876 Fire event on change of month/yearKeith Wood2008-06-121-0/+13
|
* Allow setting of cell title via beforeShowDayKeith Wood2008-06-121-1/+3
|
* Refactor class names as constantsKeith Wood2008-06-121-34/+33
|
* Correct appendText bug in destroyKeith Wood2008-06-111-34/+22
| | | | Tidy if statements
* Complete datepicker stylingKeith Wood2008-06-111-3/+23
|
* Datepicker language file correctionsKeith Wood2008-06-117-71/+64
|
* More datepicker demonstrationsKeith Wood2008-06-1119-41/+383
|
* Dropped blank line at end of header comments.Scott González2008-06-1122-22/+0
|
* core: Added $.widget.defaults.Scott González2008-06-111-3/+9
|
* removed (unused) flora class from bodyRichard Worth2008-06-101-1/+1
|
* Resizable fix for this.ui() - Now returns originalElement, element, helper, ↵Eduardo Lundgren2008-06-101-2/+10
| | | | position, size, options, originalSize, originalPosition
* More datepicker demosKeith Wood2008-06-101-0/+0
|
* More datepicker demosKeith Wood2008-06-101-0/+16
|
* More datepicker demosKeith Wood2008-06-101-5/+68
|
* Add datepicker testsKeith Wood2008-06-103-0/+269
|
* Minor change to simple demo page.Marc Grabanski2008-06-101-1/+1
|
* Changed datepicker to be listed under widgets.Marc Grabanski2008-06-101-1/+2
|
* Added datepicker to demo list.Marc Grabanski2008-06-101-1/+1
|
* simple datepicker demoMarc Grabanski2008-06-101-0/+32
|
* whitespaceRichard Worth2008-06-101-1/+3
|
* Partial fix for #2538 - still need to add support for optionsRichard Worth2008-06-091-2/+2
|
* Added effects visual test pagesRichard Worth2008-06-093-0/+279
|
* updated trunk version to 1.5.1preRichard Worth2008-06-091-1/+1
|
* update concatenated.name build.xml - jquery.ui.allEduardo Lundgren2008-06-091-1/+1
|
* Added @VERSIONRichard Worth2008-06-091-1/+1
|
* fix for slider visual testEduardo Lundgren2008-06-091-1/+1
|
* fixed sliderRichard Worth2008-06-091-0/+1
|
* Added dialog functional demoEduardo Lundgren2008-06-093-1/+37
|
* build.xml copy jquery-*.js to dist dirEduardo Lundgren2008-06-091-0/+4
|
* Added droppable visual testRichard Worth2008-06-093-1/+62
|
* Added simple slider testRichard Worth2008-06-093-1/+35
|
* spelling correctionRichard Worth2008-06-091-1/+1
|
* Fixed draggable bug that affects the droppable critically - ↵Eduardo Lundgren2008-06-091-1/+1
| | | | $.ui.ddmanager.current could not be null
* changed selectable demo data to fruitsRichard Worth2008-06-091-6/+6
|
* Fixed linksRichard Worth2008-06-091-2/+2
|
* Removed old rev ids from jQuery svnRichard Worth2008-06-0910-10/+0
|
* Delete uneeded test filesEduardo Lundgren2008-06-095-599/+0
|
* - Added functional demo applicationEduardo Lundgren2008-06-0981-1264/+3851
| | | | - Removed datepicker folder from functional demo folder
* tests - all.html, removed links for missing .js filesRichard Worth2008-06-091-4/+0
|
* tests - wrapped in closures so all.html will workRichard Worth2008-06-097-5/+45
|
* added simple visual testsRichard Worth2008-06-098-0/+338
|
* tests - added selectable unit testsRichard Worth2008-06-092-0/+251
|
* Resizable containment bug - fixed #2956Eduardo Lundgren2008-06-091-11/+35
|
* dialog - fixed autoOpen false in Safari for disconnected element - ↵Richard Worth2008-06-091-1/+1
| | | | .appendTo(body) before .hide()
* tests dialog - added some option and callback testsRichard Worth2008-06-091-28/+116
|
* ui-core: added mouseCapture, replacing the condition feature before. Allows ↵Paul Bakaus2008-06-093-6/+12
| | | | text to be selected in sortables on non-handles.