Commit Graph

1687 Commits

Author SHA1 Message Date
Paul Bakaus
375effa42b demos: made right nav look good in IE 2009-01-23 13:57:09 +00:00
Paul Bakaus
f3eb832ed5 draggable: draggable should not scroll when constrained in one axis (fixes #3868) 2009-01-23 13:10:17 +00:00
Paul Bakaus
df6ac9c193 draggable: removed ui.options (fixes #3917) 2009-01-23 13:04:08 +00:00
Paul Bakaus
3d4bc637e9 core: the propagation for the mousedown has to be stopped in the mouse logic, otherwise causes much pain for nested widgets (fixes #3910) 2009-01-23 12:52:41 +00:00
Richard Worth
a84ce3f015 tests visual dialog: Added default 2009-01-23 10:52:57 +00:00
Paul Bakaus
f01deb7c1b accordion demos: removed duplicate </div>, fixes demos/accordion right hand nav on website 2009-01-23 10:08:45 +00:00
Richard Worth
39e2f8af21 eol-style, mime-type 2009-01-23 01:01:15 +00:00
Richard Worth
5162d8a1fe eol-style, mime-type 2009-01-23 00:58:41 +00:00
Richard Worth
20eb111803 tests/visual/datepicker: created default visual datepicker test 2009-01-23 00:58:00 +00:00
Richard Worth
82472cf8d3 png mime-types 2009-01-23 00:28:57 +00:00
Klaus Hartl
860203deb2 Tabs: always hide added panels, fixes #3875 2009-01-22 21:48:39 +00:00
Maggie Costello Wachs
c5125acde4 replaced * html hack with the zoom attribute (also a hack, but cleaner) 2009-01-22 16:41:16 +00:00
Paul Bakaus
f6dd7b0ddf resizable:
- knobHandles and default themes + theme detection removed (fixes #3906)
- partial refactor
2009-01-22 14:53:53 +00:00
Richard Worth
1b891501f2 whitespace 2009-01-22 13:10:18 +00:00
Richard Worth
6b80dc29c8 Merged remove-spaces target (ui/build.xml) into new whitespace target (build/build.xml). Deleted ui/build.xml 2009-01-22 13:09:18 +00:00
Richard Worth
f394771349 tests/visual/slider: Added default visual test for slider 2009-01-22 13:05:32 +00:00
Richard Worth
1acfe42746 renamed 'release' folder 'build' 2009-01-22 12:10:03 +00:00
Richard Worth
55109e2ace Removed @author - all attribution goes in AUTHORS.txt 2009-01-22 12:04:23 +00:00
Richard Worth
f3b91832ce tests: Added extra folder level for each plugin in static and visual test folders 2009-01-22 12:01:20 +00:00
Richard Worth
892c52225b themes/base: removed ui.allplugins.css in favor of ui.base.css (which @imports core and then all plugins). The link pattern is now
ui.base.css
 ui.theme.css
where before it was
 ui.core.css
 ui.theme.css
 ui.allplugins.css
2009-01-22 11:47:26 +00:00
Richard Worth
19a1468fc3 switched to jQuery 1.3.1 2009-01-22 09:13:28 +00:00
Richard Worth
4176d55bfb accordion: fixed always open regression introduced by r1715 2009-01-22 02:43:16 +00:00
Scott González
621392624b Core tests: Tests for :data selector. 2009-01-22 01:45:42 +00:00
Todd Parker
e1b16e22dd Fixed link to TR docs 2009-01-21 21:14:33 +00:00
Klaus Hartl
4af30fece3 UI Tabs: fixed broken animations and the frequently reported "jumpyness", fixes #3872 2009-01-21 21:05:07 +00:00
Scott Jehl
fe303b40d0 YUI combat: specified padding and borders for td, th 2009-01-21 20:27:41 +00:00
Scott Jehl
d88979d066 added list-style: none; to li's to combat other framework css 2009-01-21 20:18:44 +00:00
Scott Jehl
30cda94072 added pin icons 2009-01-21 20:02:21 +00:00
Scott Jehl
32169da768 updated ui.theme.css to new image filenames and changed image filenames 2009-01-21 19:25:39 +00:00
Todd Parker
6f42539018 Added new About and Theme links to left nav, removed letterspacing from css. 2009-01-21 18:17:39 +00:00
Scott Jehl
b30d836611 added margin-bottom: 2px to fix gap beneath open accordion panels 2009-01-21 18:13:56 +00:00
Scott Jehl
f6b6534ad4 prefixed all interior selectors with .ui-pluginname 2009-01-21 18:12:13 +00:00
Jörn Zaefferer
aef6c2e6b3 accordion: fix for #3896 2009-01-21 13:37:20 +00:00
Scott González
f80d9eb465 Core: Partial fix for #3559: Proper implementation for :focusable and :tabbable selectors. 2009-01-21 03:25:02 +00:00
Eduardo Lundgren
debb342662 Fixed #3733 2009-01-21 03:07:58 +00:00
Scott González
a034903233 Dialog: Don't override title option on init. 2009-01-20 21:57:00 +00:00
Maggie Costello Wachs
d3303c15b3 small fix to demo caption 2009-01-20 21:47:27 +00:00
Maggie Costello Wachs
80e15e7dc9 slightly reorganized/renamed demos to better reflect functionality 2009-01-20 21:30:24 +00:00
Maggie Costello Wachs
88d8063be4 slightly reorganized/renamed demos to better reflect functionality 2009-01-20 21:10:12 +00:00
Maggie Costello Wachs
565808ceae slightly reorganized/renamed demos to better reflect functionality 2009-01-20 20:13:03 +00:00
Maggie Costello Wachs
25c6c7e7ef slightly reorganized/renamed demos to better reflect functionality 2009-01-20 20:09:55 +00:00
Bohdan Ganicky
134d8bd5d2 ui.accordion.css: modified fix for #3844, hasLayout issue in IE6 2009-01-20 19:13:10 +00:00
Jörn Zaefferer
38b98551e3 accordion: Fix for #3844 2009-01-20 18:34:50 +00:00
Bohdan Ganicky
3b4bb33ea7 demos/draggable/events: tiny CSS fix for IE6 2009-01-20 16:49:33 +00:00
Paul Bakaus
1805e7827f sortable: connectWith should accept string selectors (fixes #3892, backward compatibility still existant) 2009-01-20 16:34:21 +00:00
Paul Bakaus
19aef25f79 sortable: fixed missing placeholder default (fixes #3889) 2009-01-20 16:20:44 +00:00
Paul Bakaus
ec19293915 sortable: fixed missing handle default (fixes #3889) 2009-01-20 16:10:43 +00:00
Paul Bakaus
22d67dd458 sortable: fixed missing connectWith default (fixes #3888) 2009-01-20 16:05:09 +00:00
Paul Bakaus
41ff7ea35e sortable: renamed 'default' tolerance to 'intersect' (it's a advanced intersection, after all), fixes #3887 2009-01-20 15:39:55 +00:00
Paul Bakaus
813372a7fb accordion: removal of selectedClass option (fixes #3886) 2009-01-20 14:54:32 +00:00