]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
16 years agoDatepicker: Updated Mac keyboard commands
Marc Grabanski [Mon, 29 Sep 2008 19:20:25 +0000 (19:20 +0000)]
Datepicker: Updated Mac keyboard commands

16 years agoDialog: Made moveToTop public.
Scott González [Mon, 29 Sep 2008 13:08:14 +0000 (13:08 +0000)]
Dialog: Made moveToTop public.

16 years agoDatepicker: Added option, "constrainInput" to restrict input text to the current...
Marc Grabanski [Sun, 28 Sep 2008 21:30:22 +0000 (21:30 +0000)]
Datepicker: Added option, "constrainInput" to restrict input text to the current date format.

16 years ago$.widget: Create namespace if it doesn't already exist.
Scott González [Sun, 28 Sep 2008 17:58:08 +0000 (17:58 +0000)]
$.widget: Create namespace if it doesn't already exist.

16 years agoDatepicker: Created "option" method, deprecated "change" method.
Marc Grabanski [Sun, 28 Sep 2008 16:20:11 +0000 (16:20 +0000)]
Datepicker: Created "option" method, deprecated "change" method.

16 years agoUI Tabs: started with writing tests
Klaus Hartl [Sun, 28 Sep 2008 11:47:07 +0000 (11:47 +0000)]
UI Tabs: started with writing tests

16 years agoDialog: Added more tests.
Scott González [Sun, 28 Sep 2008 01:43:12 +0000 (01:43 +0000)]
Dialog: Added more tests.

16 years agoDialog: Removed functionality for copying classes from the main element to the wrappe...
Scott González [Sun, 28 Sep 2008 01:17:32 +0000 (01:17 +0000)]
Dialog: Removed functionality for copying classes from the main element to the wrapper div.  This was used for themes, but this method of theming is no longer encouraged.

16 years agoUI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog...
Klaus Hartl [Sat, 27 Sep 2008 23:40:06 +0000 (23:40 +0000)]
UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470

16 years agoUpdated draggable defaults unit test
Richard Worth [Sat, 27 Sep 2008 16:10:43 +0000 (16:10 +0000)]
Updated draggable defaults unit test

16 years agoAccordion: fixed accordion drawers demo for IE6 and 7. Tested in FF2, FF3, Safari...
Ca-Phun Ung [Sat, 27 Sep 2008 04:23:14 +0000 (04:23 +0000)]
Accordion: fixed accordion drawers demo for IE6 and 7. Tested in FF2, FF3, Safari 3, Opera 9.5, IE6, IE7 & Chrome on WinXP. All look pretty good. However, IE6 still has slightly darker side borders caused by the .drawer-handle.open clause which is not properly supported by IE6.

16 years agoSpinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream)
Ca-Phun Ung [Sat, 27 Sep 2008 03:36:13 +0000 (03:36 +0000)]
Spinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream)

16 years agoSpinner: Removed external jquery.mousewheel.js call from visual test.
Ca-Phun Ung [Fri, 26 Sep 2008 07:26:20 +0000 (07:26 +0000)]
Spinner: Removed external jquery.mousewheel.js call from visual test.

16 years agoSpinner: added a timer to mousewheel interaction which fires a change event when...
Ca-Phun Ung [Fri, 26 Sep 2008 07:21:56 +0000 (07:21 +0000)]
Spinner: added a timer to mousewheel interaction which fires a change event when the mousewheel stops spinning.

Added a few missing options to test case.

16 years agoAccordion: fix user-defined style issue when margin is set on expander
Ca-Phun Ung [Fri, 26 Sep 2008 02:31:38 +0000 (02:31 +0000)]
Accordion: fix user-defined style issue when margin is set on expander

16 years agoDraggable cancelHelperRemoval when is not over
Eduardo Lundgren [Fri, 26 Sep 2008 02:29:46 +0000 (02:29 +0000)]
Draggable cancelHelperRemoval when is not over

