]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
16 years agoFixed 3050 Renamed speed to duration, added support for UI effects animations.
Keith Wood [Tue, 8 Jul 2008 09:54:48 +0000 (09:54 +0000)]
Fixed 3050 Renamed speed to duration, added support for UI effects animations.
Added standard date formats as attributes of $.datepicker.
Added timestamp metacharacter for date formats.

16 years agoFixed 3033 First day is Monday
Keith Wood [Tue, 8 Jul 2008 09:46:23 +0000 (09:46 +0000)]
Fixed 3033 First day is Monday

16 years agoprevent overriding/changing the actual $.ui.mouse object by extending it - this was...
Paul Bakaus [Mon, 7 Jul 2008 07:39:12 +0000 (07:39 +0000)]
prevent overriding/changing the actual $.ui.mouse object by extending it - this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work)

16 years agoUI Tabs: make sure panels are hidden
Klaus Hartl [Sun, 6 Jul 2008 15:08:06 +0000 (15:08 +0000)]
UI Tabs: make sure panels are hidden

16 years agoUI Tabs: added index to ui object passed into event handlers
Klaus Hartl [Sun, 6 Jul 2008 15:03:38 +0000 (15:03 +0000)]
UI Tabs: added index to ui object passed into event handlers

16 years agoUI Tabs: fixed usage of only an image as tab label
Klaus Hartl [Sun, 6 Jul 2008 14:53:40 +0000 (14:53 +0000)]
UI Tabs: fixed usage of only an image as tab label

16 years agoCorrect readonly handling
Keith Wood [Sun, 6 Jul 2008 05:39:40 +0000 (05:39 +0000)]
Correct readonly handling
Display inline range date selection
Demonstrate gotoCurrent setting
Add alternate style demonstration

16 years agoEnsure button doesn't submit form
Keith Wood [Sun, 6 Jul 2008 05:37:21 +0000 (05:37 +0000)]
Ensure button doesn't submit form

16 years agoRefactored datepicker to use $.data for instance settings
Keith Wood [Sun, 6 Jul 2008 05:33:41 +0000 (05:33 +0000)]
Refactored datepicker to use $.data for instance settings
Added tests for setDate

16 years agoAdded gotoCurrent setting to show currently selected date instead of today
Keith Wood [Sun, 6 Jul 2008 05:31:06 +0000 (05:31 +0000)]
Added gotoCurrent setting to show currently selected date instead of today
Fixed positioning for right-to-left languages

16 years agoRefactor to use $.data for instance settings
Keith Wood [Sun, 6 Jul 2008 05:27:47 +0000 (05:27 +0000)]
Refactor to use $.data for instance settings

16 years agodialog: added "focus" callback, whenever a dialog is focussed (moveToTop), implements...
Paul Bakaus [Fri, 4 Jul 2008 10:56:29 +0000 (10:56 +0000)]
dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), implements #2728, fixed a couple jslint warnings

16 years agodatepicker: stop propagation on the button triggering the datepicker (fixes #3047)
Paul Bakaus [Fri, 4 Jul 2008 10:32:41 +0000 (10:32 +0000)]
datepicker: stop propagation on the button triggering the datepicker (fixes #3047)

16 years agoslider: animate is a bit smoother now - stops the previous animation
Paul Bakaus [Thu, 3 Jul 2008 15:33:20 +0000 (15:33 +0000)]
slider: animate is a bit smoother now - stops the previous animation

16 years agoslider: added animate option: can be simply set to true, or to a multiplier that...
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)

16 years agoslider: removed cursor:default on the a wrapper, allows for better styling, changing...
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)

16 years agodraggable: revert option now accepts "invalid", "valid" and true as possible options...
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)

16 years agofixed #3061 - dialog buttons not visible without a theme file
Richard Worth [Thu, 3 Jul 2008 14:23:28 +0000 (14:23 +0000)]
fixed #3061 - dialog buttons not visible without a theme file

16 years agodroppable: a small performance improvement by not using :visible, and deferring to...
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)

16 years agocore: use triggerHandler instead of trigger to fire "remove" event - Safari seems...
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)

16 years agoslider: browser's default outline isn't shown for the created links (fixes #3029)
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)

16 years agodroppable: a small performance improvement by not using :visible, and deferring to...
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

