]>
source.dussan.org Git - jquery-ui.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott González [Fri, 30 May 2008 18:08:39 +0000 (18:08 +0000)]
Dialog: added dialogClass option (not officially supported right now).
Scott González [Fri, 30 May 2008 15:34:21 +0000 (15:34 +0000)]
Resizable: Flipped order of a conditional for performance benefit.
Paul Bakaus [Fri, 30 May 2008 11:48:11 +0000 (11:48 +0000)]
draggable: more intersect calculation improvements when connected to sortables
Paul Bakaus [Fri, 30 May 2008 11:30:58 +0000 (11:30 +0000)]
draggable: another connectToSortable improvement: the activate/deactivate callbacks are now fired when the draggable starts dragging
Paul Bakaus [Fri, 30 May 2008 10:07:49 +0000 (10:07 +0000)]
draggable: fixed issue with connectToSortable, where the helper property was not properly restored later on
Eduardo Lundgren [Fri, 30 May 2008 04:35:54 +0000 (04:35 +0000)]
Start simulating tests with userAction combined with Richard's animated cursor
Eduardo Lundgren [Fri, 30 May 2008 04:34:52 +0000 (04:34 +0000)]
userAction drag method implemented
Scott González [Fri, 30 May 2008 00:14:50 +0000 (00:14 +0000)]
Tabs: Fixed #2867: Performing a global replace on templates.
Paul Bakaus [Thu, 29 May 2008 16:43:04 +0000 (16:43 +0000)]
core: fixed mouse plugin event binding - now binds events with the namespace this.widgetName
Marc Grabanski [Thu, 29 May 2008 15:23:44 +0000 (15:23 +0000)]
Added range interface real world demo.
Paul Bakaus [Thu, 29 May 2008 15:19:49 +0000 (15:19 +0000)]
datepicker: added localization back to /source/i18n
Paul Bakaus [Thu, 29 May 2008 12:37:32 +0000 (12:37 +0000)]
sortable: connecting draggables to a sortable and dropping them on the 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.
Paul Bakaus [Thu, 29 May 2008 12:12:12 +0000 (12:12 +0000)]
sortable: options.item can now be a function that returns a jQuery collection
Paul Bakaus [Thu, 29 May 2008 11:51:44 +0000 (11:51 +0000)]
sortable: implemented advanced placeholder functionality - the placeholder 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.
Scott González [Wed, 28 May 2008 20:04:52 +0000 (20:04 +0000)]
accordion tests: Fixed JavaScript warnings.
Scott González [Wed, 28 May 2008 19:35:09 +0000 (19:35 +0000)]
accordion tests: Fixed autoHeight tests.
Paul Bakaus [Wed, 28 May 2008 18:23:55 +0000 (18:23 +0000)]
effects: removed effect 'fade' (honestly not needed)
demos: added effects demo page
effects: fixed many callback issues and other small issues
Scott González [Wed, 28 May 2008 14:02:56 +0000 (14:02 +0000)]
mouse: cleanup
Paul Bakaus [Wed, 28 May 2008 12:00:00 +0000 (12:00 +0000)]
datepicker: datepicker now follows the theming convention of UI (fixes #2650)
Paul Bakaus [Tue, 27 May 2008 11:19:23 +0000 (11:19 +0000)]
slider: fixed translateRange - axis parameter was missing (closes #2862)
Paul Bakaus [Tue, 27 May 2008 11:11:49 +0000 (11:11 +0000)]
slider: fixed slider, now uses subclassing of the mouse plugin
Richard Worth [Tue, 27 May 2008 02:35:36 +0000 (02:35 +0000)]
autodrag - Added beginning of selectables tests
Eduardo Lundgren [Tue, 27 May 2008 02:29:55 +0000 (02:29 +0000)]
Testing relatedTarget onmouseover
Eduardo Lundgren [Tue, 27 May 2008 02:23:57 +0000 (02:23 +0000)]
console.log handy function fixed
Eduardo Lundgren [Tue, 27 May 2008 02:20:19 +0000 (02:20 +0000)]
Avoid reattach events
Eduardo Lundgren [Tue, 27 May 2008 02:17:50 +0000 (02:17 +0000)]
userAction keyBoards events fixed for Opera
Richard Worth [Tue, 27 May 2008 00:47:55 +0000 (00:47 +0000)]
corrected misspelled variable name
Eduardo Lundgren [Mon, 26 May 2008 21:18:03 +0000 (21:18 +0000)]
$('div.target').userAction("click", x, y); UserAction Plugin - Simulate mouse/keys real events.
Eduardo Lundgren [Mon, 26 May 2008 21:15:21 +0000 (21:15 +0000)]
$('div.target').userAction("click", x, y); UserAvtion Plugin - Simulate mouse/keys real events.
Richard Worth [Mon, 26 May 2008 20:30:27 +0000 (20:30 +0000)]
draggable - ui-draggable and ui-draggable-disabled classes were not being added
Richard Worth [Mon, 26 May 2008 20:29:22 +0000 (20:29 +0000)]
auto tests - now runs multiple tests with status
Richard Worth [Mon, 26 May 2008 14:30:37 +0000 (14:30 +0000)]
autodrag - Added simple test queue
Richard Worth [Mon, 26 May 2008 13:58:29 +0000 (13:58 +0000)]
reverted rev50 - broke Opera for some reason
Richard Worth [Mon, 26 May 2008 13:53:31 +0000 (13:53 +0000)]
Richard Worth [Mon, 26 May 2008 12:41:59 +0000 (12:41 +0000)]
Created ui.testMouse. Fixed none.png to work in Safari (needs at least one pixel with 1% opacity)
Paul Bakaus [Mon, 26 May 2008 12:05:22 +0000 (12:05 +0000)]
Paul Bakaus [Mon, 26 May 2008 12:02:02 +0000 (12:02 +0000)]
sortable: implemented tolerance: "guess", which is also the default tolerance mode now, resolves issues with using tolerance "pointer" (closes #2837)
Paul Bakaus [Mon, 26 May 2008 11:39:25 +0000 (11:39 +0000)]
draggable: fixed #2791
Paul Bakaus [Mon, 26 May 2008 11:29:02 +0000 (11:29 +0000)]
sortable: fixed containment option
Paul Bakaus [Mon, 26 May 2008 11:24:50 +0000 (11:24 +0000)]
sortable: refactored big parts of sortable with new parts of draggable - scrolling problems should be fixed now, as well as many others.
Richard Worth [Mon, 26 May 2008 10:19:46 +0000 (10:19 +0000)]
Richard Worth [Mon, 26 May 2008 10:18:11 +0000 (10:18 +0000)]
Added platform cursors
Paul Bakaus [Mon, 26 May 2008 09:10:48 +0000 (09:10 +0000)]
sortable: option dropOnEmpty wasn't working correctly - in fact, you could always drop on empty containers. Now it checks again for the option, but it's default is true.
Paul Bakaus [Sun, 25 May 2008 18:29:53 +0000 (18:29 +0000)]
draggable: removed helpr animation from connectToSortable in favor of callbacks
Paul Bakaus [Sun, 25 May 2008 18:24:02 +0000 (18:24 +0000)]
sortable,draggable: made connectToSortable work again, now works with multiple sortables (closes #2785)
Paul Bakaus [Sun, 25 May 2008 16:50:18 +0000 (16:50 +0000)]
draggable, droppable: added a class do the active draggable helper, that will be ignored by droppables as droppable target (fixes #2886)
Paul Bakaus [Sun, 25 May 2008 16:41:01 +0000 (16:41 +0000)]
core: reverted change that caused all plugins to malfunction - will later be introduced when the tests are ready.
Paul Bakaus [Sun, 25 May 2008 16:06:24 +0000 (16:06 +0000)]
draggable: fixed absolute positioned element's scroll positions
Paul Bakaus [Sun, 25 May 2008 15:50:29 +0000 (15:50 +0000)]
effects.core: fixed parsing of IE left/top values in createWrapper (closes #2915)
Paul Bakaus [Sun, 25 May 2008 15:39:24 +0000 (15:39 +0000)]
draggable: fixed #2919
Paul Bakaus [Sun, 25 May 2008 14:24:02 +0000 (14:24 +0000)]
resizable,selectable,slider: changed this.disabled to this.options.disabled (fixes #2552)
Jörn Zaefferer [Sun, 25 May 2008 13:18:50 +0000 (13:18 +0000)]
svn:ignore Eclipse' .project file
Jörn Zaefferer [Sun, 25 May 2008 13:08:58 +0000 (13:08 +0000)]
svn:ignore Eclipse' .project file
Richard Worth [Sun, 25 May 2008 04:04:57 +0000 (04:04 +0000)]
merged experimental mouse branch
Richard Worth [Sun, 25 May 2008 03:34:18 +0000 (03:34 +0000)]
Move license files to root. Added version file.
Richard Worth [Sat, 24 May 2008 22:30:03 +0000 (22:30 +0000)]
Switched from jQuery 1.2.5 to 1.2.6
Richard Worth [Sat, 24 May 2008 20:53:02 +0000 (20:53 +0000)]
Richard Worth [Sat, 24 May 2008 20:52:04 +0000 (20:52 +0000)]
tests automated draggable - improved to work in IE6, FF2, Safari, Opera
Richard Worth [Sat, 24 May 2008 18:49:23 +0000 (18:49 +0000)]
tests automated draggable - some refactoring
Eduardo Lundgren [Sat, 24 May 2008 14:55:02 +0000 (14:55 +0000)]
Resizable automated tests - Resize fixed
Richard Worth [Sat, 24 May 2008 14:09:23 +0000 (14:09 +0000)]
Added draggable automated test - wip
Eduardo Lundgren [Sat, 24 May 2008 07:07:20 +0000 (07:07 +0000)]
Resizable automated tests prototype started
Paul Bakaus [Fri, 23 May 2008 13:32:32 +0000 (13:32 +0000)]
Paul Bakaus [Fri, 23 May 2008 12:24:41 +0000 (12:24 +0000)]
Paul Bakaus [Fri, 23 May 2008 11:14:15 +0000 (11:14 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:49:44 +0000 (09:49 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:48:26 +0000 (09:48 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:29:26 +0000 (09:29 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:26:51 +0000 (09:26 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:26:18 +0000 (09:26 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:23:30 +0000 (09:23 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:14:39 +0000 (09:14 +0000)]
Paul Bakaus [Fri, 23 May 2008 09:02:43 +0000 (09:02 +0000)]
Paul Bakaus [Thu, 22 May 2008 15:38:37 +0000 (15:38 +0000)]
- added initial file path structure
No Author [Thu, 22 May 2008 14:54:30 +0000 (14:54 +0000)]
Initial directory structure.