16 years agoAccordion: fixed jump in accordion when expander div has padding.
Ca-Phun Ung [Thu, 25 Sep 2008 18:50:11 +0000 (18:50 +0000)]
Accordion: fixed jump in accordion when expander div has padding.

16 years agoSpinner: Add change event to dblclick and created a new visual test for all callbacks...
Ca-Phun Ung [Tue, 23 Sep 2008 07:58:29 +0000 (07:58 +0000)]
Spinner: Add change event to dblclick and created a new visual test for all callbacks. timer is now set to 0 after being cleared.

16 years agoSpinner: Fixed warnings.
Scott González [Tue, 23 Sep 2008 00:57:25 +0000 (00:57 +0000)]
Spinner: Fixed warnings.

16 years agoCore: Reduced size of ARIA methods.
Scott González [Tue, 23 Sep 2008 00:11:26 +0000 (00:11 +0000)]
Core: Reduced size of ARIA methods.

16 years agoCore: Moved ARIA methods up with other jQuery core modifications.
Scott González [Mon, 22 Sep 2008 20:52:48 +0000 (20:52 +0000)]
Core: Moved ARIA methods up with other jQuery core modifications.

16 years agoAccept boolean values for aria state. (Thanks for catch Scott González)
David Bolter [Mon, 22 Sep 2008 18:21:38 +0000 (18:21 +0000)]
Accept boolean values for aria state. (Thanks for catch Scott González)

16 years agoAdded ariaRole and ariaState to ui.core with tests.
David Bolter [Mon, 22 Sep 2008 15:47:41 +0000 (15:47 +0000)]
Added ariaRole and ariaState to ui.core with tests.
Added ARIA role and state to ui.dialog
Fixes #3350
(Inspired by jARIA plugin from Chris Hoffman)

16 years agoCore: Marked $.ui.plugin as deprecated.
Scott González [Mon, 22 Sep 2008 12:30:34 +0000 (12:30 +0000)]
Core: Marked $.ui.plugin as deprecated.

16 years agoSpinner: implemented init callback via trigger (thanks Scott González)
Ca-Phun Ung [Mon, 22 Sep 2008 11:22:14 +0000 (11:22 +0000)]
Spinner: implemented init callback via trigger (thanks Scott González)

16 years agoSpinner: new options: format, items & decimals (r728).
Ca-Phun Ung [Sat, 20 Sep 2008 19:04:01 +0000 (19:04 +0000)]
Spinner: new options: format, items & decimals (r728).

items: accepts a array of objects which will be converted to a list of items by the spinner.

format: printf style formatting of each item - accepts named arguments.

16 years agoset svn:eol-style to native
Richard Worth [Sat, 20 Sep 2008 17:42:04 +0000 (17:42 +0000)]
set svn:eol-style to native

16 years agoHTML5 doctype
Richard Worth [Sat, 20 Sep 2008 17:30:51 +0000 (17:30 +0000)]
HTML5 doctype

16 years agoSpinner: decimals and stepping now independent (user request)
Ca-Phun Ung [Sat, 20 Sep 2008 14:46:26 +0000 (14:46 +0000)]
Spinner: decimals and stepping now independent (user request)

16 years agoCore: Added comment about why we use triggerHandler instead of trigger in $.fn.remove.
Scott González [Sat, 20 Sep 2008 13:55:35 +0000 (13:55 +0000)]
Core: Added comment about why we use triggerHandler instead of trigger in $.fn.remove.

16 years agoCore: Fixed #3457: Removing elements causes instantiated plugins to be destroyed...
Scott González [Sat, 20 Sep 2008 13:49:13 +0000 (13:49 +0000)]
Core: Fixed #3457: Removing elements causes instantiated plugins to be destroyed again.

16 years agoCorrected naming and capitalization consistency for Colorpicker and Progressbar
Richard Worth [Sat, 20 Sep 2008 13:11:01 +0000 (13:11 +0000)]
Corrected naming and capitalization consistency for Colorpicker and Progressbar

