aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.progressbar.js
Commit message (Collapse)AuthorAgeFilesLines
* Progressbar: Fixed #3645: Use new CSS framework.Scott González2008-12-111-0/+2
|
* progressbar: Removed all progressbar options except value. Added visual test ↵Richard Worth2008-12-101-102/+6
| | | | for disabled progressbar.
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-051-59/+69
|
* progressbar refactorRichard Worth2008-12-051-150/+120
|
* progressbar: formatting changesRichard Worth2008-11-211-26/+28
|
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-31/+31
|
* Progressbar: Removed text method.Scott González2008-11-181-5/+15
|
* Progressbar: Removed identifier, element, textElement from the ui object in ↵Scott González2008-11-171-4/+1
| | | | callbacks.
* 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
| | | | | | | | | Refactored creation of elements on init. Removed propagate method; using trigger instead. Fixed appending background text element. Added $.ui.progressbar.uuid; used for identifier instead of timestamp + random number. Fixed updating of text to also update the background text. Removed default for unused addClass option.
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-4/+4
|
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-071-4/+6
|
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵David Bolter2008-11-051-7/+7
| | | | ariaState API. (Assist: Scott González, Fixes #3529)
* added ARIA semantics, and tests.David Bolter2008-10-291-3/+13
| | | | | patch review:scott.gonzalez@gmail.com (fixes bug #3482)
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* Corrected naming and capitalization consistency for Colorpicker and ProgressbarRichard Worth2008-09-201-2/+2
|
* Removed exposure of internal instance in progressbar's ui callback ↵Richard Worth2008-09-201-1/+0
| | | | parameter. See #2928
* Progressbar - Source formattingEduardo Lundgren2008-09-201-68/+69
|
* Progressbar - Source formattingEduardo Lundgren2008-09-201-3/+3
|
* Progressbar - Added suport for animated equations (easeInOutQuint, ...)Eduardo Lundgren2008-09-201-1/+1
|
* Progressbar duration option fixedEduardo Lundgren2008-09-201-6/+13
|
* whitespaceRichard Worth2008-09-201-27/+27
|
* Added newline to end of filesRichard Worth2008-09-201-1/+1
|
* Progressbar .text() added, improvementsEduardo Lundgren2008-09-191-181/+194
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Progressbar: hidden instance in ui(), options._interval->this._intervalChi Cheng2008-08-251-5/+2
| | | | Update spinner/progressbar demos
* JSLint checkChi Cheng2008-08-231-1/+1
|
* init -> _initChi Cheng2008-08-161-1/+1
|
* progressbar: internal methods, fix #3203Chi Cheng2008-08-161-8/+8
|
* Progressbar updatesEduardo Lundgren2008-08-091-22/+43
|
* Progressbar updates - using .animate()Eduardo Lundgren2008-08-091-106/+77
|
* Source formattingEduardo Lundgren2008-08-081-27/+27
|
* Progressbar: XHTML code/reorder defaultsChi Cheng2008-08-071-6/+6
|
* New plugins for 1.6: Fixed headers and indentation.Scott González2008-07-101-175/+173
|
* - removed 1.6 branch1.5.2Paul Bakaus2008-07-091-0/+195
- changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6