]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agoCore: Moved regex declarations for potential speed increase.
Scott González [Fri, 7 Nov 2008 02:25:52 +0000 (02:25 +0000)]
Core: Moved regex declarations for potential speed increase.

15 years agoProgressbar Tests: Fixed default option tests (and updated documentation).
Scott González [Fri, 7 Nov 2008 01:41:12 +0000 (01:41 +0000)]
Progressbar Tests: Fixed default option tests (and updated documentation).

15 years agodraggable: fixed nasty IE related scrolling bug - funny IE includes scroll if you...
Paul Bakaus [Thu, 6 Nov 2008 14:52:25 +0000 (14:52 +0000)]
draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if you call offset() on <html>

15 years agosortable: returning false in any callback will now call this.cancenl() to cancel...
Paul Bakaus [Thu, 6 Nov 2008 11:24:34 +0000 (11:24 +0000)]
sortable: returning false in any callback will now call this.cancenl() to cancel the ongoing action

15 years agoTweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaStat...
David Bolter [Wed, 5 Nov 2008 19:43:21 +0000 (19:43 +0000)]
Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaState API. (Assist: Scott González, Fixes #3529)

15 years agoUI Tabs: removed equalize extension
Klaus Hartl [Wed, 5 Nov 2008 11:02:06 +0000 (11:02 +0000)]
UI Tabs: removed equalize extension

15 years agoUI Tabs: fixed tabs select causing page to jump bug, removed cruft form former histor...
Klaus Hartl [Wed, 5 Nov 2008 10:59:55 +0000 (10:59 +0000)]
UI Tabs: fixed tabs select causing page to jump bug, removed cruft form former history integration which will work differently anyway

15 years agosortable: removed support for ui.cancel(), must now be called via the sortable()...
Paul Bakaus [Tue, 4 Nov 2008 13:34:04 +0000 (13:34 +0000)]
sortable: removed support for ui.cancel(), must now be called via the sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed.

15 years agosortable: implemented ui.cancel(), a function that can be called to completely cancel...
Paul Bakaus [Mon, 3 Nov 2008 21:41:59 +0000 (21:41 +0000)]
sortable: implemented ui.cancel(), a function that can be called to completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402)

