aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* draggable: made connectToSortable work fine with helper: 'original' (by ↵Paul Bakaus2008-12-301-0/+5
| | | | removing top/left properties at sort end)
* sortable: merged draggable fixes into sortables (r1325,1313)Paul Bakaus2008-12-301-4/+12
|
* draggable: containment doesn't respect margins anymore (logical, and fixes 3538)Paul Bakaus2008-12-301-4/+4
|
* draggable: changed default for scroll option to truePaul Bakaus2008-12-301-1/+1
|
* droppable: missing default for option 'accept' (set to "*" = everything)Paul Bakaus2008-12-301-0/+1
|
* datepicker: IE6 css fixes for default theme.Ca-Phun Ung2008-12-301-1/+1
|
* demos: added opacity, revert and scroll demosPaul Bakaus2008-12-301-1/+11
| | | | draggable: fixed positioning issue with relative positioned elements relative to the body during scroll
* Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' ↵Richard Worth2008-12-301-1/+1
| | | | should be 'ui-resizable-helper'
* Resizable: Fixed order of default values.Scott González2008-12-291-1/+1
|
* accordion: Fixed #3682, setting overflow:auto for fillSpace:true accordions; ↵Jörn Zaefferer2008-12-261-3/+4
| | | | added demo
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a ↵Ca-Phun Ung2008-12-241-18/+7
| | | | better fix - needs refactoring.
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵Ca-Phun Ung2008-12-231-0/+18
| | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix).
* slider: removed hover and focus from range as it's not draggable (yet)Richard Worth2008-12-231-1/+2
|
* Resizable: Partial fix for supporting jQuery objects in alsoResize.Scott González2008-12-232-2/+2
| | | | Dialog: Fixed bug with content resizing.
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* progressbar: changed value to have 'ui-widget-header' instead of ↵Richard Worth2008-12-231-1/+1
| | | | 'ui-state-default'
* merged dev/slider branch (revs 1152-1229) back to trunkRichard Worth2008-12-231-428/+309
|
* Tabs: Added tab hover and focus support. For #3651 Update markup to new UI ↵Richard Worth2008-12-231-0/+18
| | | | CSS Framework specs
* Dialog: Removed unnecessary call to moveToTop in drag start.Scott González2008-12-231-1/+0
|
* Dialog: Move to top on mousedown instead of mouseup.Scott González2008-12-231-4/+1
|
* Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to ↵Scott González2008-12-231-1/+1
| | | | avoid resizable bug.
* Dialog: Setting the correct element for alsoResize.Scott González2008-12-231-1/+1
|
* Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵Ca-Phun Ung2008-12-221-6/+5
| | | | markup changes for RTL in r1196 for better semantics.
* Datepicker #3647: fixed disabled state for inline datepicker so it looks ↵Ca-Phun Ung2008-12-221-22/+18
| | | | disabled visually and removed the erroneous cover div.
* Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵Ca-Phun Ung2008-12-221-6/+11
| | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation.
* accordion: update content div classes to move theme classes to wrapper with ↵Jörn Zaefferer2008-12-221-2/+2
| | | | seperate content-wrap and content classes
* accordion: fix for #3626, refactoring resize code into its own public methodJörn Zaefferer2008-12-221-16/+21
|
* accordion: updated to icons: { header, headerSelected }Jörn Zaefferer2008-12-221-6/+8
|
* adopted proposed markup for 1.6, fixes #3651Klaus Hartl2008-12-221-18/+33
|
* Dialog: Added hover and focus states to all buttons.Scott González2008-12-211-2/+22
|
* Datepicker #3647: Removed date range features, removed related tests, and ↵Ca-Phun Ung2008-12-211-79/+22
| | | | fixed disabled states for prev, next and day.
* Dialog: Fixed #3145: Added support for height: 'auto'.Scott González2008-12-211-8/+12
|
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-16/+23
|
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-201-14/+1
|
* Datepicker #3647: Slimed down datepicker by removing all code related to ↵Ca-Phun Ung2008-12-201-45/+2
| | | | prompt, status and week highlighting.
* Datepicker: Fixes #3647: added correct class name to highlight selected dayCa-Phun Ung2008-12-201-1/+1
|
* Datepicker: Fixed #3647: Update markup to new UI CSS framework specsCa-Phun Ung2008-12-191-110/+78
|
* Dialog: Fixed #3221: User outerWidth/Height for positioning.Scott González2008-12-191-4/+4
|
* Dialog: Fixed #3564: Proper positioning in Opera.Scott González2008-12-191-2/+4
|
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-63/+56
| | | | | - Removed .ui-dialog-container div. - Removed autoResize option.
* Dialog: Partial fix for #3648: Added resizable grip.Scott González2008-12-191-1/+2
|
* Dialog: Partial fix for #3648: Setting proper class on hover of close button.Scott González2008-12-181-2/+2
|
* sortable: removed default tolerance "guess" for the simplier (and better ↵Paul Bakaus2008-12-171-4/+6
| | | | working) default mode, and the plain "pointer" intersection
* Sortable accurateIntersection using outerWidth/outerHeightEduardo Lundgren2008-12-171-6/+7
|
* accordion: #3646 update - expose icons as headerIcon and headerIconSelected ↵Jörn Zaefferer2008-12-141-4/+6
| | | | options
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-143-35/+34
|
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
|
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-132-6/+6
|
* Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specsRichard Worth2008-12-131-4/+3
|