16 years agoFixed #3059 - cannot select text in dialog content
Richard Worth [Thu, 3 Jul 2008 01:37:06 +0000 (01:37 +0000)]
Fixed #3059 - cannot select text in dialog content

16 years agoDropabble minor performance changes
Eduardo Lundgren [Wed, 2 Jul 2008 17:38:34 +0000 (17:38 +0000)]
Dropabble minor performance changes

16 years agopreserve percent values if they are returned in createWrapper
Aaron Eisenberger [Mon, 30 Jun 2008 18:52:57 +0000 (18:52 +0000)]
preserve percent values if they are returned in createWrapper

16 years agoDialog - Update resizable dialgos to use helper instead of proxy
Eduardo Lundgren [Mon, 30 Jun 2008 18:11:10 +0000 (18:11 +0000)]
Dialog - Update resizable dialgos to use helper instead of proxy

16 years agosortable: important restructuring in the sort function - callback and droppables...
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)

16 years agoSortables performance increased massively - using offsetWidth/offsetHeight to refresh...
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

16 years agodraggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002
Paul Bakaus [Mon, 30 Jun 2008 13:15:00 +0000 (13:15 +0000)]
draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002

16 years agoNew tests for invocation, mouse interactions, alternate field, status, localisation
Keith Wood [Mon, 30 Jun 2008 09:56:14 +0000 (09:56 +0000)]
New tests for invocation, mouse interactions, alternate field, status, localisation

16 years agoEnsure datepicker is initially hidden
Keith Wood [Mon, 30 Jun 2008 09:47:46 +0000 (09:47 +0000)]
Ensure datepicker is initially hidden

16 years agoSortable - fixed #3048
Eduardo Lundgren [Sun, 29 Jun 2008 14:34:14 +0000 (14:34 +0000)]
Sortable - fixed #3048

16 years agofixed #3012 - Dialog causing iframe load event to fire in firefox 2
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

16 years agofixed #3041 - Catalan localization
Richard Worth [Sat, 28 Jun 2008 02:50:46 +0000 (02:50 +0000)]
fixed #3041 - Catalan localization

16 years agoAvoid IE memory leak on enableSelection, disableSelection methods.
Eduardo Lundgren [Fri, 27 Jun 2008 21:36:14 +0000 (21:36 +0000)]
Avoid IE memory leak on enableSelection, disableSelection methods.

16 years agoAccordion: Fixed parameters in dispatched events.
Scott González [Fri, 27 Jun 2008 13:12:03 +0000 (13:12 +0000)]
Accordion: Fixed parameters in dispatched events.

16 years agoTabs: 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.

16 years agodemos - typos
Richard Worth [Fri, 27 Jun 2008 00:31:29 +0000 (00:31 +0000)]
demos - typos

16 years agoset version to 1.5.2pre
Richard Worth [Fri, 27 Jun 2008 00:30:53 +0000 (00:30 +0000)]
set version to 1.5.2pre

16 years agorestored test image from [236] - still referenced in a few test files.
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.

16 years agoProduct slider real-world demo css fix
Eduardo Lundgren [Thu, 26 Jun 2008 22:48:12 +0000 (22:48 +0000)]
Product slider real-world demo css fix

16 years agochanged version.txt to 1.5.1 1.5.1
Paul Bakaus [Thu, 26 Jun 2008 21:31:47 +0000 (21:31 +0000)]
changed version.txt to 1.5.1

16 years agoDialog: Fixed #3032: Calling open on an already open dialog no longer causes problems.
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.

16 years agoadd a couple more options to scale functional tests
Aaron Eisenberger [Thu, 26 Jun 2008 16:14:51 +0000 (16:14 +0000)]
add a couple more options to scale functional tests

16 years agobetter descriptions for scale & size
Aaron Eisenberger [Thu, 26 Jun 2008 16:05:17 +0000 (16:05 +0000)]
better descriptions for scale & size

16 years agotypo
Aaron Eisenberger [Thu, 26 Jun 2008 16:02:47 +0000 (16:02 +0000)]
typo

16 years agoinclude top,left in restore props until I can figure out a better way to keep positio...
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

16 years agoadd scale toggle and size to functional demos + move origin calculations to size
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

