aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* whitespace only - newline at EOFRichard Worth2008-06-095-5/+4
|
* fixed typoPaul Bakaus2008-06-081-1/+1
|
* transfer: added optional className optionPaul Bakaus2008-06-081-0/+1
|
* pulsate: correctly pulsates n-times now on show/hidePaul Bakaus2008-06-081-2/+2
|
* slider: fixed IE issue when handles where initialized without defined ↵Paul Bakaus2008-06-081-2/+2
| | | | left/top values
* core: cancel checks for type string before it's usedPaul Bakaus2008-06-083-9/+4
| | | | draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value.
* core: fixed propagation issue that didn't allow resizables and sortables to ↵Paul Bakaus2008-06-081-1/+1
| | | | work together, because the event didn't bubble out.