aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Update Resize test case for jquery.simulateEduardo Lundgren2008-06-041-31/+31
|
* Core: fixed broken UTF-8 characters.Scott González2008-06-041-1/+1
|
* Widget factory: fixed #2981: Graceful handling of method calls on ↵Scott González2008-06-041-3/+3
| | | | uninitialized plugins.
* slider: fixed mouse refactoring issue that caused clicking somewhere on the ↵Paul Bakaus2008-06-041-0/+1
| | | | slider not to fire any callbacks
* Slider: fixed #2552: Disabled should be an option, not a property on the ↵Scott González2008-06-041-11/+3
| | | | instance.
* Core: Exposed the base widget prototype; Adding/removing disabled classes ↵Scott González2008-06-047-59/+31
| | | | | | | automatically. Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods. Dialog: Delegating standard functionality for setData to the widget prototype.
* Mouse: invoke drag immediately on start if the start occurs during mousemove..Scott González2008-06-041-1/+1
|
* Mouse: trigger start on mouse down if distance 0 and delay 0; changed ↵Scott González2008-06-041-2/+7
| | | | default distance to 1.
* Dialog: Fixed modal dialogs so they are always on top of other dialogs when ↵Scott González2008-06-041-3/+5
| | | | they open.
* Added simulate "drag" method. Fixed some issues in resizable tests.Richard Worth2008-06-043-95/+126
|
* Added jquery.simulate.js as possible refactor of (low-level) parts of ↵Richard Worth2008-06-043-60/+127
| | | | userAction and testmouse
* Modified resizable grid test for #2939Eduardo Lundgren2008-06-041-4/+4
|
* Set svn:eol-style to nativeRichard Worth2008-06-0484-11235/+11235
|
* Dialog: added ability to set the resize handles.Scott González2008-06-041-3/+5
|
* Dialog: restructured init method.Scott González2008-06-031-77/+74
|
* Resizable grid bug on IE - fixed #2939Eduardo Lundgren2008-06-031-1/+1
|
* Resizable grid option automated test addedEduardo Lundgren2008-06-031-8/+11
|
* Dialog: added stack option.Scott González2008-06-031-19/+14
|
* Updating version.txt for 1.5rc1Eduardo Lundgren2008-06-021-1/+1
|
* Calculating the correct time on resizable automated testEduardo Lundgren2008-06-021-359/+354
|
* Removing extra blank line at the end - it break the yui compressorEduardo Lundgren2008-06-021-3/+3
|
* unindentationScott González2008-06-0111-3939/+3935
|
* datepicker: getDate function now gets date whether or not datepicker is ↵Marc Grabanski2008-06-012-1/+4
| | | | opened (fixes #2832)
* alsoResize IE bug fixesEduardo Lundgren2008-06-011-5/+6
|
* datepicker: changed yearRange to be relative to current year instead of ↵Marc Grabanski2008-06-012-3/+3
| | | | selected year (fixes #2627)
* Image-cropper real-world demo css fixedEduardo Lundgren2008-06-012-13/+119
|
* Updating labels on resizable testcaseEduardo Lundgren2008-06-011-12/+12
|
* Fix 2 pixels error on mouse coords in IEEduardo Lundgren2008-06-011-2/+9
|
* Added debug file to recreate any issues.Marc Grabanski2008-06-012-4/+21
|
* Updated demo files.Marc Grabanski2008-06-013-6/+13
|
* Fixed alternate stylesheet.Marc Grabanski2008-06-011-33/+33
|
* Fixed demo bug.Marc Grabanski2008-06-011-1/+1
|
* Changed datepicker header and demo paths.Marc Grabanski2008-06-012-8/+10
|
* Initial commit of datepicker functional demo.Marc Grabanski2008-06-0126-0/+1241
|
* sortable: fixed issue when no placeholder is defined, and a issue with the ↵Paul Bakaus2008-06-011-2/+2
| | | | element shown without positioning at drag start
* resizable: resizable doesn't expose ui.instance anymorePaul Bakaus2008-06-011-10/+9
|
* userAction fix for top when not definedEduardo Lundgren2008-06-011-1/+1
|
* (no commit message)Paul Bakaus2008-06-011-0/+75
|
* (no commit message)Paul Bakaus2008-06-012-11/+250
|
* (no commit message)Eduardo Lundgren2008-05-311-5/+5
|
* resizable test clean up log divEduardo Lundgren2008-05-311-1/+0
|
* (no commit message)Eduardo Lundgren2008-05-312-6/+3
|
* userAction Performance issuesEduardo Lundgren2008-05-311-10/+11
|
* fix object linking in options for puff and scaleAaron Eisenberger2008-05-311-164/+166
|
* fix on #main hidden classEduardo Lundgren2008-05-311-0/+2
|
* Remove console.logEduardo Lundgren2008-05-311-12/+0
|
* Resize tests respecting ratio resize with dimensions limitsEduardo Lundgren2008-05-312-3/+152
|
* effects: modified save mthod so it now only aves css atributes stored in the ↵Paul Bakaus2008-05-312-2/+3
| | | | actual style attribute, fixes highlight
* Make #main test div output hiddenEduardo Lundgren2008-05-312-6/+10
|
* Resizable limit min/max dimensions tests Eduardo Lundgren2008-05-311-1/+79
|