]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2012-04-24 Jörn ZaeffererPosition: Fix scrollbar calculcation to correctly take... 630/head
2012-04-24 Jörn ZaeffererPosition: Extend unit test for using to check feedback...
2012-04-23 Scott GonzálezMerge branch 'master' into position-notification
2012-04-23 Scott GonzálezPosition: Added tests for flipfit.
2012-04-23 Scott GonzálezPosition tests: Simplify logic and reduce tests.
2012-04-23 Jörn ZaeffererFix various issues in our html files, fourth batch
2012-04-23 Jörn ZaeffererFix various issues in our html files, third batch
2012-04-23 Jörn ZaeffererFix various issues in our html files, second batch
2012-04-23 Jörn ZaeffererFix various issues in our html files, first batch
2012-04-23 Scott GonzálezPosition tests: Removed unused elements.
2012-04-23 Jörn ZaeffererGrunt: Add JSHINT to predefs for tests
2012-04-23 Jörn ZaeffererGrunt: Update to htmllint in default task
2012-04-23 Jörn ZaeffererGrunt: Update grunt-html to 0.1.1, renamed task to...
2012-04-23 Scott GonzálezTests: Add custom URL configs to QUnit.config.urlConfig...
2012-04-23 Scott GonzálezTests: Moved loadResources to TestHelpers.
2012-04-23 Scott GonzálezTests: Rename {widget}_defaults.js -> {widget}_common.js
2012-04-23 Scott GonzálezTests: Run JSHint in unit tests, unless nojshint=1...
2012-04-23 Scott GonzálezAccordion: Fixed indentation.
2012-04-23 Scott GonzálezDatepicker: Added missing quote in Hindi i18n.
2012-04-22 Jörn ZaeffererUpdate to latest qunit-composite
2012-04-22 Jörn ZaeffererGrunt: Add grunt-html for html validation
2012-04-21 Jörn ZaeffererUpdate to official qunit composite addon
2012-04-20 Scott GonzálezEasings: Save a byte.
2012-04-20 Scott GonzálezResizable tests: Remove all bad tests.
2012-04-20 Scott GonzálezResizabe tests: Use equal() instead of equals().
2012-04-20 Scott GonzálezUse .jshintrc files.
2012-04-20 Scott GonzálezPosition visual tests: Cleanup.
2012-04-20 Scott GonzálezMerge branch 'master' into position-notification
2012-04-20 Scott GonzálezPosition: Use offsets for all calculations in feedback...
2012-04-20 Scott GonzálezPosition: Use targetElem for events to maintain consist...
2012-04-20 Scott GonzálezPosition: Simplify border calculations for feedback.
2012-04-20 Jörn ZaeffererPosition: Also create a local reference for Math.round...
2012-04-20 Jörn ZaeffererPosition: offset() always returns null for window,...
2012-04-20 Jörn ZaeffererPosition: Move Math.abs/max definitions to the top...
2012-04-20 kborchersMenu tests: Update tests to test mouseenter instead...
2012-04-20 kborchersMenu: Bind to mouseenter instead of mouseover to avoid...
2012-04-20 TJ VanTollResizable: Apply zIndex option to all handles. Partial...
2012-04-20 G KarunakarDatepicker: Corrections in Hindi weekday names, text...
2012-04-20 Scott GonzálezGrunt: Added link to JSHint issue.
2012-04-19 Scott GonzálezSpinner tests: Don't pollute the global namespace with...
2012-04-19 Scott GonzálezTests: Move commonWidgetTests() to TestHelpers.
2012-04-19 Scott GonzálezTabs tests: Don't pollute the global namespace with...
2012-04-19 kborchersMenu tests: Don't pollute the global namespace with...
2012-04-19 Scott GonzálezAccordion tests: Don't polloute the global namespace...
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 Scott GonzálezMenu: Lint.
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 kborchersMerge branch 'menuaria' into master
2012-04-19 Scott GonzálezTests: Lint
2012-04-19 BertjhSortable: Always set placeholder size when necessary...
2012-04-19 Scott GonzálezSortable: Whitespace.
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 Scott GonzálezTests: Lint.
2012-04-19 kborchersMenu: Whitespace 635/head
2012-04-19 kborchersMenu: Add unit tests for testing disabled items
2012-04-19 Scott GonzálezRemove trailing whitespace.
2012-04-18 Scott GonzálezBuild: Update grunt to 0.3.9. Fixes #8257 - Minified...
2012-04-18 Scott GonzálezBuild: Removed ant build.
2012-04-18 Scott GonzálezGrunt: Replace all instances of @VERSION during copy...
2012-04-18 Jörn ZaeffererPosition: Cleanup variable definitions, move undefined...
2012-04-18 kborchersMenu: Update divider width
2012-04-17 Jörn ZaeffererPosition: Make getOffsets and parseCss helpers local...
2012-04-17 Jörn ZaeffererTooltip: Update custom-style demo, remove the ugly...
2012-04-17 Jörn ZaeffererTooltip: Remove bad docs links from headers
2012-04-17 kborchersMenu: Modified interactions to allow keyboard navigatio...
2012-04-16 kborchersMenu: Fixed typo in comment
2012-04-16 kborchersMenu: Add aria-disabled attribute to disabled items...
2012-04-15 Scott GonzálezPosition: Simplify default demo by removing drag functi...
2012-04-14 kborchersMenu: Check that the event object is defined before...
2012-04-14 kborchersMenu: Remove most event.stopImmediatePropagation()...
2012-04-13 Jörn ZaeffererPosition: Expose target and element dimensions to allow...
2012-04-13 Jörn ZaeffererPosition: Cache the scrollbarWidth calculation result
2012-04-13 Jörn ZaeffererPosition: Extract getWithinInfo method, use that for...
2012-04-13 Jörn ZaeffererPosition: Finish refactoring of within data
2012-04-12 Rick Waldron... Remove compare_size; defer to plugin. 633/head
2012-04-12 Jörn ZaeffererPosition: Refactor within-data to avoid calculating...
2012-04-12 Jörn ZaeffererPosition: Inline center variable. Not necessary with...
2012-04-12 Jörn ZaeffererPosition: add target property to feedback argument...
2012-04-12 Jörn ZaeffererPosition: Cache Math.abs and Math.max lookups
2012-04-12 Jörn ZaeffererPosition: Refactor css parse calls
2012-04-12 Jörn ZaeffererPosition: Cleanup feedback test page
2012-04-12 Jörn ZaeffererPosition: Calculate scrollInfo just once, not for each...
2012-04-12 Jörn ZaeffererPosition: Refactor offset calculations
2012-04-12 Jörn ZaeffererPosition: Restrict the center/middle priority to target...
2012-04-11 Jörn ZaeffererPosition: Improve feedback API by giving the center...
2012-04-11 Jörn ZaeffererPosition: Extend feedback test page to include two...
2012-04-10 Jörn ZaeffererPosition: Mini refactoring, avoids proxying using callb...
2012-04-10 Jörn ZaeffererPosition: Fix single var, whitespace. Clone targetOffse...
2012-04-10 Jörn ZaeffererPosition: Use a separate object and argument for the...
2012-04-10 Jörn ZaeffererPosition: First draft for a new notification API, via...
2012-04-10 Scott GonzálezMenu: Cleanup.
2012-04-08 Scott GonzálezAutocomplete combobox demo: Fixed styling of button...
2012-04-07 kborchersMerge branch 'menuDividers' into master
2012-04-07 kborchersMenu: Add dividers using empty list items
2012-04-06 Scott GonzálezTabs: Don't explicitly remove filter when animating...
2012-04-05 kborchersMerge branch 'positionWithin'
2012-04-04 Jörn ZaeffererBuild: Get grunt default task to pass. Fix lint errors...
2012-04-04 Jörn ZaeffererBuild: Filter filters for linting to exclude some to...
next