]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2013-04-25 Jason MoonAutocomplete: Don't prevent keypress for multiline...
2013-04-25 Scott GonzálezPosition demo: Fixed usage of center positioning.
2013-04-25 Scott GonzálezAutocomplete: Refactored _response() so that requestInd...
2013-04-23 TJ VanTollMenu: Add a transparent list-style-image to menu items...
2013-04-22 Scott GonzálezAll: Remove inline JSHint settings.
2013-04-22 Scott GonzálezSortable: Don't create functions inside loops.
2013-04-14 Mike SherovDatepicker Tests: Fix hanging IE tests resulting from...
2013-04-14 Mike SherovDatepicker Tests: fix failing oldIE tests by creating...
2013-04-14 Mike SherovTest Suite: Remove Flaky Datepicker test, and correct...
2013-04-12 Mike SherovDraggable: allow draggable to defer destroying itself...
2013-04-12 Scott GonzálezGrunt: Allow tabs tests to run in PhantomJS.
2013-04-12 Scott GonzálezAutocomplete demo: Use custom namespace for combobox.
2013-04-12 Mike SherovDatepicker Tests: ensure Focus tests work all the way...
2013-04-11 Scott GonzálezButton: Remove ui-state-focus class when becoming disab...
2013-04-10 TJ VanTollButton: On form reset only call refresh on current...
2013-04-09 Scott GonzálezTests: Renamed TestSwarm jobs.
2013-04-08 Scott GonzálezUpgrade grunt-contrib-jshint to 0.4.1.
2013-04-08 Scott GonzálezUpdated .jshintrc settings.
2013-04-08 Scott GonzálezDraggable tests: Wrap IIFE in parens.
2013-04-08 Scott GonzálezBuild: Change single quotes to double quotes.
2013-04-07 Mike SherovDatepicker Tests: use simulated events for focus and...
2013-04-07 Mike SherovDatepicker Tests: fix IE7 test failures by ensuring...
2013-04-07 Mike SherovDatepicker Tests: Fix IE tests by accounting for async...
2013-04-07 Mike SherovDraggable Tests: style guide conformance for TestHelpers
2013-04-07 Mike SherovDraggable Tests: fix more old Safari and old Opera...
2013-04-07 Mike SherovDraggable Tests: fix old Safari and old Opera tests...
2013-04-07 Mike SherovDraggable Tests: fix copypasta'd assertion messages.
2013-04-05 Scott GonzálezMailmap: Change Corey Frang's email address.
2013-04-03 Scott GonzálezDatepicker: Remove unused _getBorders() method.
2013-04-03 Scott GonzálezDatepicker: Remove unnecessary global variable now...
2013-04-03 Scott GonzálezDatepicker: Fixed date format for Serbian locales....
2013-04-03 Mike SherovDraggable: Don't cache parent offset if the parent...
2013-04-02 Mike SherovDraggable: Stop erroneously overriding scroll offsets...
2013-04-02 Scott GonzálezSortable: Copy the cell structure when sorting a table...
2013-04-01 Mike SherovSpinner Tests: Fix IE test failures by removing timing...
2013-03-31 Mike SherovSpinner Tests: Fix IE test failures by accounting for...
2013-03-31 Mike SherovAutocomplete Tests: Fix oldIE test failures by accounti...
2013-03-31 Mike SherovPosition Tests: Fix FF and IE10 test failures by accoun...
2013-03-31 Mike SherovDraggable Tests: Fix IE8 test failures by accounting...
2013-03-31 Mike SherovSortable Tests: Fix IE7 Test fails by being more genero...
2013-03-31 Mike SherovSortable Tests: Fix IE7 test failures due to incorrectl...
2013-03-31 Mike SherovSelectable Tests: Fix test failures in IE7 by accountin...
2013-03-27 Scott GonzálezAccordion: Maintain collapsed state on refresh. Fixes...
2013-03-27 Scott GonzálezTests: Handle globals in .jshintrc.
2013-03-27 Scott GonzálezCore: Removed $.ui.hasScroll(). Fixes #9190 - Core...
2013-03-27 Scott GonzálezCore: Updated comment about $.ui.plugin.
2013-03-26 Scott GonzálezBuild: Use globals instead of predef for JSHint.
2013-03-26 Scott GonzálezWhitespace.
2013-03-26 Scott GonzálezDatepicker demo (localization): Add English as an option.
2013-03-26 Mike SherovDraggable Tests: Minor style fixes and removing unneces...
2013-03-26 Mike SherovDraggable Tests: Test that removing an element on drop...
2013-03-25 Suhail AlkowaileetDatepicker demo: Corrected the Arabic word for Arabic.
2013-03-23 Mike SherovDraggable: Handle containment set to false after init...
2013-03-23 Jason MoonSortable: update placeholder when axis is x or y for...
2013-03-21 Scott GonzálezDatepicker Added it-CH locale. Fixes #9175 - Datepicker...
2013-03-21 Scott GonzálezAutocomplete: Insert the live region before the input...
2013-03-21 Scott GonzálezUpgrade to grunt 0.4.1.
2013-03-21 Jörn ZaeffererAutocomplete: Menu's input option is long gone, remove...
2013-03-19 Jörn ZaeffererWidget: Remove copy-pasta leftovers 939/head
2013-03-19 Jörn ZaeffererWidget tests: Use instance method. Also replace a few...
2013-03-19 Corey FrangWidgets: Updating to use instance method on bridge
2013-03-19 Corey FrangDemos: Updating to use instance method on bridge
2013-03-19 Corey FrangWidget: Implement instance method on the bridge to...
2013-03-18 Scott GonzálezREADME: 1-8-stable -> 1-10-stable.
2013-03-18 Scott GonzálezProgressbar demo (label): Use absolute positioning...
2013-03-16 Scott GonzálezAutocomplete demo (combobox): Hide select on create...
2013-03-16 Mike SherovDraggable: make sure snap elements are in the document...
2013-03-16 Zbigniew MotykaDraggable: modified snapping algorithm to use edges...
2013-03-16 TJ VanTollAutocomplete: Updated reference in combobox demo. ...
2013-03-15 Woody GilkDraggable: Fix double offset bug when scrolling. Fixes...
2013-03-15 Scott GonzálezUse .csslintrc instead of inlining rules in the Gruntfile.
2013-03-15 Scott GonzálezGrunt: Run all CSS files through csslint.
2013-03-15 Scott GonzálezGrunt: Add lint and test aliases.
2013-03-15 Scott GonzálezGrunt: Don't run htmllint against core_deprecated.html.
2013-03-15 Scott GonzálezCore: Deprecated .zIndex(). Fixes #9061 - Core: Depreca...
2013-03-15 Scott GonzálezDatepicker: Don't use .zIndex(); implement the logic...
2013-03-15 Scott GonzálezAccordion: Remove deprecated content property in create...
2013-03-15 Scott GonzálezDialog: Removed deprecated position handling. Fixes...
2013-03-15 Mike SherovSortable Tests: Add tests for axis option and recent...
2013-03-14 Scott GonzálezWidget: Stop setting ui-state-disabled and aria by...
2013-03-14 Scott GonzálezUpdating the master version to 1.10.3pre.
2013-03-14 Scott GonzálezRevert "Widget: Stop setting ui-state-disabled and...
2013-03-14 Rafael Xavier... Grunt: remove base theme from release cdn
2013-03-13 Scott GonzálezSortable: Only animate along the specified axis when...
2013-03-13 Scott GonzálezUpdated mailmap.
2013-03-12 Scott GonzálezUpdated AUTHORS.txt.
2013-03-12 Scott GonzálezUpgrade to grunt-git-authors 1.2.0.
2013-03-12 Jörn ZaeffererBuild: Fix the key for the 'all' subtask for compare_si...
2013-03-12 Jörn ZaeffererBuild: Update to grunt-contrib-qunit 0.2.0 to get lates...
2013-03-12 Jörn ZaeffererBuild: Don't call DB's grunt-prepare task, not needed... 867/head
2013-03-12 Jörn ZaeffererBuild: Switch from grunt-css to the equivalent grunt...
2013-03-12 Jörn ZaeffererBuild: Migrate to grunt 0.4. Rename to Gruntfile, upgra...
2013-03-12 Mike SherovWidget: Stop setting ui-state-disabled and aria by...
2013-03-11 Scott GonzálezCSS Framework: Add ui-icon-blank class for an icon...
2013-03-09 Scott GonzálezDraggable tests: Don't use .on().
2013-03-08 Mike SherovSortable Tests: Add tests to support #9041 and #8792
2013-03-08 John ChenSortable: Skip triggering over event if it's alreay...
2013-03-08 John ChenSortable: Skip items that are not at the same line...
2013-03-08 Scott GonzálezRemoved guard against duplicate loading. Use safe refer...
2013-03-08 Scott GonzálezDraggable: Account for descendants in handle.
next