]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2012-02-12 Scott GonzálezMouse: Use 'that' instead of 'self'. Partial fix for...
2012-02-12 Scott GonzálezDraggable: Use 'that' instead of 'self'. Partial fix...
2012-02-12 Scott GonzálezDatepicker: Use 'that' instead of 'self'. Partial fix...
2012-02-12 Scott GonzálezButton: Use 'that' instead of 'self'. Partial fix for...
2012-02-12 Scott GonzálezAccordion: Use 'that' instead of 'self'. Partial fix...
2012-02-12 Scott GonzálezDemos, Tests: Remove use 'that' instead of 'self'....
2012-02-12 Scott GonzálezUse jQuery.css() instead of deprecated jQuery.curCSS().
2012-02-11 Scott GonzálezAccordion demo: Work around some IE quirks in the sorta...
2012-02-11 Scott GonzálezEasings: Rewrote all easings to only rely on state...
2012-02-11 Scott GonzálezAutocomplete: Cancel search when closing the menu....
2012-02-11 Scott GonzálezAutocomplete: Set context for ajax requests instead...
2012-02-09 Scott GonzálezMenu tests: Handle async focus events in IE.
2012-02-09 Scott GonzálezSlider: Prevent the default action on keydown if we...
2012-02-09 Scott GonzálezAccordion: Simplify CSS so content panels never have...
2012-02-08 Scott GonzálezDatepicker: Allow descendant elements in triggers....
2012-02-08 Scott GonzálezMerge pull request #593 from tjvantoll/bug_6763
2012-02-07 Richard D.... Demos draggable: corrected cursor option in cursor...
2012-02-07 TJ VanTollResizable: Removed Opera relative/absolute positioning... 593/head
2012-02-06 kborchersMenu: Make sure the next element is defined in addition...
2012-02-06 kborchersMenu: Focus the menu before performing keyboard unit...
2012-02-06 kborchersMenu: Whitespace
2012-02-06 kborchersMenu: Prevent navigating to disabled menu items with...
2012-02-04 kborchersMenu: Remove left over debugging statement.
2012-02-03 kborchersMenu: Prevent clicking on disabled menu items and remov...
2012-02-02 Scott GonzálezSortable: Fixed destroy to remove instance from element...
2012-02-02 Scott GonzálezVisual tests: Cleaned up dialog tests.
2012-02-02 Scott GonzálezStatic tests: Removed slider tests.
2012-02-01 Scott GonzálezWidget: Allow redefining a widget after other widgets...
2012-02-01 levushkaDatepicker i18n: Changed Hebrew monthNamesShort from...
2012-01-31 Scott GonzálezAutocomplete: Added test for close method.
2012-01-31 Scott GonzálezAccordion demo: Clear out originalEvent in hoverintent...
2012-01-31 Scott GonzálezAccordion: Adjusted tests for icons: false.
2012-01-31 Scott GonzálezAccordion: Fixed styling for nested accordions.
2012-01-31 Scott GonzálezAccordion: Moved the ui-accordion-icons class to the...
2012-01-31 Scott GonzálezAccordion: Pass header and content in create event...
2012-01-31 Scott GonzálezAccordion: Reset overflowX and overflowY after animatio...
2012-01-31 Scott GonzálezAccordion: Use ui-accordion-header-active class.
2012-01-28 Scott GonzálezDemos: Specify the dataType when loading the demo and...
2012-01-22 kborchersMenu: Added unit tests for the enable, disable and...
2012-01-22 kborchersMenu: Added check for the disabled option on create.
2012-01-21 Scott GonzálezTabs: Pass tab and panel in create event. Fixes #7868...
2012-01-21 Scott GonzálezWidget: Added _getCreateEventData(). Fixes #8045 -...
2012-01-21 Scott GonzálezTabs: Move logic for finding the tab list into its...
2012-01-20 stojceDatepicker i18n: Fixed Macedonian date format. Fixes...
2012-01-20 Scott GonzálezMerge pull request #569 from ryanolton/master
2012-01-20 Scott GonzálezMerge pull request #570 from clear00/master
2012-01-20 SpoonNZSortable: Added a variable to track if initialization...
2012-01-20 Scott GonzálezCore: Access offsetHeight on div for support tests...
2012-01-19 Scott GonzálezMerge pull request #564 from arhea/master
2012-01-19 Rick WaldronPosition: Update fullname reference; jQuery => $. Fixes...
2012-01-18 Scott GonzálezMenu tests: Removed trigger option.
2012-01-18 Scott GonzálezButton: Properly handle disabled option on init. Fixes...
2012-01-12 Scott GonzálezDatepicker i18n (nl-BE): Removed BOM.
2012-01-12 clear00Datepicker i18n: Fix monthNames, monthNamesShort, dayNa... 570/head
2012-01-12 ryanoltonDatepicker: added check to account for multiple pickers... 569/head
2012-01-12 Scott GonzálezSimulate: Define getters for pageX and pageY in mouse...
2012-01-11 Jörn ZaeffererMenubar/Popup: Remove remaining artifact (trigger optio...
2012-01-08 Scott GonzálezWidget: Set guid on event handler proxies so direct...
2012-01-07 Scott GonzálezSpinner: Allow strings for min, max, and step options...
2012-01-05 Corey FrangEffects: Whitespace fixes & using parseFloat instead...
2012-01-05 rozwellEffects: Blind effect bugfix - Pull Request #563 -...
2012-01-04 Jörn ZaeffererMenubar/Popup: Remove both to streamline the 1.9 releas...
2012-01-03 Alex RheaRemoved regex from function and split return into two... 564/head
2012-01-03 Alex RheaBug fix for isLocal function in jQuery Tabs.
2011-12-23 kborchersMenu: Change first() and last() to isFirstItem() and...
2011-12-20 kborchersMenu: Fix close delay and increase the default delay
2011-12-15 Scott GonzálezMerge pull request #553 from AlbertoMonteiro/master
2011-12-15 Alberto MonteiroDialog: When destroy is called place the element back... 553/head
2011-12-15 kborchersMenu: Replace accidentally removed scroll-handling...
2011-12-15 kborchersMenu: Fix focus handling to keep focus on the menu...
2011-12-07 kborchersMenu: Update the default visual test to use the new...
2011-12-07 Kris BorchersMerge pull request #541 from kborchers/menubar_otherStr...
2011-12-01 kborchersMenubar: Fix font-weight and spacing of disabled menu... 541/head
2011-12-01 kborchersMenubar: Update the items option in Menu to the renamed...
2011-12-01 kborchersMerge branch 'master' into menubar_otherStructures
2011-12-01 kborchersMenu: Change items option to menus
2011-12-01 Jörn ZaeffererBuild: Also minify i18n files.
2011-11-30 kborchersMenu: Remove the isScrolling check which nolonger seems...
2011-11-29 Scott GonzálezButton: Apply overflow: hidden in all browsers except...
2011-11-29 Scott GonzálezMerge pull request #537 from RobLoach/master
2011-11-28 Rob LoachRemove whitespace at the end of the Dialog title CSS... 537/head
2011-11-28 James KhouryDialog: Modified the dialog._size() to use outerHeight...
2011-11-28 meh-cflAutocomplete: Don't invoke a search from arrow keys...
2011-11-24 kborchersMenu: Move mousedown handler into _bind and fix focusin...
2011-11-23 Scott GonzálezAutocomplete: Removed commented out test.
2011-11-23 ShannonAutocomplete: Making sure we do not show search menu...
2011-11-22 Scott GonzálezUpgrade jQuery to 1.7.1.
2011-11-22 Scott GonzálezSelectable: Explicitly check event.ctrlKey now that...
2011-11-21 Scott GonzálezMerge pull request #463 from jason-oster/master
2011-11-21 Michael P.... Droppable: Make sure._drop is called for all relevant...
2011-11-21 Scott GonzálezWidget: Simplify data normalization in _trigger().
2011-11-21 Scott GonzálezWidget: Don't use $.event.props when creating events.
2011-11-21 Scott GonzálezWidget tests: Fixed _super() call in redefine test.
2011-11-18 Jörn ZaeffererWidget: Remove method argument from _super and _superAp... 528/head
2011-11-17 Kris BorchersMerge pull request #493 from solarprominence/patch-1
2011-11-17 Kris BorchersMerge pull request #527 from kborchers/localization
2011-11-17 Richard D.... Merge pull request #511 from basti1253/master
2011-11-17 David De SloovereDatepicker: added i18n for nl-BE. Fixes #7895 Datepicke... 527/head
2011-11-17 David SomsDatepicker: Updated catalan translation using globalize...
2011-11-17 stojceDatepicker: Added Macedonian i18n for date picker plugi...
next