Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: fixed broken UTF-8 characters. | Scott González | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Widget factory: fixed #2981: Graceful handling of method calls on ↵ | Scott González | 2008-06-04 | 1 | -3/+3 |
| | | | | uninitialized plugins. | ||||
* | slider: fixed mouse refactoring issue that caused clicking somewhere on the ↵ | Paul Bakaus | 2008-06-04 | 1 | -0/+1 |
| | | | | slider not to fire any callbacks | ||||
* | Slider: fixed #2552: Disabled should be an option, not a property on the ↵ | Scott González | 2008-06-04 | 1 | -11/+3 |
| | | | | instance. | ||||
* | Core: Exposed the base widget prototype; Adding/removing disabled classes ↵ | Scott González | 2008-06-04 | 7 | -59/+31 |
| | | | | | | | automatically. Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods. Dialog: Delegating standard functionality for setData to the widget prototype. | ||||
* | Mouse: invoke drag immediately on start if the start occurs during mousemove.. | Scott González | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Mouse: trigger start on mouse down if distance 0 and delay 0; changed ↵ | Scott González | 2008-06-04 | 1 | -2/+7 |
| | | | | default distance to 1. | ||||
* | Dialog: Fixed modal dialogs so they are always on top of other dialogs when ↵ | Scott González | 2008-06-04 | 1 | -3/+5 |
| | | | | they open. | ||||
* | Set svn:eol-style to native | Richard Worth | 2008-06-04 | 50 | -7049/+7049 |
| | |||||
* | Dialog: added ability to set the resize handles. | Scott González | 2008-06-04 | 1 | -3/+5 |
| | |||||
* | Dialog: restructured init method. | Scott González | 2008-06-03 | 1 | -77/+74 |
| | |||||
* | Resizable grid bug on IE - fixed #2939 | Eduardo Lundgren | 2008-06-03 | 1 | -1/+1 |
| | |||||
* | Dialog: added stack option. | Scott González | 2008-06-03 | 1 | -19/+14 |
| | |||||
* | Removing extra blank line at the end - it break the yui compressor | Eduardo Lundgren | 2008-06-02 | 1 | -3/+3 |
| | |||||
* | unindentation | Scott González | 2008-06-01 | 11 | -3939/+3935 |
| | |||||
* | datepicker: getDate function now gets date whether or not datepicker is ↵ | Marc Grabanski | 2008-06-01 | 1 | -0/+3 |
| | | | | opened (fixes #2832) | ||||
* | alsoResize IE bug fixes | Eduardo Lundgren | 2008-06-01 | 1 | -5/+6 |
| | |||||
* | datepicker: changed yearRange to be relative to current year instead of ↵ | Marc Grabanski | 2008-06-01 | 1 | -2/+2 |
| | | | | selected year (fixes #2627) | ||||
* | Changed datepicker header and demo paths. | Marc Grabanski | 2008-06-01 | 1 | -7/+10 |
| | |||||
* | sortable: fixed issue when no placeholder is defined, and a issue with the ↵ | Paul Bakaus | 2008-06-01 | 1 | -2/+2 |
| | | | | element shown without positioning at drag start | ||||
* | resizable: resizable doesn't expose ui.instance anymore | Paul Bakaus | 2008-06-01 | 1 | -10/+9 |
| | |||||
* | fix object linking in options for puff and scale | Aaron Eisenberger | 2008-05-31 | 1 | -164/+166 |
| | |||||
* | effects: modified save mthod so it now only aves css atributes stored in the ↵ | Paul Bakaus | 2008-05-31 | 2 | -2/+3 |
| | | | | actual style attribute, fixes highlight | ||||
* | slider: implemented option "noKeyboard" to disable keyboard controls. | Paul Bakaus | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | Dialog: added dialogClass option (not officially supported right now). | Scott González | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Resizable: Flipped order of a conditional for performance benefit. | Scott González | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | draggable: more intersect calculation improvements when connected to sortables | Paul Bakaus | 2008-05-30 | 1 | -10/+3 |
| | |||||
* | draggable: another connectToSortable improvement: the activate/deactivate ↵ | Paul Bakaus | 2008-05-30 | 2 | -17/+30 |
| | | | | callbacks are now fired when the draggable starts dragging | ||||
* | draggable: fixed issue with connectToSortable, where the helper property was ↵ | Paul Bakaus | 2008-05-30 | 1 | -2/+3 |
| | | | | not properly restored later on | ||||
* | Tabs: Fixed #2867: Performing a global replace on templates. | Scott González | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | core: fixed mouse plugin event binding - now binds events with the namespace ↵ | Paul Bakaus | 2008-05-29 | 1 | -7/+7 |
| | | | | this.widgetName | ||||
* | datepicker: added localization back to /source/i18n | Paul Bakaus | 2008-05-29 | 32 | -0/+721 |
| | |||||
* | sortable: connecting draggables to a sortable and dropping them on the ↵ | Paul Bakaus | 2008-05-29 | 2 | -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 collection | Paul Bakaus | 2008-05-29 | 1 | -2/+2 |
| | |||||
* | sortable: implemented advanced placeholder functionality - the placeholder ↵ | Paul Bakaus | 2008-05-29 | 1 | -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. | ||||
* | effects: removed effect 'fade' (honestly not needed) | Paul Bakaus | 2008-05-28 | 5 | -49/+19 |
| | | | | | demos: added effects demo page effects: fixed many callback issues and other small issues | ||||
* | mouse: cleanup | Scott González | 2008-05-28 | 1 | -8/+6 |
| | |||||
* | datepicker: datepicker now follows the theming convention of UI (fixes #2650) | Paul Bakaus | 2008-05-28 | 1 | -63/+63 |
| | |||||
* | slider: fixed translateRange - axis parameter was missing (closes #2862) | Paul Bakaus | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | slider: fixed slider, now uses subclassing of the mouse plugin | Paul Bakaus | 2008-05-27 | 1 | -40/+58 |
| | |||||
* | draggable - ui-draggable and ui-draggable-disabled classes were not being added | Richard Worth | 2008-05-26 | 1 | -2/+9 |
| | |||||
* | (no commit message) | Paul Bakaus | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | sortable: implemented tolerance: "guess", which is also the default ↵ | Paul Bakaus | 2008-05-26 | 1 | -1/+2 |
| | | | | tolerance mode now, resolves issues with using tolerance "pointer" (closes #2837) | ||||
* | draggable: fixed #2791 | Paul Bakaus | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | sortable: fixed containment option | Paul Bakaus | 2008-05-26 | 1 | -4/+4 |
| | |||||
* | sortable: refactored big parts of sortable with new parts of draggable - ↵ | Paul Bakaus | 2008-05-26 | 2 | -265/+267 |
| | | | | scrolling problems should be fixed now, as well as many others. | ||||
* | sortable: option dropOnEmpty wasn't working correctly - in fact, you could ↵ | Paul Bakaus | 2008-05-26 | 1 | -12/+5 |
| | | | | always drop on empty containers. Now it checks again for the option, but it's default is true. | ||||
* | draggable: removed helpr animation from connectToSortable in favor of callbacks | Paul Bakaus | 2008-05-25 | 1 | -8/+0 |
| | |||||
* | sortable,draggable: made connectToSortable work again, now works with ↵ | Paul Bakaus | 2008-05-25 | 2 | -87/+112 |
| | | | | multiple sortables (closes #2785) | ||||
* | draggable, droppable: added a class do the active draggable helper, that ↵ | Paul Bakaus | 2008-05-25 | 2 | -1/+3 |
| | | | | will be ignored by droppables as droppable target (fixes #2886) |