16 years agoRemoved exposure of internal instance in progressbar's ui callback parameter. See...
Richard Worth [Sat, 20 Sep 2008 12:46:45 +0000 (12:46 +0000)]
Removed exposure of internal instance in progressbar's ui callback parameter. See #2928

16 years agoProgressbar - Source formatting
Eduardo Lundgren [Sat, 20 Sep 2008 11:22:54 +0000 (11:22 +0000)]
Progressbar - Source formatting

16 years agoProgressbar - Source formatting
Eduardo Lundgren [Sat, 20 Sep 2008 11:11:11 +0000 (11:11 +0000)]
Progressbar - Source formatting

16 years agocorrected typo in property key - svn:eol-style
Richard Worth [Sat, 20 Sep 2008 10:51:58 +0000 (10:51 +0000)]
corrected typo in property key - svn:eol-style

16 years agoFixed 3266. Datepicker is displayed when using "setDate" and "change" methods
Keith Wood [Sat, 20 Sep 2008 06:26:38 +0000 (06:26 +0000)]
Fixed 3266. Datepicker is displayed when using "setDate" and "change" methods

16 years agoFixed 3232 Datepicker position problem in IE 6/7
Keith Wood [Sat, 20 Sep 2008 06:04:45 +0000 (06:04 +0000)]
Fixed 3232 Datepicker position problem in IE 6/7

16 years agoProgressbar - Added suport for animated equations (easeInOutQuint, ...)
Eduardo Lundgren [Sat, 20 Sep 2008 04:22:53 +0000 (04:22 +0000)]
Progressbar - Added suport for animated equations (easeInOutQuint, ...)

16 years agoProgressbar duration option fixed
Eduardo Lundgren [Sat, 20 Sep 2008 04:09:27 +0000 (04:09 +0000)]
Progressbar duration option fixed

16 years agowhitespace: Removed trailing whitespace from non-blank lines
Richard Worth [Sat, 20 Sep 2008 03:23:42 +0000 (03:23 +0000)]
whitespace: Removed trailing whitespace from non-blank lines

16 years agowhitespace
Richard Worth [Sat, 20 Sep 2008 02:43:18 +0000 (02:43 +0000)]
whitespace

16 years agowhitespace
Richard Worth [Sat, 20 Sep 2008 02:04:48 +0000 (02:04 +0000)]
whitespace

16 years agoremoved leading semicolon ; - only effects.core.js and ui.core.js get it
Richard Worth [Sat, 20 Sep 2008 02:04:10 +0000 (02:04 +0000)]
removed leading semicolon ; - only effects.core.js and ui.core.js get it

16 years agoAdded newline to end of files
Richard Worth [Sat, 20 Sep 2008 01:48:18 +0000 (01:48 +0000)]
Added newline to end of files

16 years agocorrected version.txt in trunk (should remain 1.6pre until 1.7pre)
Richard Worth [Sat, 20 Sep 2008 01:12:32 +0000 (01:12 +0000)]
corrected version.txt in trunk (should remain 1.6pre until 1.7pre)

16 years agochanged version to 1.6rc2 1.6rc2
Paul Bakaus [Sat, 20 Sep 2008 00:24:37 +0000 (00:24 +0000)]
changed version to 1.6rc2

16 years agoDialog: Added an id to the title span (needed for ARIA support).
Scott González [Fri, 19 Sep 2008 18:28:31 +0000 (18:28 +0000)]
Dialog: Added an id to the title span (needed for ARIA support).

16 years agoSet svn:eol-style to native for new plugins.
Scott González [Fri, 19 Sep 2008 18:00:57 +0000 (18:00 +0000)]
Set svn:eol-style to native for new plugins.

16 years agoProgressbar .text() added, improvements
Eduardo Lundgren [Fri, 19 Sep 2008 17:21:45 +0000 (17:21 +0000)]
Progressbar .text() added, improvements

16 years agoSortables - Avoid inline script execution on every sort
Eduardo Lundgren [Fri, 19 Sep 2008 15:38:50 +0000 (15:38 +0000)]
Sortables - Avoid inline script execution on every sort