15 years agosortable: checked inputs are not unchecked anymore after drag start (fixes #3466)
Paul Bakaus [Mon, 3 Nov 2008 14:58:21 +0000 (14:58 +0000)]
sortable: checked inputs are not unchecked anymore after drag start (fixes #3466)

15 years agocore: restructured helper functions, made enableSelection/disableSelection jQuery...
Paul Bakaus [Mon, 3 Nov 2008 14:23:13 +0000 (14:23 +0000)]
core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459)

15 years agosortable: all events of the inner nodes of the sortable item were unbound after the...
Paul Bakaus [Mon, 3 Nov 2008 13:23:15 +0000 (13:23 +0000)]
sortable: all events of the inner nodes of the sortable item were unbound after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488

15 years agomouse: events and default actions on click are not fired after a drag action has...
Paul Bakaus [Mon, 3 Nov 2008 12:44:50 +0000 (12:44 +0000)]
mouse: events and default actions on click are not fired after a drag action has been initiated

15 years agodraggable: fixed two missing defaults
Paul Bakaus [Mon, 3 Nov 2008 11:24:48 +0000 (11:24 +0000)]
draggable: fixed two missing defaults

15 years agoFixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
Richard Worth [Sat, 1 Nov 2008 14:49:38 +0000 (14:49 +0000)]
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51

15 years agoresizable: defined defaults
Richard Worth [Sat, 1 Nov 2008 10:32:01 +0000 (10:32 +0000)]
resizable: defined defaults

15 years agotests resizable: Updated defaults test
Richard Worth [Sat, 1 Nov 2008 10:20:38 +0000 (10:20 +0000)]
tests resizable: Updated defaults test

15 years agotest visual: fixed colors to match UI website
Richard Worth [Sat, 1 Nov 2008 08:24:22 +0000 (08:24 +0000)]
test visual: fixed colors to match UI website

15 years agomoved dep_loader.html test page to experimental branch
Richard Worth [Fri, 31 Oct 2008 01:38:27 +0000 (01:38 +0000)]
moved dep_loader.html test page to experimental branch

15 years agoSortable - accurate option added, If you prefer better accuracy and low performance...
Eduardo Lundgren [Thu, 30 Oct 2008 06:57:32 +0000 (06:57 +0000)]
Sortable - accurate option added, If you prefer better accuracy and low performance set accurate: true.

15 years agoadded ARIA semantics, and tests.
David Bolter [Wed, 29 Oct 2008 16:57:04 +0000 (16:57 +0000)]
added ARIA semantics, and tests.
patch review:scott.gonzalez@gmail.com
(fixes bug #3482)

15 years agoSortable - delta direction improved
Eduardo Lundgren [Tue, 28 Oct 2008 18:05:02 +0000 (18:05 +0000)]
Sortable - delta direction improved

15 years agoSortable - Float elements tolerance fixed
Eduardo Lundgren [Tue, 28 Oct 2008 14:44:27 +0000 (14:44 +0000)]
Sortable - Float elements tolerance fixed

15 years agoSortable - Prevent mouseCapture while help is reverting
Eduardo Lundgren [Tue, 28 Oct 2008 06:41:11 +0000 (06:41 +0000)]
Sortable - Prevent mouseCapture while help is reverting

15 years agoSortable - Checking if helper exists
Eduardo Lundgren [Tue, 28 Oct 2008 06:35:01 +0000 (06:35 +0000)]
Sortable - Checking if helper exists

15 years agoChanging the author name on Resizable
Eduardo Lundgren [Tue, 28 Oct 2008 06:01:01 +0000 (06:01 +0000)]
Changing the author name on Resizable

15 years agoSortable - Tolerance accuracy sortable improved
Eduardo Lundgren [Tue, 28 Oct 2008 05:44:17 +0000 (05:44 +0000)]
Sortable - Tolerance accuracy sortable improved

15 years agoset svn:eol-style to native
Richard Worth [Fri, 24 Oct 2008 01:45:23 +0000 (01:45 +0000)]
set svn:eol-style to native

16 years agoui.datepicker: fixing a var being leaked to the global namespace(attrName).
Ariel Flesler [Wed, 22 Oct 2008 10:12:45 +0000 (10:12 +0000)]
ui.datepicker: fixing a var being leaked to the global namespace(attrName).

16 years agoFixed 3492. Typo in day name.
Keith Wood [Wed, 22 Oct 2008 09:22:51 +0000 (09:22 +0000)]
Fixed 3492. Typo in day name.

16 years agoslider: changed order of fired callbacks in moveTo method (fixes #3465)
Paul Bakaus [Mon, 20 Oct 2008 07:43:42 +0000 (07:43 +0000)]
slider: changed order of fired callbacks in moveTo method (fixes #3465)

16 years agoFixed slider responds to keypresses when disabled
Richard Worth [Fri, 17 Oct 2008 12:06:16 +0000 (12:06 +0000)]
Fixed slider responds to keypresses when disabled

16 years agosortable: fixed issue with first time append of the placeholder, now also the origina...
Paul Bakaus [Fri, 17 Oct 2008 08:13:14 +0000 (08:13 +0000)]
sortable: fixed issue with first time append of the placeholder, now also the original classes are appended to the placeholder, with usually should give it the right size

16 years agocore: reverted lazy loading implementation, commited to a future branch
Paul Bakaus [Wed, 15 Oct 2008 12:54:40 +0000 (12:54 +0000)]
core: reverted lazy loading implementation, commited to a future branch

16 years agocore: fixed chaining in lazy loading mechanism
Paul Bakaus [Wed, 15 Oct 2008 11:36:42 +0000 (11:36 +0000)]
core: fixed chaining in lazy loading mechanism

16 years agocore: implemented experimental async dependency loading
Paul Bakaus [Wed, 15 Oct 2008 11:03:49 +0000 (11:03 +0000)]
core: implemented experimental async dependency loading

16 years agodraggable: fixed createHelper method (thanks Nate!)
Paul Bakaus [Tue, 14 Oct 2008 10:15:48 +0000 (10:15 +0000)]
draggable: fixed createHelper method (thanks Nate!)

16 years agosortable: fixed toArray method
Paul Bakaus [Tue, 14 Oct 2008 10:00:52 +0000 (10:00 +0000)]
sortable: fixed toArray method
coverflow: renamed init to _init

16 years agoupdating tests to latest QUnit, using same, fixing a few assertions that relied on...
Jörn Zaefferer [Mon, 13 Oct 2008 21:42:12 +0000 (21:42 +0000)]
updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined)

16 years agoupdating tests to latest QUnit, using same, fixing a few assertions that relied on...
Jörn Zaefferer [Mon, 13 Oct 2008 21:32:42 +0000 (21:32 +0000)]
updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined)

16 years agofunctional demos: fixed remote history plugin usage
Jörn Zaefferer [Mon, 13 Oct 2008 16:50:57 +0000 (16:50 +0000)]
functional demos: fixed remote history plugin usage

16 years agoaccordion: reset overflow to original value after animation completed, fixes some...
Jörn Zaefferer [Mon, 13 Oct 2008 15:20:26 +0000 (15:20 +0000)]
accordion: reset overflow to original value after animation completed, fixes some layout issues

16 years agoimproving accordion layout
Jörn Zaefferer [Wed, 8 Oct 2008 14:51:03 +0000 (14:51 +0000)]
improving accordion layout

16 years agofunctional demos: added history_remote plugin
Jörn Zaefferer [Wed, 8 Oct 2008 13:54:11 +0000 (13:54 +0000)]
functional demos: added history_remote plugin

16 years agoadded some missing draggables defaults
Richard Worth [Wed, 8 Oct 2008 10:21:28 +0000 (10:21 +0000)]
added some missing draggables defaults

16 years agoUI Tabs: renamed confusing "unselect" option to "deselectable"
Klaus Hartl [Wed, 8 Oct 2008 10:09:55 +0000 (10:09 +0000)]
UI Tabs: renamed confusing "unselect" option to "deselectable"

16 years agoSpinner:missing semicolon
Chi Cheng [Wed, 8 Oct 2008 02:57:20 +0000 (02:57 +0000)]
Spinner:missing semicolon

16 years agoSpinner: fixed incremental:false issue on mousedown (thanks cloudream)
Ca-Phun Ung [Tue, 7 Oct 2008 10:33:32 +0000 (10:33 +0000)]
Spinner: fixed incremental:false issue on mousedown (thanks cloudream)

16 years agoUI Tabs: fixed queued tests, review
Klaus Hartl [Mon, 6 Oct 2008 21:35:32 +0000 (21:35 +0000)]
UI Tabs: fixed queued tests, review

16 years agoSpinner: add group and point options for improved support for international numeric...
Ca-Phun Ung [Mon, 6 Oct 2008 17:20:57 +0000 (17:20 +0000)]
Spinner: add group and point options for improved support for international numeric formats and added test case.

16 years agoUI Tabs: fixed removal of inline styles set for a tab panel
Klaus Hartl [Mon, 6 Oct 2008 11:41:48 +0000 (11:41 +0000)]
UI Tabs: fixed removal of inline styles set for a tab panel

16 years agoadded tabs to test overview
Klaus Hartl [Mon, 6 Oct 2008 11:37:51 +0000 (11:37 +0000)]
added tabs to test overview

16 years agoadding version property to all ui components
Jörn Zaefferer [Sun, 5 Oct 2008 18:32:34 +0000 (18:32 +0000)]
adding version property to all ui components

16 years agoadding version property to all ui components
Jörn Zaefferer [Sun, 5 Oct 2008 18:31:44 +0000 (18:31 +0000)]
adding version property to all ui components

16 years agoadding version property to all ui components
Jörn Zaefferer [Sun, 5 Oct 2008 16:29:21 +0000 (16:29 +0000)]
adding version property to all ui components

16 years agoaccordion functional demo: fixes to work with default theme
Jörn Zaefferer [Sun, 5 Oct 2008 14:06:03 +0000 (14:06 +0000)]
accordion functional demo: fixes to work with default theme

16 years agoaccordion: remove selectedClass and generated spans on destroy
Jörn Zaefferer [Sun, 5 Oct 2008 14:05:31 +0000 (14:05 +0000)]
accordion: remove selectedClass and generated spans on destroy

16 years agoCleaning up functional demos, getting rid of the rest of flora theme
Jörn Zaefferer [Sun, 5 Oct 2008 13:46:18 +0000 (13:46 +0000)]
Cleaning up functional demos, getting rid of the rest of flora theme

16 years agoRemoving flora theme in favor of themeroller-based default theme
Jörn Zaefferer [Sun, 5 Oct 2008 13:38:16 +0000 (13:38 +0000)]
Removing flora theme in favor of themeroller-based default theme

16 years agoSpinner: spinner casing now sets itself a unique id based on the id of the original...
Ca-Phun Ung [Sun, 5 Oct 2008 10:44:15 +0000 (10:44 +0000)]
Spinner: spinner casing now sets itself a unique id based on the id of the original input textbox. If no id exists in the original then no id is set to the casing.

16 years ago'change' command is now 'option' command
Keith Wood [Sun, 5 Oct 2008 06:59:56 +0000 (06:59 +0000)]
'change' command is now 'option' command

16 years agoAdd prev/next big texts
Keith Wood [Sun, 5 Oct 2008 06:48:22 +0000 (06:48 +0000)]
Add prev/next big texts

16 years agoCorrect keystroke handled for Mac
Keith Wood [Sun, 5 Oct 2008 06:43:24 +0000 (06:43 +0000)]
Correct keystroke handled for Mac
Correct date determination - no hours/mins/secs/ms

16 years agoFactor out class names for day hover and week hover
Keith Wood [Sun, 5 Oct 2008 06:41:11 +0000 (06:41 +0000)]
Factor out class names for day hover and week hover
Call _optionDatepicker from _changeDatepicker
Don't recalculate default date and cell over

16 years agoFinishing move of autocomplete from trunk to 1.7 branch
Jörn Zaefferer [Sun, 5 Oct 2008 01:00:51 +0000 (01:00 +0000)]
Finishing move of autocomplete from trunk to 1.7 branch

16 years agoMoving autocomplete from trunk to 1.7 branch
Jörn Zaefferer [Sun, 5 Oct 2008 00:57:59 +0000 (00:57 +0000)]
Moving autocomplete from trunk to 1.7 branch

16 years agoUI Tabs: unselect class was attached inconsistently
Klaus Hartl [Sat, 4 Oct 2008 11:25:28 +0000 (11:25 +0000)]
UI Tabs: unselect class was attached inconsistently

16 years agoset svn:eol-style to native
Richard Worth [Sat, 4 Oct 2008 00:57:02 +0000 (00:57 +0000)]
set svn:eol-style to native

16 years agoSpinner: further refactored number formatter. 3 lines!
Ca-Phun Ung [Fri, 3 Oct 2008 04:08:08 +0000 (04:08 +0000)]
Spinner: further refactored number formatter. 3 lines!

16 years agoSpinner: fixed IE6 bugs with spinner height for data lists.
Ca-Phun Ung [Thu, 2 Oct 2008 18:49:42 +0000 (18:49 +0000)]
Spinner: fixed IE6 bugs with spinner height for data lists.

16 years agoSpinner: added thousand separator format to numbers and refactored code.
Ca-Phun Ung [Thu, 2 Oct 2008 18:06:30 +0000 (18:06 +0000)]
Spinner: added thousand separator format to numbers and refactored code.

16 years agoUI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff afterwards
Klaus Hartl [Thu, 2 Oct 2008 14:20:35 +0000 (14:20 +0000)]
UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff afterwards

16 years agoadded missing semicolon
Richard Worth [Wed, 1 Oct 2008 11:52:39 +0000 (11:52 +0000)]
added missing semicolon

16 years agoAccordion: added support for effects.core ease equations
Eduardo Lundgren [Tue, 30 Sep 2008 02:50:23 +0000 (02:50 +0000)]
Accordion: added support for effects.core ease equations

16 years agoDatepicker: Default date cell shows over-state when nothing is selected, next months...
Marc Grabanski [Mon, 29 Sep 2008 23:04:12 +0000 (23:04 +0000)]
Datepicker: Default date cell shows over-state when nothing is selected, next months do not show over state unless keyboard is activated.

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)