aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source
Commit message (Expand)AuthorAgeFilesLines
* removed extra level ui folderRichard Worth2008-06-0756-8050/+0
* datepicker: missing changes from themingPaul Bakaus2008-06-071-2/+2
* sortable: fixed update calls (fixes #2968)Paul Bakaus2008-06-071-3/+4
* draggable - Improved handling of unexpected values for axis optionRichard Worth2008-06-071-6/+7
* Fixed #2969 - .slider("destroy") throws error - 'this.handle.unwrap("a").mous...Richard Worth2008-06-071-2/+4
* effects - added standard UI plugin file headers with copyright, license, docs...Richard Worth2008-06-0613-11/+177
* effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects'Richard Worth2008-06-062-3/+3
* effects - whitespace changes, spaces to tabs, newline at EOFRichard Worth2008-06-0613-905/+904
* datepicker: added depends list to headerRichard Worth2008-06-062-2/+5
* Fixed $(this).data('resizable') access to wrapped elementsEduardo Lundgren2008-06-061-0/+3
* Core: Reverted back to r149: Removed wrapper changes.Scott González2008-06-061-9/+2
* (no commit message)Eduardo Lundgren2008-06-061-1/+1
* Fix ui.core to create the $(this).data('component') instance on the "ui-wrapp...Eduardo Lundgren2008-06-061-2/+9
* Dialog: Removed unneeded parens.Scott González2008-06-051-4/+4
* Removed leading semicolons.Scott González2008-06-059-9/+9
* datepicker: changed all forgotten camel cased classes to dash seperatedPaul Bakaus2008-06-051-14/+14
* sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't ...Paul Bakaus2008-06-051-2/+2
* Core: fixed broken UTF-8 characters.Scott González2008-06-041-1/+1
* Widget factory: fixed #2981: Graceful handling of method calls on uninitializ...Scott González2008-06-041-3/+3
* slider: fixed mouse refactoring issue that caused clicking somewhere on the s...Paul Bakaus2008-06-041-0/+1
* Slider: fixed #2552: Disabled should be an option, not a property on the inst...Scott González2008-06-041-11/+3
* Core: Exposed the base widget prototype; Adding/removing disabled classes aut...Scott González2008-06-047-59/+31
* 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 default...Scott González2008-06-041-2/+7
* Dialog: Fixed modal dialogs so they are always on top of other dialogs when t...Scott González2008-06-041-3/+5
* Set svn:eol-style to nativeRichard Worth2008-06-0450-7049/+7049
* 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
* Dialog: added stack option.Scott González2008-06-031-19/+14
* 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 opene...Marc Grabanski2008-06-011-0/+3
* alsoResize IE bug fixesEduardo Lundgren2008-06-011-5/+6
* datepicker: changed yearRange to be relative to current year instead of selec...Marc Grabanski2008-06-011-2/+2
* Changed datepicker header and demo paths.Marc Grabanski2008-06-011-7/+10
* sortable: fixed issue when no placeholder is defined, and a issue with the el...Paul Bakaus2008-06-011-2/+2
* resizable: resizable doesn't expose ui.instance anymorePaul Bakaus2008-06-011-10/+9
* fix object linking in options for puff and scaleAaron Eisenberger2008-05-311-164/+166
* effects: modified save mthod so it now only aves css atributes stored in the ...Paul Bakaus2008-05-312-2/+3
* slider: implemented option "noKeyboard" to disable keyboard controls.Paul Bakaus2008-05-311-2/+2
* Dialog: added dialogClass option (not officially supported right now).Scott González2008-05-301-1/+1
* Resizable: Flipped order of a conditional for performance benefit.Scott González2008-05-301-1/+1
* draggable: more intersect calculation improvements when connected to sortablesPaul Bakaus2008-05-301-10/+3
* draggable: another connectToSortable improvement: the activate/deactivate cal...Paul Bakaus2008-05-302-17/+30
* draggable: fixed issue with connectToSortable, where the helper property was ...Paul Bakaus2008-05-301-2/+3
* Tabs: Fixed #2867: Performing a global replace on templates.Scott González2008-05-301-1/+1
* core: fixed mouse plugin event binding - now binds events with the namespace ...Paul Bakaus2008-05-291-7/+7
* datepicker: added localization back to /source/i18nPaul Bakaus2008-05-2932-0/+721
* sortable: connecting draggables to a sortable and dropping them on the sortab...Paul Bakaus2008-05-292-12/+18