16 years agoFixed #3454 - Sortable .createHelper() bug
Eduardo Lundgren [Fri, 19 Sep 2008 15:20:34 +0000 (15:20 +0000)]
Fixed #3454 - Sortable .createHelper() bug

16 years agoReverted r695.
Scott González [Fri, 19 Sep 2008 14:20:14 +0000 (14:20 +0000)]
Reverted r695.

16 years agoRemove Trailing Spaces
Eduardo Lundgren [Fri, 19 Sep 2008 14:08:41 +0000 (14:08 +0000)]
Remove Trailing Spaces

16 years agoslider: use preventDefault on click event on handle instead of returning false (see...
Paul Bakaus [Fri, 19 Sep 2008 09:19:10 +0000 (09:19 +0000)]
slider: use preventDefault on click event on handle instead of returning false (see #3228)

16 years agoresizable: aspect ratio was switched (width/height ratio was height/width ratio)...
Paul Bakaus [Fri, 19 Sep 2008 09:13:38 +0000 (09:13 +0000)]
resizable: aspect ratio was switched (width/height ratio was height/width ratio), fixes #3450

16 years agoDialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent closing...
Scott González [Fri, 19 Sep 2008 02:07:54 +0000 (02:07 +0000)]
Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent closing the dialog by returning false).

16 years agoaccordion: trigger changestart event when the animation starts (implements 2932)
Paul Bakaus [Thu, 18 Sep 2008 10:39:34 +0000 (10:39 +0000)]
accordion: trigger changestart event when the animation starts (implements 2932)

16 years agoaccordion: removed deprecated method fn.activate for 1.6
Paul Bakaus [Thu, 18 Sep 2008 10:00:28 +0000 (10:00 +0000)]
accordion: removed deprecated method fn.activate for 1.6

16 years agocore: enableSelection/disableSelection now return the chain (implements #3174)
Paul Bakaus [Thu, 18 Sep 2008 09:54:04 +0000 (09:54 +0000)]
core: enableSelection/disableSelection now return the chain (implements #3174)

16 years agodroppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the actual...
Paul Bakaus [Thu, 18 Sep 2008 09:51:50 +0000 (09:51 +0000)]
droppable: $.ui.ddmanager.drop now returns false in case of non-drop, or the actual droppable (instead of true) in the case of a drop.
draggable: implemented patch that allows revert to be a callback, receives one argument which is the droppable (implements #3175)

16 years agodragging handle won't fire onunload event anymore (fixes #3228)
Paul Bakaus [Thu, 18 Sep 2008 09:30:14 +0000 (09:30 +0000)]
dragging handle won't fire onunload event anymore (fixes #3228)

16 years agosortable: default value for forcePlaceholderSize
Paul Bakaus [Tue, 16 Sep 2008 13:38:42 +0000 (13:38 +0000)]
sortable: default value for forcePlaceholderSize

16 years agosortable: Refactored a bunch of stuff, moved over some fixes from draggable
Paul Bakaus [Tue, 16 Sep 2008 13:19:30 +0000 (13:19 +0000)]
sortable: Refactored a bunch of stuff, moved over some fixes from draggable

16 years agodraggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction...
Paul Bakaus [Tue, 16 Sep 2008 13:02:21 +0000 (13:02 +0000)]
draggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction issues when many plugins are used on the same element (Fixes #3164)

16 years agosortable: Fixed the floating functional demo, implemented forcePlaceholderSize
Paul Bakaus [Tue, 16 Sep 2008 12:40:48 +0000 (12:40 +0000)]
sortable: Fixed the floating functional demo, implemented forcePlaceholderSize

16 years agodraggable: destroy method now properly removes the class ui-draggable (Fixes 3424)
Paul Bakaus [Tue, 16 Sep 2008 10:39:54 +0000 (10:39 +0000)]
draggable: destroy method now properly removes the class ui-draggable (Fixes 3424)

16 years agocore: hasScroll now checks for overflow hidden, since then the users wants scroll...
Paul Bakaus [Tue, 16 Sep 2008 10:38:12 +0000 (10:38 +0000)]
core: hasScroll now checks for overflow hidden, since then the users wants scroll to be hidden
draggable: containment respects overflow hidden (fixes #3328)

16 years agodatepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)
Paul Bakaus [Tue, 16 Sep 2008 10:32:08 +0000 (10:32 +0000)]
datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)

16 years agouse $.isFunction instead of checking the constructor
Paul Bakaus [Tue, 16 Sep 2008 09:03:28 +0000 (09:03 +0000)]
use $.isFunction instead of checking the constructor

16 years agoSetting data.accept now works fine (Fixes #3386)
Paul Bakaus [Mon, 15 Sep 2008 20:57:41 +0000 (20:57 +0000)]
Setting data.accept now works fine (Fixes #3386)

16 years ago- kickass draggable refactoring - fixes many bugs, many edge case issues
Paul Bakaus [Mon, 15 Sep 2008 20:26:42 +0000 (20:26 +0000)]
- kickass draggable refactoring - fixes many bugs, many edge case issues
- added many new tests to draggable, especially related to scrolling and helper clone

16 years agoDialog: Reordered functions.
Scott González [Sun, 14 Sep 2008 14:49:28 +0000 (14:49 +0000)]
Dialog: Reordered functions.

16 years agoDialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.
Scott González [Sun, 14 Sep 2008 14:48:16 +0000 (14:48 +0000)]
Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.

16 years agoDialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.
Scott González [Sun, 14 Sep 2008 14:47:06 +0000 (14:47 +0000)]
Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.

16 years agoDialog: Partial fix for #3327: When opening a dialog, give focus to the first tabbabl...
Scott González [Thu, 11 Sep 2008 23:22:25 +0000 (23:22 +0000)]
Dialog: Partial fix for #3327: When opening a dialog, give focus to the first tabbable element inside the dialog.

16 years agoFixes #3342, prevents bubbling (and default key behaviour) for slider based key events.
David Bolter [Thu, 11 Sep 2008 15:18:33 +0000 (15:18 +0000)]
Fixes #3342, prevents bubbling (and default key behaviour) for slider based key events.

16 years agobuild:jquery.ui.i18n.all.js
Chi Cheng [Wed, 10 Sep 2008 00:26:11 +0000 (00:26 +0000)]
build:jquery.ui.i18n.all.js

16 years agoUI Tabs: fixed cookie name generation which wasn't based on DOM element any longer...
Klaus Hartl [Tue, 9 Sep 2008 09:28:03 +0000 (09:28 +0000)]
UI Tabs: fixed cookie name generation which wasn't based on DOM element any longer after change in this.element, update cookie after init/add/destroy (fixes #3015)

16 years agoSpinner: added an init callback which exposes the addItem method for dynamic populati...
Ca-Phun Ung [Tue, 9 Sep 2008 08:23:29 +0000 (08:23 +0000)]
Spinner: added an init callback which exposes the addItem method for dynamic population of spinner via an external objects.

16 years agoDialog: Added some more tests.
Scott González [Sun, 7 Sep 2008 22:14:15 +0000 (22:14 +0000)]
Dialog: Added some more tests.

16 years agoWidget factory: Prevent calling non-existent methods.
Scott González [Sun, 7 Sep 2008 20:50:45 +0000 (20:50 +0000)]
Widget factory: Prevent calling non-existent methods.

16 years agoFixed 3183 onSelect and onClose have inconsistent signatures
Keith Wood [Sun, 7 Sep 2008 08:38:09 +0000 (08:38 +0000)]
Fixed 3183 onSelect and onClose have inconsistent signatures

16 years agoFixed 3267 Alternate field not updated when using "setDate"
Keith Wood [Sun, 7 Sep 2008 07:55:02 +0000 (07:55 +0000)]
Fixed 3267 Alternate field not updated when using "setDate"

16 years agoDialog: Fixed #3123: Prevent tabbing out of modal dialogs.
Scott González [Sat, 6 Sep 2008 16:50:05 +0000 (16:50 +0000)]
Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.

16 years agoCore: Improved :tabbable selector
Scott González [Sat, 6 Sep 2008 03:44:32 +0000 (03:44 +0000)]
Core: Improved :tabbable selector
  - check tabindex >= 0 instead of != -1
  - check anchor tags for href
  - check for hidden input types
  - check styles (display and visibility; self and ancestors)
Added tests for :tabbable selector

16 years agoCore: Added :tabbable selector to find elements that participate in the tabbing order.
Scott González [Fri, 5 Sep 2008 03:48:47 +0000 (03:48 +0000)]
Core: Added :tabbable selector to find elements that participate in the tabbing order.

16 years agoCore: Converted :data selector to a function.
Scott González [Fri, 5 Sep 2008 02:47:18 +0000 (02:47 +0000)]
Core: Converted :data selector to a function.

16 years agoFixed #3284 - Put version numbers inside of individual files.
Richard Worth [Thu, 4 Sep 2008 22:03:30 +0000 (22:03 +0000)]
Fixed #3284 - Put version numbers inside of individual files.

16 years agolayout demo: further bugfixing in IE; set handle for draggables to be consistent...
Jörn Zaefferer [Wed, 3 Sep 2008 16:06:25 +0000 (16:06 +0000)]
layout demo: further bugfixing in IE; set handle for draggables to be consistent with sortables

16 years agolayout demo: update up/down controls when adding elements from toolbox
Jörn Zaefferer [Wed, 3 Sep 2008 15:29:45 +0000 (15:29 +0000)]
layout demo: update up/down controls when adding elements from toolbox

16 years agolayout demo: exclude trash for new components
Jörn Zaefferer [Wed, 3 Sep 2008 14:53:30 +0000 (14:53 +0000)]
layout demo: exclude trash for new components

16 years agodraggable: removing logging
Jörn Zaefferer [Wed, 3 Sep 2008 14:30:40 +0000 (14:30 +0000)]
draggable: removing logging

16 years agolayout demo: add new components via cloned draggables, connected to sortables
Jörn Zaefferer [Wed, 3 Sep 2008 14:29:16 +0000 (14:29 +0000)]
layout demo: add new components via cloned draggables, connected to sortables

16 years agodraggable: sortable.refreshItems got renamed to _refreshItems
Jörn Zaefferer [Wed, 3 Sep 2008 14:27:51 +0000 (14:27 +0000)]
draggable: sortable.refreshItems got renamed to _refreshItems

16 years agolayout demo: fixed positioning of add-button, border-top of header got messed up...
Jörn Zaefferer [Wed, 3 Sep 2008 13:29:43 +0000 (13:29 +0000)]
layout demo: fixed positioning of add-button, border-top of header got messed up in IE

16 years agolayout demo: minor js refactoring; decreased duration of loading overlay, improved...
Jörn Zaefferer [Wed, 3 Sep 2008 13:02:35 +0000 (13:02 +0000)]
layout demo: minor js refactoring; decreased duration of loading overlay, improved indicator position, fixed overlay in IE (100% height for html and body)

16 years agoDialog: Fixed #3259: Remove title attribute from dialog elements on init.
Scott González [Wed, 3 Sep 2008 01:49:26 +0000 (01:49 +0000)]
Dialog: Fixed #3259: Remove title attribute from dialog elements on init.

16 years agoWidget factory: Fixed #3275: Prevent multiple instantiations of the same plugin on...
Scott González [Tue, 2 Sep 2008 23:34:42 +0000 (23:34 +0000)]
Widget factory: Fixed #3275: Prevent multiple instantiations of the same plugin on a single element.

16 years agosortable: fixed toArray method
Paul Bakaus [Tue, 2 Sep 2008 14:30:11 +0000 (14:30 +0000)]
sortable: fixed toArray method