Commit Graph

1020 Commits

Author SHA1 Message Date
Paul Bakaus
8b956e5389 fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) 2008-12-23 14:24:34 +00:00
Richard Worth
346034225a demos: Added default datepicker demo 2008-12-23 13:59:00 +00:00
Richard Worth
74be90eb84 demos: Added default dialog demo 2008-12-23 13:56:19 +00:00
Richard Worth
c9f6f0a8c9 demos: Added default tabs demo 2008-12-23 13:47:35 +00:00
Richard Worth
731bff8bcb demos: removed legacy demos folders - functional, real-world 2008-12-23 13:36:42 +00:00
Richard Worth
2b21245cd0 progressbar: changed value to have 'ui-widget-header' instead of 'ui-state-default' 2008-12-23 13:27:57 +00:00
Richard Worth
0725254aff demos: bumped down the nav font a bit 2008-12-23 13:26:07 +00:00
Richard Worth
1d3e8909ac demos: Added progressbar and slider demos 2008-12-23 13:23:38 +00:00
Richard Worth
8c94a14b0f demos: touched up the navigation a bit 2008-12-23 13:02:51 +00:00
Richard Worth
0aeb26d699 demos: Added default and mousover accordion demos 2008-12-23 12:05:08 +00:00
Richard Worth
de95fefbf0 demos: added index page for each plugin subfolder 2008-12-23 11:41:11 +00:00
Richard Worth
c9359e3a38 demos: index file 2008-12-23 11:24:52 +00:00
Richard Worth
811bf8678b updated default theme (UI Lightness) as generated by ThemeRoller v2 for 1.6rc3 release 2008-12-23 11:15:48 +00:00
Richard Worth
81a337f087 new demos folder structure 2008-12-23 10:56:48 +00:00
Richard Worth
22f25cbb0c merged dev/slider branch (revs 1152-1229) back to trunk 2008-12-23 10:38:12 +00:00
Richard Worth
723782d80c Tabs: Added tab hover and focus support. For #3651 Update markup to new UI CSS Framework specs 2008-12-23 08:00:59 +00:00
Scott González
ba704e3b71 Dialog: Removed unnecessary call to moveToTop in drag start. 2008-12-23 04:40:06 +00:00
Scott González
9dc9f22201 Dialog: Move to top on mousedown instead of mouseup. 2008-12-23 04:38:50 +00:00
Scott González
5e936731bd Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug. 2008-12-23 04:32:44 +00:00
Scott González
ca14d8cd66 Dialog static test: Removing duplicate ids. 2008-12-23 04:24:28 +00:00
Scott González
62bf1dd3bd Dialog: Setting the correct element for alsoResize. 2008-12-23 04:23:19 +00:00
Scott González
9924fb33c7 Tabs Static Test: Added missing ui-state-default class to active tab. 2008-12-22 20:34:32 +00:00
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
Scott Jehl
2f436836e7 overrode background on ui-tab-panel that is being set by ui-widget-content class. The wrapper has this class as well, so all this panel needs of the class is the text color. 2008-12-22 19:28:48 +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
Scott Jehl
224ae23179 Fixed 1px jog during animation. Works in FF, not in Safari. 2008-12-22 18:32:59 +00:00
Jörn Zaefferer
8f01e245ea Build: Added back packed folder to replace version 2008-12-22 18:29:29 +00:00
Jörn Zaefferer
4be1a4daca Build: Fix for #3576, adding headers to minified and packed files; current solution is rather ugly, need to refactor; also removed unnecessary files from old build scripts, while adding ant-contrib-0.6.jar 2008-12-22 18:27:08 +00:00
Jörn Zaefferer
9f75fb8231 Build: Fix for #3576, adding headers to minified and packed files; current solution is rather ugly, need to refactor; also removed unnecessary files from old build scripts, while adding ant-contrib-0.6.jar 2008-12-22 18:26:26 +00:00
Jörn Zaefferer
9d4bfd8c80 fixed my name and Scott's in AUTHORS.txt 2008-12-22 18:10:47 +00:00
Richard Worth
594ae9261b tests/visual: adjusted the formatting a bit. Separated dialog tests into simple dialog and dialog with buttons 2008-12-22 17:12:26 +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
Scott Jehl
100e11c85e updated content divs per Jörn's suggestion. Moved framework classes to wrapper. Padding on inner. 2008-12-22 15:22:17 +00:00
Jörn Zaefferer
87da54c4be accordion: adjusting visual test to demonstrate theming issue 2008-12-22 14:57:15 +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
36095fd0a7 UI Tabs: added a few tests for remove method, still incomplete 2008-12-22 11:45:29 +00:00
Klaus Hartl
0fd2e8c91d adopted proposed markup for 1.6, fixes #3651 2008-12-22 11:44:30 +00:00
Scott Jehl
1402ead00e removed rule that set background image to none on "today" highlight state. Element shows complete ui-state-highlight style now. 2008-12-22 04:12:54 +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
Scott Jehl
d4f48ededf added tokens for background positioning and repeat to all themeable backgrounds. Allows for easier addition of new textures 2008-12-20 19:52:00 +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
Scott González
8228353e3f Dialog CSS: Whitesapce cleanup. 2008-12-20 16:42:47 +00:00
Scott González
d05b824128 Dialog CSS: Set content to overflow auto so users can scroll to see the content if the content is too large to fit in the window. 2008-12-20 16:39:07 +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