aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* progressbar: formatting changesRichard Worth2008-11-211-26/+28
* selectable: removed toggle method as widget factory provides enable/disable m...Richard Worth2008-11-212-20/+0
* droppable: removed disabled default as it's provided by widget factoryRichard Worth2008-11-211-1/+0
* draggable, droppable, resizable, selectable, sortable: formatting changes - m...Richard Worth2008-11-215-687/+731
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-2127-27/+56
* build.xml - Added zip task.Eduardo Lundgren2008-11-201-6/+20
* build.xml - Pack task now using PHP packer.Eduardo Lundgren2008-11-202-0/+761
* Added a build.xml file to help us removing trailing spaces when needed.Eduardo Lundgren2008-11-201-1/+0
* Added a build.xml file to help us removing trailing spaces when needed.Eduardo Lundgren2008-11-201-0/+25
* build.xml - Added replace-version task. Pack task now using PHP packer. i18n ...Eduardo Lundgren2008-11-201-51/+58
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-2052-154/+154
* core: this fixes the Safari issue that select options can't be selected if th...Paul Bakaus2008-11-191-1/+1
* sortable: removing ui.options caused plugins not to work anymore - fixed all ...Paul Bakaus2008-11-191-21/+20
* resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet...Paul Bakaus2008-11-191-2/+4
* slider: defered all parseInt / Math.round calls for values to this._round, im...Paul Bakaus2008-11-191-23/+27
* removed unused conditional comments for ie5, ie6, ie7Richard Worth2008-11-191-4/+1
* sortable: removed ui.element and ui.options from the UI object, corrected the...Paul Bakaus2008-11-191-8/+6
* set svn:eol-style to nativeRichard Worth2008-11-197-406/+406
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-1911-1227/+1
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-1882-1299/+1299
* Progressbar: Removed text method.Scott González2008-11-181-5/+15
* Various: Fixed #3596: Removed references to jQuery for .noConflict() compatib...Scott González2008-11-183-16/+16
* Progressbar: Removed identifier, element, textElement from the ui object in c...Scott González2008-11-171-4/+1
* Progressbar: Removed textClass option.Scott González2008-11-171-2/+0
* Progressbar: Removed references to jQuery for compatibility with .noConflict().Scott González2008-11-171-4/+4
* Progressbar:Scott González2008-11-171-43/+49
* Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are proble...Keith Wood2008-11-151-152/+75
* Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.Scott González2008-11-152-7/+26
* Added tests for daylight savings problems - only show up in specific timezones.Keith Wood2008-11-141-0/+82
* Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.Keith Wood2008-11-141-56/+62
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-1422-460/+460
* refactored keyboard handling to a switch statement for clarity.David Bolter2008-11-131-12/+12
* Added accordion keyboard and ARIA support, and tests. Mozilla needs this for ...David Bolter2008-11-132-2/+82
* set correct mime-types for trunk (html,js,jpg,png,gif,css for now)Paul Bakaus2008-11-130-0/+0
* Sortable: remove console.logEduardo Lundgren2008-11-121-1/+0
* Added alternate easing demonstrationKeith Wood2008-11-124-32/+93
* Fixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functio...Keith Wood2008-11-121-75/+153
* Sortable: More accuracy improvements.Eduardo Lundgren2008-11-121-15/+11
* Core and Sortable: $.ui.contains method moved into the core. This method coul...Eduardo Lundgren2008-11-122-20/+24
* datepicker: added $.ui.datepicker.versionRichard Worth2008-11-121-0/+2
* tests: removed background image from slider unit testsRichard Worth2008-11-122-4/+4
* Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ...Richard Worth2008-11-121-1/+2
* tests: cleanup and consistency with defaults testsRichard Worth2008-11-1210-225/+356
* default theme: whitespace and formattingRichard Worth2008-11-121-200/+200
* default theme: whitespace and formattingRichard Worth2008-11-121-37/+7
* Removed colorpicker and autocomplete from default themeRichard Worth2008-11-1213-241/+0
* Removed references to colorpicker from trunkRichard Worth2008-11-123-4/+0
* Moved colorpicker to experimental branchRichard Worth2008-11-123-871/+0
* (no commit message)Richard Worth2008-11-111-1/+1
* Added new test suite for common tests across all UI pluginsRichard Worth2008-11-112-0/+79