| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: Fix for #3576, adding headers to minified and packed files; current so... | Jörn Zaefferer | 2008-12-22 | 2 | -30/+0 |
* | Build: Fix for #3576, adding headers to minified and packed files; current so... | Jörn Zaefferer | 2008-12-22 | 14 | -2323/+46 |
* | fixed my name and Scott's in AUTHORS.txt | Jörn Zaefferer | 2008-12-22 | 1 | -2/+2 |
* | tests/visual: adjusted the formatting a bit. Separated dialog tests into simp... | Richard Worth | 2008-12-22 | 3 | -14/+31 |
* | Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixe... | Ca-Phun Ung | 2008-12-22 | 3 | -12/+68 |
* | accordion: update content div classes to move theme classes to wrapper with s... | Jörn Zaefferer | 2008-12-22 | 1 | -2/+2 |
* | updated content divs per Jörn's suggestion. Moved framework classes to wrapp... | Scott Jehl | 2008-12-22 | 2 | -7/+14 |
* | accordion: adjusting visual test to demonstrate theming issue | Jörn Zaefferer | 2008-12-22 | 1 | -1/+1 |
* | accordion: fix for #3626, refactoring resize code into its own public method | Jörn Zaefferer | 2008-12-22 | 1 | -16/+21 |
* | accordion: updated to icons: { header, headerSelected } | Jörn Zaefferer | 2008-12-22 | 1 | -6/+8 |
* | UI Tabs: added a few tests for remove method, still incomplete | Klaus Hartl | 2008-12-22 | 1 | -1/+14 |
* | adopted proposed markup for 1.6, fixes #3651 | Klaus Hartl | 2008-12-22 | 2 | -29/+50 |
* | removed rule that set background image to none on "today" highlight state. El... | Scott Jehl | 2008-12-22 | 1 | -1/+0 |
* | Dialog: Added hover and focus states to all buttons. | Scott González | 2008-12-21 | 1 | -2/+22 |
* | Datepicker #3647: Removed date range features, removed related tests, and fix... | Ca-Phun Ung | 2008-12-21 | 2 | -274/+23 |
* | Dialog: Fixed #3145: Added support for height: 'auto'. | Scott González | 2008-12-21 | 1 | -8/+12 |
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 3 | -18/+33 |
* | added tokens for background positioning and repeat to all themeable backgroun... | Scott Jehl | 2008-12-20 | 1 | -9/+9 |
* | Datepicker #3647: removed clickable weekdays. | Ca-Phun Ung | 2008-12-20 | 2 | -21/+1 |
* | Datepicker #3647: Slimed down datepicker by removing all code related to prom... | Ca-Phun Ung | 2008-12-20 | 1 | -45/+2 |
* | Dialog CSS: Whitesapce cleanup. | Scott González | 2008-12-20 | 1 | -2/+2 |
* | Dialog CSS: Set content to overflow auto so users can scroll to see the conte... | Scott González | 2008-12-20 | 1 | -1/+1 |
* | Datepicker: Fixes #3647: added correct class name to highlight selected day | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 |
* | functional demos: show instructions when navigating back to no-hash | Jörn Zaefferer | 2008-12-20 | 1 | -1/+4 |
* | Datepicker: Fixed #3647: Updated visual and automated tests to go with new ma... | Ca-Phun Ung | 2008-12-19 | 2 | -356/+198 |
* | Datepicker: Fixed #3647: Update markup to new UI CSS framework specs | Ca-Phun Ung | 2008-12-19 | 1 | -110/+78 |
* | Dialog: Fixed #3221: User outerWidth/Height for positioning. | Scott González | 2008-12-19 | 1 | -4/+4 |
* | Dialog: Fixed #3564: Proper positioning in Opera. | Scott González | 2008-12-19 | 1 | -2/+4 |
* | small padding shift in accordion headers | Scott Jehl | 2008-12-19 | 1 | -2/+2 |
* | removed opacity shift on slider range | Scott Jehl | 2008-12-19 | 1 | -1/+1 |
* | fixed active tab connection and padding | Scott Jehl | 2008-12-19 | 1 | -8/+5 |
* | Changed slider range and progressbar value divs to use ui-widget-header inste... | Scott Jehl | 2008-12-19 | 2 | -3/+3 |
* | Dialog: Fixed #3648: Use new CSS framework. | Scott González | 2008-12-19 | 2 | -89/+56 |
* | Dialog: Partial fix for #3648: Added resizable grip. | Scott González | 2008-12-19 | 1 | -1/+2 |
* | Dialog visual test: | Scott González | 2008-12-19 | 1 | -2/+9 |
* | Dialog: Partial fix for #3648: Setting proper class on hover of close button. | Scott González | 2008-12-18 | 1 | -2/+2 |
* | release build: Fix for #3577; also fixed min target to set correct charset (U... | Jörn Zaefferer | 2008-12-18 | 1 | -8/+7 |
* | sortable: removed default tolerance "guess" for the simplier (and better work... | Paul Bakaus | 2008-12-17 | 1 | -4/+6 |
* | Sortable accurateIntersection using outerWidth/outerHeight | Eduardo Lundgren | 2008-12-17 | 1 | -6/+7 |
* | separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ... | Scott Jehl | 2008-12-16 | 11 | -11/+35 |
* | - removed all !important flags. Replaced with additional selectors. | Scott Jehl | 2008-12-16 | 1 | -12/+12 |
* | - removed pseudo classes for focus (widgets manipulate classes for states ins... | Scott Jehl | 2008-12-15 | 1 | -7/+7 |
* | - removed broad active outline reset | Scott Jehl | 2008-12-15 | 1 | -9/+8 |
* | tests/slider: removed paging default (commented out in code. not in 1.5.2) | Richard Worth | 2008-12-15 | 1 | -1/+0 |
* | missing " | Richard Worth | 2008-12-14 | 1 | -1/+1 |
* | - removed :active outlines | Scott Jehl | 2008-12-14 | 1 | -2/+3 |
* | simplified a couple comments in core. | Scott Jehl | 2008-12-14 | 1 | -5/+2 |
* | accordion: #3646 update - expose icons as headerIcon and headerIconSelected o... | Jörn Zaefferer | 2008-12-14 | 1 | -4/+6 |
* | Fixed #3655 - $.keyCode should be $.ui.keyCode | Richard Worth | 2008-12-14 | 3 | -35/+34 |
* | tests/slider: addded some missing defaults | Richard Worth | 2008-12-14 | 1 | -2/+7 |