]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2011-10-31 Scott GonzálezTests (Simulate): Added focus and blur support.
2011-10-31 Scott GonzálezTests (Simulate): Whitespace cleanup.
2011-10-28 Scott GonzálezTests: Added ability to run tests against minified...
2011-10-25 Scott GonzálezMerge pull request #505 from midlis/globaljsfix
2011-10-25 midlisDemos: replace global.js with globalize.js. 505/head
2011-10-25 ddstreetEffects Core: Do not overwrite css or class changes...
2011-10-25 Scott GonzálezAutocomplete: Add 1px to the width of the menu to avoid...
2011-10-21 Scott GonzálezWidget: Use parentWindow if defaultView doesn't exist.
2011-10-20 Scott GonzálezWidget: Added window and document properties. Fixes...
2011-10-20 Scott GonzálezButton: Create text span in correct document.
2011-10-19 Corey FrangWidget: Refactoring setOptions loop to remove unnesecar...
2011-10-19 kborchersMenu: Added the new trigger option to the defaults...
2011-10-19 kborchersPopup: Remove any references to "that" and use _delay...
2011-10-19 Jörn ZaeffererMerge branch 'master' of github.com:jquery/jquery-ui
2011-10-19 Hans HillenRewrite popup/menu interaction to make popup managed...
2011-10-19 kborchersMenu: Update visual test to remove bottom scroll bar...
2011-10-18 Corey FrangBuild: Switching to uglify.js instead of closure compil...
2011-10-18 Scott GonzálezUpgraded jQuery to 1.6.4.
2011-10-17 Corey FrangBuild: For some reason, using parallel for gzip is...
2011-10-17 Corey FrangBuild: Fixing the sizer script to handle this many...
2011-10-17 Corey FrangBuild: whitespace
2011-10-17 Corey FrangBuild: `ant size` will now give you a report detailing...
2011-10-17 Scott GonzálezSpinner: Re-enable autocomplete if the page is unloaded...
2011-10-17 Scott GonzálezAutocomplete: Re-enable native autocomplete whent he...
2011-10-17 Scott GonzálezAutocomplete: Avoid handling keypress when keydown...
2011-10-14 Corey FrangScale: We can't detect this reliably currently, so...
2011-10-14 Florian GutmannDialog: fix small memory leak when having lot's of...
2011-10-13 Scott GonzálezSpinner: Fixed mousewheel stop timer.
2011-10-13 Scott GonzálezSpinner: Adjust height check for IE 6 rendering.
2011-10-13 Scott GonzálezMerge pull request #497 from dmethvin/fix-7788-ui-autoc...
2011-10-13 Dave MethvinAutocomplete tests: Fix #7788, incorrect selector in... 497/head
2011-10-12 kborchersMenu: Check if menu is scrolling to prevent inadvertent...
2011-10-12 Scott GonzálezAutocomplete: Don't react to the escape key if the...
2011-10-12 Scott GonzálezAutocomplete: Added missing semicolon.
2011-10-12 Scott GonzálezAutocomplete: Use strict equality check.
2011-10-12 Scott GonzálezAutocomplete: Don't react to menu blurs. Fixes #7742...
2011-10-12 Scott GonzálezTooltip tests: Adjust test to deal with blurring being...
2011-10-11 kborchersPopup: Removed the focusout and focusin handlers which...
2011-10-10 Scott GonzálezTabs: Force ajax tabs to resolve asynchronously to...
2011-10-10 Scott GonzálezSpinner: Simulate keyup at the end of incremental tests...
2011-10-08 Scott GonzálezTooltip demo: Use position option in tracking demo.
2011-10-07 kborchersPopup: Added tooltip style demo and link to demos index
2011-10-01 Marian RudzynskiMenubar: moved mouseleave _bind call into existing...
2011-10-01 Scott GonzálezMerge pull request #484 from david/master
2011-10-01 David LealAutocomplete: Fix stray reference to element.val(). 484/head
2011-09-30 Scott GonzálezAccordion: Fixed nested accordions.
2011-09-30 Corey FrangEffects: fixing an animateClass issue when the class...
2011-09-29 Corey FrangEffect core: Making animate class cross-frame safe...
2011-09-29 kborchersMenubar: Fixed an issue with autoExpand binding that...
2011-09-28 Scott GonzálezSpinner: Added culture option.
2011-09-28 Scott GonzálezEffects tests: Ignore leading/trailing whitespace when...
2011-09-28 Scott GonzálezTooltip: Fixed defaults in tests.
2011-09-27 Scott GonzálezProgressbar: Hide overflowing content. Fixes #7743...
2011-09-27 Richard D.... Sortable: replaced hard-coded sortable with this.widget...
2011-09-24 Jörn ZaeffererAutocomplete: Delay option just delays request, doesn...
2011-09-24 Jörn ZaeffererSpinner: Fix the IE6-height-fix to not break the spinne...
2011-09-22 Corey FrangMenu: Refactoring the collapseAll to deal with some...
2011-09-21 Jörn ZaeffererPopup: Make menu dependency actually optional, cleanup...
2011-09-21 Jörn ZaeffererPopup: Use duration:fast for default animations. Also...
2011-09-21 kborchersPopup: Added show/hide animations and a demo 466/head
2011-09-19 Jörn ZaeffererMerge remote branch 'kborchers/menu_notJustUL'
2011-09-16 kborchersPosition: Check to also make sure to only flip if more... 464/head
2011-09-16 Scott GonzálezPosition demo: Updated sizes of elements.
2011-09-16 Scott GonzálezMerge remote branch 'kborchers/bug_7686'
2011-09-14 kborchersMenu: Add support for structures other than UL/LI plus... 442/head
2011-09-14 Scott GonzálezUpdating the master version to 1.9pre.
2011-09-14 Scott GonzálezTagging the 1.9m6 release. 1.9m6
2011-09-14 Scott GonzálezSpinner: Fixed map demo.
2011-09-14 Scott GonzálezSpinner: Work around a bug in IE 6 with the height...
2011-09-14 Scott GonzálezSpinner: Added missing dependency to header comment.
2011-09-14 Scott GonzálezSpinner: Fix step mismatches whenever stepping, paging...
2011-09-13 Richard D.... Datepicker i18n hu: Corrected four-digit year in dateFo...
2011-09-13 Richard D.... Datepicker i18n hu: Corrected some spellings and abbrev...
2011-09-12 Jörn ZaeffererSpinner: Replace var that with this and _delay
2011-09-12 Jörn ZaeffererPopup: Replace var that with this and _delay
2011-09-12 Jörn ZaeffererMenu: Refactor to get rid of var that. Cleanup some...
2011-09-12 Jörn ZaeffererMerge remote branch 'kborchers/menu_autoCollapse'
2011-09-12 Jörn ZaeffererMenu: Get rid of `var self`, replacing with `that`...
2011-09-12 Jörn ZaeffererWidget: return timer value from _delay
2011-09-12 Jörn ZaeffererWidget: Get rid of `var self`
2011-09-12 Jörn ZaeffererWidget: Add a _delay method. Will be used in various...
2011-09-12 Jörn ZaeffererWidget: Tests code cleanup
2011-09-12 Jörn ZaeffererMenu: Replace regular bind call with _bind
2011-09-12 kborchersDatepicker: Added additional check to checkExternalClic... 454/head
2011-09-12 kborchersMenu: Added autoCollapse as the default and added a... 440/head
2011-09-10 Scott GonzálezSpinner: Added ability to specify custom incremental...
2011-09-09 Scott GonzálezSpinner: Default min and max options to null.
2011-09-06 Scott GonzálezTabs: Find panels using aria-controls instead of index...
2011-09-06 Scott GonzálezButton: Fixed RTL detection to default to LTR. Fixes...
2011-09-05 Jörn ZaeffererPopup: Missing semicolon. Can't use :ui-button selected...
2011-08-31 Scott GonzálezAutocomplete: Fixed setting of valueMethod for textarea...
2011-08-31 Scott GonzálezTabs: Pass the required deep parameter to cloneNode...
2011-08-20 Corey FrangDialog: Update to 96e5c24 - keyup apparently doesn...
2011-08-20 kborchersPosition: Added the missing div required for the fracti... 441/head
2011-08-19 Corey FrangDialog: Tabbing out of a modal dialog was possible...
2011-08-18 Jörn ZaeffererTooltip: Change default to flipfit for both dimensions...
2011-08-15 Jörn ZaeffererMerge remote branch 'kborchers/position_flipfit2'
2011-08-13 Scott GonzálezSpinner: Removed value option. Don't change empty value...
2011-08-13 kborchersPosition: Added better collision detection for flip... 430/head
2011-08-13 Scott GonzálezSpinner: Fixed precision when stepping.
next