aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* draggable: fixed margin inclusion in snap option (fixes #3853)Paul Bakaus2009-01-191-8/+8
* accordion: fixed calling activate with -1 and alwaysOpen: false not properly ...Paul Bakaus2009-01-191-0/+2
* accordion: fixed two small variable issues related to the rewritePaul Bakaus2009-01-191-3/+2
* accordion: partial refactor and cleanup, all proviously outer functions are n...Paul Bakaus2009-01-191-224/+253
* sortable: all callbacks with the exception of the beforeStop callback now fir...Paul Bakaus2009-01-191-8/+16
* draggable,sortable: if connectToSortable is used, ui.sender has to be the ori...Paul Bakaus2009-01-192-6/+3
* Fixed #3778 - Unable to select month: numberOfMonths - maxDate - changeMonth ...Keith Wood2009-01-191-1/+5
* Fixed #3859 - Datepicker can't pick years before 1999Keith Wood2009-01-191-3/+2
* Fixed #3858 - Datepicker not hiding consistently on external clickKeith Wood2009-01-191-2/+2
* $.widget: Fixed #3633: Moved call to _init outside of constructor. This make...Scott González2009-01-191-3/+1
* UI Tabs: fixed incomplete destroy method, fixes #3798Klaus Hartl2009-01-181-1/+9
* Removed broken utf-8 copyright characters.Scott González2009-01-181-2/+2
* Dialog: Fixed #3688: Don't add the button pane div if there are no buttons.Scott González2009-01-171-14/+12
* Dialog: Giving the content area and button pane priority over the title bar f...Scott González2009-01-171-6/+19
* Tabs: Fixed #3691: Removed the following options:Scott González2009-01-171-48/+49
* sortable: $.ui.plugin is not used anymore (fixes #3725)Paul Bakaus2009-01-162-119/+89
* Fixed #3723 - Fix the ui.options referenceEduardo Lundgren2009-01-161-6/+6
* effects: fix #3857Chi Cheng2009-01-161-3/+3
* droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723)Paul Bakaus2009-01-161-37/+6
* UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker)Klaus Hartl2009-01-161-3/+6
* Fixed #3058Eduardo Lundgren2009-01-161-2/+10
* Fixed #3843Eduardo Lundgren2009-01-161-1/+1
* Fixed #3842Eduardo Lundgren2009-01-161-2/+17
* Fixed #3841 - check for $.isFunction before triggerEduardo Lundgren2009-01-161-1/+1
* Fixed #3077 (Selectable cannot be selected by click)Richard Worth2009-01-161-6/+16
* Sortable: Fixed _trigger method.Scott González2009-01-161-2/+5
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-1610-172/+111
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-1610-111/+172
* Draggable: Fixed # 3808: Setting default opacity to null (preserve current op...Scott González2009-01-151-1/+1
* Widget factory: Fixed event triggering (again).Scott González2009-01-152-16/+13
* Fixed 3805. Greek localisationKeith Wood2009-01-151-0/+19
* Draggable: Fixed connectToSortable option.Scott González2009-01-141-1/+1
* Fold: Fixed duration.Scott González2009-01-141-2/+3
* Pulsate: Fixed duration.Scott González2009-01-141-5/+6
* Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).Scott González2009-01-141-16/+2
* Dialog: Fixed #3813: Ensure the content is visible during init.Scott González2009-01-141-0/+1
* Draggable: Reverted r1597 - no idea if there are cases that need to be handle...Scott González2009-01-131-0/+1
* Draggable: Removed unnecessary setting of this.positionAbs in _trigger.Scott González2009-01-131-1/+0
* 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