aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sortable: fixed containment issue (with 'parent', height was miscalculated ↵Paul Bakaus2008-12-111-10/+10
| | | | due to wrong append order)
* Dialog: Remove ui-widget-content class on destroy.Scott González2008-12-111-1/+1
|
* Progressbar: Fixed #3645: Use new CSS framework.Scott González2008-12-112-15/+4
|
* Dialog: Fixed variable re-declaration.Scott González2008-12-111-18/+16
|
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-112-6/+33
|
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-112-1/+30
|
* Static dialog test: Added ARIA semantics.Scott González2008-12-111-3/+3
|
* - added overlay.html static demo to demonstrate the positionTo iframefix + ↵Scott Jehl2008-12-113-3/+79
| | | | | | | | | | shadow markup. It's actually not static, but a js demo with our markup recommendations, since we found it easier to communicate our recommendation that way. - edited ui-widget-overlay and ui-widget-shadow in theme.css - added ui-helper-zfix to core.css for iframe fix needs Comment tokens and TR levers for the overlay classes will be added tomorrow.
* changed ui-widget-overlay to a background with opacity (not yet lever driven)Scott Jehl2008-12-101-1/+1
|
* fixed icon placement in IE6Maggie Costello Wachs2008-12-102-2/+2
|
* edited doctype for IE6Maggie Costello Wachs2008-12-101-1/+1
|
* ui.core.css is now just core css helper dependenciesScott Jehl2008-12-103-227/+234
| | | | | added ui.theme.css - contains a themed set of TR classes with token comments (needs to be documented) ui.all.css now imports core, theme, and allplugins
* swapped circle with triangle iconsMaggie Costello Wachs2008-12-101-3/+3
|
* reinstated toggle link to show/hide class namesMaggie Costello Wachs2008-12-101-4/+5
|
* set svn:eol-style to nativeRichard Worth2008-12-100-0/+0
|
* effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOMRichard Worth2008-12-101-2/+2
|
* Removed names from ui.core.js as all contribution credit is given in ↵Richard Worth2008-12-101-1/+0
| | | | AUTHORS.txt and http://ui.jquery.com/about
* Removed UTF-8 BOM again. Turns out it was added by Notepad.Richard Worth2008-12-101-2/+2
|
* progressbar: Removed all progressbar options except value. Added visual test ↵Richard Worth2008-12-102-119/+13
| | | | for disabled progressbar.
* core widget: added ui-state-disabled and aria-disabled to widget plugin's ↵Richard Worth2008-12-101-3/+7
| | | | disable/enable/destroy
* fixed border and padding in headers for consistencyScott Jehl2008-12-092-3/+3
|
* cleaned up a couple misplaced tokensScott Jehl2008-12-091-7/+7
|
* change div close style from /> to ></div>Scott Jehl2008-12-091-2/+2
|
* missed an extra --> (now gone)Scott Jehl2008-12-091-1/+1
|
* added hover states to static pages.Scott Jehl2008-12-099-18/+34
|
* mime type text/htmlScott Jehl2008-12-090-0/+0
|
* uncommented different widget examples in demo pages.Scott Jehl2008-12-093-8/+11
|
* added demo states page for highlight and error statesScott Jehl2008-12-091-0/+97
|
* set height on parent containerScott Jehl2008-12-091-1/+2
| | | | | value height now 100% needs testing on multiple browsers
* updated to remove labelScott Jehl2008-12-092-33/+2
| | | | css now had one selector with 2 rules :)
* added icon static demo page for class lookup and referencingScott Jehl2008-12-091-0/+233
|
* following changes to datepicker demo page (missed it in first pass)Scott Jehl2008-12-081-2/+1
| | | | | set body font size to 62.5% on demos to make things a bit more pleasing to look at removed h1's on demo pages
* set body font size to 62.5% on demos to make things a bit more pleasing to ↵Scott Jehl2008-12-086-14/+10
| | | | | | look at removed h1's on demo pages
* - nevermind: changed demo and css to "progressbar" back to "progressindicator" Scott Jehl2008-12-082-0/+0
| | | | set proper mime types for demos
* changed demo and css to "progressindicator" rather than "progressbar"Scott Jehl2008-12-082-0/+0
|
* Changed tabs container padding slightly to match dialog and datepicker's design.Scott Jehl2008-12-082-3/+4
|
* - this file now imports core and allplugins.Scott Jehl2008-12-081-2/+2
| | | | | | | | | | | - changed back again - removed the url(..) (not necessary) Quick note: It seems that trunk is still not able to preview demos online. This is a problem, since we'll need to be linking to working code from the wiki and also referencing demo pages in conversation. Is there any way we could get this fixed soon? Thanks!
* Fixed 3642. firstDay displays day names incorrectly.Keith Wood2008-12-081-1/+2
|
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-2/+2
|
* Escape text to prevent date info substitutionKeith Wood2008-12-082-2/+2
|
* Fixed 3598. Datepicker Japanese translation replacementKeith Wood2008-12-081-20/+21
|
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-4/+4
|
* typoScott Jehl2008-12-071-1/+1
|
* @imports set up earlier this week needed url(...) wrappersScott Jehl2008-12-072-15/+10
|
* added ui.allwidgets.css to import all css except framework. Still unsure if ↵Scott Jehl2008-12-071-0/+7
| | | | this will be more helpful than ui.all for TR use. standby...
* Removed some UTF-8 BOMs causing problems in the download builder versions of ↵Richard Worth2008-12-061-1/+1
| | | | files.
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-062-1/+27
|
* added examples of labels offset from the left side, FG's recommendation for ↵Maggie Costello Wachs2008-12-052-5/+34
| | | | best workaround re: label position, requires no extra markup and max flexibility
* added ui-widget class to apply correct fontMaggie Costello Wachs2008-12-051-1/+1
|
* themes/base: changed comment-hidden tokens to use /*{tokenname}*/ format ↵Richard Worth2008-12-051-32/+32
| | | | instead of /*tokenname*/