Scott González
|
32260c5ec4
|
Draggable demo: Inlined the revert logic in the revert demo.
|
2012-01-30 22:39:03 -05:00 |
|
Scott González
|
6c15eda086
|
Draggable demo: Inlined the cursorAt logic in the cursor-style demo.
|
2012-01-30 22:26:33 -05:00 |
|
Scott González
|
62ce3e0f87
|
Draggable: Moved containment extension into jquery.ui.draggable.js. Removed axis extension from constrain-movement demo.
|
2012-01-30 20:57:52 -05:00 |
|
Scott González
|
c5d029e83c
|
Draggable demo: Updated the events demo.
|
2012-01-28 19:58:13 -05:00 |
|
Scott González
|
b15af6a193
|
Draggable: Removed start positions in event data.
|
2012-01-28 19:34:29 -05:00 |
|
Scott González
|
7e7e79adb9
|
Draggable demo: Updated visual-feedback demo.
|
2012-01-28 11:13:18 -05:00 |
|
Scott González
|
d22a5281aa
|
Draggable demo: Implemented revert option in revert demo.
|
2012-01-28 11:00:49 -05:00 |
|
Scott González
|
2eb9b841a3
|
Draggable demo: Implemented cancel option in handle demo.
|
2012-01-28 10:52:27 -05:00 |
|
Scott González
|
f5ceca740f
|
Draggable demo: Implemented cursorAt option in cursor-style demo.
|
2012-01-28 10:45:55 -05:00 |
|
Scott González
|
3c6e8a7b91
|
Draggable: Only pass relevant data for each event.
|
2012-01-27 22:17:27 -05:00 |
|
Scott González
|
87c55b69e4
|
Draggable: Added beforeStart event.
|
2012-01-27 22:06:37 -05:00 |
|
Scott González
|
9d7b71bc29
|
Interaction demos: Cleanup.
|
2012-01-27 21:11:22 -05:00 |
|
Richard D. Worth
|
f5c2e29e16
|
Interaction demos: Added box demo
|
2012-01-26 14:04:01 -05:00 |
|
Richard D. Worth
|
2753173f40
|
Interaction demos: Added index and default
|
2012-01-26 11:11:16 -05:00 |
|
Scott González
|
91bf052d81
|
Draggable demo: Fixed containment option.
|
2012-01-22 14:55:09 -05:00 |
|
Scott González
|
509a3a673c
|
Draggable demo: Updated events demo to use interaction instead of mouse.
|
2012-01-20 22:10:30 -05:00 |
|
Scott González
|
7c9fd7a6d4
|
Draggable demos: Implement axis and containment options in constrain-movement demo.
|
2012-01-20 22:08:37 -05:00 |
|
Scott González
|
b0fda0cd14
|
Draggable: Added handle option.
|
2012-01-14 16:15:02 -05:00 |
|
Scott González
|
5240f72293
|
Merge branch 'master' into interactions
|
2012-01-07 20:46:41 -05:00 |
|
Scott González
|
bf9a9339e5
|
Droppable default demo: User interaction instead of mouse.
|
2012-01-07 11:56:18 -05:00 |
|
Jörn Zaefferer
|
85348eeebe
|
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
|
2012-01-04 16:42:16 +01:00 |
|
kborchers
|
aa267fb606
|
Menubar: Fix font-weight and spacing of disabled menu items
|
2011-12-01 14:51:23 -06:00 |
|
kborchers
|
490dc4d36b
|
Merge branch 'master' into menubar_otherStructures
|
2011-12-01 12:53:35 -06:00 |
|
Scott González
|
a28fb9f98f
|
Merge branch 'master' into interactions
Conflicts:
ui/jquery.ui.draggable.js
ui/jquery.ui.droppable.js
|
2011-11-23 12:33:44 -05:00 |
|
Scott González
|
dbaa744f0c
|
Interaction: Initial implementation for base interaction plugin.
|
2011-11-23 12:03:09 -05:00 |
|
Scott González
|
54fb1441fe
|
Upgrade jQuery to 1.7.1.
|
2011-11-22 08:43:09 -05:00 |
|
Jörn Zaefferer
|
66f9e12797
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
|
David De Sloovere
|
dfbd9be72d
|
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
|
2011-11-17 13:43:02 -06:00 |
|
stojce
|
b2d05f8b76
|
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
|
2011-11-17 12:45:36 -06:00 |
|
William Griffiths
|
6525365944
|
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
|
2011-11-17 12:34:33 -06:00 |
|
Michel Weimerskirch
|
326bfec626
|
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
|
2011-11-17 11:52:32 -06:00 |
|
Jörn Zaefferer
|
b81259652b
|
Tooltip: Add demo with custom tooltip style.
|
2011-11-16 18:42:38 +01:00 |
|
Scott González
|
924e80e576
|
Spinner: Handle changes to numberFormat and currency options.
|
2011-11-16 12:07:46 -05:00 |
|
Scott González
|
e5464f8f19
|
Accordion: Fixed back-compat for icons.headerSelected when icons option is null.
|
2011-11-16 08:00:03 -05:00 |
|
Richard D. Worth
|
f0f54e38d8
|
Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
|
2011-11-11 09:24:55 -05:00 |
|
Scott González
|
50dab05784
|
Upgrade jQuery to 1.7.
|
2011-11-09 10:18:33 -05:00 |
|
Scott González
|
f11dab34cc
|
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.
|
2011-11-01 18:16:04 -04:00 |
|
midlis
|
3b4e73e5f9
|
Demos: replace global.js with globalize.js.
|
2011-10-25 23:47:32 +01:00 |
|
kborchers
|
92c61b3507
|
Menubar: Allow structures other than just UL/LI
|
2011-10-19 13:59:07 -05:00 |
|
Hans Hillen
|
3c258bfa3c
|
Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).
|
2011-10-19 12:05:37 +02:00 |
|
Scott González
|
efe964d86e
|
Upgraded jQuery to 1.6.4.
|
2011-10-18 09:38:27 -04:00 |
|
kborchers
|
f24ab94f86
|
Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content.
|
2011-10-11 00:06:09 -05:00 |
|
Scott González
|
647bab506e
|
Tooltip demo: Use position option in tracking demo.
|
2011-10-08 07:36:48 -04:00 |
|
kborchers
|
bbcbd6899a
|
Popup: Added tooltip style demo and link to demos index
|
2011-10-06 22:58:19 -05:00 |
|
Jörn Zaefferer
|
cb372b7c20
|
Popup: Make menu dependency actually optional, cleanup demos
|
2011-09-21 22:54:29 +02:00 |
|
kborchers
|
2196b74a31
|
Popup: Added show/hide animations and a demo
|
2011-09-21 10:42:07 -05:00 |
|
Scott González
|
8274f081e0
|
Position demo: Updated sizes of elements.
|
2011-09-16 11:33:26 -04:00 |
|
Scott González
|
bf0e9f01fb
|
Spinner: Fixed map demo.
|
2011-09-14 09:49:17 -04:00 |
|
Jörn Zaefferer
|
25f2113cc1
|
Merge remote branch 'kborchers/position_flipfit2'
|
2011-08-15 11:32:49 +02:00 |
|
Scott González
|
1aea0ff4b8
|
Spinner: Removed value option. Don't change empty values to zero on init. Don't enforce min/max on blur.
|
2011-08-13 19:05:04 -04:00 |
|