aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOMRichard Worth2008-12-101-2/+2
* Removed names from ui.core.js as all contribution credit is given in AUTHORS....Richard Worth2008-12-101-1/+0
* Removed UTF-8 BOM again. Turns out it was added by Notepad.Richard Worth2008-12-101-2/+2
* progressbar: Removed all progressbar options except value. Added visual test ...Richard Worth2008-12-101-102/+6
* core widget: added ui-state-disabled and aria-disabled to widget plugin's dis...Richard Worth2008-12-101-3/+7
* Fixed 3642. firstDay displays day names incorrectly.Keith Wood2008-12-081-1/+2
* Escape text to prevent date info substitutionKeith Wood2008-12-082-2/+2
* Fixed 3598. Datepicker Japanese translation replacementKeith Wood2008-12-081-20/+21
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-4/+4
* Removed some UTF-8 BOMs causing problems in the download builder versions of ...Richard Worth2008-12-061-1/+1
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-1/+9
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-051-59/+69
* progressbar refactorRichard Worth2008-12-051-150/+120
* sortable: fixed regression that caused wrong offset calculation if the helper...Paul Bakaus2008-12-021-6/+7
* Updated Dutch localisationKeith Wood2008-12-011-19/+19
* Source formattingEduardo Lundgren2008-11-284-50/+50
* sortable:Paul Bakaus2008-11-251-250/+252
* slider: fixed regression caused by a recent change in the mouse core - since ...Paul Bakaus2008-11-241-2/+11
* sortable: Another regex for the innerHTML copying in the placeholder, removes...Paul Bakaus2008-11-241-1/+3
* core (mouse): preventDefault in most cases instead of returning false, that b...Paul Bakaus2008-11-231-2/+6
* core: improved logic of $.fn.scrollParent, taking positioning in accountPaul Bakaus2008-11-232-119/+129
* Resizable: disableSelection using jquery plugin.Eduardo Lundgren2008-11-221-1/+1
* draggable: added missing default for zIndex and cursorAt, added missing scrol...Paul Bakaus2008-11-211-1/+3
* Sortables: using isOverAxis.Eduardo Lundgren2008-11-211-4/+4
* Core: isOverAxis avoid duplicated method logic.Eduardo Lundgren2008-11-211-9/+4
* Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _inter...Eduardo Lundgren2008-11-211-12/+59
* draggable: the snap events 'release' and 'snap' now both have valid mousemove...Paul Bakaus2008-11-211-2/+2
* accordion: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-17/+19
* tabs: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-48/+60
* slider: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-122/+206
* dialog: formatting changesRichard Worth2008-11-211-0/+3
* progressbar: formatting changesRichard Worth2008-11-211-26/+28
* selectable: removed toggle method as widget factory provides enable/disable m...Richard Worth2008-11-211-8/+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-2125-27/+25
* 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
* 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
* 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-192-49/+49
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-191-424/+0
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-1824-722/+722
* 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