Eduardo Lundgren
|
45bb23e02b
|
Sortable updateOriginalPosition added
|
2008-07-10 17:09:41 +00:00 |
|
Paul Bakaus
|
979e64bdd2
|
- moved all default css files into themes/default
- added Colorpicker, heavily modified for UI (thanks Stefan!)
|
2008-07-10 15:52:18 +00:00 |
|
Paul Bakaus
|
0cf0a105e6
|
core: trigger() needs to be able to return a value from triggerHandler
|
2008-07-10 14:56:19 +00:00 |
|
David Bolter
|
0a12681f30
|
fix for arrow key operation (refs #3801)
|
2008-07-10 14:28:19 +00:00 |
|
Scott González
|
12cdae02b1
|
New plugins for 1.6: Fixed headers and indentation.
|
2008-07-10 02:50:51 +00:00 |
|
Scott González
|
4f412c60ea
|
Dialog: Use new trigger method from the widget factory.
|
2008-07-10 02:45:49 +00:00 |
|
Scott González
|
d70f4f7620
|
Widget factory: Added trigger method for triggering callbacks and events.
|
2008-07-10 02:45:02 +00:00 |
|
Eduardo Lundgren
|
717630f6e0
|
Sortable math accuracy for tolerance pointer - checking the direction before rearrange
|
2008-07-10 00:56:29 +00:00 |
|
Scott González
|
dbddf389a2
|
Dialog: fixed triggered events.
|
2008-07-10 00:47:25 +00:00 |
|
Scott González
|
3370f9cc33
|
Dialog: cleanup.
|
2008-07-09 23:33:34 +00:00 |
|
Eduardo Lundgren
|
d1eaa41e7f
|
Sortable minor intersectWidth maths accuracy
|
2008-07-09 19:34:11 +00:00 |
|
Paul Bakaus
|
4e06fa6304
|
- removed 1.6 branch
- changed version in tags/1.5.2 to 1.5.2
- merged trunk with 1.6
|
2008-07-09 11:09:40 +00:00 |
|
Paul Bakaus
|
cf48fc7ee4
|
sortable: added forcePointerForContainers option (to have another intersection mode for items, but allow only one container to be activated at the same time), added custom object in options, that holds custom (defined) functions that are called instead of original pieces. Only for advanced developers, currently only supported function: refreshContainers.
|
2008-07-09 09:03:24 +00:00 |
|
Eduardo Lundgren
|
a8c39c29e2
|
Resizable - fixed #3074
|
2008-07-08 17:39:07 +00:00 |
|
Keith Wood
|
cf957b61d5
|
Fixed 3050 Renamed speed to duration, added support for UI effects animations.
Added standard date formats as attributes of $.datepicker.
Added timestamp metacharacter for date formats.
|
2008-07-08 09:54:48 +00:00 |
|
Keith Wood
|
41d6873a9f
|
Fixed 3033 First day is Monday
|
2008-07-08 09:46:23 +00:00 |
|
Paul Bakaus
|
c4a99f521b
|
prevent overriding/changing the actual $.ui.mouse object by extending it - this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work)
|
2008-07-07 07:39:12 +00:00 |
|
Klaus Hartl
|
9c6efa220e
|
UI Tabs: added index to ui object passed into event handlers
|
2008-07-06 15:03:38 +00:00 |
|
Klaus Hartl
|
f89359515d
|
UI Tabs: fixed usage of only an image as tab label
|
2008-07-06 14:53:40 +00:00 |
|
Keith Wood
|
ec94093f6e
|
Added gotoCurrent setting to show currently selected date instead of today
Fixed positioning for right-to-left languages
|
2008-07-06 05:31:06 +00:00 |
|
Keith Wood
|
8bbf22585b
|
Refactor to use $.data for instance settings
|
2008-07-06 05:27:47 +00:00 |
|
Paul Bakaus
|
3c14d55021
|
dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), implements #2728, fixed a couple jslint warnings
|
2008-07-04 10:56:29 +00:00 |
|
Paul Bakaus
|
539178291d
|
datepicker: stop propagation on the button triggering the datepicker (fixes #3047)
|
2008-07-04 10:32:41 +00:00 |
|
Paul Bakaus
|
17b2d9526a
|
slider: animate is a bit smoother now - stops the previous animation
|
2008-07-03 15:33:20 +00:00 |
|
Paul Bakaus
|
c0710fb6b2
|
slider: added animate option: can be simply set to true, or to a multiplier that makes the animation longer or shorter (higher = longer, shorter = faster)
|
2008-07-03 15:31:36 +00:00 |
|
Paul Bakaus
|
871092fc7a
|
slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854)
|
2008-07-03 15:11:53 +00:00 |
|
Paul Bakaus
|
7c5e5d9c5e
|
draggable: revert option now accepts "invalid", "valid" and true as possible options: true always reverts, "invalid" only reverts when not dropped on a possible target, and "valid" does the contrary (implements #2914)
|
2008-07-03 14:59:10 +00:00 |
|
Richard Worth
|
069fcab637
|
fixed #3061 - dialog buttons not visible without a theme file
|
2008-07-03 14:23:28 +00:00 |
|
Paul Bakaus
|
cbda2f35ae
|
droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none (fixed bool)
|
2008-07-03 14:01:24 +00:00 |
|
Paul Bakaus
|
9c2e67cff1
|
core: use triggerHandler instead of trigger to fire "remove" event - Safari seems to have a native remove event which actually removes DOM elements - very dangerous! (fixes #3037)
|
2008-07-03 13:35:07 +00:00 |
|
Paul Bakaus
|
ba5d58d41b
|
slider: browser's default outline isn't shown for the created links (fixes #3029)
|
2008-07-03 13:24:14 +00:00 |
|
Paul Bakaus
|
6aaf1598d2
|
droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none
|
2008-07-03 13:05:30 +00:00 |
|
Richard Worth
|
6e7572309a
|
Fixed #3059 - cannot select text in dialog content
|
2008-07-03 01:37:06 +00:00 |
|
Eduardo Lundgren
|
a14c917e8e
|
Dropabble minor performance changes
|
2008-07-02 17:38:34 +00:00 |
|
Aaron Eisenberger
|
c400e02621
|
preserve percent values if they are returned in createWrapper
|
2008-06-30 18:52:57 +00:00 |
|
Eduardo Lundgren
|
10747c3871
|
Dialog - Update resizable dialgos to use helper instead of proxy
|
2008-06-30 18:11:10 +00:00 |
|
Paul Bakaus
|
1b8cc84978
|
sortable: important restructuring in the sort function - callback and droppables/intersection now receive proper position information (also fixes #3022)
|
2008-06-30 14:08:06 +00:00 |
|
Eduardo Lundgren
|
75b29b66df
|
Sortables performance increased massively - using offsetWidth/offsetHeight to refreshPostions instead of outerWidth/outerHeight
|
2008-06-30 13:43:09 +00:00 |
|
Paul Bakaus
|
3603a87d7d
|
draggable: ui.absolutePosition, wasn't updated through plugins, fixes #3002
|
2008-06-30 13:15:00 +00:00 |
|
Keith Wood
|
9a67543cd2
|
Ensure datepicker is initially hidden
|
2008-06-30 09:47:46 +00:00 |
|
Eduardo Lundgren
|
e73d019dff
|
Sortable - fixed #3048
|
2008-06-29 14:34:14 +00:00 |
|
Richard Worth
|
fbdb9f08a9
|
fixed #3012 - Dialog causing iframe load event to fire in firefox 2
|
2008-06-28 13:48:01 +00:00 |
|
Richard Worth
|
60312808d0
|
fixed #3041 - Catalan localization
|
2008-06-28 02:50:46 +00:00 |
|
Eduardo Lundgren
|
f42d42b61f
|
Avoid IE memory leak on enableSelection, disableSelection methods.
|
2008-06-27 21:36:14 +00:00 |
|
Scott González
|
b4178f63fc
|
Accordion: Fixed parameters in dispatched events.
|
2008-06-27 13:12:03 +00:00 |
|
Scott González
|
0c1af7a99a
|
Tabs: Fixed parameters in dispatched events.
|
2008-06-27 13:07:05 +00:00 |
|
Scott González
|
0f6d7502ca
|
Dialog: Fixed #3032: Calling open on an already open dialog no longer causes problems.
|
2008-06-26 18:14:41 +00:00 |
|
Aaron Eisenberger
|
f901812169
|
typo
|
2008-06-26 16:02:47 +00:00 |
|
Aaron Eisenberger
|
ea87259568
|
include top,left in restore props until I can figure out a better way to keep positions for relative sizing
|
2008-06-26 16:01:46 +00:00 |
|
Aaron Eisenberger
|
269801ad84
|
add scale toggle and size to functional demos + move origin calculations to size
|
2008-06-26 15:58:38 +00:00 |
|