]>
source.dussan.org Git - jquery-ui.git/log
Paul Bakaus [Fri, 4 Jul 2008 10:32:41 +0000 (10:32 +0000)]
datepicker: stop propagation on the button triggering the datepicker (fixes #3047)
Paul Bakaus [Thu, 3 Jul 2008 15:33:20 +0000 (15:33 +0000)]
slider: animate is a bit smoother now - stops the previous animation
Paul Bakaus [Thu, 3 Jul 2008 15:31:36 +0000 (15:31 +0000)]
slider: added animate option: can be simply set to true, or to a multiplier that makes the animation longer or shorter (higher = longer, shorter = faster)
Paul Bakaus [Thu, 3 Jul 2008 15:11:53 +0000 (15:11 +0000)]
slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854)
Paul Bakaus [Thu, 3 Jul 2008 14:59:10 +0000 (14:59 +0000)]
draggable: revert option now accepts "invalid", "valid" and true as possible options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914)
Richard Worth [Thu, 3 Jul 2008 14:23:28 +0000 (14:23 +0000)]
fixed #3061 - dialog buttons not visible without a theme file
Paul Bakaus [Thu, 3 Jul 2008 14:01:24 +0000 (14:01 +0000)]
droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none (fixed bool)
Paul Bakaus [Thu, 3 Jul 2008 13:35:07 +0000 (13:35 +0000)]
core: use triggerHandler instead of trigger to fire "remove" event - Safari seems to have a native remove event which actually removes DOM elements - very dangerous! (fixes #3037)
Paul Bakaus [Thu, 3 Jul 2008 13:24:14 +0000 (13:24 +0000)]
slider: browser's default outline isn't shown for the created links (fixes #3029)
Paul Bakaus [Thu, 3 Jul 2008 13:05:30 +0000 (13:05 +0000)]
droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none
Richard Worth [Thu, 3 Jul 2008 01:37:06 +0000 (01:37 +0000)]
Fixed #3059 - cannot select text in dialog content
Eduardo Lundgren [Wed, 2 Jul 2008 17:38:34 +0000 (17:38 +0000)]
Dropabble minor performance changes
Aaron Eisenberger [Mon, 30 Jun 2008 18:52:57 +0000 (18:52 +0000)]
preserve percent values if they are returned in createWrapper
Eduardo Lundgren [Mon, 30 Jun 2008 18:11:10 +0000 (18:11 +0000)]
Dialog - Update resizable dialgos to use helper instead of proxy
Paul Bakaus [Mon, 30 Jun 2008 14:08:06 +0000 (14:08 +0000)]
sortable: important restructuring in the sort function - callback and droppables/intersection now receive proper position information (also fixes #3022)
Eduardo Lundgren [Mon, 30 Jun 2008 13:43:09 +0000 (13:43 +0000)]
Sortables performance increased massively - using offsetWidth/offsetHeight to refreshPostions instead of outerWidth/outerHeight
Paul Bakaus [Mon, 30 Jun 2008 13:15:00 +0000 (13:15 +0000)]
draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002
Keith Wood [Mon, 30 Jun 2008 09:56:14 +0000 (09:56 +0000)]
New tests for invocation, mouse interactions, alternate field, status, localisation
Keith Wood [Mon, 30 Jun 2008 09:47:46 +0000 (09:47 +0000)]
Ensure datepicker is initially hidden
Eduardo Lundgren [Sun, 29 Jun 2008 14:34:14 +0000 (14:34 +0000)]
Sortable - fixed #3048
Richard Worth [Sat, 28 Jun 2008 13:48:01 +0000 (13:48 +0000)]
fixed #3012 - Dialog causing iframe load event to fire in firefox 2
Richard Worth [Sat, 28 Jun 2008 02:50:46 +0000 (02:50 +0000)]
fixed #3041 - Catalan localization
Eduardo Lundgren [Fri, 27 Jun 2008 21:36:14 +0000 (21:36 +0000)]
Avoid IE memory leak on enableSelection, disableSelection methods.
Scott González [Fri, 27 Jun 2008 13:12:03 +0000 (13:12 +0000)]
Accordion: Fixed parameters in dispatched events.
Scott González [Fri, 27 Jun 2008 13:07:05 +0000 (13:07 +0000)]
Tabs: Fixed parameters in dispatched events.
Richard Worth [Fri, 27 Jun 2008 00:31:29 +0000 (00:31 +0000)]
demos - typos
Richard Worth [Fri, 27 Jun 2008 00:30:53 +0000 (00:30 +0000)]
set version to 1.5.2pre
Richard Worth [Fri, 27 Jun 2008 00:28:34 +0000 (00:28 +0000)]
restored test image from [236] - still referenced in a few test files.
Eduardo Lundgren [Thu, 26 Jun 2008 22:48:12 +0000 (22:48 +0000)]
Product slider real-world demo css fix
Paul Bakaus [Thu, 26 Jun 2008 21:31:47 +0000 (21:31 +0000)]
changed version.txt to 1.5.1
Scott González [Thu, 26 Jun 2008 18:14:41 +0000 (18:14 +0000)]
Dialog: Fixed #3032: Calling open on an already open dialog no longer causes problems.
Aaron Eisenberger [Thu, 26 Jun 2008 16:14:51 +0000 (16:14 +0000)]
add a couple more options to scale functional tests
Aaron Eisenberger [Thu, 26 Jun 2008 16:05:17 +0000 (16:05 +0000)]
better descriptions for scale & size
Aaron Eisenberger [Thu, 26 Jun 2008 16:02:47 +0000 (16:02 +0000)]
typo
Aaron Eisenberger [Thu, 26 Jun 2008 16:01:46 +0000 (16:01 +0000)]
include top,left in restore props until I can figure out a better way to keep positions for relative sizing
Aaron Eisenberger [Thu, 26 Jun 2008 15:58:38 +0000 (15:58 +0000)]
add scale toggle and size to functional demos + move origin calculations to size
Aaron Eisenberger [Thu, 26 Jun 2008 14:24:36 +0000 (14:24 +0000)]
fix options clone (#2967)
Aaron Eisenberger [Thu, 26 Jun 2008 13:52:20 +0000 (13:52 +0000)]
removing true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 - unresolved bug still exists in dimension)
Aaron Eisenberger [Thu, 26 Jun 2008 13:25:29 +0000 (13:25 +0000)]
typo in createWrapper (fixes #2974 fixes #2975)
Paul Bakaus [Thu, 26 Jun 2008 12:43:45 +0000 (12:43 +0000)]
sortable: update callback wass not called everytime (fixes #3028)
Richard Worth [Thu, 26 Jun 2008 11:35:28 +0000 (11:35 +0000)]
tests visual draggable - moved handle test to its own file. default visual tests should have no options.
Paul Bakaus [Thu, 26 Jun 2008 11:08:52 +0000 (11:08 +0000)]
slider: range can now be toggled on-the-fly (fixes #3004)
Richard Worth [Thu, 26 Jun 2008 11:08:49 +0000 (11:08 +0000)]
tests dialog - added unit tests for #3017 - Dialog callback scopes
Paul Bakaus [Thu, 26 Jun 2008 11:07:51 +0000 (11:07 +0000)]
visual css: corrected styles for slider
Paul Bakaus [Thu, 26 Jun 2008 10:49:47 +0000 (10:49 +0000)]
fixed #3010
Richard Worth [Thu, 26 Jun 2008 10:23:38 +0000 (10:23 +0000)]
resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button'
Paul Bakaus [Thu, 26 Jun 2008 10:22:11 +0000 (10:22 +0000)]
sortable: update callback wass not called everytime (fixes #3028)
Richard Worth [Thu, 26 Jun 2008 10:20:48 +0000 (10:20 +0000)]
tests draggable #2965 - fixed to account for distance: 1 default
Paul Bakaus [Thu, 26 Jun 2008 10:00:32 +0000 (10:00 +0000)]
sortable: fixed serialize issue when a key was specified as option, but no custom expression
Richard Worth [Thu, 26 Jun 2008 09:49:54 +0000 (09:49 +0000)]
tests resizable - restructured to match others, added defaults test
Eduardo Lundgren [Thu, 26 Jun 2008 03:59:55 +0000 (03:59 +0000)]
css method - change class id name for generated div
Eduardo Lundgren [Thu, 26 Jun 2008 03:56:05 +0000 (03:56 +0000)]
Resizable functional demo more updates
Eduardo Lundgren [Thu, 26 Jun 2008 03:52:43 +0000 (03:52 +0000)]
Resizable functional demo updates
Eduardo Lundgren [Thu, 26 Jun 2008 03:25:29 +0000 (03:25 +0000)]
alsoResize option bug fixes
Eduardo Lundgren [Thu, 26 Jun 2008 03:02:48 +0000 (03:02 +0000)]
Fixed #2996
Eduardo Lundgren [Thu, 26 Jun 2008 02:57:48 +0000 (02:57 +0000)]
Fixed #2990
Eduardo Lundgren [Thu, 26 Jun 2008 02:55:12 +0000 (02:55 +0000)]
Fixed #2988
Scott González [Thu, 26 Jun 2008 01:26:13 +0000 (01:26 +0000)]
Dialog: Fixed stacking problem with modal dialogs.
Scott González [Thu, 26 Jun 2008 01:05:36 +0000 (01:05 +0000)]
Fixed #2340: Consistent parameters for dispatched events and callbacks.
Scott González [Thu, 26 Jun 2008 00:55:24 +0000 (00:55 +0000)]
Dialog: Restructured button creation and fixed the problem with not being able to change the buttons after instantiation.
Paul Bakaus [Wed, 25 Jun 2008 15:22:40 +0000 (15:22 +0000)]
sortable: added visual test page for profiling performance
Eduardo Lundgren [Wed, 25 Jun 2008 14:27:20 +0000 (14:27 +0000)]
Fix #3026 - Plugins callbacks need to be called first and user callbacks at the end
Paul Bakaus [Wed, 25 Jun 2008 13:30:22 +0000 (13:30 +0000)]
sortable: extreme performance increase by using setTimeout delegation and local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental
Richard Worth [Wed, 25 Jun 2008 12:03:28 +0000 (12:03 +0000)]
fixed #3026 - resizable resize handler is called too early
Richard Worth [Wed, 25 Jun 2008 10:01:24 +0000 (10:01 +0000)]
fixed #3025 - dialog should have an autoResize option; default value: true
Paul Bakaus [Tue, 24 Jun 2008 15:57:25 +0000 (15:57 +0000)]
draggable: removed a silly console.log
Paul Bakaus [Tue, 24 Jun 2008 15:28:12 +0000 (15:28 +0000)]
sortable: connected lists items are not refreshed until you actually move into the connected list - this improves performance for connected lists
Paul Bakaus [Tue, 24 Jun 2008 14:30:26 +0000 (14:30 +0000)]
sortable: changed default distance to 1
Paul Bakaus [Tue, 24 Jun 2008 14:29:29 +0000 (14:29 +0000)]
sortable: changed default distance to 1
Aaron Eisenberger [Tue, 24 Jun 2008 13:53:19 +0000 (13:53 +0000)]
fix for clip to better work with images (animates wrapper for images only)
Aaron Eisenberger [Tue, 24 Jun 2008 13:44:28 +0000 (13:44 +0000)]
fix for clip to better work with images (animates wrapper for images only)
Paul Bakaus [Tue, 24 Jun 2008 13:32:17 +0000 (13:32 +0000)]
draggable: fixed issue when placeholder didn't exist (fixes #3018)
Paul Bakaus [Tue, 24 Jun 2008 13:25:15 +0000 (13:25 +0000)]
draggable: fixed failing test, mousemove is actually called 3 times in jquery.simulate.js, so 4 is the correct value
Paul Bakaus [Tue, 24 Jun 2008 13:17:02 +0000 (13:17 +0000)]
sortable: added default checks for scroll options
Paul Bakaus [Tue, 24 Jun 2008 12:51:15 +0000 (12:51 +0000)]
sortable:
- recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976)
- fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976)
Paul Bakaus [Tue, 24 Jun 2008 11:47:42 +0000 (11:47 +0000)]
sortable:fixed #3019, stop being fird too early
Jörn Zaefferer [Sun, 22 Jun 2008 19:08:35 +0000 (19:08 +0000)]
accordion: simplified find-header-element code, thanks Ariel
Richard Worth [Sun, 22 Jun 2008 05:37:11 +0000 (05:37 +0000)]
tests dialog - added missing tests (placeholders)
Keith Wood [Sat, 21 Jun 2008 23:51:34 +0000 (23:51 +0000)]
Fixed 2038 Split out display date and date value formats
Jörn Zaefferer [Sat, 21 Jun 2008 16:16:59 +0000 (16:16 +0000)]
accordion: added test for headers with descendants; replaced while-loop to find header-parent with call to parents
Richard Worth [Sat, 21 Jun 2008 13:54:41 +0000 (13:54 +0000)]
tests dialog - added some tests and placeholders
Richard Worth [Sat, 21 Jun 2008 10:52:58 +0000 (10:52 +0000)]
simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover and mouseout as they're not minimal/required for drag. They were there as work-around for resizable. Moved work-around to resizable test.
Richard Worth [Sat, 21 Jun 2008 10:24:04 +0000 (10:24 +0000)]
tests selectable - removed unneeded refs to draggable and resizable
Richard Worth [Sat, 21 Jun 2008 10:17:56 +0000 (10:17 +0000)]
tests draggable - corrected defaults tests tracking [304], and [305]
Richard Worth [Sat, 21 Jun 2008 10:10:23 +0000 (10:10 +0000)]
tests datepicker - added closure (for isolation in all.html)
Richard Worth [Sat, 21 Jun 2008 10:09:23 +0000 (10:09 +0000)]
tests all - added sortable
Richard Worth [Sat, 21 Jun 2008 10:05:29 +0000 (10:05 +0000)]
tests sortable - fixed failing disable tests
Richard Worth [Sat, 21 Jun 2008 10:04:40 +0000 (10:04 +0000)]
tests sortable - fixed failing enable test
Richard Worth [Sat, 21 Jun 2008 09:53:57 +0000 (09:53 +0000)]
tests sortable - corrected page title
Keith Wood [Fri, 20 Jun 2008 23:29:02 +0000 (23:29 +0000)]
Correct datepicker placement when used in static areas
Correct select coverage in IE 6-
Keith Wood [Fri, 20 Jun 2008 23:26:08 +0000 (23:26 +0000)]
Tweaks for IE 6-
Richard Worth [Fri, 20 Jun 2008 12:11:01 +0000 (12:11 +0000)]
visual tests: dialog - removed unused offset var
Paul Bakaus [Thu, 19 Jun 2008 11:10:41 +0000 (11:10 +0000)]
slider: check in the destroy method if a handle actually exists or not, before calling removal functions (fixes #2987)
Paul Bakaus [Thu, 19 Jun 2008 08:00:38 +0000 (08:00 +0000)]
sortable: the options.items callback now receives null as first argument, a limited ui object as the second.
Eduardo Lundgren [Wed, 18 Jun 2008 17:58:22 +0000 (17:58 +0000)]
Dialog - fixed #3017
Scott González [Wed, 18 Jun 2008 14:29:53 +0000 (14:29 +0000)]
Draggable: Changed mouse's cancel option from ":input,button" to ":input" (button is redundant).
Richard Worth [Wed, 18 Jun 2008 11:10:39 +0000 (11:10 +0000)]
Fixed #3016 - Distance option default
Keith Wood [Wed, 18 Jun 2008 09:59:46 +0000 (09:59 +0000)]
Added text examples alongside images
Keith Wood [Wed, 18 Jun 2008 09:53:12 +0000 (09:53 +0000)]
Fixed bug for international languages
Keith Wood [Wed, 18 Jun 2008 09:50:12 +0000 (09:50 +0000)]
Missed highlightWeek setting default