16 years agofix options clone (#2967)
Aaron Eisenberger [Thu, 26 Jun 2008 14:24:36 +0000 (14:24 +0000)]
fix options clone (#2967)

16 years agoremoving true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 - unreso...
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)

16 years agotypo in createWrapper (fixes #2974 fixes #2975)
Aaron Eisenberger [Thu, 26 Jun 2008 13:25:29 +0000 (13:25 +0000)]
typo in createWrapper (fixes #2974 fixes #2975)

16 years agosortable: update callback wass not called everytime (fixes #3028)
Paul Bakaus [Thu, 26 Jun 2008 12:43:45 +0000 (12:43 +0000)]
sortable: update callback wass not called everytime (fixes #3028)

16 years agotests visual draggable - moved handle test to its own file. default visual tests...
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.

16 years agoslider: range can now be toggled on-the-fly (fixes #3004)
Paul Bakaus [Thu, 26 Jun 2008 11:08:52 +0000 (11:08 +0000)]
slider: range can now be toggled on-the-fly (fixes #3004)

16 years agotests dialog - added unit tests for #3017 - Dialog callback scopes
Richard Worth [Thu, 26 Jun 2008 11:08:49 +0000 (11:08 +0000)]
tests dialog - added unit tests for #3017 - Dialog callback scopes

16 years agovisual css: corrected styles for slider
Paul Bakaus [Thu, 26 Jun 2008 11:07:51 +0000 (11:07 +0000)]
visual css: corrected styles for slider

16 years agofixed #3010
Paul Bakaus [Thu, 26 Jun 2008 10:49:47 +0000 (10:49 +0000)]
fixed #3010

16 years agoresizable, selectable, sortable: changed cancel default to ':input' instead of (redun...
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'

16 years agosortable: update callback wass not called everytime (fixes #3028)
Paul Bakaus [Thu, 26 Jun 2008 10:22:11 +0000 (10:22 +0000)]
sortable: update callback wass not called everytime (fixes #3028)

16 years agotests draggable #2965 - fixed to account for distance: 1 default
Richard Worth [Thu, 26 Jun 2008 10:20:48 +0000 (10:20 +0000)]
tests draggable #2965 - fixed to account for distance: 1 default

16 years agosortable: fixed serialize issue when a key was specified as option, but no custom...
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

16 years agotests resizable - restructured to match others, added defaults test
Richard Worth [Thu, 26 Jun 2008 09:49:54 +0000 (09:49 +0000)]
tests resizable - restructured to match others, added defaults test

16 years agocss method - change class id name for generated div
Eduardo Lundgren [Thu, 26 Jun 2008 03:59:55 +0000 (03:59 +0000)]
css method - change class id name for generated div

16 years agoResizable functional demo more updates
Eduardo Lundgren [Thu, 26 Jun 2008 03:56:05 +0000 (03:56 +0000)]
Resizable functional demo more updates

16 years agoResizable functional demo updates
Eduardo Lundgren [Thu, 26 Jun 2008 03:52:43 +0000 (03:52 +0000)]
Resizable functional demo updates

16 years agoalsoResize option bug fixes
Eduardo Lundgren [Thu, 26 Jun 2008 03:25:29 +0000 (03:25 +0000)]
alsoResize option bug fixes

16 years agoFixed #2996
Eduardo Lundgren [Thu, 26 Jun 2008 03:02:48 +0000 (03:02 +0000)]
Fixed #2996

16 years agoFixed #2990
Eduardo Lundgren [Thu, 26 Jun 2008 02:57:48 +0000 (02:57 +0000)]
Fixed #2990

16 years agoFixed #2988
Eduardo Lundgren [Thu, 26 Jun 2008 02:55:12 +0000 (02:55 +0000)]
Fixed #2988

16 years agoDialog: Fixed stacking problem with modal dialogs.
Scott González [Thu, 26 Jun 2008 01:26:13 +0000 (01:26 +0000)]
Dialog: Fixed stacking problem with modal dialogs.

16 years agoFixed #2340: Consistent parameters for dispatched events and callbacks.
Scott González [Thu, 26 Jun 2008 01:05:36 +0000 (01:05 +0000)]
Fixed #2340: Consistent parameters for dispatched events and callbacks.

16 years agoDialog: Restructured button creation and fixed the problem with not being able to...
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.

16 years agosortable: added visual test page for profiling performance
Paul Bakaus [Wed, 25 Jun 2008 15:22:40 +0000 (15:22 +0000)]
sortable: added visual test page for profiling performance

16 years agoFix #3026 - Plugins callbacks need to be called first and user callbacks at the end
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

16 years agosortable: extreme performance increase by using setTimeout delegation and local vs...
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

16 years agofixed #3026 - resizable resize handler is called too early
Richard Worth [Wed, 25 Jun 2008 12:03:28 +0000 (12:03 +0000)]
fixed #3026 - resizable resize handler is called too early

16 years agofixed #3025 - dialog should have an autoResize option; default value: true
Richard Worth [Wed, 25 Jun 2008 10:01:24 +0000 (10:01 +0000)]
fixed #3025 - dialog should have an autoResize option; default value: true

16 years agodraggable: removed a silly console.log
Paul Bakaus [Tue, 24 Jun 2008 15:57:25 +0000 (15:57 +0000)]
draggable: removed a silly console.log

16 years agosortable: connected lists items are not refreshed until you actually move into the...
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

16 years agosortable: changed default distance to 1
Paul Bakaus [Tue, 24 Jun 2008 14:30:26 +0000 (14:30 +0000)]
sortable: changed default distance to 1

16 years agosortable: changed default distance to 1
Paul Bakaus [Tue, 24 Jun 2008 14:29:29 +0000 (14:29 +0000)]
sortable: changed default distance to 1

16 years agofix for clip to better work with images (animates wrapper for images only)
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)

16 years agofix 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)

16 years agodraggable: fixed issue when placeholder didn't exist (fixes #3018)
Paul Bakaus [Tue, 24 Jun 2008 13:32:17 +0000 (13:32 +0000)]
draggable: fixed issue when placeholder didn't exist (fixes #3018)

16 years agodraggable: fixed failing test, mousemove is actually called 3 times in jquery.simulat...
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

16 years agosortable: added default checks for scroll options
Paul Bakaus [Tue, 24 Jun 2008 13:17:02 +0000 (13:17 +0000)]
sortable: added default checks for scroll options

16 years agosortable:
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)

16 years agosortable:fixed #3019, stop being fird too early
Paul Bakaus [Tue, 24 Jun 2008 11:47:42 +0000 (11:47 +0000)]
sortable:fixed #3019, stop being fird too early

16 years agoaccordion: simplified find-header-element code, thanks Ariel
Jörn Zaefferer [Sun, 22 Jun 2008 19:08:35 +0000 (19:08 +0000)]
accordion: simplified find-header-element code, thanks Ariel

16 years agotests dialog - added missing tests (placeholders)
Richard Worth [Sun, 22 Jun 2008 05:37:11 +0000 (05:37 +0000)]
tests dialog - added missing tests (placeholders)

16 years agoFixed 2038 Split out display date and date value formats
Keith Wood [Sat, 21 Jun 2008 23:51:34 +0000 (23:51 +0000)]
Fixed 2038 Split out display date and date value formats

16 years agoaccordion: added test for headers with descendants; replaced while-loop to find heade...
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

16 years agotests dialog - added some tests and placeholders
Richard Worth [Sat, 21 Jun 2008 13:54:41 +0000 (13:54 +0000)]
tests dialog - added some tests and placeholders

16 years agosimulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover and...
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.

16 years agotests selectable - removed unneeded refs to draggable and resizable
Richard Worth [Sat, 21 Jun 2008 10:24:04 +0000 (10:24 +0000)]
tests selectable - removed unneeded refs to draggable and resizable

16 years agotests draggable - corrected defaults tests tracking [304], and [305]
Richard Worth [Sat, 21 Jun 2008 10:17:56 +0000 (10:17 +0000)]
tests draggable - corrected defaults tests tracking [304], and [305]

16 years agotests datepicker - added closure (for isolation in all.html)
Richard Worth [Sat, 21 Jun 2008 10:10:23 +0000 (10:10 +0000)]
tests datepicker - added closure (for isolation in all.html)

16 years agotests all - added sortable
Richard Worth [Sat, 21 Jun 2008 10:09:23 +0000 (10:09 +0000)]
tests all - added sortable

16 years agotests sortable - fixed failing disable tests
Richard Worth [Sat, 21 Jun 2008 10:05:29 +0000 (10:05 +0000)]
tests sortable - fixed failing disable tests

16 years agotests sortable - fixed failing enable test
Richard Worth [Sat, 21 Jun 2008 10:04:40 +0000 (10:04 +0000)]
tests sortable - fixed failing enable test