]> source.dussan.org Git - jquery-ui.git/shortlog
jquery-ui.git
2010-11-16 jzaeffererMenu: Implemented new (experimental) ARIA based on...
2010-10-28 jzaeffererMenu: Good enough
2010-10-28 jzaeffererMenu: Further refactoring of next/previousPage
2010-10-28 jzaeffererMenu: Refactored next/previousPage logic and activate...
2010-10-28 jzaeffererMenu: Refactored menu to use .first()/.last() instead...
2010-10-28 jzaeffererMenu: Effing coding standards.
2010-10-28 jzaeffererMenu: Use event delegation for mouseover/out events...
2010-07-09 jzaeffererUpdated copyright headers to make it clear that you...
2010-06-23 jzaeffererMenu: Extended button's splitbutton demo to use an...
2010-06-19 jzaeffererMenu: Improve first and last methods to take non-menuit...
2010-06-19 jzaeffererMenu: make the move method private
2010-06-19 jzaeffererMenu: make the hasScroll method private
2010-06-19 jzaeffererMenu demos: a few less items for the default demo to...
2010-06-19 jzaeffererMenu demos: Restrict selectors to demo elements; add...
2010-06-18 jzaeffererMenu: Fixes for destroy method completeness
2010-06-18 jzaeffererMenu: Implemented destroy method and disabled option...
2010-06-18 jzaeffererMerge branch 'menu' of http://github.com/dominiquevince...
2010-06-18 jzaeffererMenu: default and contextmenu demos
2010-05-06 dominiquevincentMenu:the first set of unit test files.
2010-04-30 jzaeffererFirst attempt at a menubar
2010-04-30 jzaeffererAlways set font-weight:normal for menu items, in case...
2010-04-30 jzaeffererRenamed menu event selected to select to be consistent...
2010-04-30 jzaeffererFirst attempt at integrating key handling into menu
2010-04-30 jzaeffererPlaceholder for destroy method in menu
2010-04-30 jzaeffererActually removed the menu code from the autocomplete...
2010-04-30 jzaeffererAdded themeswitcher to drilldown test
2010-04-30 jzaeffererNeed to pass-through event arg to activate method
2010-04-30 jzaeffererRemove unnecessary float:left from .ui-menu-item, only...
2010-04-30 jzaeffererExtracted menu theme from autocomplete file into its own
2010-04-30 jzaeffererAdded menu statics and visual tests to index files
2010-04-21 jzaeffererMenu: Extracted menu code from autocomplete, updated...
2010-04-21 Richard D.... Tagging the 1.8.1 release. 1.8.1
2010-04-21 Scott GonzálezAutocomplete: Added demo for accent folding.
2010-04-21 Scott GonzálezAutocomplete: Added custom rendering for custom data...
2010-04-21 Richard D.... Fixed #5532 - Datepicker i18n: Encoding error in Swiss...
2010-04-19 carhartladded tests for enable/disable
2010-04-16 maggiewachsMerge branch 'master' of github.com:jquery/jquery-ui
2010-04-16 maggiewachsAdded left icons and CSS to indent menu option text.
2010-04-16 jzaeffererAutocomplete: Fixed href to multiple-remote dmeo in...
2010-04-16 jzaeffererAutocomplete: Refactored code for array filtering into...
2010-04-15 jzaeffererAutocomplete: code improvements for multiple demo
2010-04-15 jzaeffererAutocomplete: multiple demo added
2010-04-14 jzaeffererUnit tests: Disable stale widget tests on testswarm
2010-04-14 jzaeffererUnit tests: Disable stale interaction tests only on...
2010-04-14 jzaeffererUnit tests: Try to disable tests only for testswarm...
2010-04-14 Richard D.... Draggable demo: visual feedback - use draggable option...
2010-04-14 jzaeffererPosition unit tests: Add module for testswarm to run...
2010-04-13 jzaeffererProgressbar unit test: Ignore false vs. false in IE6...
2010-04-13 jzaeffererAutocomplete unit tests: Fix event handling in IE
2010-04-13 jzaeffererProgressbar unit test: Ignore false vs. false in IE6...
2010-04-13 jzaeffererAutocomplete and button unit tests: Same remove-role...
2010-04-13 jzaeffererAccordion unit tests: And another height-testing hotfix...
2010-04-13 jzaeffererAccordion unit tests: One more height-testing hotfix...
2010-04-13 jzaeffererAccordion unit tests: Remove role attribute to pass...
2010-04-12 jzaeffererAccordion unit tests: Trying some more style resets...
2010-04-12 jzaeffererAccordion unit tests: Cleaned and fixed destroy-method...
2010-04-12 jzaeffererAccordion unit tests: Cleaned and fixed resize-method...
2010-04-12 jzaeffererEffects demos: cleanup
2010-04-09 Richard D.... sortable: don't call the base widget _setOption for...
2010-04-08 jzaeffererAutocomplete: Combobox demo update, fixed mustMatch...
2010-04-08 jzaeffererAutocomplete: Track input changes and fire change-event...
2010-04-07 unknownSet font-weight normal for active menu items - Fix...
2010-04-06 unknownButton: some demo code formatting
2010-04-06 unknownAutocomplete: Change demo title in index.file to fit...
2010-04-06 Jörn ZaeffererFixed spelling of Poniedziałek - Fix for #5487 - Datepi...
2010-04-05 Jörn ZaeffererAdded link to categories-demo to autocomplete demos...
2010-04-03 jzaeffererAccordion: different useless markup for getting consist...
2010-04-03 jzaeffererAccordion: Trying some styl resets, maybe finding the...
2010-04-03 jzaeffererAccordion: more useless markup for getting consistent...
2010-04-03 jzaeffererAccordion: Improved resize-method test, starting with...
2010-04-03 jzaeffererAccordion: Rewrote the resize method test; fails in...
2010-04-03 jzaeffererAccordion unit tests: Cleanup
2010-04-03 jzaeffererAccordion: Fixed case for tabIndex (was tabindex),...
2010-04-03 jzaeffererAccordion unit tests: Use display!=none instead of...
2010-04-03 jzaeffererAccordion unit tests: Refactored state-helper function
2010-04-03 Richard D.... slider: jslint cleanup (thanks for the start zhaoz...
2010-04-03 Scott GonzálezUse border-width instead of border for .ui-tabs-panel...
2010-04-02 Richard D.... ui core: enableSelection, disableSelection: Removed...
2010-04-02 Richard D.... tabs: core ajax unit test - more refactoring, seems...
2010-04-02 Richard D.... tabs: core ajax unit test - run two loads as two separa...
2010-04-02 Richard D.... slider: corrected a regression introduced by commit...
2010-04-01 Richard D.... Slider: added support for canceling start event. Fixes...
2010-04-01 Richard D.... Align slider value to step. Fixes #5471 - value not...
2010-04-01 jzaefferercrlf mess, round XIIIMD
2010-04-01 jzaeffererUpdating to latest QUnit
2010-04-01 jzaeffererTuning disabled testsuites to run with ?draggable that...
2010-04-01 jzaeffererRevert accidental "Merge branch 'tooltip' of github...
2010-04-01 jzaeffererMerge branch 'tooltip' of github.com:jquery/jquery-ui
2010-04-01 jzaeffererDisabling interaction testsuites until we get to their...
2010-03-31 unknownTooltip: Two more demos showing mousetracking with...
2010-03-31 unknownAdded tooltip to widgets_in_dialog compound test
2010-03-31 unknownTooltip: Renamed show to open and open to _show (based...
2010-03-31 unknownTooltip: Comment about IE6 workaround
2010-03-31 jzaeffererAutocomplete unit tests: Replace unreliable setTimeout...
2010-03-30 unknownTabs: Adding demo using cookie option for persistence
2010-03-30 unknownShopping-Cart demo: Add new demo to droppable demo...
2010-03-30 unknownShopping-Cart demo: Fix demo title
2010-03-30 unknownShopping-Cart demo: Fix the eager activeClass on sorting
2010-03-30 unknownShopping-Cart demo: fix typos
2010-03-30 unknownAdding shopping cart demo for integration of accordion...
next