]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2011-05-30 Giovanni Giacobbirunning through sed 's/[ \t]*$//' to clean trailing...
2011-05-29 Felix Nagelfixed: issue with z-index, thx to juja, see: https...
2011-05-24 Felix Nagelfixed: IE7 css problem, see https://github.com/fnagel...
2011-05-24 Felix Nagelimproved: background image demo
2011-05-24 Felix NagelMerge pull request #114 from trollixx/selectmenu
2011-05-24 Oleg ShparberSupport for non-Latin typeahead
2011-05-24 Felix Nagelimproved: width handling for list and newelement
2011-05-24 Felix NagelMerge pull request #117 from substantial/selectmenu
2011-05-24 Felix NagelMerge pull request #119 from gcko/selectmenu
2011-05-24 gckoAdding in recursion for moveSelection and moveFocus
2011-05-24 gckomerging
2011-05-23 Alex Mayadd collision option to position call
2011-05-23 Felix Nagelupdated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)
2011-05-23 Felix NagelMerge commit '1.8.13' into selectmenu
2011-05-23 Felix Nagelfixed: IE typeAhead problem, thx @bergerb, https:/...
2011-05-23 Felix Nageldeleted: useless refresh position in method open, see...
2011-05-12 Scott GonzálezTagging the 1.8.13 release. 1.8.13
2011-05-12 Andrew PowellDatepicker: removed conditional mozilla browser check...
2011-05-12 Scott GonzálezRevert "Datepicker: Fixed #7043 - Using multiple months...
2011-05-11 Kato KazuyoshiDatepicker: Disabled datepicker should disable own...
2011-05-11 Garrison LockeDatepicker: Removed duplicate call to _updateDatepicker...
2011-05-11 Adam BaratzSlider: add handles in single DOM operation. Fixed...
2011-05-11 Kato KazuyoshiDraggable: Remove id when cloning helpers. Fixes #4564...
2011-05-11 Kato KazuyoshiDatepicker: Fixed #7043 - Using multiple months always...
2011-05-11 Scott GonzálezAutocomplete: Use appropriate methods for getting scrol...
2011-05-10 Carson McDonaldResizable: Skip autohide hover action when resizable...
2011-05-09 kborchersMouse: Changed mouseHandled check to a local var rather...
2011-05-06 Scott GonzálezDatepicker: Moved the setting of _datepickerShowing...
2011-05-05 Eike SendButton: stop disabled button from firing click events... 470/head
2011-05-04 Kato KazuyoshiDatepicker: Remove old "ui-datepicker-multi-N" before...
2011-05-04 Kato KazuyoshiDatepicker: Greedy matching in month name. Fixed #7062...
2011-05-04 Kato KazuyoshiDatepicker: Remove BOM. Fixed #6734 - Datepicker i18n...
2011-05-02 Mark JohnsonDraggable: Modified the iframe shims to load prior...
2011-05-02 whittetBug fix for another use case, see comment by whittet...
2011-05-02 Edward FaulknerDraggable: containment now updates dynamically to handl...
2011-05-02 adambaratzDatepicker: bind hover events using delegate. Fixed...
2011-05-02 adambaratzCore: reuse tabindex value. Fixed #7257 - optimize...
2011-04-29 Richard WorthResizable: switch data: background image to valid image...
2011-04-27 Scott GonzálezClass Animation: Use .attr( "class" ) instead of .attr...
2011-04-17 Felix Nagelfixed: follow-up fix for disabling / enabling functiona...
2011-04-16 Felix Nagelfixed: select option when tabbing out of opened menu...
2011-04-16 Felix Nagelfixed: small bug when using method disable with paramet...
2011-04-16 Felix Nagelfixed: hover for disabled options, see https://github...
2011-04-16 Felix Nagelfixed: keyboards loop issue, thanks to gcko, see https...
2011-04-16 Felix Nagelfixed: problem with focus and positioning in IE on...
2011-04-16 Felix Nagelfixed: problem within moveFocus method, thanks to i2ams...
2011-04-15 LopoDatepicker: Fixed Slovak locale. Fixes #7254 - Datepick...
2011-04-15 Scott GonzálezDatepicker: Fixed dateFormat for nl locale. Fixes ...
2011-04-13 Scott GonzálezUpdating the 1-8-stable version to 1.8.13pre
2011-04-13 Scott GonzálezTagging the 1.8.12 release. 1.8.12
2011-04-10 Richard WorthResizable: use background-image:url(data:) instead...
2011-04-09 Richard WorthResizable: Added a non-visible yet non-transparent...
2011-04-09 Richard WorthProgressbar: Added unit test for #7231 - valueDiv shoul...
2011-04-09 Kyle FlorenceProgressbar: hide valueDiv when value is 0. Fixes ...
2011-04-07 Scott GonzálezDialog: Don't use .attr( props, true ) for creating...
2011-04-07 Richard WorthSortable: Reverted 56b0da59d71396a740cf48a75902243d561b...
2011-04-04 Scott GonzálezAutocomplete (combobox demo): Blur the button on click...
2011-04-04 Scott GonzálezDatepicker: Only generate yearshtml once. Fixes #7176...
2011-03-28 Scott GonzálezSlider: Properly handle value and value methods as...
2011-03-21 Giovanni GiacobbiRestructured if/else's for better readability
2011-03-21 Ralph WhitbeckTabs: Updates cookie demo to include more information...
2011-03-20 Felix Nagelfixed: changed CSS from visibility to display, see...
2011-03-20 Felix Nagelfixed: problem with manual focus, thx to keizie, see...
2011-03-20 Felix Nagelimproved: full disable / enable functionality for selec...
2011-03-20 Felix Nagelfixed: problem with UTF-8 non-english chars as optgroup...
2011-03-18 Scott GonzálezMerge branch '1-8-stable' of github.com:jquery/jquery...
2011-03-18 Scott GonzálezDatepicker: Changed a comment that causes problems...
2011-03-15 Scott GonzálezUpdating the 1-8-stable version to 1.8.12pre
2011-03-15 Scott GonzálezTagging the 1.8.11 release. 1.8.11
2011-03-15 Richard WorthAccordion unit test: corrected autoFocus test to check...
2011-03-15 Richard WorthAutocomplete: moved autoFocus implementation to after...
2011-03-15 Richard WorthAutocomplete: refactored unit tests for autoFocus option
2011-03-15 Richard WorthAutocomplete: added unit tests for autoFocus. Fixed...
2011-03-15 Richard WorthAutocomplete: new option autoFocus, default false....
2011-03-15 Richard WorthAccordion: set aria-selected to true on selected header...
2011-03-14 Richard WorthButton: avoid .last() call to ensure compatibility...
2011-03-14 Matt HoskinsDraggable: Calling .refreshPositions instead of ._refre...
2011-03-11 ddstreetButton: find associated label even without common ances...
2011-03-11 Marcel ToeleDroppable: enabled and accepting droppables are now...
2011-03-09 gnarfEffects demo: Animate a containing div instead of the...
2011-03-08 Guillaume GautreauDraggable: modify margins of the containment according...
2011-03-07 Felix Nagelfixed: temp fix for typeahead issue in IE, see https...
2011-03-07 Scott GonzálezMouse visual test: Bump jQuery version.
2011-03-07 awgyMouse: Adding visual test for issue #6946 - Mouse:...
2011-03-07 awgyMouse: Reset click event suppression on next mousedown...
2011-03-07 Adam ParodDatepicker: Reformat minDate/maxDate when dateFormat...
2011-03-07 michaelmwuSortable: Changed floating calculation to determine...
2011-03-03 Richard WorthDatepicker i18n: corrected arabic month name for May...
2011-03-03 Richard WorthSwitched to latest stable jQuery 1.5.1
2011-02-26 Scott GonzálezButton: Only add text classes if there is text. Fixes...
2011-02-25 Scott GonzálezDatepicker: Added Tajikistan localization. Fixes #7034...
2011-02-22 Scott GonzálezUpdating the 1-8-stable version to 1.8.11pre
2011-02-22 Scott GonzálezTagging the 1.8.10 release. 1.8.10
2011-02-21 adam j. sontagDatepicker: Display Year before Month in Hungarian...
2011-02-17 Felix Nagelupdated: value method to make sure we have a clean...
2011-02-17 Felix Nagelfixed: vertical alignment, thx to revsystems, see https...
2011-02-17 Felix Nagelfixed: deleted console.log
2011-02-17 Felix Nagelfixed: removed useless _refreshPosition, thx to juzna...
2011-02-17 Felix Nagelfixed: Problem with YUI compressor cause of wrong named...
2011-02-16 Felix Nagelupdated: some comments
next