]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agoRollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.
Keith Wood [Sat, 15 Nov 2008 12:08:55 +0000 (12:08 +0000)]
Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.

15 years agoCore: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.
Scott González [Sat, 15 Nov 2008 04:29:08 +0000 (04:29 +0000)]
Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.

15 years agoAdded tests for daylight savings problems - only show up in specific timezones.
Keith Wood [Fri, 14 Nov 2008 13:32:12 +0000 (13:32 +0000)]
Added tests for daylight savings problems - only show up in specific timezones.

15 years agoFixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
Keith Wood [Fri, 14 Nov 2008 13:28:58 +0000 (13:28 +0000)]
Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
Moved prompt to below controls.
Corrected month/year spacing for multiple months.

15 years agofixed #3578 - ALL CODE: e, ui should be changed to event, ui
Richard Worth [Fri, 14 Nov 2008 03:00:16 +0000 (03:00 +0000)]
fixed #3578 - ALL CODE: e, ui should be changed to event, ui

15 years agorefactored keyboard handling to a switch statement for clarity.
David Bolter [Thu, 13 Nov 2008 16:24:44 +0000 (16:24 +0000)]
refactored keyboard handling to a switch statement for clarity.

15 years agoAdded accordion keyboard and ARIA support, and tests. Mozilla needs this for website...
David Bolter [Thu, 13 Nov 2008 15:51:09 +0000 (15:51 +0000)]
Added accordion keyboard and ARIA support, and tests. Mozilla needs this for website. (partial review: Scott González, fix for 3553)

15 years agoset correct mime-types for trunk (html,js,jpg,png,gif,css for now)
Paul Bakaus [Thu, 13 Nov 2008 11:41:29 +0000 (11:41 +0000)]
set correct mime-types for trunk (html,js,jpg,png,gif,css for now)

15 years agoSortable: remove console.log
Eduardo Lundgren [Wed, 12 Nov 2008 14:50:15 +0000 (14:50 +0000)]
Sortable: remove console.log

15 years agoAdded alternate easing demonstration
Keith Wood [Wed, 12 Nov 2008 13:36:46 +0000 (13:36 +0000)]
Added alternate easing demonstration

15 years agoFixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functionality.
Keith Wood [Wed, 12 Nov 2008 13:22:28 +0000 (13:22 +0000)]
Fixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functionality.

15 years agoSortable: More accuracy improvements.
Eduardo Lundgren [Wed, 12 Nov 2008 04:34:34 +0000 (04:34 +0000)]
Sortable: More accuracy improvements.

15 years agoCore and Sortable: $.ui.contains method moved into the core. This method could be...
Eduardo Lundgren [Wed, 12 Nov 2008 03:57:23 +0000 (03:57 +0000)]
Core and Sortable: $.ui.contains method moved into the core. This method could be util for another components.

15 years agodatepicker: added $.ui.datepicker.version
Richard Worth [Wed, 12 Nov 2008 03:21:37 +0000 (03:21 +0000)]
datepicker: added $.ui.datepicker.version

15 years agotests: removed background image from slider unit tests
Richard Worth [Wed, 12 Nov 2008 03:03:12 +0000 (03:03 +0000)]
tests: removed background image from slider unit tests

15 years agoFixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"
Richard Worth [Wed, 12 Nov 2008 02:57:04 +0000 (02:57 +0000)]
Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"

15 years agotests: cleanup and consistency with defaults tests
Richard Worth [Wed, 12 Nov 2008 02:52:31 +0000 (02:52 +0000)]
tests: cleanup and consistency with defaults tests

15 years agodefault theme: whitespace and formatting
Richard Worth [Wed, 12 Nov 2008 01:22:07 +0000 (01:22 +0000)]
default theme: whitespace and formatting

15 years agodefault theme: whitespace and formatting
Richard Worth [Wed, 12 Nov 2008 01:17:57 +0000 (01:17 +0000)]
default theme: whitespace and formatting

15 years agoRemoved colorpicker and autocomplete from default theme
Richard Worth [Wed, 12 Nov 2008 01:12:03 +0000 (01:12 +0000)]
Removed colorpicker and autocomplete from default theme

15 years agoRemoved references to colorpicker from trunk
Richard Worth [Wed, 12 Nov 2008 01:03:06 +0000 (01:03 +0000)]
Removed references to colorpicker from trunk

