Richard Worth
29f7dc9a2c
Removed all trailing whitespace from .js and .html files
2008-11-18 02:55:25 +00:00
Scott González
ce69e7ced4
Progressbar: Removed text method.
2008-11-18 02:22:30 +00:00
Scott González
291202dabe
Various: Fixed #3596 : Removed references to jQuery for .noConflict() compatibility.
2008-11-18 01:54:45 +00:00
Scott González
e0dec0bd84
Progressbar: Removed identifier, element, textElement from the ui object in callbacks.
2008-11-17 13:58:53 +00:00
Scott González
d342e1c0ce
Progressbar: Removed textClass option.
2008-11-17 13:56:28 +00:00
Scott González
45721d461e
Progressbar: Removed references to jQuery for compatibility with .noConflict().
2008-11-17 01:16:34 +00:00
Scott González
11a81ac980
Progressbar:
...
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.
2008-11-17 00:21:36 +00:00
Keith Wood
c4d2a1b7f1
Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.
2008-11-15 12:08:55 +00:00
Scott González
6fb3ffad36
Core: Fixed #3562 : Modify .removeAttr() to work on ARIA properties in FF2.
2008-11-15 04:29:08 +00:00
Keith Wood
0808041ad9
Added tests for daylight savings problems - only show up in specific timezones.
2008-11-14 13:32:12 +00:00
Keith Wood
94936d813c
Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
...
Moved prompt to below controls.
Corrected month/year spacing for multiple months.
2008-11-14 13:28:58 +00:00
Richard Worth
7ea535fa1d
fixed #3578 - ALL CODE: e, ui should be changed to event, ui
2008-11-14 03:00:16 +00:00
David Bolter
ed4f58c6d3
refactored keyboard handling to a switch statement for clarity.
2008-11-13 16:24:44 +00:00
David Bolter
976b9b57bb
Added accordion keyboard and ARIA support, and tests. Mozilla needs this for website. (partial review: Scott González, fix for 3553)
2008-11-13 15:51:09 +00:00
Paul Bakaus
d3f564e02d
set correct mime-types for trunk (html,js,jpg,png,gif,css for now)
2008-11-13 11:41:29 +00:00
Eduardo Lundgren
ba34bfdf36
Sortable: remove console.log
2008-11-12 14:50:15 +00:00
Keith Wood
6caec6b12b
Added alternate easing demonstration
2008-11-12 13:36:46 +00:00
Keith Wood
cacf7b58f0
Fixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functionality.
2008-11-12 13:22:28 +00:00
Eduardo Lundgren
71ae568116
Sortable: More accuracy improvements.
2008-11-12 04:34:34 +00:00
Eduardo Lundgren
d7707b1fb1
Core and Sortable: $.ui.contains method moved into the core. This method could be util for another components.
2008-11-12 03:57:23 +00:00
Richard Worth
657d31adaa
datepicker: added $.ui.datepicker.version
2008-11-12 03:21:37 +00:00
Richard Worth
a098aeeb75
tests: removed background image from slider unit tests
2008-11-12 03:03:12 +00:00
Richard Worth
e1fab2ce61
Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"
2008-11-12 02:57:04 +00:00
Richard Worth
e47820f6ea
tests: cleanup and consistency with defaults tests
2008-11-12 02:52:31 +00:00
Richard Worth
7d946ec774
default theme: whitespace and formatting
2008-11-12 01:22:07 +00:00
Richard Worth
54f7fd4507
default theme: whitespace and formatting
2008-11-12 01:17:57 +00:00
Richard Worth
2eb5e1f11c
Removed colorpicker and autocomplete from default theme
2008-11-12 01:12:03 +00:00
Richard Worth
5a5199124c
Removed references to colorpicker from trunk
2008-11-12 01:03:06 +00:00
Richard Worth
79b6eaf13c
Moved colorpicker to experimental branch
2008-11-12 01:01:05 +00:00
Richard Worth
fde1cfb4e4
2008-11-11 13:33:15 +00:00
Richard Worth
a08dfc9f6f
Added new test suite for common tests across all UI plugins
2008-11-11 13:32:48 +00:00
Keith Wood
2afb5942aa
Show controls as icons
...
Remove alternate styling example
2008-11-11 12:59:07 +00:00
Eduardo Lundgren
e39dd9595e
Core: Change arguments name for isOver* methods.
2008-11-10 16:41:54 +00:00
Paul Bakaus
ffa5f16169
implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery's trac)
2008-11-10 14:32:25 +00:00
Eduardo Lundgren
3206b611b1
Core: Change comments for the new methods
2008-11-10 06:42:23 +00:00
Eduardo Lundgren
2ab2f3c7e1
Change name of intersect methods to isOverHeight/isOverWidth/isOver.
2008-11-10 06:39:52 +00:00
Eduardo Lundgren
ad0cdb776e
Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.
2008-11-10 05:56:06 +00:00
Eduardo Lundgren
f00347a83a
Core: Avoid conflict with droppable $.ui.instersect method. Core changed name to $.ui.intersects.
2008-11-10 05:55:04 +00:00
Eduardo Lundgren
836e71f880
Draggable: Using the new core intersect method on connectToSortable.
2008-11-10 05:18:20 +00:00
Eduardo Lundgren
acf15c4f08
Sortable: Using the new core intersectHeight/intersectWidth methods.
2008-11-10 05:17:12 +00:00
Eduardo Lundgren
91377e4e5c
Core: Intersect methods into the core. Determines when element "a" coordinates intersects with element "b".
2008-11-10 05:16:22 +00:00
Eduardo Lundgren
d972cb3ea8
Draggable - calling the new _ui() method from sortables
2008-11-10 03:51:44 +00:00
Richard Worth
542bbbb473
moved magnifier to experimental branch
2008-11-08 22:30:02 +00:00
Richard Worth
9d802d0651
tests droppable - implemented cssNamespace test
2008-11-08 22:19:28 +00:00
Richard Worth
c1e8c7f07f
droppable: defined some defaults
2008-11-08 21:56:57 +00:00
Richard Worth
caa51ee0dc
tests: Added droppable test suite
2008-11-08 21:53:43 +00:00
Keith Wood
64cfa044c3
Move Chinese localisations to "alphabetic" order
2008-11-08 08:01:40 +00:00
Keith Wood
f93a6ba677
Fixed 3550. Added Albanian localisation.
2008-11-08 07:51:25 +00:00
Keith Wood
3946038509
Fixed 3547. Initialise alternate field on load for inline datepicker.
2008-11-08 07:34:34 +00:00
Scott González
4addec6ac2
Core: Optimized isVisible() for the case where the element being checked is not visible.
2008-11-08 05:11:54 +00:00