]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2008-11-19 Paul Bakaussortable: removing ui.options caused plugins not to...
2008-11-19 Paul Bakausresizable: Fixed preserveCursor, if the cursor is overr...
2008-11-19 Paul Bakausslider: defered all parseInt / Math.round calls for...
2008-11-19 Richard Worthremoved unused conditional comments for ie5, ie6, ie7
2008-11-19 Paul Bakaussortable: removed ui.element and ui.options from the...
2008-11-19 Richard Worthset svn:eol-style to native
2008-11-19 Richard WorthRemoved spinner from trunk. See /branches/dev/spinner
2008-11-18 Richard WorthRemoved all trailing whitespace from .js and .html...
2008-11-18 Scott GonzálezProgressbar: Removed text method.
2008-11-18 Scott GonzálezVarious: Fixed #3596: Removed references to jQuery...
2008-11-17 Scott GonzálezProgressbar: Removed identifier, element, textElement...
2008-11-17 Scott GonzálezProgressbar: Removed textClass option.
2008-11-17 Scott GonzálezProgressbar: Removed references to jQuery for compatibi...
2008-11-17 Scott GonzálezProgressbar:
2008-11-15 Keith WoodRollback changes for datepicker. This means 3261, 3307...
2008-11-15 Scott GonzálezCore: Fixed #3562: Modify .removeAttr() to work on...
2008-11-14 Keith WoodAdded tests for daylight savings problems - only show...
2008-11-14 Keith WoodFixed 3395, 3512, 3537, 3560, 3566. Problems with dayli...
2008-11-14 Richard Worthfixed #3578 - ALL CODE: e, ui should be changed to...
2008-11-13 David Bolterrefactored keyboard handling to a switch statement...
2008-11-13 David BolterAdded accordion keyboard and ARIA support, and tests...
2008-11-13 Paul Bakausset correct mime-types for trunk (html,js,jpg,png,gif...
2008-11-12 Eduardo LundgrenSortable: remove console.log
2008-11-12 Keith WoodAdded alternate easing demonstration
2008-11-12 Keith WoodFixed 3261, 3307, 3513, 3521. Refactored datepicker...
2008-11-12 Eduardo LundgrenSortable: More accuracy improvements.
2008-11-12 Eduardo LundgrenCore and Sortable: $.ui.contains method moved into...
2008-11-12 Richard Worthdatepicker: added $.ui.datepicker.version
2008-11-12 Richard Worthtests: removed background image from slider unit tests
2008-11-12 Richard WorthFixed failing .slider("destroy") on empty element....
2008-11-12 Richard Worthtests: cleanup and consistency with defaults tests
2008-11-12 Richard Worthdefault theme: whitespace and formatting
2008-11-12 Richard Worthdefault theme: whitespace and formatting
2008-11-12 Richard WorthRemoved colorpicker and autocomplete from default theme
2008-11-12 Richard WorthRemoved references to colorpicker from trunk
2008-11-12 Richard WorthMoved colorpicker to experimental branch
2008-11-11 Richard Worth(no commit message)
2008-11-11 Richard WorthAdded new test suite for common tests across all UI...
2008-11-11 Keith WoodShow controls as icons
2008-11-10 Eduardo LundgrenCore: Change arguments name for isOver* methods.
2008-11-10 Paul Bakausimplemented $.fn.scrollParent (candidate for jQuery...
2008-11-10 Eduardo LundgrenCore: Change comments for the new methods
2008-11-10 Eduardo LundgrenChange name of intersect methods to isOverHeight/isOver...
2008-11-10 Eduardo LundgrenDraggable: Avoid conflict with droppable $.ui.intersect...
2008-11-10 Eduardo LundgrenCore: Avoid conflict with droppable $.ui.instersect...
2008-11-10 Eduardo LundgrenDraggable: Using the new core intersect method on conne...
2008-11-10 Eduardo LundgrenSortable: Using the new core intersectHeight/intersectW...
2008-11-10 Eduardo LundgrenCore: Intersect methods into the core. Determines when...
2008-11-10 Eduardo LundgrenDraggable - calling the new _ui() method from sortables
2008-11-08 Richard Worthmoved magnifier to experimental branch
2008-11-08 Richard Worthtests droppable - implemented cssNamespace test
2008-11-08 Richard Worthdroppable: defined some defaults
2008-11-08 Richard Worthtests: Added droppable test suite
2008-11-08 Keith WoodMove Chinese localisations to "alphabetic" order
2008-11-08 Keith WoodFixed 3550. Added Albanian localisation.
2008-11-08 Keith WoodFixed 3547. Initialise alternate field on load for...
2008-11-08 Scott GonzálezCore: Optimized isVisible() for the case where the...
2008-11-07 Scott GonzálezDialog, Progressbar: Combined ARIA attribute settings...
2008-11-07 Scott GonzálezCore Tests: Moved ARIA tests out of selectors module.
2008-11-07 Scott GonzálezCore: Rewrote isVisible(). New implementation inspired...
2008-11-07 Scott GonzálezCore Tests: Fixed ARIA tests for new .attr() method.
2008-11-07 Keith WoodCorrect display of big prev/next links when disabled.
2008-11-07 Keith WoodFixed 3526. Default year if not set from input field.
2008-11-07 Keith WoodFixed 3536. Added Persian localisation
2008-11-07 Scott GonzálezCore: Moved regex declarations for potential speed...
2008-11-07 Scott GonzálezProgressbar Tests: Fixed default option tests (and...
2008-11-06 Paul Bakausdraggable: fixed nasty IE related scrolling bug - funny...
2008-11-06 Paul Bakaussortable: returning false in any callback will now...
2008-11-05 David BolterTweaking attr to normalize for FF2 ARIA implementation...
2008-11-05 Klaus HartlUI Tabs: removed equalize extension
2008-11-05 Klaus HartlUI Tabs: fixed tabs select causing page to jump bug...
2008-11-04 Paul Bakaussortable: removed support for ui.cancel(), must now...
2008-11-03 Paul Bakaussortable: implemented ui.cancel(), a function that...
2008-11-03 Paul Bakaussortable: checked inputs are not unchecked anymore...
2008-11-03 Paul Bakauscore: restructured helper functions, made enableSelecti...
2008-11-03 Paul Bakaussortable: all events of the inner nodes of the sortable...
2008-11-03 Paul Bakausmouse: events and default actions on click are not...
2008-11-03 Paul Bakausdraggable: fixed two missing defaults
2008-11-01 Richard WorthFixed #3193 - Cannot select scrollbars inside dialog...
2008-11-01 Richard Worthresizable: defined defaults
2008-11-01 Richard Worthtests resizable: Updated defaults test
2008-11-01 Richard Worthtest visual: fixed colors to match UI website
2008-10-31 Richard Worthmoved dep_loader.html test page to experimental branch
2008-10-30 Eduardo LundgrenSortable - accurate option added, If you prefer better...
2008-10-29 David Bolteradded ARIA semantics, and tests.
2008-10-28 Eduardo LundgrenSortable - delta direction improved
2008-10-28 Eduardo LundgrenSortable - Float elements tolerance fixed
2008-10-28 Eduardo LundgrenSortable - Prevent mouseCapture while help is reverting
2008-10-28 Eduardo LundgrenSortable - Checking if helper exists
2008-10-28 Eduardo LundgrenChanging the author name on Resizable
2008-10-28 Eduardo LundgrenSortable - Tolerance accuracy sortable improved
2008-10-24 Richard Worthset svn:eol-style to native
2008-10-22 Ariel Fleslerui.datepicker: fixing a var being leaked to the global...
2008-10-22 Keith WoodFixed 3492. Typo in day name.
2008-10-20 Paul Bakausslider: changed order of fired callbacks in moveTo...
2008-10-17 Richard WorthFixed slider responds to keypresses when disabled
2008-10-17 Paul Bakaussortable: fixed issue with first time append of the...
2008-10-15 Paul Bakauscore: reverted lazy loading implementation, commited...
2008-10-15 Paul Bakauscore: fixed chaining in lazy loading mechanism
2008-10-15 Paul Bakauscore: implemented experimental async dependency loading
next