| Commit message (Expand) | Author | Age | Files | Lines |
* | slider: implemented auto orientation, removed _orientation() in favor of this... | Paul Bakaus | 2009-01-12 | 1 | -33/+28 |
* | slider: formatting | Paul Bakaus | 2009-01-12 | 1 | -14/+37 |
* | UI Tabs: fixed incorrectly named argument in try/catch block | Klaus Hartl | 2009-01-10 | 1 | -1/+1 |
* | UI Tabs: allow initializing an empty list, fixes #3683 | Klaus Hartl | 2009-01-10 | 1 | -1/+1 |
* | UI Tabs: fixed a bunch of problems that were introduced with the new markup, ... | Klaus Hartl | 2009-01-10 | 1 | -10/+8 |
* | UI Tabs: reviewed code to handle hover/focus states: needs to take disabling ... | Klaus Hartl | 2009-01-10 | 1 | -21/+14 |
* | core: fixed _trigger not modifing the original event with event.result | Paul Bakaus | 2009-01-09 | 2 | -2/+2 |
* | sortable: don't copy content from the original item into the placeholder anym... | Paul Bakaus | 2009-01-09 | 1 | -8/+7 |
* | Widget factory: _trigger will now set event.result if the callback returns a ... | Scott González | 2009-01-09 | 1 | -4/+11 |
* | draggable: removed unneeded comment block | Paul Bakaus | 2009-01-09 | 2 | -76/+77 |
* | set eol-style to native | Richard Worth | 2009-01-09 | 1 | -18/+18 |
* | datepicker: fixes #3779: added code to detect browser width/height in quirksm... | Ca-Phun Ung | 2009-01-08 | 1 | -2/+2 |
* | sortable,draggable: fixed order and propagation of events (fixes #3658, #3730... | Paul Bakaus | 2009-01-08 | 2 | -36/+39 |
* | draggable: revert 'invalid/valid' now works with dropping on sortables (fixes... | Paul Bakaus | 2009-01-08 | 1 | -6/+18 |
* | draggable: if cursorAt was used, revert was reverting to the wrong position (... | Paul Bakaus | 2009-01-08 | 1 | -3/+5 |
* | draggable: fixed convertPositionTo (fixes #3710) | Paul Bakaus | 2009-01-08 | 1 | -12/+8 |
* | draggable: re-implemented containment and grid support (fixes #3607) | Paul Bakaus | 2009-01-08 | 1 | -3/+34 |
* | draggable: second partial fix for remaining scroll issues (for the special ca... | Paul Bakaus | 2009-01-08 | 1 | -10/+13 |
* | Fixed 3764. Malaysian localisation | Keith Wood | 2009-01-08 | 1 | -0/+19 |
* | draggable: partial fix for remaining scroll issues (containment, grid broken ... | Paul Bakaus | 2009-01-08 | 1 | -47/+27 |
* | draggable,droppable,sortable: properly implemented cssNamespace option across... | Paul Bakaus | 2009-01-07 | 3 | -17/+18 |
* | datepicker: prev/next buttons were bumping in disabled state due to :hover ru... | Paul Bakaus | 2009-01-07 | 1 | -1/+5 |
* | accordion: all classes added should have a 'ui-' prefix (fixes #3705) | Paul Bakaus | 2009-01-07 | 1 | -4/+4 |
* | effects: improved syntax, arguments, fixes #3674 | Paul Bakaus | 2009-01-07 | 1 | -43/+69 |
* | explode: classed added to later remove temp elements without creating a scope... | Paul Bakaus | 2009-01-07 | 1 | -2/+2 |
* | cancel option should take in account <option> (fixes #3786) | Paul Bakaus | 2009-01-07 | 4 | -4/+4 |
* | Fix for #3767 | Jörn Zaefferer | 2009-01-06 | 1 | -0/+5 |
* | Datepicker i18n: Fixed #3761: Removed the following values: | Scott González | 2009-01-04 | 37 | -373/+189 |
* | datepicker: Fixes regression in #3232 [datepicker position problem in IE 6/7]... | Ca-Phun Ung | 2009-01-04 | 1 | -3/+15 |
* | datepicker: fixes #3755 [clearText option exists but not used.]: removed clea... | Ca-Phun Ung | 2009-01-04 | 38 | -40/+0 |
* | datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the _checkOffs... | Ca-Phun Ung | 2009-01-04 | 1 | -23/+5 |
* | ui.core.js: corrected invalid (x)html | Richard Worth | 2009-01-03 | 1 | -1/+1 |
* | Happy New Year | Richard Worth | 2009-01-03 | 25 | -25/+25 |
* | Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. | Scott González | 2009-01-03 | 1 | -2/+4 |
* | Droppable: Fixed #3727: Use this._trigger for all callbacks/events. | Scott González | 2009-01-03 | 1 | -5/+6 |
* | Draggable: Proper event prefix. | Scott González | 2009-01-03 | 1 | -0/+1 |
* | Dialog: Fixed #3756: Wrong height on every other open. | Scott González | 2009-01-03 | 1 | -0/+1 |
* | Dialog: Fixed #3753: Cleaned ui hash in callbacks. | Scott González | 2009-01-03 | 1 | -5/+5 |
* | Selectable: Fixed #3752: Cleaned up ui hash in callbacks. | Scott González | 2009-01-03 | 1 | -27/+8 |
* | Selectable: Fixed #3729: Use this._trigger for all callbacks. | Scott González | 2009-01-03 | 1 | -16/+16 |
* | Draggable: Partial fix for #3726: Using this._trigger() instead of this.eleme... | Scott González | 2009-01-03 | 1 | -1/+2 |
* | Dialog: Fixed #3731: Contain dialogs within the document when dragging. | Scott González | 2009-01-03 | 1 | -0/+1 |
* | Core: Cleaned up warnings. | Scott González | 2009-01-03 | 1 | -1/+2 |
* | Core: Changed $.ui.contains to use the same logic as jQuery's internal contai... | Scott González | 2009-01-03 | 1 | -9/+3 |
* | Widget factory: Updated ._trigger to use new event system in jQuery 1.3. | Scott González | 2009-01-03 | 1 | -4/+11 |
* | datepicker: added a span wrapper to disabled dates for better styling of unse... | Ca-Phun Ung | 2009-01-02 | 1 | -1/+1 |
* | Reverted r1461 | Richard Worth | 2009-01-02 | 1 | -4/+1 |
* | Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger. | Scott González | 2009-01-01 | 1 | -1/+4 |
* | Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ... | Richard Worth | 2009-01-01 | 1 | -1/+1 |
* | reverted r1414 as it doesn't work in IE | Richard Worth | 2009-01-01 | 1 | -1/+1 |