Commit Graph

1586 Commits

Author SHA1 Message Date
Maggie Costello Wachs
c3591d49d6 reorganized/renamed sortable demos 2009-01-16 22:51:08 +00:00
Maggie Costello Wachs
1b7fa8ca13 added docs class to documentation headers used in demos (not part of demo code) 2009-01-16 21:58:28 +00:00
Maggie Costello Wachs
c00881c078 reorganized/renamed selectable demos 2009-01-16 21:57:42 +00:00
Maggie Costello Wachs
3a65a632b6 reorganized/renamed resizable demos 2009-01-16 21:47:11 +00:00
Maggie Costello Wachs
479eff164e added renamed demo pages 2009-01-16 21:46:30 +00:00
Maggie Costello Wachs
9e0d436c61 reorganized/renamed the droppable demos 2009-01-16 21:11:47 +00:00
Maggie Costello Wachs
4b84cd942f forced a line break in the "snap to" nav text 2009-01-16 21:11:16 +00:00
Paul Bakaus
68951ddc11 sortable: $.ui.plugin is not used anymore (fixes #3725)
droppable: ixed activate/deactivate (jq 1.3 related), removed ui.element + ui.options
2009-01-16 20:41:03 +00:00
Maggie Costello Wachs
80b60146f6 scoped header styles used to document demos so that they don't interfere w/ demo code 2009-01-16 20:17:45 +00:00
Eduardo Lundgren
c631ae8d4f Fixed #3723 - Fix the ui.options reference 2009-01-16 18:35:04 +00:00
Jörn Zaefferer
4d44acdefc documentation build: don't escape embedded html; first stab at option examples 2009-01-16 17:31:43 +00:00
Chi Cheng
0c87cf400b effects: fix #3857 2009-01-16 16:53:46 +00:00
Maggie Costello Wachs
57c1900c96 cleared headers on stand-alone demo pages, they were wrapping with floats 2009-01-16 16:49:10 +00:00
Maggie Costello Wachs
7cbd56f109 reorganized effects from "general" into "movement" and "feedback", as they're categorized on the home page 2009-01-16 16:36:16 +00:00
Paul Bakaus
be932c2e58 droppable: removed all instances of $.ui.plugin, fairly safe here (fixes #3723) 2009-01-16 14:51:56 +00:00
Jörn Zaefferer
79647cdf12 release build: ignore missing version.txt, makes it easier to reuse build on ui-site 2009-01-16 11:19:18 +00:00
Klaus Hartl
26cdc6d22b UI Tabs: fixed adding Ajax tab to empty list (#2839 jQuery bug tracker) 2009-01-16 07:25:23 +00:00
Richard Worth
f3e60edda5 set version back to 1.6pre 2009-01-16 06:53:28 +00:00
Richard Worth
cc43dd4b79 set version to 1.6rc5 2009-01-16 06:05:39 +00:00
Eduardo Lundgren
2be6ebf078 Fixed #3058 2009-01-16 05:57:34 +00:00
Richard Worth
5bc30d7fe6 demos/draggable: removed old demo files 2009-01-16 05:48:44 +00:00
Richard Worth
fbc962faf6 demos/draggable: removed old demo files 2009-01-16 05:48:19 +00:00
Scott González
02358dc5f2 Slider Theme: Fixed #3848: Fixed vertical range sliders. 2009-01-16 05:28:52 +00:00
Eduardo Lundgren
e8b6fa3d75 Fixed #3843 2009-01-16 05:27:20 +00:00
Eduardo Lundgren
0065499e53 Fixed #3842 2009-01-16 05:16:04 +00:00
Eduardo Lundgren
9d3b03d5f7 Fixed #3841 - check for $.isFunction before trigger 2009-01-16 04:27:38 +00:00
Richard Worth
2809d50800 Fixed #3077 (Selectable cannot be selected by click) 2009-01-16 04:06:51 +00:00
Scott González
3887ee7e2a Sortable: Fixed _trigger method. 2009-01-16 02:25:03 +00:00
Eduardo Lundgren
8139c81d1b Revert changes for #3838 for the release 1.6rc5 2009-01-16 02:09:45 +00:00
Eduardo Lundgren
78c4d87d7b Fix for #3838 - Components should use this.widgetName on internally 2009-01-16 00:33:46 +00:00
Scott González
358be8bd46 Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity). 2009-01-15 23:19:27 +00:00
Eduardo Lundgren
c1b698bb55 Sortable test unit: change tolerance to default 2009-01-15 22:08:39 +00:00
Maggie Costello Wachs
c1447173c6 completed reorganization of draggable demos 2009-01-15 21:57:33 +00:00
Maggie Costello Wachs
3530c1f3f8 reorganized draggable demos and combined a few into new pages 2009-01-15 20:17:49 +00:00
Scott González
41ed54aaf6 Widget factory: Fixed event triggering (again).
Draggable: To modify the position during drag, you now set ui.position instead of returning new coords.
2009-01-15 19:40:11 +00:00
Keith Wood
3ead714520 Fixed 3805. Greek localisation 2009-01-15 11:25:53 +00:00
Richard Worth
2b728dc730 Happy Birthday jQuery (switched to jQuery 1.3) 2009-01-14 23:26:15 +00:00
Todd Parker
aa9672456e Added pin classes 2009-01-14 16:54:29 +00:00
Richard Worth
d60803f637 themes/base/ui.slider.css: fixed slider ranges in IE6 2009-01-14 03:58:25 +00:00
Scott González
d422915b8e Draggable: Fixed connectToSortable option. 2009-01-14 02:12:44 +00:00
Scott González
4496146898 Fold: Fixed duration. 2009-01-14 02:06:04 +00:00
Scott González
ee28d263b6 Pulsate: Fixed duration. 2009-01-14 02:00:25 +00:00
Scott González
3741f4ee04 Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3). 2009-01-14 00:32:12 +00:00
Scott González
8e5cbf6059 Dialog: Fixed #3813: Ensure the content is visible during init. 2009-01-14 00:27:25 +00:00
Scott Jehl
7ffeecefc9 fixed behavior where cursor moves faster than handle on drag - simple style toggle 2009-01-13 15:15:24 +00:00
Scott González
ca44391e5c Draggable: Reverted r1597 - no idea if there are cases that need to be handled that aren't in the test suite. 2009-01-13 02:51:13 +00:00
Scott González
99840f323e Draggable: Removed unnecessary setting of this.positionAbs in _trigger. 2009-01-13 02:13:58 +00:00
Richard Worth
877f03b853 switched to jQuery 1.3rc2 2009-01-13 00:49:10 +00:00
Scott Jehl
204742d1df added content panel reflowing if the handle is all the way right and the window gets wider 2009-01-12 18:00:29 +00:00
Scott Jehl
ff20a3e6a2 fixed the jump-click value issue - feels pretty good now 2009-01-12 17:05:04 +00:00