Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed default theme in favor of only one versioned css framework/TR theme ↵ | Richard Worth | 2009-01-07 | 97 | -97/+97 |
| | | | | - base | ||||
* | Refined demo left nav design and added selected state class. I need someone ↵ | Todd Parker | 2009-01-06 | 2 | -16/+29 |
| | | | | to look at these changes and figure out how they relate to the web demos template file because they seem to be almost copies of each other and I didn't update this file. | ||||
* | Fix for #3767 | Jörn Zaefferer | 2009-01-06 | 3 | -2/+7 |
| | |||||
* | demos/sortables/portlets.html - corrected page title | Richard Worth | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | demos/sortable: Added a portlets demo | Richard Worth | 2009-01-05 | 2 | -0/+91 |
| | |||||
* | mime-type and eol-style | Richard Worth | 2009-01-05 | 2 | -92/+92 |
| | |||||
* | Added mockup of the link to view demo in a new window and the view source ↵ | Todd Parker | 2009-01-05 | 2 | -7/+25 |
| | | | | spindown that need to be added above and below the description under the iframe. Demo css updated with styles needed and made Trebuchet MS the font on all rules. | ||||
* | Sortable demos: Using ids for selectors. | Scott González | 2009-01-05 | 3 | -8/+8 |
| | |||||
* | draggable containment demo fixed | Jörn Zaefferer | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Datepicker i18n: Fixed #3761: Removed the following values: | Scott González | 2009-01-04 | 37 | -373/+189 |
| | | | | | | | | | | | | | | | | | | closeStatus prevStatus prevBigText prevBigStatus nextStatus nextBigText nextBigStatus currentStatus monthStatus yearStatus weekHeader weekStatus dayStatus dateStatus initStatus | ||||
* | build: update YUICompressor 2.4.2 | Chi Cheng | 2009-01-04 | 2 | -1/+1 |
| | |||||
* | datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵ | Ca-Phun Ung | 2009-01-04 | 2 | -4/+24 |
| | | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. | ||||
* | fixes xhtml code (disabled="disabled") | Chi Cheng | 2009-01-04 | 1 | -3/+3 |
| | |||||
* | datepicker: fixes #3679 [focus error on IE if disabled]: added visual test ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -0/+10 |
| | | | | to verify. Both IE 6 & 7 do not return an error. | ||||
* | demos/datepicker/localization.html - fixed closing bracket in dropdown for ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -4/+4 |
| | | | | Arabic, Persian and Hebrew selections - something to do with RTL languages. | ||||
* | datepicker: fixes #3755 [clearText option exists but not used.]: removed ↵ | Ca-Phun Ung | 2009-01-04 | 38 | -40/+0 |
| | | | | clearText and clearStatus from ui.datepicker.js and related i18n files. | ||||
* | datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -23/+5 |
| | | | | _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7. | ||||
* | demos: fixed content out of boxes, font-size and paddings | Chi Cheng | 2009-01-04 | 11 | -73/+106 |
| | |||||
* | ui.core.js: corrected invalid (x)html | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | authors.txt: Added Rich Caloggero, Colin Clark, Michelle D'Souza. Changed ↵ | Richard Worth | 2009-01-03 | 1 | -1/+4 |
| | | | | Maggie Costello to Maggie Costello Wachs. | ||||
* | Happy New Year | Richard Worth | 2009-01-03 | 31 | -31/+31 |
| | |||||
* | Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. | Scott González | 2009-01-03 | 1 | -2/+4 |
| | |||||
* | Droppable test: Fixed accept default. | Scott González | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | demos/sortable/default: added some icons | Richard Worth | 2009-01-03 | 1 | -8/+9 |
| | |||||
* | release/build.xml: fixed clean task | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed #3756: Wrong height on every other open. | Scott González | 2009-01-03 | 1 | -0/+1 |
| | |||||
* | demos/index.html - replaced the $= attribute selector with an if condition ↵ | Ca-Phun Ung | 2009-01-03 | 1 | -4/+6 |
| | | | | for now to overcome the selector bug in 1.3. | ||||
* | demos/demos.css - fixed font-sizing in IE7. | Ca-Phun Ung | 2009-01-03 | 1 | -0/+8 |
| | |||||
* | 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 ↵ | Scott González | 2009-01-03 | 1 | -1/+2 |
| | | | | this.element.triggerHandler(). | ||||
* | Dialog: Fixed #3731: Contain dialogs within the document when dragging. | Scott González | 2009-01-03 | 1 | -0/+1 |
| | |||||
* | Updated all demos/tests to jQuery 1.3pre. | Scott González | 2009-01-03 | 136 | -136/+136 |
| | |||||
* | 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 ↵ | Scott González | 2009-01-03 | 1 | -9/+3 |
| | | | | contains function. | ||||
* | Widget factory: Updated ._trigger to use new event system in jQuery 1.3. | Scott González | 2009-01-03 | 1 | -4/+11 |
| | |||||
* | Updated jQuery 1.3pre to r6026. | Scott González | 2009-01-03 | 1 | -236/+220 |
| | |||||
* | fixed #3741 - ui.theme.css should not contain border-radius properties | Richard Worth | 2009-01-03 | 2 | -20/+20 |
| | |||||
* | datepicker: added a span wrapper to disabled dates for better styling of ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -1/+1 |
| | | | | unselectable days when setting min/max values. | ||||
* | demos/index.html - changed content-type to utf-8 to support datepickers in ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -0/+1 |
| | | | | other languages. | ||||
* | demos/datepicker/localization.html - replaced special character symbols with ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -9/+9 |
| | | | | equivalent html entities. | ||||
* | Added jQuery 1.3pre (r6018). | Scott González | 2009-01-02 | 1 | -0/+4158 |
| | |||||
* | demos/index.html - added fade in/out effect to demo notes. | Ca-Phun Ung | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | demos/index.html - fixed resetDemos function so year follows month by default. | Ca-Phun Ung | 2009-01-02 | 1 | -2/+2 |
| | |||||
* | demos: sortable: fixed connectWith + delay/distance demos | Paul Bakaus | 2009-01-02 | 2 | -3/+3 |
| | |||||
* | demos/index.html - fixed issue with browser refresh picking up wrong hash ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -7/+14 |
| | | | | value. Added a resetDemo function to reset datepicker so it picks up default values rather than localized values. | ||||
* | Reverted r1461 | Richard Worth | 2009-01-02 | 1 | -4/+1 |
| |