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