]>
source.dussan.org Git - jquery-ui.git/log
Scott González [Fri, 20 Apr 2012 15:06:11 +0000 (11:06 -0400)]
Merge branch 'master' into position-notification
Scott González [Fri, 20 Apr 2012 15:02:50 +0000 (11:02 -0400)]
Position: Use offsets for all calculations in feedback API.
Scott González [Fri, 20 Apr 2012 14:12:14 +0000 (10:12 -0400)]
Position: Use targetElem for events to maintain consistency.
Scott González [Fri, 20 Apr 2012 14:10:02 +0000 (10:10 -0400)]
Position: Simplify border calculations for feedback.
Jörn Zaefferer [Fri, 20 Apr 2012 12:15:57 +0000 (14:15 +0200)]
Position: Also create a local reference for Math.round; update other Math references
Jörn Zaefferer [Fri, 20 Apr 2012 12:13:52 +0000 (14:13 +0200)]
Position: offset() always returns null for window, so provide default 0/0 coordinates to avoid checks further down
Jörn Zaefferer [Fri, 20 Apr 2012 12:09:17 +0000 (14:09 +0200)]
Position: Move Math.abs/max definitions to the top of the file
kborchers [Fri, 20 Apr 2012 04:50:52 +0000 (23:50 -0500)]
Menu tests: Update tests to test mouseenter instead of mouseover
kborchers [Fri, 20 Apr 2012 04:49:33 +0000 (23:49 -0500)]
Menu: Bind to mouseenter instead of mouseover to avoid use of stopImmediatePropagation
TJ VanToll [Tue, 10 Jan 2012 02:42:56 +0000 (21:42 -0500)]
Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal dialog does not disable resizables on the page.
G Karunakar [Sat, 14 Apr 2012 19:58:40 +0000 (01:28 +0530)]
Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Datepicker: Incorrect translations for Hindi locale.
Scott González [Fri, 20 Apr 2012 00:34:53 +0000 (20:34 -0400)]
Grunt: Added link to JSHint issue.
Scott González [Thu, 19 Apr 2012 17:12:23 +0000 (13:12 -0400)]
Spinner tests: Don't pollute the global namespace with helpers.
Scott González [Thu, 19 Apr 2012 17:03:21 +0000 (13:03 -0400)]
Tests: Move commonWidgetTests() to TestHelpers.
Scott González [Thu, 19 Apr 2012 16:53:06 +0000 (12:53 -0400)]
Tabs tests: Don't pollute the global namespace with helpers.
kborchers [Thu, 19 Apr 2012 16:19:52 +0000 (11:19 -0500)]
Menu tests: Don't pollute the global namespace with helpers.
Scott González [Thu, 19 Apr 2012 15:37:33 +0000 (11:37 -0400)]
Accordion tests: Don't polloute the global namespace with helpers.
Scott González [Thu, 19 Apr 2012 15:21:24 +0000 (11:21 -0400)]
Tests: Lint.
Scott González [Thu, 19 Apr 2012 15:17:35 +0000 (11:17 -0400)]
Tests: Lint.
Scott González [Thu, 19 Apr 2012 14:50:09 +0000 (10:50 -0400)]
Tests: Lint.
Scott González [Thu, 19 Apr 2012 14:29:55 +0000 (10:29 -0400)]
Menu: Lint.
Scott González [Thu, 19 Apr 2012 14:27:06 +0000 (10:27 -0400)]
Tests: Lint.
kborchers [Thu, 19 Apr 2012 14:22:55 +0000 (09:22 -0500)]
Merge branch 'menuaria' into master
Scott González [Thu, 19 Apr 2012 13:39:21 +0000 (09:39 -0400)]
Tests: Lint
Bertjh [Thu, 19 Apr 2012 13:05:37 +0000 (09:05 -0400)]
Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI 1.8.19 don't respect forcePlaceholderSize.
Scott González [Thu, 19 Apr 2012 13:03:22 +0000 (09:03 -0400)]
Sortable: Whitespace.
Scott González [Thu, 19 Apr 2012 02:46:39 +0000 (22:46 -0400)]
Tests: Lint.
Scott González [Thu, 19 Apr 2012 02:36:15 +0000 (22:36 -0400)]
Tests: Lint.
kborchers [Thu, 19 Apr 2012 02:30:07 +0000 (21:30 -0500)]
Menu: Whitespace
kborchers [Thu, 19 Apr 2012 02:29:39 +0000 (21:29 -0500)]
Menu: Add unit tests for testing disabled items
Scott González [Thu, 19 Apr 2012 01:57:51 +0000 (21:57 -0400)]
Remove trailing whitespace.
Scott González [Wed, 18 Apr 2012 20:41:53 +0000 (16:41 -0400)]
Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon.
Scott González [Wed, 18 Apr 2012 20:31:30 +0000 (16:31 -0400)]
Build: Removed ant build.
Scott González [Wed, 18 Apr 2012 20:17:21 +0000 (16:17 -0400)]
Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @VERSION replacement incomplete.
Jörn Zaefferer [Wed, 18 Apr 2012 14:43:25 +0000 (16:43 +0200)]
Position: Cleanup variable definitions, move undefined vars to the top
kborchers [Wed, 18 Apr 2012 02:41:30 +0000 (21:41 -0500)]
Menu: Update divider width
Jörn Zaefferer [Tue, 17 Apr 2012 22:30:47 +0000 (00:30 +0200)]
Position: Make getOffsets and parseCss helpers local functions, no need to expose those
Jörn Zaefferer [Tue, 17 Apr 2012 07:57:17 +0000 (09:57 +0200)]
Tooltip: Update custom-style demo, remove the ugly padding that was hiding layout issues, use new position feedback API instead of position callout in more then just one place
Jörn Zaefferer [Tue, 17 Apr 2012 07:56:20 +0000 (09:56 +0200)]
Tooltip: Remove bad docs links from headers
kborchers [Tue, 17 Apr 2012 04:30:33 +0000 (23:30 -0500)]
Menu: Modified interactions to allow keyboard navigation to disabled items so that they are announced by screen readers but prevent selection of and navigation to sub-menus of disabled items
kborchers [Mon, 16 Apr 2012 12:05:02 +0000 (07:05 -0500)]
Menu: Fixed typo in comment
kborchers [Mon, 16 Apr 2012 12:02:28 +0000 (07:02 -0500)]
Menu: Add aria-disabled attribute to disabled items, namespace and cleanup the currentEventTarget click event
Scott González [Sun, 15 Apr 2012 18:25:55 +0000 (14:25 -0400)]
Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element.
kborchers [Sat, 14 Apr 2012 20:00:19 +0000 (16:00 -0400)]
Menu: Check that the event object is defined before checking type
kborchers [Sat, 14 Apr 2012 19:33:48 +0000 (15:33 -0400)]
Menu: Remove most event.stopImmediatePropagation() to allow proper event bubbling
Jörn Zaefferer [Fri, 13 Apr 2012 14:05:29 +0000 (16:05 +0200)]
Position: Expose target and element dimensions to allow further customization, like calculating the angle between the two elements
Jörn Zaefferer [Fri, 13 Apr 2012 13:12:37 +0000 (15:12 +0200)]
Position: Cache the scrollbarWidth calculation result
Jörn Zaefferer [Fri, 13 Apr 2012 13:05:43 +0000 (15:05 +0200)]
Position: Extract getWithinInfo method, use that for tests that call getScrollInfo directly, pass within info to that, gets rid of a few more DOM accesses
Jörn Zaefferer [Fri, 13 Apr 2012 12:46:43 +0000 (14:46 +0200)]
Position: Finish refactoring of within data
Rick Waldron waldron.rick@gmail.com [Thu, 12 Apr 2012 17:32:11 +0000 (13:32 -0400)]
Remove compare_size; defer to plugin.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
Jörn Zaefferer [Thu, 12 Apr 2012 16:33:31 +0000 (18:33 +0200)]
Position: Refactor within-data to avoid calculating that more then needed. Not quite done, but good enough for now
Jörn Zaefferer [Thu, 12 Apr 2012 15:48:01 +0000 (17:48 +0200)]
Position: Inline center variable. Not necessary with gzip (or a good minifier) in place, wasn't consistent with other inline strings
Jörn Zaefferer [Thu, 12 Apr 2012 15:33:05 +0000 (17:33 +0200)]
Position: add target property to feedback argument, to allow additional calculation in user's using callback
Jörn Zaefferer [Thu, 12 Apr 2012 15:14:03 +0000 (17:14 +0200)]
Position: Cache Math.abs and Math.max lookups
Jörn Zaefferer [Thu, 12 Apr 2012 15:10:51 +0000 (17:10 +0200)]
Position: Refactor css parse calls
Jörn Zaefferer [Thu, 12 Apr 2012 15:10:32 +0000 (17:10 +0200)]
Position: Cleanup feedback test page
Jörn Zaefferer [Thu, 12 Apr 2012 14:57:51 +0000 (16:57 +0200)]
Position: Calculate scrollInfo just once, not for each element
Jörn Zaefferer [Thu, 12 Apr 2012 14:56:54 +0000 (16:56 +0200)]
Position: Refactor offset calculations
Jörn Zaefferer [Thu, 12 Apr 2012 14:14:16 +0000 (16:14 +0200)]
Position: Restrict the center/middle priority to target < element cases
Jörn Zaefferer [Wed, 11 Apr 2012 23:32:30 +0000 (01:32 +0200)]
Position: Improve feedback API by giving the center/middle position more weight. Also removed themeswitcher from test pages, now load faster
Jörn Zaefferer [Wed, 11 Apr 2012 13:20:30 +0000 (15:20 +0200)]
Position: Extend feedback test page to include two mouse-positioned elements, highlights the 0px center/middle limitation
Also rename the demo file to match the variables names, 'feedback', instead of 'notification'
Jörn Zaefferer [Tue, 10 Apr 2012 22:19:26 +0000 (00:19 +0200)]
Position: Mini refactoring, avoids proxying using callback multiple times if more then one element is positioned
Jörn Zaefferer [Tue, 10 Apr 2012 21:41:41 +0000 (23:41 +0200)]
Position: Fix single var, whitespace. Clone targetOffset to avoid reading that twice
Jörn Zaefferer [Tue, 10 Apr 2012 20:16:38 +0000 (22:16 +0200)]
Position: Use a separate object and argument for the feedback information, keeping position props as they were
Jörn Zaefferer [Tue, 10 Apr 2012 16:11:28 +0000 (18:11 +0200)]
Position: First draft for a new notification API, via using callback, telling you were the of-element is, not just when something flipped. New test page demonstrates usage
Scott González [Tue, 10 Apr 2012 12:39:18 +0000 (08:39 -0400)]
Menu: Cleanup.
Scott González [Sun, 8 Apr 2012 00:37:12 +0000 (20:37 -0400)]
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).
kborchers [Sat, 7 Apr 2012 22:43:15 +0000 (17:43 -0500)]
Merge branch 'menuDividers' into master
kborchers [Sat, 7 Apr 2012 20:38:27 +0000 (15:38 -0500)]
Menu: Add dividers using empty list items
Scott González [Fri, 6 Apr 2012 13:02:39 +0000 (09:02 -0400)]
Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs: Don't forcefully remove filter attribute.
kborchers [Thu, 5 Apr 2012 03:11:57 +0000 (22:11 -0500)]
Merge branch 'positionWithin'
Jörn Zaefferer [Wed, 4 Apr 2012 09:14:03 +0000 (11:14 +0200)]
Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
Jörn Zaefferer [Wed, 4 Apr 2012 08:52:41 +0000 (10:52 +0200)]
Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint in those remaining
kborchers [Wed, 4 Apr 2012 02:08:34 +0000 (21:08 -0500)]
Position: Fixed issue with offsets using the within option which caused flips to not happen when the containing element had been scrolled.
Scott González [Tue, 3 Apr 2012 23:59:08 +0000 (19:59 -0400)]
Tabs: Coding standards.
Scott González [Tue, 3 Apr 2012 20:47:14 +0000 (16:47 -0400)]
Autocomplete: Move race condition logic from ajax requests to general response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
Scott González [Tue, 3 Apr 2012 19:36:33 +0000 (15:36 -0400)]
Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker is stuck open if label is clicked from open state.
Scott González [Tue, 3 Apr 2012 11:14:47 +0000 (07:14 -0400)]
Autocomplete: Add header protection which was accidentally removed.
Jörn Zaefferer [Tue, 3 Apr 2012 08:49:34 +0000 (10:49 +0200)]
Position: Extend main visual test page with simple 'arrow' callouts, as a starting pointing for a better collision notification API
Jörn Zaefferer [Tue, 3 Apr 2012 08:35:42 +0000 (10:35 +0200)]
Tooltip: Remove old callout test page. Completely broken at this point, not worth fixing
Scott González [Tue, 3 Apr 2012 02:35:42 +0000 (22:35 -0400)]
Effects core: Properly handle defaults for effects that are called with a single hash.
Scott González [Tue, 3 Apr 2012 02:20:18 +0000 (22:20 -0400)]
Grunt: Removed newcap option from jshint task.
Scott González [Mon, 2 Apr 2012 23:12:21 +0000 (19:12 -0400)]
Lint fixes.
Scott González [Mon, 2 Apr 2012 23:12:10 +0000 (19:12 -0400)]
Grunt: Fixed jshint options.
Scott González [Mon, 2 Apr 2012 19:55:50 +0000 (15:55 -0400)]
A few lint fixes.
Scott González [Mon, 2 Apr 2012 17:15:54 +0000 (13:15 -0400)]
Grunt: Whitelist js and css files for @version replacement instead of blacklisting png.
Scott González [Mon, 2 Apr 2012 15:12:49 +0000 (11:12 -0400)]
Grunt: Copy jquery from root regardless of version; fix include list for minified CSS files.
Jörn Zaefferer [Mon, 2 Apr 2012 14:05:59 +0000 (16:05 +0200)]
Build/grunt: Strip existing (protected) headers from to-be-minified CSS files
Jörn Zaefferer [Mon, 2 Apr 2012 13:59:32 +0000 (15:59 +0200)]
Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now
Jörn Zaefferer [Mon, 2 Apr 2012 13:49:34 +0000 (15:49 +0200)]
Build/grunt: grunt.file.copy now expects options as third argument. Fixes the version replacing
Jo Liss [Mon, 27 Feb 2012 00:49:51 +0000 (01:49 +0100)]
Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
Jörn Zaefferer [Mon, 2 Apr 2012 13:20:37 +0000 (15:20 +0200)]
Merge branch 'master' into grunt
Simon [Mon, 2 Apr 2012 07:44:51 +0000 (10:44 +0300)]
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header.
Scott González [Fri, 30 Mar 2012 17:32:23 +0000 (13:32 -0400)]
Grunt: Move common modules to top, along with lists of files.
Scott González [Fri, 30 Mar 2012 13:06:06 +0000 (09:06 -0400)]
Tooltip: Store the title in ui-tooltip-title data only if the element has a title.
Scott González [Thu, 29 Mar 2012 22:36:38 +0000 (18:36 -0400)]
Tooltip: Avoid infinite recursion when disabling a tooltip on close.
Jörn Zaefferer [Thu, 29 Mar 2012 14:29:27 +0000 (16:29 +0200)]
Build/grunt: Add download_docs task for 1.8
Amir E. Aharoni [Thu, 29 Mar 2012 13:51:43 +0000 (09:51 -0400)]
Datepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization.
Jörn Zaefferer [Thu, 29 Mar 2012 10:48:21 +0000 (12:48 +0200)]
Build/grunt: Use grunt.loadNpmTasks, now that its actually working
Jörn Zaefferer [Wed, 28 Mar 2012 17:58:11 +0000 (19:58 +0200)]
Build/grunt: Accept more grunt-css versions