aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* completed reorganization of draggable demosMaggie Costello Wachs2009-01-1514-48/+182
|
* reorganized draggable demos and combined a few into new pagesMaggie Costello Wachs2009-01-155-15/+200
|
* Widget factory: Fixed event triggering (again).Scott González2009-01-152-16/+13
| | | | Draggable: To modify the position during drag, you now set ui.position instead of returning new coords.
* Fixed 3805. Greek localisationKeith Wood2009-01-152-0/+23
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-14143-3706/+172
|
* Added pin classesTodd Parker2009-01-141-0/+2
|
* themes/base/ui.slider.css: fixed slider ranges in IE6Richard Worth2009-01-141-2/+2
|
* Draggable: Fixed connectToSortable option.Scott González2009-01-141-1/+1
|
* Fold: Fixed duration.Scott González2009-01-141-2/+3
|
* Pulsate: Fixed duration.Scott González2009-01-141-5/+6
|
* Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).Scott González2009-01-141-16/+2
|
* Dialog: Fixed #3813: Ensure the content is visible during init.Scott González2009-01-141-0/+1
|
* fixed behavior where cursor moves faster than handle on drag - simple style ↵Scott Jehl2009-01-131-1/+7
| | | | toggle
* Draggable: Reverted r1597 - no idea if there are cases that need to be ↵Scott González2009-01-131-0/+1
| | | | handled that aren't in the test suite.
* Draggable: Removed unnecessary setting of this.positionAbs in _trigger.Scott González2009-01-131-1/+0
|
* switched to jQuery 1.3rc2Richard Worth2009-01-13142-453/+495
|
* added content panel reflowing if the handle is all the way right and the ↵Scott Jehl2009-01-121-0/+9
| | | | window gets wider
* fixed the jump-click value issue - feels pretty good nowScott Jehl2009-01-121-3/+6
|
* reverted temp commit for demosPaul Bakaus2009-01-12100-100/+100
|
* temp commit: reverted to 1.2.6 to fix website issuesPaul Bakaus2009-01-12100-100/+100
|
* slider: implemented auto orientation, removed _orientation() in favor of ↵Paul Bakaus2009-01-121-33/+28
| | | | this.orientation, saved some bytes by o=this.options in _init
* slider: formattingPaul Bakaus2009-01-121-14/+37
|
* removed empty divScott Jehl2009-01-121-6/+6
|
* mime type etcScott Jehl2009-01-120-0/+0
|
* mime type etcScott Jehl2009-01-121-5/+5
|
* added link to slider scrollbar in navScott Jehl2009-01-121-0/+1
|
* added a side scroller / scrollbar demo. have not tested in IEScott Jehl2009-01-121-0/+118
|
* demo-docs updateJörn Zaefferer2009-01-105-3/+245
|
* UI Tabs: fixed incorrectly named argument in try/catch blockKlaus Hartl2009-01-101-1/+1
|
* UI Tabs: allow initializing an empty list, fixes #3683Klaus Hartl2009-01-101-1/+1
|
* added urlJörn Zaefferer2009-01-101-1/+1
|
* moving documentation folder under demos to make it work locallyJörn Zaefferer2009-01-102-2/+2
|
* UI Tabs: fixed a bunch of problems that were introduced with the new markup, ↵Klaus Hartl2009-01-101-10/+8
| | | | fixes #3734, #3795
* UI Tabs: reviewed code to handle hover/focus states: needs to take disabling ↵Klaus Hartl2009-01-101-21/+14
| | | | into account, namespaced events, to be destroyed
* core: fixed _trigger not modifing the original event with event.resultPaul Bakaus2009-01-092-2/+2
| | | | sortable: use event.result to listen for a return false
* sortable: don't copy content from the original item into the placeholder ↵Paul Bakaus2009-01-091-8/+7
| | | | anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback
* Widget factory: _trigger will now set event.result if the callback returns a ↵Scott González2009-01-091-4/+11
| | | | value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped().
* draggable: removed unneeded comment blockPaul Bakaus2009-01-092-76/+77
| | | | sortable: fixed sort callback, merged position fixes from draggables
* set eol-style to nativeRichard Worth2009-01-095-1073/+1073
|
* demos/sortable - fixed svn:mime-type on tolerance.htmlBohdan Ganicky2009-01-090-0/+0
|
* demos/datepicker: moved icon image into own datepicker images folder instead ↵Richard Worth2009-01-092-1/+1
| | | | of demos/images
* Added description of keyboard equivalentsKeith Wood2009-01-091-0/+11
|
* fixed columns to stay wide and droppable when emptyRichard Worth2009-01-091-1/+1
|
* Sortable tolerance demoEduardo Lundgren2009-01-092-0/+55
|
* Fixed some spacing issues for the format dropdown and added a label.Todd Parker2009-01-081-2/+5
|
* integrating documentation into demo files, first draft; run Ant targets ↵Jörn Zaefferer2009-01-082-13/+13
| | | | docs-download and docs-process to generate the files
* integrating documentation into demo files, first draft; run Ant targets ↵Jörn Zaefferer2009-01-081-3/+4
| | | | docs-download and docs-process to generate the files
* integrating documentation into demo files, first draft; run Ant targets ↵Jörn Zaefferer2009-01-080-0/+0
| | | | docs-download and docs-process to generate the files
* integrating documentation into demo files, first draft; run Ant targets ↵Jörn Zaefferer2009-01-085-2/+381
| | | | docs-download and docs-process to generate the files
* release build: moved properties to top level, removing load.properties ↵Jörn Zaefferer2009-01-081-27/+25
| | | | dependency completely