aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Paul Bakaus2008-06-012-11/+250
|
* (no commit message)Eduardo Lundgren2008-05-311-5/+5
|
* resizable test clean up log divEduardo Lundgren2008-05-311-1/+0
|
* (no commit message)Eduardo Lundgren2008-05-312-6/+3
|
* userAction Performance issuesEduardo Lundgren2008-05-311-10/+11
|
* fix object linking in options for puff and scaleAaron Eisenberger2008-05-311-164/+166
|
* fix on #main hidden classEduardo Lundgren2008-05-311-0/+2
|
* Remove console.logEduardo Lundgren2008-05-311-12/+0
|
* Resize tests respecting ratio resize with dimensions limitsEduardo Lundgren2008-05-312-3/+152
|
* effects: modified save mthod so it now only aves css atributes stored in the ↵Paul Bakaus2008-05-312-2/+3
| | | | actual style attribute, fixes highlight
* Make #main test div output hiddenEduardo Lundgren2008-05-312-6/+10
|
* Resizable limit min/max dimensions tests Eduardo Lundgren2008-05-311-1/+79
|
* Removing class ui-fake-cursorEduardo Lundgren2008-05-311-2/+2
|
* Resizable basic tests using userActionEduardo Lundgren2008-05-312-18/+128
|
* slider: implemented option "noKeyboard" to disable keyboard controls.Paul Bakaus2008-05-311-2/+2
|
* Starting alpha tests using userAction syncrhonous dragEduardo Lundgren2008-05-302-34/+28
|
* Drag synchronously added option - Let the automated tests being done.Eduardo Lundgren2008-05-301-19/+67
|
* More fixes for userActionEduardo Lundgren2008-05-301-6/+13
|
* Dialog: added dialogClass option (not officially supported right now).Scott González2008-05-301-1/+1
|
* Resizable: Flipped order of a conditional for performance benefit.Scott González2008-05-301-1/+1
|
* draggable: more intersect calculation improvements when connected to sortablesPaul Bakaus2008-05-301-10/+3
|
* draggable: another connectToSortable improvement: the activate/deactivate ↵Paul Bakaus2008-05-302-17/+30
| | | | callbacks are now fired when the draggable starts dragging
* draggable: fixed issue with connectToSortable, where the helper property was ↵Paul Bakaus2008-05-301-2/+3
| | | | not properly restored later on
* Start simulating tests with userAction combined with Richard's animated cursorEduardo Lundgren2008-05-302-150/+55
|
* userAction drag method implementedEduardo Lundgren2008-05-301-7/+77
|
* Tabs: Fixed #2867: Performing a global replace on templates.Scott González2008-05-301-1/+1
|
* core: fixed mouse plugin event binding - now binds events with the namespace ↵Paul Bakaus2008-05-291-7/+7
| | | | this.widgetName
* Added range interface real world demo.Marc Grabanski2008-05-291-0/+130
|
* datepicker: added localization back to /source/i18nPaul Bakaus2008-05-2932-0/+721
|
* sortable: connecting draggables to a sortable and dropping them on the ↵Paul Bakaus2008-05-292-12/+18
| | | | sortable now also triggers a "receive" event, where the sender will be the original draggable. Moving out of the sortable while dragging a connected draggable will not trigger the stop/update events anymore.
* sortable: options.item can now be a function that returns a jQuery collectionPaul Bakaus2008-05-291-2/+2
|
* sortable: implemented advanced placeholder functionality - the placeholder ↵Paul Bakaus2008-05-291-10/+19
| | | | option can now accept a object with two callbacks "element" and "update", where element has to return a valid element (like helper option) and update is called after every update, so recalculating the offset and width/height should happen there.
* accordion tests: Fixed JavaScript warnings.Scott González2008-05-281-2/+2
|
* accordion tests: Fixed autoHeight tests.Scott González2008-05-281-2/+2
|
* effects: removed effect 'fade' (honestly not needed)Paul Bakaus2008-05-288-49/+240
| | | | | demos: added effects demo page effects: fixed many callback issues and other small issues
* mouse: cleanupScott González2008-05-281-8/+6
|
* datepicker: datepicker now follows the theming convention of UI (fixes #2650)Paul Bakaus2008-05-283-149/+149
|
* slider: fixed translateRange - axis parameter was missing (closes #2862)Paul Bakaus2008-05-271-1/+1
|
* slider: fixed slider, now uses subclassing of the mouse pluginPaul Bakaus2008-05-271-40/+58
|
* autodrag - Added beginning of selectables testsRichard Worth2008-05-272-33/+53
|
* Testing relatedTarget onmouseoverEduardo Lundgren2008-05-271-11/+27
|
* console.log handy function fixedEduardo Lundgren2008-05-273-3/+3
|
* Avoid reattach eventsEduardo Lundgren2008-05-271-1/+5
|
* userAction keyBoards events fixed for OperaEduardo Lundgren2008-05-272-27/+32
|
* corrected misspelled variable nameRichard Worth2008-05-271-1/+1
|
* $('div.target').userAction("click", x, y); UserAction Plugin - Simulate ↵Eduardo Lundgren2008-05-261-0/+211
| | | | mouse/keys real events.
* $('div.target').userAction("click", x, y); UserAvtion Plugin - Simulate ↵Eduardo Lundgren2008-05-262-71/+109
| | | | mouse/keys real events.
* draggable - ui-draggable and ui-draggable-disabled classes were not being addedRichard Worth2008-05-261-2/+9
|
* auto tests - now runs multiple tests with statusRichard Worth2008-05-262-42/+78
|
* autodrag - Added simple test queueRichard Worth2008-05-261-7/+39
|