]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
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

16 years agoSpinner: corrected a bug in functional demo (enable/disable switched) and added spinn...
Ca-Phun Ung [Tue, 2 Sep 2008 07:31:21 +0000 (07:31 +0000)]
Spinner: corrected a bug in functional demo (enable/disable switched) and added spinner styles to the default theme.

16 years agodraggable: wrong class when trying to remove iframeFix divs (fixes #3161)
Paul Bakaus [Mon, 1 Sep 2008 14:49:28 +0000 (14:49 +0000)]
draggable: wrong class when trying to remove iframeFix divs (fixes #3161)

16 years agoAdd icons for controls
Keith Wood [Sun, 31 Aug 2008 01:53:08 +0000 (01:53 +0000)]
Add icons for controls

16 years agoSpinner: For DOM based spinners, the height is now calculated based on number of...
Ca-Phun Ung [Sat, 30 Aug 2008 20:01:23 +0000 (20:01 +0000)]
Spinner: For DOM based spinners, the height is now calculated based on number of children.

16 years agospinner: changed data list to support any DOM container not just <ul>
Ca-Phun Ung [Sat, 30 Aug 2008 19:15:08 +0000 (19:15 +0000)]
spinner: changed data list to support any DOM container not just <ul>

16 years agoCore: Fixed #3257: Added option method to widget factory.
Scott González [Wed, 27 Aug 2008 02:44:12 +0000 (02:44 +0000)]
Core: Fixed #3257: Added option method to widget factory.

16 years agoDialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEscape...
Scott González [Wed, 27 Aug 2008 00:25:32 +0000 (00:25 +0000)]
Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEscape is set to false.

16 years agoSortable: fix wrong patameter in toArray
Chi Cheng [Tue, 26 Aug 2008 12:29:55 +0000 (12:29 +0000)]
Sortable: fix wrong patameter in toArray

16 years agospinner: fixed styling issues in IE
Ca-Phun Ung [Tue, 26 Aug 2008 07:50:40 +0000 (07:50 +0000)]
spinner: fixed styling issues in IE

16 years agospinner: Included support for generic objects - currently only supports <ul>. See...
Ca-Phun Ung [Tue, 26 Aug 2008 07:28:14 +0000 (07:28 +0000)]
spinner: Included support for generic objects - currently only supports <ul>. See visual test (#s4) for example usage. Needs more work...

16 years agoAccordion: XHTML
Chi Cheng [Mon, 25 Aug 2008 15:58:51 +0000 (15:58 +0000)]
Accordion: XHTML

16 years agoProgressbar: hidden instance in ui(), options._interval->this._interval
Chi Cheng [Mon, 25 Aug 2008 05:47:48 +0000 (05:47 +0000)]
Progressbar: hidden instance in ui(), options._interval->this._interval
Update spinner/progressbar demos

16 years agoRemove invalid includes
Eduardo Lundgren [Sun, 24 Aug 2008 23:36:20 +0000 (23:36 +0000)]
Remove invalid includes

16 years agoRemove label texts, using the background labels
Eduardo Lundgren [Sun, 24 Aug 2008 23:35:26 +0000 (23:35 +0000)]
Remove label texts, using the background labels

16 years agoUse type button to avoid undesired submits
Eduardo Lundgren [Sun, 24 Aug 2008 23:34:03 +0000 (23:34 +0000)]
Use type button to avoid undesired submits

16 years agoUse type button to avoid undesired submits
Eduardo Lundgren [Sun, 24 Aug 2008 23:33:16 +0000 (23:33 +0000)]
Use type button to avoid undesired submits

16 years agoFunctional demos fixes
Eduardo Lundgren [Sun, 24 Aug 2008 23:32:11 +0000 (23:32 +0000)]
Functional demos fixes

16 years agoTheme default minor updates
Eduardo Lundgren [Sun, 24 Aug 2008 23:30:23 +0000 (23:30 +0000)]
Theme default minor updates

16 years agoSpinner: Fixed key code constants.
Scott González [Sun, 24 Aug 2008 19:13:16 +0000 (19:13 +0000)]
Spinner: Fixed key code constants.

16 years agodialog: $.keyCode
Chi Cheng [Sun, 24 Aug 2008 15:42:03 +0000 (15:42 +0000)]
dialog: $.keyCode

16 years agoSpinner: use keyCode from ui.core.js
Chi Cheng [Sun, 24 Aug 2008 15:32:22 +0000 (15:32 +0000)]
Spinner: use keyCode from ui.core.js

16 years agoJSLint check
Chi Cheng [Sat, 23 Aug 2008 02:38:28 +0000 (02:38 +0000)]
JSLint check

16 years agoCore: Fixed reference to jQuery.
Scott González [Sat, 23 Aug 2008 00:25:22 +0000 (00:25 +0000)]
Core: Fixed reference to jQuery.

16 years agoCore: Fixed #3233: Added constants for key codes.
Scott González [Sat, 23 Aug 2008 00:23:54 +0000 (00:23 +0000)]
Core: Fixed #3233: Added constants for key codes.

16 years agospinner: added support for numeric keypad
Ca-Phun Ung [Thu, 21 Aug 2008 15:31:11 +0000 (15:31 +0000)]
spinner: added support for numeric keypad

16 years agoAdded tests for 3191 - handling NaN and other invalid values for relative dates
Keith Wood [Thu, 21 Aug 2008 09:33:39 +0000 (09:33 +0000)]
Added tests for 3191 - handling NaN and other invalid values for relative dates

16 years agoFixed 3191 NaN causes breakage for relative dates
Keith Wood [Thu, 21 Aug 2008 09:25:20 +0000 (09:25 +0000)]
Fixed 3191 NaN causes breakage for relative dates

16 years agoFixed 3238 getDate causes error if datepicker does not exist
Keith Wood [Thu, 21 Aug 2008 09:23:17 +0000 (09:23 +0000)]
Fixed 3238 getDate causes error if datepicker does not exist

16 years agoFixed 3180 Datepicker automatic ID assignment
Keith Wood [Thu, 21 Aug 2008 09:16:35 +0000 (09:16 +0000)]
Fixed 3180 Datepicker automatic ID assignment

16 years agoFixed 3224 Croatian localisation
Keith Wood [Thu, 21 Aug 2008 09:13:45 +0000 (09:13 +0000)]
Fixed 3224 Croatian localisation

16 years agoFixed 3159 Datepicker function to do refresh/redraw
Keith Wood [Thu, 21 Aug 2008 09:04:44 +0000 (09:04 +0000)]
Fixed 3159 Datepicker function to do refresh/redraw
Simplified iso8601Week function

16 years agospinner test: currency
Chi Cheng [Tue, 19 Aug 2008 18:35:25 +0000 (18:35 +0000)]
spinner test: currency

16 years agoSpinner test: up, down callback
Chi Cheng [Tue, 19 Aug 2008 17:58:57 +0000 (17:58 +0000)]
Spinner test: up, down callback

16 years agospinner: fixed rounding error when stepping=0.3
Ca-Phun Ung [Tue, 19 Aug 2008 17:03:59 +0000 (17:03 +0000)]
spinner: fixed rounding error when stepping=0.3

16 years agoSpinner: ui() doesn't return instance
Chi Cheng [Tue, 19 Aug 2008 16:31:42 +0000 (16:31 +0000)]
Spinner: ui() doesn't return instance

16 years agoSpinner: this.options._decimals -> this._decimals
Chi Cheng [Tue, 19 Aug 2008 15:52:35 +0000 (15:52 +0000)]
Spinner: this.options._decimals -> this._decimals
decimal test

16 years agospinner test
Chi Cheng [Tue, 19 Aug 2008 09:54:47 +0000 (09:54 +0000)]
spinner test

16 years agosortable: moved serialize brackets after every key to default value, so configuring...
Paul Bakaus [Tue, 19 Aug 2008 09:04:07 +0000 (09:04 +0000)]
sortable: moved serialize brackets after every key to default value, so configuring it as well using the key option is possible

16 years agoSpinner test: a bug when set stepping:0.3
Chi Cheng [Tue, 19 Aug 2008 08:56:48 +0000 (08:56 +0000)]
Spinner test: a bug when set stepping:0.3

16 years agoSpinner test: currency and decimal options
Chi Cheng [Tue, 19 Aug 2008 08:51:59 +0000 (08:51 +0000)]
Spinner test: currency and decimal options
test all: .load to load html from single html

16 years agoupdated testcase to reflect the new ui.spinner changes:
Ca-Phun Ung [Tue, 19 Aug 2008 07:33:30 +0000 (07:33 +0000)]
updated testcase to reflect the new ui.spinner changes:

- removed div.* for case #9 because ui.spinner now uses <button>
- changed case #5 because LEFT and RIGHT keys no longer change the value of the input box. This is by design so that users could move the cursor within the input box

16 years agoAdded enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/UI/spinne...
Ca-Phun Ung [Tue, 19 Aug 2008 07:18:04 +0000 (07:18 +0000)]
Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/UI/spinner/spinner.html

Enhancements include:
- removal of all hardcoded styling for better theming capability
- visual test page made more appealing supporting browser zooming
- added utility functions to disable, enable and destroy ui.spinner
- up/down buttons listens to more mouse and keyboard events
- support for decimal and currency format
- ui.spinner now restricts input on keydown
- cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability

16 years agoProgressbar test: init
Chi Cheng [Tue, 19 Aug 2008 06:32:56 +0000 (06:32 +0000)]
Progressbar test: init

16 years agoSpinner test: spin without auto-incremental stepping
Chi Cheng [Tue, 19 Aug 2008 06:24:24 +0000 (06:24 +0000)]
Spinner test: spin without auto-incremental stepping

16 years agoSpinner test: callback
Chi Cheng [Tue, 19 Aug 2008 06:07:56 +0000 (06:07 +0000)]
Spinner test: callback

16 years agoSpinner test: spin with auto-incremental stepping
Chi Cheng [Tue, 19 Aug 2008 05:54:49 +0000 (05:54 +0000)]
Spinner test: spin with auto-incremental stepping

16 years agohome key to start if min not set.
Chi Cheng [Mon, 18 Aug 2008 11:44:42 +0000 (11:44 +0000)]
home key to start if min not set.

16 years agoSpinner: test case
Chi Cheng [Mon, 18 Aug 2008 11:38:12 +0000 (11:38 +0000)]
Spinner: test case

16 years agoSpinner:
Chi Cheng [Mon, 18 Aug 2008 11:37:19 +0000 (11:37 +0000)]
Spinner:
- handle quick click on div (shortor than 100ms)
- handle dblclick

16 years agotypo
Chi Cheng [Mon, 18 Aug 2008 10:38:23 +0000 (10:38 +0000)]
typo

16 years agoSlider: internal methods
Chi Cheng [Mon, 18 Aug 2008 02:05:29 +0000 (02:05 +0000)]
Slider: internal methods

16 years agoslider:internal methods, fixes #3188
Chi Cheng [Mon, 18 Aug 2008 00:07:09 +0000 (00:07 +0000)]
slider:internal methods, fixes #3188

16 years agointernal methods: mouse*
Chi Cheng [Sun, 17 Aug 2008 08:15:49 +0000 (08:15 +0000)]
internal methods: mouse*

16 years agoSortable: prevent exposure of internal methods, fixes #3209
Chi Cheng [Sun, 17 Aug 2008 02:19:14 +0000 (02:19 +0000)]
Sortable: prevent exposure of internal methods, fixes #3209

16 years agoInternal methods: fixes #3195, #3196, #3200, #3201, #3209
Chi Cheng [Sun, 17 Aug 2008 02:15:55 +0000 (02:15 +0000)]
Internal methods: fixes #3195, #3196, #3200, #3201, #3209

16 years agoresizable: internal methods
Chi Cheng [Sat, 16 Aug 2008 15:37:17 +0000 (15:37 +0000)]
resizable: internal methods

16 years agoSlider: internal methods , fixes #3206
Chi Cheng [Sat, 16 Aug 2008 15:19:01 +0000 (15:19 +0000)]
Slider: internal methods , fixes #3206

16 years agoselectable: internal methods ,fixes #3205
Chi Cheng [Sat, 16 Aug 2008 14:59:20 +0000 (14:59 +0000)]
selectable: internal methods ,fixes #3205

16 years agotabs:trigger -> _trigger
Chi Cheng [Sat, 16 Aug 2008 14:51:12 +0000 (14:51 +0000)]
tabs:trigger -> _trigger

16 years agoinit -> _init
Chi Cheng [Sat, 16 Aug 2008 14:45:28 +0000 (14:45 +0000)]
init -> _init

16 years agodemo: #3185
Chi Cheng [Sat, 16 Aug 2008 14:37:44 +0000 (14:37 +0000)]
demo: #3185

16 years agoAccordion: Fixed #3194: Prevent exposure of internal methods.
Scott González [Sat, 16 Aug 2008 14:19:52 +0000 (14:19 +0000)]
Accordion: Fixed #3194: Prevent exposure of internal methods.

16 years agoDialog: Fixed #3198: Prevent exposure of internal methods.
Scott González [Sat, 16 Aug 2008 14:13:55 +0000 (14:13 +0000)]
Dialog: Fixed #3198: Prevent exposure of internal methods.

16 years agoCore: Updated widget factory to use proper names for internal methods. Part of ...
Scott González [Sat, 16 Aug 2008 13:59:31 +0000 (13:59 +0000)]
Core: Updated widget factory to use proper names for internal methods.  Part of #3188.

16 years agotabs: internal methods, fixs #3208
Chi Cheng [Sat, 16 Aug 2008 07:34:55 +0000 (07:34 +0000)]
tabs: internal methods, fixs #3208

16 years agomagnifier: internal methods, fixs #3202
Chi Cheng [Sat, 16 Aug 2008 06:04:59 +0000 (06:04 +0000)]
magnifier: internal methods, fixs #3202

16 years agoprogressbar: internal methods, fix #3203
Chi Cheng [Sat, 16 Aug 2008 06:00:46 +0000 (06:00 +0000)]
progressbar: internal methods, fix #3203

16 years agoSpinner: make internal methods internal, fixs #3207
Chi Cheng [Sat, 16 Aug 2008 05:55:17 +0000 (05:55 +0000)]
Spinner: make internal methods internal, fixs #3207
functional demo fix(not associate with internal change)

16 years agoCore: Modified widget factory to prevent access to internal methods through the API...
Scott González [Sat, 16 Aug 2008 00:25:09 +0000 (00:25 +0000)]
Core: Modified widget factory to prevent access to internal methods through the API (internal methods are any methods preceded by an underscore).  Provides framework for #3188.

16 years agoDialog: Added tests for isOpen method.
Scott González [Fri, 15 Aug 2008 15:07:09 +0000 (15:07 +0000)]
Dialog: Added tests for isOpen method.

16 years agoUI Tabs: update selected property after add/remove, fixes #3065
Klaus Hartl [Fri, 15 Aug 2008 14:43:44 +0000 (14:43 +0000)]
UI Tabs: update selected property after add/remove, fixes #3065

16 years agosortable: beforeStop should work properly in all cases now
Paul Bakaus [Fri, 15 Aug 2008 09:11:21 +0000 (09:11 +0000)]
sortable: beforeStop should work properly in all cases now

16 years agoAdded a namespace to the selectstart event handler in $.ui.disableSelection() so...
Scott González [Fri, 15 Aug 2008 01:32:57 +0000 (01:32 +0000)]
Added a namespace to the selectstart event handler in $.ui.disableSelection() so we don't remove other event handlers in $.ui.disableSelection().

16 years agoCore: Moved UI core code below jQuery modification code.
Scott González [Fri, 15 Aug 2008 00:34:18 +0000 (00:34 +0000)]
Core: Moved UI core code below jQuery modification code.

16 years agoCore: Shortened data selector implementation and moved down to other core modifications.
Scott González [Fri, 15 Aug 2008 00:31:50 +0000 (00:31 +0000)]
Core: Shortened data selector implementation and moved down to other core modifications.

16 years agoImplemented #3187: Added metadata support to the widget factory.
Scott González [Fri, 15 Aug 2008 00:25:50 +0000 (00:25 +0000)]
Implemented #3187: Added metadata support to the widget factory.

16 years agoDialog: Added isOpen method.
Scott González [Tue, 12 Aug 2008 17:06:25 +0000 (17:06 +0000)]
Dialog: Added isOpen method.

16 years agoDialog: Removed fakeEvent method (no longer needed with the trigger method).
Scott González [Mon, 11 Aug 2008 14:27:08 +0000 (14:27 +0000)]
Dialog: Removed fakeEvent method (no longer needed with the trigger method).

16 years agothemes: added new default theme, generated from themeroller. New styles don't work...
Paul Bakaus [Mon, 11 Aug 2008 09:44:22 +0000 (09:44 +0000)]
themes: added new default theme, generated from themeroller. New styles don't work correct here yet.

16 years agovisual tests: added stripped down autocomplete demo
Paul Bakaus [Mon, 11 Aug 2008 09:35:12 +0000 (09:35 +0000)]
visual tests: added stripped down autocomplete demo

16 years ago-added changes proposed by Filament group to colorpicker
Paul Bakaus [Mon, 11 Aug 2008 09:27:27 +0000 (09:27 +0000)]
-added changes proposed by Filament group to colorpicker

16 years ago-removed unneeded comment block in sortables
Paul Bakaus [Mon, 11 Aug 2008 08:56:23 +0000 (08:56 +0000)]
-removed unneeded comment block in sortables
-added changes proposed by Filament group to colorpicker