]>
source.dussan.org Git - jquery-ui.git/log
Eduardo Lundgren [Fri, 19 Sep 2008 14:08:41 +0000 (14:08 +0000)]
Remove Trailing Spaces
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)
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
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).
Paul Bakaus [Thu, 18 Sep 2008 10:39:34 +0000 (10:39 +0000)]
accordion: trigger changestart event when the animation starts (implements 2932)
Paul Bakaus [Thu, 18 Sep 2008 10:00:28 +0000 (10:00 +0000)]
accordion: removed deprecated method fn.activate for 1.6
Paul Bakaus [Thu, 18 Sep 2008 09:54:04 +0000 (09:54 +0000)]
core: enableSelection/disableSelection now return the chain (implements #3174)
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)
Paul Bakaus [Thu, 18 Sep 2008 09:30:14 +0000 (09:30 +0000)]
dragging handle won't fire onunload event anymore (fixes #3228)
Paul Bakaus [Tue, 16 Sep 2008 13:38:42 +0000 (13:38 +0000)]
sortable: default value for forcePlaceholderSize
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
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)
Paul Bakaus [Tue, 16 Sep 2008 12:40:48 +0000 (12:40 +0000)]
sortable: Fixed the floating functional demo, implemented forcePlaceholderSize
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)
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)
Paul Bakaus [Tue, 16 Sep 2008 10:32:08 +0000 (10:32 +0000)]
datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)
Paul Bakaus [Tue, 16 Sep 2008 09:03:28 +0000 (09:03 +0000)]
use $.isFunction instead of checking the constructor
Paul Bakaus [Mon, 15 Sep 2008 20:57:41 +0000 (20:57 +0000)]
Setting data.accept now works fine (Fixes #3386)
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
Scott González [Sun, 14 Sep 2008 14:49:28 +0000 (14:49 +0000)]
Dialog: Reordered functions.
Scott González [Sun, 14 Sep 2008 14:48:16 +0000 (14:48 +0000)]
Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.
Scott González [Sun, 14 Sep 2008 14:47:06 +0000 (14:47 +0000)]
Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.
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.
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.
Chi Cheng [Wed, 10 Sep 2008 00:26:11 +0000 (00:26 +0000)]
build:jquery.ui.i18n.all.js
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)
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.
Scott González [Sun, 7 Sep 2008 22:14:15 +0000 (22:14 +0000)]
Dialog: Added some more tests.
Scott González [Sun, 7 Sep 2008 20:50:45 +0000 (20:50 +0000)]
Widget factory: Prevent calling non-existent methods.
Keith Wood [Sun, 7 Sep 2008 08:38:09 +0000 (08:38 +0000)]
Fixed 3183 onSelect and onClose have inconsistent signatures
Keith Wood [Sun, 7 Sep 2008 07:55:02 +0000 (07:55 +0000)]
Fixed 3267 Alternate field not updated when using "setDate"
Scott González [Sat, 6 Sep 2008 16:50:05 +0000 (16:50 +0000)]
Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.
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
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.
Scott González [Fri, 5 Sep 2008 02:47:18 +0000 (02:47 +0000)]
Core: Converted :data selector to a function.
Richard Worth [Thu, 4 Sep 2008 22:03:30 +0000 (22:03 +0000)]
Fixed #3284 - Put version numbers inside of individual files.
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
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
Jörn Zaefferer [Wed, 3 Sep 2008 14:53:30 +0000 (14:53 +0000)]
layout demo: exclude trash for new components
Jörn Zaefferer [Wed, 3 Sep 2008 14:30:40 +0000 (14:30 +0000)]
draggable: removing logging
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
Jörn Zaefferer [Wed, 3 Sep 2008 14:27:51 +0000 (14:27 +0000)]
draggable: sortable.refreshItems got renamed to _refreshItems
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
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)
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.
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.
Paul Bakaus [Tue, 2 Sep 2008 14:30:11 +0000 (14:30 +0000)]
sortable: fixed toArray method
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.
Paul Bakaus [Mon, 1 Sep 2008 14:49:28 +0000 (14:49 +0000)]
draggable: wrong class when trying to remove iframeFix divs (fixes #3161)
Keith Wood [Sun, 31 Aug 2008 01:53:08 +0000 (01:53 +0000)]
Add icons for controls
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.
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>
Scott González [Wed, 27 Aug 2008 02:44:12 +0000 (02:44 +0000)]
Core: Fixed #3257: Added option method to widget factory.
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.
Chi Cheng [Tue, 26 Aug 2008 12:29:55 +0000 (12:29 +0000)]
Sortable: fix wrong patameter in toArray
Ca-Phun Ung [Tue, 26 Aug 2008 07:50:40 +0000 (07:50 +0000)]
spinner: fixed styling issues in IE
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...
Chi Cheng [Mon, 25 Aug 2008 15:58:51 +0000 (15:58 +0000)]
Accordion: XHTML
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
Eduardo Lundgren [Sun, 24 Aug 2008 23:36:20 +0000 (23:36 +0000)]
Remove invalid includes
Eduardo Lundgren [Sun, 24 Aug 2008 23:35:26 +0000 (23:35 +0000)]
Remove label texts, using the background labels
Eduardo Lundgren [Sun, 24 Aug 2008 23:34:03 +0000 (23:34 +0000)]
Use 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
Eduardo Lundgren [Sun, 24 Aug 2008 23:32:11 +0000 (23:32 +0000)]
Functional demos fixes
Eduardo Lundgren [Sun, 24 Aug 2008 23:30:23 +0000 (23:30 +0000)]
Theme default minor updates
Scott González [Sun, 24 Aug 2008 19:13:16 +0000 (19:13 +0000)]
Spinner: Fixed key code constants.
Chi Cheng [Sun, 24 Aug 2008 15:42:03 +0000 (15:42 +0000)]
dialog: $.keyCode
Chi Cheng [Sun, 24 Aug 2008 15:32:22 +0000 (15:32 +0000)]
Spinner: use keyCode from ui.core.js
Chi Cheng [Sat, 23 Aug 2008 02:38:28 +0000 (02:38 +0000)]
JSLint check
Scott González [Sat, 23 Aug 2008 00:25:22 +0000 (00:25 +0000)]
Core: Fixed reference to jQuery.
Scott González [Sat, 23 Aug 2008 00:23:54 +0000 (00:23 +0000)]
Core: Fixed #3233: Added constants for key codes.
Ca-Phun Ung [Thu, 21 Aug 2008 15:31:11 +0000 (15:31 +0000)]
spinner: added support for numeric keypad
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
Keith Wood [Thu, 21 Aug 2008 09:25:20 +0000 (09:25 +0000)]
Fixed 3191 NaN causes breakage for relative dates
Keith Wood [Thu, 21 Aug 2008 09:23:17 +0000 (09:23 +0000)]
Fixed 3238 getDate causes error if datepicker does not exist
Keith Wood [Thu, 21 Aug 2008 09:16:35 +0000 (09:16 +0000)]
Fixed 3180 Datepicker automatic ID assignment
Keith Wood [Thu, 21 Aug 2008 09:13:45 +0000 (09:13 +0000)]
Fixed 3224 Croatian localisation
Keith Wood [Thu, 21 Aug 2008 09:04:44 +0000 (09:04 +0000)]
Fixed 3159 Datepicker function to do refresh/redraw
Simplified iso8601Week function
Chi Cheng [Tue, 19 Aug 2008 18:35:25 +0000 (18:35 +0000)]
spinner test: currency
Chi Cheng [Tue, 19 Aug 2008 17:58:57 +0000 (17:58 +0000)]
Spinner test: up, down callback
Ca-Phun Ung [Tue, 19 Aug 2008 17:03:59 +0000 (17:03 +0000)]
spinner: fixed rounding error when stepping=0.3
Chi Cheng [Tue, 19 Aug 2008 16:31:42 +0000 (16:31 +0000)]
Spinner: ui() doesn't return instance
Chi Cheng [Tue, 19 Aug 2008 15:52:35 +0000 (15:52 +0000)]
Spinner: this.options._decimals -> this._decimals
decimal test
Chi Cheng [Tue, 19 Aug 2008 09:54:47 +0000 (09:54 +0000)]
spinner test
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
Chi Cheng [Tue, 19 Aug 2008 08:56:48 +0000 (08:56 +0000)]
Spinner test: a bug when set stepping:0.3
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
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
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
Chi Cheng [Tue, 19 Aug 2008 06:32:56 +0000 (06:32 +0000)]
Progressbar test: init
Chi Cheng [Tue, 19 Aug 2008 06:24:24 +0000 (06:24 +0000)]
Spinner test: spin without auto-incremental stepping
Chi Cheng [Tue, 19 Aug 2008 06:07:56 +0000 (06:07 +0000)]
Spinner test: callback
Chi Cheng [Tue, 19 Aug 2008 05:54:49 +0000 (05:54 +0000)]
Spinner test: spin with auto-incremental stepping
Chi Cheng [Mon, 18 Aug 2008 11:44:42 +0000 (11:44 +0000)]
home key to start if min not set.
Chi Cheng [Mon, 18 Aug 2008 11:38:12 +0000 (11:38 +0000)]
Spinner: test case
Chi Cheng [Mon, 18 Aug 2008 11:37:19 +0000 (11:37 +0000)]
Spinner:
- handle quick click on div (shortor than 100ms)
- handle dblclick
Chi Cheng [Mon, 18 Aug 2008 10:38:23 +0000 (10:38 +0000)]
typo
Chi Cheng [Mon, 18 Aug 2008 02:05:29 +0000 (02:05 +0000)]
Slider: internal methods
Chi Cheng [Mon, 18 Aug 2008 00:07:09 +0000 (00:07 +0000)]
slider:internal methods, fixes #3188
Chi Cheng [Sun, 17 Aug 2008 08:15:49 +0000 (08:15 +0000)]
internal methods: mouse*