Commit Graph

  • 04e8503ff0 Progressbar: XHTML code/reorder defaults Chi Cheng 2008-08-07 20:17:02 +0000
  • 8200138152 Image cropper demo: fixs #3092 Chi Cheng 2008-08-07 18:39:16 +0000
  • 00f817251a Functional demos -Add 1.6 widgets links -Add spinner -Add colorpicker Chi Cheng 2008-08-07 17:17:06 +0000
  • 69c006c07f Datepicker:The updated and complete version of Datepicker Italian localization.(fixes #3167) Chi Cheng 2008-08-07 16:51:43 +0000
  • 1fa98fa332 Fixed #3169 - Ctrl-Select should use Cmd key on Mac Richard Worth 2008-08-06 01:47:47 +0000
  • b96618367e Fixed 3146 Inconsistent year/month change notify Keith Wood 2008-08-02 04:05:41 +0000
  • d3b3c59616 Fixed 3116 Incorrect handling of change of range select Keith Wood 2008-08-02 04:02:37 +0000
  • 869b6f03b0 Corrected keystrokes for big previous/next Moved global stayOpen into instances Use parseInt to convert to numeric Keith Wood 2008-08-02 04:00:32 +0000
  • 9c72777a43 Fixed 3137 Translations for new text Keith Wood 2008-08-02 03:52:31 +0000
  • ac86d4c6db autocomplete: added init/destroy tests Paul Bakaus 2008-07-30 18:13:58 +0000
  • 9b8fccfa4a Rename monthAfterYear setting to showMonthAfterYear Keith Wood 2008-07-30 12:22:15 +0000
  • b65b5d0873 draggable: fixed regression with convertPositionTo method and scroll offsets Paul Bakaus 2008-07-30 01:42:42 +0000
  • 2cd638e4a3 draggable: fixed ugly regression when no overflowed container existed Paul Bakaus 2008-07-29 02:13:02 +0000
  • 357a3c38b9 sortable: the outer container is not set to relative anymore, preventing some weird IE bugs Paul Bakaus 2008-07-29 01:58:21 +0000
  • 36d96a9e82 draggable: fixed IE scrolling but with overflowing containers and appendTo being used Paul Bakaus 2008-07-29 01:32:46 +0000
  • 1bf23b38fd draggable: fixed issue when scroll was set to true, and therefore droppables inside changed their position as well Paul Bakaus 2008-07-29 00:54:29 +0000
  • 67b53a582e draggable: fixed overflow calculation in the positioning methods Paul Bakaus 2008-07-29 00:10:51 +0000
  • 5bb45e13c6 moved history plugin to 1.7 Paul Bakaus 2008-07-28 21:11:48 +0000
  • f2265bf9e6 draggable,droppable: implemented cssNamespace option, if set to false/null, it won't add a class to the element Paul Bakaus 2008-07-28 21:06:04 +0000
  • c2ef2553bc sortable: small fix that causes the scope default not to work correctly Paul Bakaus 2008-07-28 18:53:29 +0000
  • 841751a0d5 1.8: initial version of tree component, dependant upon sortables and droppables 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues Paul Bakaus 2008-07-28 18:34:01 +0000
  • 609699d9e9 Fixed 2818 Display simultaneously past and current month in datepicker Keith Wood 2008-07-25 10:02:06 +0000
  • 7592610d87 Fixed 3111 Localisations for big previous/next steps Keith Wood 2008-07-25 09:59:05 +0000
  • 112493b8b9 draggable: since revert no longer checks for numbers, introduced a revertDuration option Paul Bakaus 2008-07-25 08:53:42 +0000
  • 531970d4ac Disable inline datepickers Keith Wood 2008-07-23 12:50:54 +0000
  • d165e454b4 Fixed 3107 Dialog example does not return false when clicked Demonstrate inline disabled datepicker Demonstrate big previous/next links Keith Wood 2008-07-23 12:39:48 +0000
  • 30be7d0953 Tests for inline disabled datepicker Keith Wood 2008-07-23 12:23:34 +0000
  • 72ea968893 Disable inline datepickers Keith Wood 2008-07-23 12:20:40 +0000
  • a87fa9856a Disable inline datepickers Keith Wood 2008-07-23 10:39:41 +0000
  • 323399c7bf Fixed 3105 First week in November day repeat Fixed 3088 Repeating date in October 2008 Keith Wood 2008-07-23 10:35:33 +0000
  • d1083005b4 Fixed 3108 Allow ids with square brackets Fixed 3113 Allow ids with colon or period Keith Wood 2008-07-23 10:29:15 +0000
  • 1f826dc041 Fixed 3111 Add option to allow large previous/next movements Keith Wood 2008-07-23 10:26:22 +0000
  • 57599ce033 don't need document ready on init Marc Grabanski 2008-07-20 17:16:09 +0000
  • d675c6c510 Datepicker div now appends to the document after the datepicker(); function is called instead of automatically on include. Marc Grabanski 2008-07-20 17:09:09 +0000
  • 5e1286120c updated default style path Marc Grabanski 2008-07-20 16:22:26 +0000
  • 3ddb7477e2 sortable: fixed a items issue caused the items of the container itself to be doubled if the connected query also match on it. Implemented the option connected (bool), for function serialize to also serialize connected lists. Paul Bakaus 2008-07-19 15:05:37 +0000
  • 5ec53d2c2c Fixed 3084 Arrange order of month and year selectboxes Keith Wood 2008-07-18 09:23:10 +0000
  • e139f6ccaa Fixed 3080 Calls _setDateFromField when inline Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges Keith Wood 2008-07-18 09:00:04 +0000
  • 0f1592128f Added tests for inline datepicker Keith Wood 2008-07-18 08:28:31 +0000
  • 83f858aa28 draggable: implemented more advanced features for the snap option - you can now pass in a object instead of a bolean into "snap", possible keys are the callbacks snap/release (which both receive ui.snapItem) and items (jQuery selector, defaults to :data(draggable)) Paul Bakaus 2008-07-17 16:13:10 +0000
  • db258edf2a draggable: fixed relative position bug (please NEVER check in elem.style just for performance optimizations) Paul Bakaus 2008-07-17 15:04:42 +0000
  • 872c757f40 Added missing ui-selectable-helper class to helper/lasso element Richard Worth 2008-07-16 00:28:25 +0000
  • 6cfb6208ee Magnifier: Partial cleanup. Scott González 2008-07-16 00:08:43 +0000
  • c2ce22addf Magnifier: Partial cleanup. Scott González 2008-07-15 02:00:34 +0000
  • e96c202a35 Magnifier: Partial cleanup. Scott González 2008-07-15 01:54:41 +0000
  • de8a6ea866 Magnifier: Partial cleanup. Scott González 2008-07-15 01:32:24 +0000
  • 5750375701 Tabs: Updated to use new trigger() method. Scott González 2008-07-14 23:54:16 +0000
  • 86f15f876f Accordion: Updated to use new trigger() method. Scott González 2008-07-14 23:41:02 +0000
  • e16cb37f2e completes keyboard operation (fixes #3801) David Bolter 2008-07-14 17:50:43 +0000
  • 0aa54f8dfc Droppable .is(accept) on init() fixed Eduardo Lundgren 2008-07-14 15:55:33 +0000
  • 3b300faa61 draggable: removed adding the class ui-draggable in favor of the new data selector Paul Bakaus 2008-07-14 14:24:00 +0000
  • c54f6ba62e core: added :data selector that matches elements that have data for a given key. droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2 Paul Bakaus 2008-07-14 14:21:07 +0000
  • d28b09a984 Color Picker: Fixed heading and indentation. Scott González 2008-07-14 01:26:28 +0000
  • dad128d84f Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51. Scott González 2008-07-14 00:50:01 +0000
  • 30952e6b3f accordion: fixed incosistent accordionchange event arguments (http://dev.jquery.com/ticket/3111) Jörn Zaefferer 2008-07-13 14:42:27 +0000
  • d1b099907d Dialog: If options.title is empty on init, set it to the title attribute of the dialog element. Scott González 2008-07-12 00:16:43 +0000
  • ac6189fd57 Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided (after initialization). Scott González 2008-07-12 00:14:19 +0000
  • 3bc322fd37 Added tests for datepicker structure and callbacks Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse Keith Wood 2008-07-11 11:02:45 +0000
  • abf37bdccd Add day-of-year to format and parse date routines Correct status display Keith Wood 2008-07-11 10:55:16 +0000
  • 9b7ab1621d Core: cleaned up $.ui.hasScroll(). Scott González 2008-07-11 01:57:19 +0000
  • bb0cac9cb9 Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided. Scott González 2008-07-11 00:44:33 +0000
  • c5352d82b5 Dialog: Fixed #3086: Fixed problem with auto margins in IE. Scott González 2008-07-11 00:31:24 +0000
  • 184f890e06 Minorl performance improvements at draggable init Eduardo Lundgren 2008-07-10 23:47:00 +0000
  • 45bb23e02b Sortable updateOriginalPosition added Eduardo Lundgren 2008-07-10 17:09:41 +0000
  • 979e64bdd2 - moved all default css files into themes/default - added Colorpicker, heavily modified for UI (thanks Stefan!) Paul Bakaus 2008-07-10 15:52:18 +0000
  • 0cf0a105e6 core: trigger() needs to be able to return a value from triggerHandler Paul Bakaus 2008-07-10 14:56:19 +0000
  • 0a12681f30 fix for arrow key operation (refs #3801) David Bolter 2008-07-10 14:28:19 +0000
  • 12cdae02b1 New plugins for 1.6: Fixed headers and indentation. Scott González 2008-07-10 02:50:51 +0000
  • 4f412c60ea Dialog: Use new trigger method from the widget factory. Scott González 2008-07-10 02:45:49 +0000
  • d70f4f7620 Widget factory: Added trigger method for triggering callbacks and events. Scott González 2008-07-10 02:45:02 +0000
  • 717630f6e0 Sortable math accuracy for tolerance pointer - checking the direction before rearrange Eduardo Lundgren 2008-07-10 00:56:29 +0000
  • dbddf389a2 Dialog: fixed triggered events. Scott González 2008-07-10 00:47:25 +0000
  • 3370f9cc33 Dialog: cleanup. Scott González 2008-07-09 23:33:34 +0000
  • d1eaa41e7f Sortable minor intersectWidth maths accuracy Eduardo Lundgren 2008-07-09 19:34:11 +0000
  • 4e06fa6304 - removed 1.6 branch - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 1.5.2 Paul Bakaus 2008-07-09 11:09:40 +0000
  • 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. Paul Bakaus 2008-07-09 09:03:24 +0000
  • a8c39c29e2 Resizable - fixed #3074 Eduardo Lundgren 2008-07-08 17:39:07 +0000
  • f9e3474daa fixed #3066 - Wrong cursor in dialog title when draggable is false Richard Worth 2008-07-08 12:18:05 +0000
  • 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. Keith Wood 2008-07-08 09:54:48 +0000
  • 41d6873a9f Fixed 3033 First day is Monday Keith Wood 2008-07-08 09:46:23 +0000
  • 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) Paul Bakaus 2008-07-07 07:39:12 +0000
  • 8814c8dc03 UI Tabs: make sure panels are hidden Klaus Hartl 2008-07-06 15:08:06 +0000
  • 9c6efa220e UI Tabs: added index to ui object passed into event handlers Klaus Hartl 2008-07-06 15:03:38 +0000
  • f89359515d UI Tabs: fixed usage of only an image as tab label Klaus Hartl 2008-07-06 14:53:40 +0000
  • c350d7b9f8 Correct readonly handling Display inline range date selection Demonstrate gotoCurrent setting Add alternate style demonstration Keith Wood 2008-07-06 05:39:40 +0000
  • 0a7dbd62bf Ensure button doesn't submit form Keith Wood 2008-07-06 05:37:21 +0000
  • 0b4831cedb Refactored datepicker to use $.data for instance settings Added tests for setDate Keith Wood 2008-07-06 05:33:41 +0000
  • ec94093f6e Added gotoCurrent setting to show currently selected date instead of today Fixed positioning for right-to-left languages Keith Wood 2008-07-06 05:31:06 +0000
  • 8bbf22585b Refactor to use $.data for instance settings Keith Wood 2008-07-06 05:27:47 +0000
  • 3c14d55021 dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), implements #2728, fixed a couple jslint warnings Paul Bakaus 2008-07-04 10:56:29 +0000
  • 539178291d datepicker: stop propagation on the button triggering the datepicker (fixes #3047) Paul Bakaus 2008-07-04 10:32:41 +0000
  • 17b2d9526a slider: animate is a bit smoother now - stops the previous animation Paul Bakaus 2008-07-03 15:33:20 +0000
  • 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) Paul Bakaus 2008-07-03 15:31:36 +0000
  • 871092fc7a slider: removed cursor:default on the a wrapper, allows for better styling, changing the cursor of the slider handle (fixes #2854) Paul Bakaus 2008-07-03 15:11:53 +0000
  • 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) Paul Bakaus 2008-07-03 14:59:10 +0000
  • 069fcab637 fixed #3061 - dialog buttons not visible without a theme file Richard Worth 2008-07-03 14:23:28 +0000
  • cbda2f35ae droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none (fixed bool) Paul Bakaus 2008-07-03 14:01:24 +0000
  • 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) Paul Bakaus 2008-07-03 13:35:07 +0000
  • ba5d58d41b slider: browser's default outline isn't shown for the created links (fixes #3029) Paul Bakaus 2008-07-03 13:24:14 +0000
  • 6aaf1598d2 droppable: a small performance improvement by not using :visible, and deferring to a simpler syntax of checking for diplay none Paul Bakaus 2008-07-03 13:05:30 +0000