15 years agoMoved colorpicker to experimental branch
Richard Worth [Wed, 12 Nov 2008 01:01:05 +0000 (01:01 +0000)]
Moved colorpicker to experimental branch

15 years ago(no commit message)
Richard Worth [Tue, 11 Nov 2008 13:33:15 +0000 (13:33 +0000)]

15 years agoAdded new test suite for common tests across all UI plugins
Richard Worth [Tue, 11 Nov 2008 13:32:48 +0000 (13:32 +0000)]
Added new test suite for common tests across all UI plugins

15 years agoShow controls as icons
Keith Wood [Tue, 11 Nov 2008 12:59:07 +0000 (12:59 +0000)]
Show controls as icons
Remove alternate styling example

15 years agoCore: Change arguments name for isOver* methods.
Eduardo Lundgren [Mon, 10 Nov 2008 16:41:54 +0000 (16:41 +0000)]
Core: Change arguments name for isOver* methods.

15 years agoimplemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery...
Paul Bakaus [Mon, 10 Nov 2008 14:32:25 +0000 (14:32 +0000)]
implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery's trac)

15 years agoCore: Change comments for the new methods
Eduardo Lundgren [Mon, 10 Nov 2008 06:42:23 +0000 (06:42 +0000)]
Core: Change comments for the new methods

15 years agoChange name of intersect methods to isOverHeight/isOverWidth/isOver.
Eduardo Lundgren [Mon, 10 Nov 2008 06:39:52 +0000 (06:39 +0000)]
Change name of intersect methods to isOverHeight/isOverWidth/isOver.

15 years agoDraggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.
Eduardo Lundgren [Mon, 10 Nov 2008 05:56:06 +0000 (05:56 +0000)]
Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.

15 years agoCore: Avoid conflict with droppable $.ui.instersect method. Core changed name to...
Eduardo Lundgren [Mon, 10 Nov 2008 05:55:04 +0000 (05:55 +0000)]
Core: Avoid conflict with droppable $.ui.instersect method. Core changed name to $.ui.intersects.

15 years agoDraggable: Using the new core intersect method on connectToSortable.
Eduardo Lundgren [Mon, 10 Nov 2008 05:18:20 +0000 (05:18 +0000)]
Draggable: Using the new core intersect method on connectToSortable.

15 years agoSortable: Using the new core intersectHeight/intersectWidth methods.
Eduardo Lundgren [Mon, 10 Nov 2008 05:17:12 +0000 (05:17 +0000)]
Sortable: Using the new core intersectHeight/intersectWidth methods.

15 years agoCore: Intersect methods into the core. Determines when element "a" coordinates inters...
Eduardo Lundgren [Mon, 10 Nov 2008 05:16:22 +0000 (05:16 +0000)]
Core: Intersect methods into the core. Determines when element "a" coordinates intersects with element "b".

15 years agoDraggable - calling the new _ui() method from sortables
Eduardo Lundgren [Mon, 10 Nov 2008 03:51:44 +0000 (03:51 +0000)]
Draggable - calling the new _ui() method from sortables

15 years agomoved magnifier to experimental branch
Richard Worth [Sat, 8 Nov 2008 22:30:02 +0000 (22:30 +0000)]
moved magnifier to experimental branch

15 years agotests droppable - implemented cssNamespace test
Richard Worth [Sat, 8 Nov 2008 22:19:28 +0000 (22:19 +0000)]
tests droppable - implemented cssNamespace test

15 years agodroppable: defined some defaults
Richard Worth [Sat, 8 Nov 2008 21:56:57 +0000 (21:56 +0000)]
droppable: defined some defaults

15 years agotests: Added droppable test suite
Richard Worth [Sat, 8 Nov 2008 21:53:43 +0000 (21:53 +0000)]
tests: Added droppable test suite

15 years agoMove Chinese localisations to "alphabetic" order
Keith Wood [Sat, 8 Nov 2008 08:01:40 +0000 (08:01 +0000)]
Move Chinese localisations to "alphabetic" order

15 years agoFixed 3550. Added Albanian localisation.
Keith Wood [Sat, 8 Nov 2008 07:51:25 +0000 (07:51 +0000)]
Fixed 3550. Added Albanian localisation.

15 years agoFixed 3547. Initialise alternate field on load for inline datepicker.
Keith Wood [Sat, 8 Nov 2008 07:34:34 +0000 (07:34 +0000)]
Fixed 3547. Initialise alternate field on load for inline datepicker.

