]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2012-10-23 Jörn ZaeffererMenu: Remove stupid demos, add an icons demo, improve...
2012-10-23 Maciej MrozińskiAccordion: Remove code that sets accordion height....
2012-10-23 Marc-Andre... Widget: Destroy only when element is the actual target...
2012-10-23 Jörn ZaeffererGrunt: Disable csslint's vendor-prefix rule, we're...
2012-10-23 Scott GonzálezWidget: Fixed $.widget.extend() to never copy objects...
2012-10-23 Scott GonzálezTooltip: Cleaned up CSS.
2012-10-23 Mike SherovBuild: Enable "unused" option in jshint - Remove unused...
2012-10-23 Scott GonzálezTooltip: Position below the element and set a max width...
2012-10-22 Mike SherovBuild: Upgrade to the latest Grunt and JSHint - Closes...
2012-10-22 Scott GonzálezWidget: $.widget.extend(): Properly handle extending...
2012-10-22 Scott GonzálezWhitespace.
2012-10-22 Jörn ZaeffererSpinner: Remove z-index from buttons. Whatever the...
2012-10-22 Trey HunnerRemove trailing whitespace and add final newlines
2012-10-22 Trey HunnerReplace mixed CRLF/LF line endings with LF
2012-10-22 Trey HunnerExempt external directory from .editorconfig rules
2012-10-22 TJ VanTollCSS: Apply opacity to absolutely positioned ui icons...
2012-10-21 Scott GonzálezFixed some jshint errors.
2012-10-21 Corey FrangEffects: Allow 'null' for options - Fixes #8670 - null...
2012-10-21 Scott GonzálezGrunt: Removed tooltip tests from qunit task.
2012-10-21 Scott GonzálezAccordion: Fix back-compat for active option.
2012-10-21 Jörn ZaeffererTooltip: Unit test for nested tooltips 782/head
2012-10-21 Jörn ZaeffererTooltip: Update events test to cover correct behaviour
2012-10-21 Andrew CouchTooltip: Do not attempt to position if tooltip is hidde...
2012-10-21 Andrew CouchTooltip: handle removal of elements with delegated...
2012-10-21 Jörn ZaeffererTooltip: Only bind blur when opening via focus, mousele...
2012-10-21 Jörn ZaeffererTooltip: Fix nested tooltips (on hover) by closing...
2012-10-20 Jörn ZaeffererTooltip: Comment why we need to use closest
2012-10-18 Andrew CouchEffect: fix typo in comment ft "optinos" => "options"
2012-10-18 David PetersenAccordion: handle active: null. Fixes #8694: 1.9 Accord...
2012-10-18 Mike SherovBuild: Include ui/.jshintrc. Fixes #8687 - .jshintrc...
2012-10-18 David PetersenDialog: Use _hide() to make sure close event gets trigg...
2012-10-18 David PetersenSlider: Count the handles after setting up a range...
2012-10-17 David PetersenSlider: Update UI when min or max option changes. Fixes...
2012-10-17 TJ VanTollButton: Check for ui-state-disabled during refresh...
2012-10-17 David PetersenTabs: Remove anchor clone in isLocal. Fixed #8653 ...
2012-10-16 Dale KocianDialog: Added mousedown event handler on dialog title...
2012-10-14 Jörn ZaeffererSpinner: Remove ui-state- classes from spinner, along...
2012-10-13 Scott GonzálezResizable: Use .insertAfter() instead of .after() to...
2012-10-13 Scott GonzálezTooltip: Change the default items selector to exclude...
2012-10-12 Scott GonzálezTabs: Use aria-controls instead of the anchor's href...
2012-10-11 Scott GonzálezAutocomplete: Set the top position of the menu so that...
2012-10-11 Dave MethvinUpdate AUTHORS.txt based on CLA responses. 740/head
2012-10-11 Scott GonzálezDatepicker demo: Fixed date range restriction when...
2012-10-11 Scott GonzálezWhitespace.
2012-10-11 Scott GonzálezTheme: Apply color to default link style in ui-state...
2012-10-10 John ChenSortable: Calculating item distance and direction using...
2012-10-10 John ChenDraggable: Fix a bug when dragging into nested sortable...
2012-10-10 John ChenSortable: Fix a bug of removing an item while iterating...
2012-10-10 Scott GonzálezRemove use of $.browser; add $.ui.ie and $.ui.ie6 tempo...
2012-10-09 Scott GonzálezTabs: Handle extraneous list items when using ui-tabs...
2012-10-09 Richard D.... Dialog: add required closing tag </button>. Fixes ...
2012-10-08 Scott GonzálezDemos: Fixed titles.
2012-10-05 Scott GonzálezUpdating the master version to 1.9.1pre.
2012-10-05 Scott GonzálezTooltip: Better cleanup on destroy. Fixes #8627 - The...
2012-10-05 Scott GonzálezTooltip: Check if event exists before checking properti...
2012-10-04 Scott GonzálezBuild: Generate quick download in release script.
2012-10-04 Scott Gonzáleztypo
2012-10-04 Scott GonzálezBuild: Throw an Error object instead of a string.
2012-10-04 Scott GonzálezTooltip: Stop tracking the mouse if the element gains...
2012-10-04 Jörn ZaeffererRevert "Grunt/testswarm: Undo the change from 6e5516831...
2012-10-04 Jörn ZaeffererGrunt/testswarm: Undo the change from 6e55168318495da50...
2012-10-04 Scott GonzálezUpdate lint task to include the release script.
2012-10-02 Scott GonzálezBuild: Fixed core.json syntax.
2012-10-02 Scott GonzálezAutocomplete cache demo: Let the widget handle request...
2012-10-01 Scott GonzálezAccordion: Only adjust height animations for heightStyl...
2012-10-01 Scott GonzálezAccordion: New approach to synchronizing animations...
2012-10-01 Scott GonzálezDialog: Don't try to place the dialog next to itself...
2012-09-29 Scott GonzálezRelease: Build themes and CDN zips.
2012-09-29 Scott GonzálezUpdated docs URLs for core files.
2012-09-29 Scott GonzálezManifest: Fixed docs URL for widget factory.
2012-09-29 Scott GonzálezUpdated AUTHORS.txt.
2012-09-29 Timo Tijhofgrunt testswarm: Job name consistent with other jquery... 732/head
2012-09-26 Scott GonzálezUpdated docs URLS.
2012-09-26 Scott GonzálezTheme: Don't remove outlines on active elements. Fixes...
2012-09-24 Jörn ZaeffererGrunt: New task for downloading themes using new themer... 730/head
2012-09-21 Scott GonzálezUpgrade jQuery to 1.8.2.
2012-09-21 Scott GonzálezBuild: Remove summary from changelog.
2012-09-21 Scott GonzálezBuild: Convert changelog to markdown.
2012-09-20 Kris BorchersButton demos: Fix selector since demo wrapper div was...
2012-09-19 Rafael Xavier... Tests: Fix padding from 4% to 2%, since width is 96%.
2012-09-12 Scott GonzálezTabs: Account for non-tab list items on init. Fixes...
2012-09-11 Scott GonzálezWidget demo: Remove link to planning wiki.
2012-09-10 Scott GonzálezDemo: Missed one wrapper div.
2012-09-10 Scott GonzálezDemos: Cleanup.
2012-09-07 Scott GonzálezMenu demo: Added demo description.
2012-09-06 Jared A. ScheelDraggable: Always clean up iframes. Fixes #8555 - Dragg...
2012-09-06 Kris BorchersTooltip tests: Fixed typo
2012-09-05 Scott GonzálezMenu: Don't move focus from the active item on click...
2012-09-04 Scott GonzálezDialog: Only bind focus-trapping event once. Fixes...
2012-08-31 Scott GonzálezTooltip: Allow strings for content option.
2012-08-31 Scott GonzálezTooltip: Update open tooltips if the content option...
2012-08-31 Scott GonzálezAccordion demo: Cleanup.
2012-08-30 Bernhard SirlingerEffects (Shake): Divide duration by number of animation...
2012-08-30 Scott GonzálezTabs: Don't apply a spinner when nested tabs are loadin...
2012-08-30 Jörn ZaeffererRestore QUnit's now dead feature of using jQuery to...
2012-08-30 Jörn ZaeffererUpdate QUnit to 1.10.0
2012-08-30 Sindre SorhusUpdate .editorconfig with new properties
2012-08-29 Philipp Benjamin... Droppable: greedy children now consider only parents...
2012-08-27 Scott GonzálezEffects: Cleanup.
2012-08-27 Scott GonzálezMenu: If the active element no longer exists after...
next