Ca-Phun Ung
|
0339770320
|
Datepicker #3647: Added RTL support to the datepicker theme and reverted markup changes for RTL in r1196 for better semantics.
|
2008-12-22 20:24:27 +00:00 |
|
Ca-Phun Ung
|
80feca9864
|
Datepicker #3647: fixed disabled state for inline datepicker so it looks disabled visually and removed the erroneous cover div.
|
2008-12-22 19:18:15 +00:00 |
|
Ca-Phun Ung
|
3522a23b50
|
Datepicker #3647: added enable, disable, destroy buttons to visual test. Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation.
|
2008-12-22 15:47:35 +00:00 |
|
Jörn Zaefferer
|
bc5df7412c
|
accordion: update content div classes to move theme classes to wrapper with seperate content-wrap and content classes
|
2008-12-22 15:35:03 +00:00 |
|
Jörn Zaefferer
|
02e8e4d298
|
accordion: fix for #3626, refactoring resize code into its own public method
|
2008-12-22 14:50:59 +00:00 |
|
Jörn Zaefferer
|
47938b305e
|
accordion: updated to icons: { header, headerSelected }
|
2008-12-22 14:34:32 +00:00 |
|
Klaus Hartl
|
0fd2e8c91d
|
adopted proposed markup for 1.6, fixes #3651
|
2008-12-22 11:44:30 +00:00 |
|
Scott González
|
c688dab963
|
Dialog: Added hover and focus states to all buttons.
|
2008-12-21 18:00:42 +00:00 |
|
Ca-Phun Ung
|
77d17fc769
|
Datepicker #3647: Removed date range features, removed related tests, and fixed disabled states for prev, next and day.
|
2008-12-21 17:20:54 +00:00 |
|
Scott González
|
8fc17c78f7
|
Dialog: Fixed #3145: Added support for height: 'auto'.
|
2008-12-21 16:54:27 +00:00 |
|
Ca-Phun Ung
|
0a716a008e
|
Datepicker #3647: fixed RTL support for new UI markup.
|
2008-12-20 20:20:33 +00:00 |
|
Ca-Phun Ung
|
dcead10e80
|
Datepicker #3647: removed clickable weekdays.
|
2008-12-20 17:34:31 +00:00 |
|
Ca-Phun Ung
|
831dcf6f36
|
Datepicker #3647: Slimed down datepicker by removing all code related to prompt, status and week highlighting.
|
2008-12-20 17:14:43 +00:00 |
|
Ca-Phun Ung
|
7b1183d307
|
Datepicker: Fixes #3647: added correct class name to highlight selected day
|
2008-12-20 16:09:04 +00:00 |
|
Ca-Phun Ung
|
5459f6a5d9
|
Datepicker: Fixed #3647: Update markup to new UI CSS framework specs
|
2008-12-19 22:41:31 +00:00 |
|
Scott González
|
5a302934af
|
Dialog: Fixed #3221: User outerWidth/Height for positioning.
|
2008-12-19 20:34:54 +00:00 |
|
Scott González
|
d83bb9028c
|
Dialog: Fixed #3564: Proper positioning in Opera.
|
2008-12-19 20:23:57 +00:00 |
|
Scott González
|
03f07556bd
|
Dialog: Fixed #3648: Use new CSS framework.
- Removed .ui-dialog-container div.
- Removed autoResize option.
|
2008-12-19 03:05:01 +00:00 |
|
Scott González
|
3af7184f03
|
Dialog: Partial fix for #3648: Added resizable grip.
|
2008-12-19 02:12:10 +00:00 |
|
Scott González
|
cc22cc0de3
|
Dialog: Partial fix for #3648: Setting proper class on hover of close button.
|
2008-12-18 21:59:20 +00:00 |
|
Paul Bakaus
|
b81c873338
|
sortable: removed default tolerance "guess" for the simplier (and better working) default mode, and the plain "pointer" intersection
|
2008-12-17 19:35:13 +00:00 |
|
Eduardo Lundgren
|
6b2b98cb3d
|
Sortable accurateIntersection using outerWidth/outerHeight
|
2008-12-17 19:24:06 +00:00 |
|
Jörn Zaefferer
|
187268ef79
|
accordion: #3646 update - expose icons as headerIcon and headerIconSelected options
|
2008-12-14 11:45:24 +00:00 |
|
Richard Worth
|
ff64790b18
|
Fixed #3655 - $.keyCode should be $.ui.keyCode
|
2008-12-14 06:11:37 +00:00 |
|
Scott González
|
0c3bd6aff5
|
Dialog: Fixed #3664: Dialog fails to init on removed elements.
|
2008-12-13 15:12:34 +00:00 |
|
Richard Worth
|
24f2b7794c
|
corrected some invalid html <div/> to <div></div>
|
2008-12-13 11:51:33 +00:00 |
|
Richard Worth
|
b731dc5e97
|
Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs
|
2008-12-13 11:49:39 +00:00 |
|
Jörn Zaefferer
|
3244cbff8e
|
Accordion: #3646 - fixed icons
|
2008-12-12 19:25:34 +00:00 |
|
Jörn Zaefferer
|
28c5c53a09
|
Accordion: #3646 - add hover classes and unbind on destroy
|
2008-12-12 19:23:28 +00:00 |
|
Jörn Zaefferer
|
1d357cf4b4
|
Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an additional div
|
2008-12-12 13:58:41 +00:00 |
|
Jörn Zaefferer
|
ef27211d2d
|
Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added visual test and updated tests to markup changes
|
2008-12-12 13:20:34 +00:00 |
|
Paul Bakaus
|
a7dae90eff
|
sortable: fixed connectToSortable option, wasn't working with Arrays as described in the documentation
|
2008-12-11 15:02:21 +00:00 |
|
Paul Bakaus
|
68e700b30b
|
sortable,draggable: fixed issues with _convertPositionTo, missed from latest re-factor, miscalculated the absolute position including scroll
|
2008-12-11 13:39:15 +00:00 |
|
Paul Bakaus
|
315017ade9
|
sortable: fixed containment issue (with 'parent', height was miscalculated due to wrong append order)
|
2008-12-11 11:18:28 +00:00 |
|
Scott González
|
efdc61bd5b
|
Dialog: Remove ui-widget-content class on destroy.
|
2008-12-11 03:05:02 +00:00 |
|
Scott González
|
a9912abb2a
|
Progressbar: Fixed #3645: Use new CSS framework.
|
2008-12-11 03:03:13 +00:00 |
|
Scott González
|
f0051caec4
|
Dialog: Fixed variable re-declaration.
|
2008-12-11 02:48:20 +00:00 |
|
Scott González
|
713761c876
|
Dialog: Partial fix for #3648: Use new CSS framework.
|
2008-12-11 02:45:42 +00:00 |
|
Scott González
|
9eda8e4cb9
|
Dialog: Fixed #3638: Added closeText option (default 'close').
|
2008-12-11 02:25:51 +00:00 |
|
Richard Worth
|
925fbb3df4
|
effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM
|
2008-12-10 13:31:00 +00:00 |
|
Richard Worth
|
3d627f0ea9
|
Removed names from ui.core.js as all contribution credit is given in AUTHORS.txt and http://ui.jquery.com/about
|
2008-12-10 13:27:05 +00:00 |
|
Richard Worth
|
3db93ce80f
|
Removed UTF-8 BOM again. Turns out it was added by Notepad.
|
2008-12-10 13:20:06 +00:00 |
|
Richard Worth
|
c95e3b27a4
|
progressbar: Removed all progressbar options except value. Added visual test for disabled progressbar.
|
2008-12-10 05:12:08 +00:00 |
|
Richard Worth
|
38e2135472
|
core widget: added ui-state-disabled and aria-disabled to widget plugin's disable/enable/destroy
|
2008-12-10 05:10:37 +00:00 |
|
Keith Wood
|
58871808ac
|
Fixed 3642. firstDay displays day names incorrectly.
|
2008-12-08 10:27:39 +00:00 |
|
Keith Wood
|
4d43d674f8
|
Escape text to prevent date info substitution
|
2008-12-08 10:16:15 +00:00 |
|
Keith Wood
|
b870c1c63f
|
Fixed 3598. Datepicker Japanese translation replacement
|
2008-12-08 10:12:12 +00:00 |
|
Keith Wood
|
9c3c3489f4
|
Fixed 3610. Error in French l18n file.
|
2008-12-08 10:11:26 +00:00 |
|
Richard Worth
|
1d7176aa08
|
Removed some UTF-8 BOMs causing problems in the download builder versions of files.
|
2008-12-06 20:51:28 +00:00 |
|
Scott González
|
6e7e808d69
|
Dialog: Fixed #3637: Added role of button to close link.
|
2008-12-06 14:58:52 +00:00 |
|