15 years agoCore: Optimized isVisible() for the case where the element being checked is not visible.
Scott González [Sat, 8 Nov 2008 05:11:54 +0000 (05:11 +0000)]
Core: Optimized isVisible() for the case where the element being checked is not visible.

15 years agoDialog, Progressbar: Combined ARIA attribute settings into one .attr() call.
Scott González [Fri, 7 Nov 2008 13:57:31 +0000 (13:57 +0000)]
Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.

15 years agoCore Tests: Moved ARIA tests out of selectors module.
Scott González [Fri, 7 Nov 2008 13:49:23 +0000 (13:49 +0000)]
Core Tests: Moved ARIA tests out of selectors module.

15 years agoCore: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisible...
Scott González [Fri, 7 Nov 2008 13:40:01 +0000 (13:40 +0000)]
Core: Rewrote isVisible().  New implementation inspired by Remy's :reallyvisible selector.

15 years agoCore Tests: Fixed ARIA tests for new .attr() method.
Scott González [Fri, 7 Nov 2008 13:23:02 +0000 (13:23 +0000)]
Core Tests: Fixed ARIA tests for new .attr() method.

15 years agoCorrect display of big prev/next links when disabled.
Keith Wood [Fri, 7 Nov 2008 10:16:34 +0000 (10:16 +0000)]
Correct display of big prev/next links when disabled.
Correct spacing between month and year when non-selectable.

15 years agoFixed 3526. Default year if not set from input field.
Keith Wood [Fri, 7 Nov 2008 10:13:19 +0000 (10:13 +0000)]
Fixed 3526. Default year if not set from input field.

15 years agoFixed 3536. Added Persian localisation
Keith Wood [Fri, 7 Nov 2008 10:06:47 +0000 (10:06 +0000)]
Fixed 3536. Added Persian localisation

15 years agoCore: Moved regex declarations for potential speed increase.
Scott González [Fri, 7 Nov 2008 02:25:52 +0000 (02:25 +0000)]
Core: Moved regex declarations for potential speed increase.

15 years agoProgressbar Tests: Fixed default option tests (and updated documentation).
Scott González [Fri, 7 Nov 2008 01:41:12 +0000 (01:41 +0000)]
Progressbar Tests: Fixed default option tests (and updated documentation).

15 years agodraggable: fixed nasty IE related scrolling bug - funny IE includes scroll if you...
Paul Bakaus [Thu, 6 Nov 2008 14:52:25 +0000 (14:52 +0000)]
draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if you call offset() on <html>

15 years agosortable: returning false in any callback will now call this.cancenl() to cancel...
Paul Bakaus [Thu, 6 Nov 2008 11:24:34 +0000 (11:24 +0000)]
sortable: returning false in any callback will now call this.cancenl() to cancel the ongoing action

15 years agoTweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaStat...
David Bolter [Wed, 5 Nov 2008 19:43:21 +0000 (19:43 +0000)]
Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaState API. (Assist: Scott González, Fixes #3529)

15 years agoUI Tabs: removed equalize extension
Klaus Hartl [Wed, 5 Nov 2008 11:02:06 +0000 (11:02 +0000)]
UI Tabs: removed equalize extension

15 years agoUI Tabs: fixed tabs select causing page to jump bug, removed cruft form former histor...
Klaus Hartl [Wed, 5 Nov 2008 10:59:55 +0000 (10:59 +0000)]
UI Tabs: fixed tabs select causing page to jump bug, removed cruft form former history integration which will work differently anyway

15 years agosortable: removed support for ui.cancel(), must now be called via the sortable()...
Paul Bakaus [Tue, 4 Nov 2008 13:34:04 +0000 (13:34 +0000)]
sortable: removed support for ui.cancel(), must now be called via the sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed.

15 years agosortable: implemented ui.cancel(), a function that can be called to completely cancel...
Paul Bakaus [Mon, 3 Nov 2008 21:41:59 +0000 (21:41 +0000)]
sortable: implemented ui.cancel(), a function that can be called to completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402)

15 years agosortable: checked inputs are not unchecked anymore after drag start (fixes #3466)
Paul Bakaus [Mon, 3 Nov 2008 14:58:21 +0000 (14:58 +0000)]
sortable: checked inputs are not unchecked anymore after drag start (fixes #3466)

15 years agocore: restructured helper functions, made enableSelection/disableSelection jQuery...
Paul Bakaus [Mon, 3 Nov 2008 14:23:13 +0000 (14:23 +0000)]
core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459)

15 years agosortable: all events of the inner nodes of the sortable item were unbound after the...
Paul Bakaus [Mon, 3 Nov 2008 13:23:15 +0000 (13:23 +0000)]
sortable: all events of the inner nodes of the sortable item were unbound after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488

15 years agomouse: events and default actions on click are not fired after a drag action has...
Paul Bakaus [Mon, 3 Nov 2008 12:44:50 +0000 (12:44 +0000)]
mouse: events and default actions on click are not fired after a drag action has been initiated

15 years agodraggable: fixed two missing defaults
Paul Bakaus [Mon, 3 Nov 2008 11:24:48 +0000 (11:24 +0000)]
draggable: fixed two missing defaults

15 years agoFixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
Richard Worth [Sat, 1 Nov 2008 14:49:38 +0000 (14:49 +0000)]
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51

15 years agoresizable: defined defaults
Richard Worth [Sat, 1 Nov 2008 10:32:01 +0000 (10:32 +0000)]
resizable: defined defaults

15 years agotests resizable: Updated defaults test
Richard Worth [Sat, 1 Nov 2008 10:20:38 +0000 (10:20 +0000)]
tests resizable: Updated defaults test

15 years agotest visual: fixed colors to match UI website
Richard Worth [Sat, 1 Nov 2008 08:24:22 +0000 (08:24 +0000)]
test visual: fixed colors to match UI website

15 years agomoved dep_loader.html test page to experimental branch
Richard Worth [Fri, 31 Oct 2008 01:38:27 +0000 (01:38 +0000)]
moved dep_loader.html test page to experimental branch

15 years agoSortable - accurate option added, If you prefer better accuracy and low performance...
Eduardo Lundgren [Thu, 30 Oct 2008 06:57:32 +0000 (06:57 +0000)]
Sortable - accurate option added, If you prefer better accuracy and low performance set accurate: true.

15 years agoadded ARIA semantics, and tests.
David Bolter [Wed, 29 Oct 2008 16:57:04 +0000 (16:57 +0000)]
added ARIA semantics, and tests.
patch review:scott.gonzalez@gmail.com
(fixes bug #3482)

15 years agoSortable - delta direction improved
Eduardo Lundgren [Tue, 28 Oct 2008 18:05:02 +0000 (18:05 +0000)]
Sortable - delta direction improved

15 years agoSortable - Float elements tolerance fixed
Eduardo Lundgren [Tue, 28 Oct 2008 14:44:27 +0000 (14:44 +0000)]
Sortable - Float elements tolerance fixed

15 years agoSortable - Prevent mouseCapture while help is reverting
Eduardo Lundgren [Tue, 28 Oct 2008 06:41:11 +0000 (06:41 +0000)]
Sortable - Prevent mouseCapture while help is reverting

15 years agoSortable - Checking if helper exists
Eduardo Lundgren [Tue, 28 Oct 2008 06:35:01 +0000 (06:35 +0000)]
Sortable - Checking if helper exists

15 years agoChanging the author name on Resizable
Eduardo Lundgren [Tue, 28 Oct 2008 06:01:01 +0000 (06:01 +0000)]
Changing the author name on Resizable

15 years agoSortable - Tolerance accuracy sortable improved
Eduardo Lundgren [Tue, 28 Oct 2008 05:44:17 +0000 (05:44 +0000)]
Sortable - Tolerance accuracy sortable improved

15 years agoset svn:eol-style to native
Richard Worth [Fri, 24 Oct 2008 01:45:23 +0000 (01:45 +0000)]
set svn:eol-style to native

16 years agoui.datepicker: fixing a var being leaked to the global namespace(attrName).
Ariel Flesler [Wed, 22 Oct 2008 10:12:45 +0000 (10:12 +0000)]
ui.datepicker: fixing a var being leaked to the global namespace(attrName).

16 years agoFixed 3492. Typo in day name.
Keith Wood [Wed, 22 Oct 2008 09:22:51 +0000 (09:22 +0000)]
Fixed 3492. Typo in day name.

16 years agoslider: changed order of fired callbacks in moveTo method (fixes #3465)
Paul Bakaus [Mon, 20 Oct 2008 07:43:42 +0000 (07:43 +0000)]
slider: changed order of fired callbacks in moveTo method (fixes #3465)

16 years agoFixed slider responds to keypresses when disabled
Richard Worth [Fri, 17 Oct 2008 12:06:16 +0000 (12:06 +0000)]
Fixed slider responds to keypresses when disabled

16 years agosortable: fixed issue with first time append of the placeholder, now also the origina...
Paul Bakaus [Fri, 17 Oct 2008 08:13:14 +0000 (08:13 +0000)]
sortable: fixed issue with first time append of the placeholder, now also the original classes are appended to the placeholder, with usually should give it the right size

16 years agocore: reverted lazy loading implementation, commited to a future branch
Paul Bakaus [Wed, 15 Oct 2008 12:54:40 +0000 (12:54 +0000)]
core: reverted lazy loading implementation, commited to a future branch

16 years agocore: fixed chaining in lazy loading mechanism
Paul Bakaus [Wed, 15 Oct 2008 11:36:42 +0000 (11:36 +0000)]
core: fixed chaining in lazy loading mechanism

16 years agocore: implemented experimental async dependency loading
Paul Bakaus [Wed, 15 Oct 2008 11:03:49 +0000 (11:03 +0000)]
core: implemented experimental async dependency loading

16 years agodraggable: fixed createHelper method (thanks Nate!)
Paul Bakaus [Tue, 14 Oct 2008 10:15:48 +0000 (10:15 +0000)]
draggable: fixed createHelper method (thanks Nate!)

16 years agosortable: fixed toArray method
Paul Bakaus [Tue, 14 Oct 2008 10:00:52 +0000 (10:00 +0000)]
sortable: fixed toArray method
coverflow: renamed init to _init

16 years agoupdating tests to latest QUnit, using same, fixing a few assertions that relied on...
Jörn Zaefferer [Mon, 13 Oct 2008 21:42:12 +0000 (21:42 +0000)]
updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined)

16 years agoupdating tests to latest QUnit, using same, fixing a few assertions that relied on...
Jörn Zaefferer [Mon, 13 Oct 2008 21:32:42 +0000 (21:32 +0000)]
updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined)

16 years agofunctional demos: fixed remote history plugin usage
Jörn Zaefferer [Mon, 13 Oct 2008 16:50:57 +0000 (16:50 +0000)]
functional demos: fixed remote history plugin usage

16 years agoaccordion: reset overflow to original value after animation completed, fixes some...
Jörn Zaefferer [Mon, 13 Oct 2008 15:20:26 +0000 (15:20 +0000)]
accordion: reset overflow to original value after animation completed, fixes some layout issues

16 years agoimproving accordion layout
Jörn Zaefferer [Wed, 8 Oct 2008 14:51:03 +0000 (14:51 +0000)]
improving accordion layout

16 years agofunctional demos: added history_remote plugin
Jörn Zaefferer [Wed, 8 Oct 2008 13:54:11 +0000 (13:54 +0000)]
functional demos: added history_remote plugin

16 years agoadded some missing draggables defaults
Richard Worth [Wed, 8 Oct 2008 10:21:28 +0000 (10:21 +0000)]
added some missing draggables defaults

16 years agoUI Tabs: renamed confusing "unselect" option to "deselectable"
Klaus Hartl [Wed, 8 Oct 2008 10:09:55 +0000 (10:09 +0000)]
UI Tabs: renamed confusing "unselect" option to "deselectable"

16 years agoSpinner:missing semicolon
Chi Cheng [Wed, 8 Oct 2008 02:57:20 +0000 (02:57 +0000)]
Spinner:missing semicolon

16 years agoSpinner: fixed incremental:false issue on mousedown (thanks cloudream)
Ca-Phun Ung [Tue, 7 Oct 2008 10:33:32 +0000 (10:33 +0000)]
Spinner: fixed incremental:false issue on mousedown (thanks cloudream)

16 years agoUI Tabs: fixed queued tests, review
Klaus Hartl [Mon, 6 Oct 2008 21:35:32 +0000 (21:35 +0000)]
UI Tabs: fixed queued tests, review

16 years agoSpinner: add group and point options for improved support for international numeric...
Ca-Phun Ung [Mon, 6 Oct 2008 17:20:57 +0000 (17:20 +0000)]
Spinner: add group and point options for improved support for international numeric formats and added test case.