]>
source.dussan.org Git - jquery-ui.git/log
jzaefferer [Thu, 28 Oct 2010 17:22:57 +0000 (19:22 +0200)]
Menu: Further refactoring of next/previousPage
jzaefferer [Thu, 28 Oct 2010 17:15:27 +0000 (19:15 +0200)]
Menu: Refactored next/previousPage logic and activate-scrolling, improved much!
jzaefferer [Thu, 28 Oct 2010 16:38:40 +0000 (18:38 +0200)]
Menu: Refactored menu to use .first()/.last() instead of :first/:last whereever possible
jzaefferer [Thu, 28 Oct 2010 16:12:52 +0000 (18:12 +0200)]
Menu: Effing coding standards.
jzaefferer [Thu, 28 Oct 2010 16:11:55 +0000 (18:11 +0200)]
Menu: Use event delegation for mouseover/out events, instead of binding to menu items directly
jzaefferer [Fri, 9 Jul 2010 13:31:53 +0000 (15:31 +0200)]
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license.
jzaefferer [Wed, 23 Jun 2010 14:58:20 +0000 (16:58 +0200)]
Menu: Extended button's splitbutton demo to use an actual menu
jzaefferer [Sat, 19 Jun 2010 15:16:15 +0000 (17:16 +0200)]
Menu: Improve first and last methods to take non-menuitem items into account
jzaefferer [Sat, 19 Jun 2010 15:03:08 +0000 (17:03 +0200)]
Menu: make the move method private
jzaefferer [Sat, 19 Jun 2010 14:59:27 +0000 (16:59 +0200)]
Menu: make the hasScroll method private
jzaefferer [Sat, 19 Jun 2010 14:39:17 +0000 (16:39 +0200)]
Menu demos: a few less items for the default demo to fit into the demo frame
jzaefferer [Sat, 19 Jun 2010 14:37:39 +0000 (16:37 +0200)]
Menu demos: Restrict selectors to demo elements; add menu to demos/index.html
jzaefferer [Fri, 18 Jun 2010 09:16:10 +0000 (11:16 +0200)]
Menu: Fixes for destroy method completeness
jzaefferer [Fri, 18 Jun 2010 08:57:20 +0000 (10:57 +0200)]
Menu: Implemented destroy method and disabled option, modified test to pass html-compare-destroy test and extended default visual test for testing destroy and disabled features
jzaefferer [Fri, 18 Jun 2010 08:28:57 +0000 (10:28 +0200)]
Merge branch 'menu' of http://github.com/dominiquevincent/jquery-ui into vincent/menu
jzaefferer [Fri, 18 Jun 2010 08:23:41 +0000 (10:23 +0200)]
Menu: default and contextmenu demos
dominiquevincent [Thu, 6 May 2010 15:10:52 +0000 (17:10 +0200)]
Menu:the first set of unit test files.
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
jzaefferer [Fri, 30 Apr 2010 12:46:12 +0000 (14:46 +0200)]
First attempt at a menubar
jzaefferer [Fri, 30 Apr 2010 12:45:52 +0000 (14:45 +0200)]
Always set font-weight:normal for menu items, in case the menu is a child in a ui-widget-header element
jzaefferer [Fri, 30 Apr 2010 11:18:34 +0000 (13:18 +0200)]
Renamed menu event selected to select to be consistent with naming conventions, already updated spec on wiki
jzaefferer [Fri, 30 Apr 2010 11:04:09 +0000 (13:04 +0200)]
First attempt at integrating key handling into menu
jzaefferer [Fri, 30 Apr 2010 08:21:40 +0000 (10:21 +0200)]
Placeholder for destroy method in menu
jzaefferer [Fri, 30 Apr 2010 08:19:36 +0000 (10:19 +0200)]
Actually removed the menu code from the autocomplete file
jzaefferer [Fri, 30 Apr 2010 08:18:36 +0000 (10:18 +0200)]
Added themeswitcher to drilldown test
jzaefferer [Fri, 30 Apr 2010 08:17:30 +0000 (10:17 +0200)]
Need to pass-through event arg to activate method
jzaefferer [Fri, 30 Apr 2010 07:31:39 +0000 (09:31 +0200)]
Remove unnecessary float:left from .ui-menu-item, only caused various layout issues
jzaefferer [Fri, 30 Apr 2010 07:14:08 +0000 (09:14 +0200)]
Extracted menu theme from autocomplete file into its own
jzaefferer [Fri, 30 Apr 2010 07:12:44 +0000 (09:12 +0200)]
Added menu statics and visual tests to index files
jzaefferer [Wed, 21 Apr 2010 19:01:08 +0000 (21:01 +0200)]
Menu: Extracted menu code from autocomplete, updated all dependencies
Richard D. Worth [Wed, 21 Apr 2010 14:13:12 +0000 (10:13 -0400)]
Tagging the 1.8.1 release.
Scott González [Wed, 21 Apr 2010 14:02:53 +0000 (10:02 -0400)]
Autocomplete: Added demo for accent folding.
Proof of concept for #5219 - Autocomplete: Support for accent-folding.
Scott González [Wed, 21 Apr 2010 13:57:35 +0000 (09:57 -0400)]
Autocomplete: Added custom rendering for custom data demo.
Richard D. Worth [Wed, 21 Apr 2010 09:00:33 +0000 (05:00 -0400)]
Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file
carhartl [Mon, 19 Apr 2010 18:38:04 +0000 (02:38 +0800)]
added tests for enable/disable
maggiewachs [Fri, 16 Apr 2010 18:24:49 +0000 (14:24 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui
maggiewachs [Fri, 16 Apr 2010 15:29:05 +0000 (11:29 -0400)]
Added left icons and CSS to indent menu option text.
jzaefferer [Fri, 16 Apr 2010 09:09:28 +0000 (11:09 +0200)]
Autocomplete: Fixed href to multiple-remote dmeo in index
jzaefferer [Fri, 16 Apr 2010 09:05:35 +0000 (11:05 +0200)]
Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data
jzaefferer [Thu, 15 Apr 2010 13:31:49 +0000 (15:31 +0200)]
Autocomplete: code improvements for multiple demo
jzaefferer [Thu, 15 Apr 2010 08:43:47 +0000 (10:43 +0200)]
Autocomplete: multiple demo added
jzaefferer [Wed, 14 Apr 2010 18:19:20 +0000 (20:19 +0200)]
Unit tests: Disable stale widget tests on testswarm
jzaefferer [Wed, 14 Apr 2010 17:02:03 +0000 (19:02 +0200)]
Unit tests: Disable stale interaction tests only on testswarm, but allow them to run locally
jzaefferer [Wed, 14 Apr 2010 16:53:01 +0000 (18:53 +0200)]
Unit tests: Try to disable tests only for testswarm; if this works, I'll modify the other ones as well
Richard D. Worth [Wed, 14 Apr 2010 12:19:53 +0000 (08:19 -0400)]
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
jzaefferer [Tue, 13 Apr 2010 13:43:44 +0000 (15:43 +0200)]
Position unit tests: Add module for testswarm to run all tests
jzaefferer [Tue, 13 Apr 2010 11:25:09 +0000 (13:25 +0200)]
Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes test
jzaefferer [Tue, 13 Apr 2010 10:04:05 +0000 (12:04 +0200)]
Autocomplete unit tests: Fix event handling in IE
jzaefferer [Tue, 13 Apr 2010 09:35:50 +0000 (11:35 +0200)]
Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test
jzaefferer [Tue, 13 Apr 2010 09:12:01 +0000 (11:12 +0200)]
Autocomplete and button unit tests: Same remove-role-attr fix as for accordion in destroy-method test
jzaefferer [Tue, 13 Apr 2010 08:54:54 +0000 (10:54 +0200)]
Accordion unit tests: And another height-testing hotfix for Safari 3.x
jzaefferer [Tue, 13 Apr 2010 08:36:04 +0000 (10:36 +0200)]
Accordion unit tests: One more height-testing hotfix for Safari 3.x
jzaefferer [Tue, 13 Apr 2010 08:13:13 +0000 (10:13 +0200)]
Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests to tolerate different results, as long as they are consistent
jzaefferer [Mon, 12 Apr 2010 14:49:12 +0000 (16:49 +0200)]
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results
jzaefferer [Mon, 12 Apr 2010 14:44:37 +0000 (16:44 +0200)]
Accordion unit tests: Cleaned and fixed destroy-method test, working around html rendering inconsistencies
jzaefferer [Mon, 12 Apr 2010 14:12:05 +0000 (16:12 +0200)]
Accordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids the :visible matching display:none issue in IE8
jzaefferer [Mon, 12 Apr 2010 11:43:41 +0000 (13:43 +0200)]
Effects demos: cleanup
Richard D. Worth [Fri, 9 Apr 2010 18:43:44 +0000 (14:43 -0400)]
sortable: don't call the base widget _setOption for disabled to avoid the ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
jzaefferer [Thu, 8 Apr 2010 10:07:45 +0000 (12:07 +0200)]
Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453
jzaefferer [Thu, 8 Apr 2010 10:05:52 +0000 (12:05 +0200)]
Autocomplete: Track input changes and fire change-event on blur, along with selected item, if available. Fix for #5490
unknown [Wed, 7 Apr 2010 17:16:57 +0000 (19:16 +0200)]
Set font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items have no default-state-class, need to override font-weight
unknown [Tue, 6 Apr 2010 20:50:27 +0000 (22:50 +0200)]
Button: some demo code formatting
unknown [Tue, 6 Apr 2010 20:42:14 +0000 (22:42 +0200)]
Autocomplete: Change demo title in index.file to fit it in one line
Jörn Zaefferer [Tue, 6 Apr 2010 13:49:53 +0000 (06:49 -0700)]
Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Spelling of dayname wrong
Jörn Zaefferer [Mon, 5 Apr 2010 18:07:55 +0000 (11:07 -0700)]
Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?).
jzaefferer [Sat, 3 Apr 2010 15:48:39 +0000 (17:48 +0200)]
Accordion: different useless markup for getting consistent results for the destroy test
jzaefferer [Sat, 3 Apr 2010 15:35:02 +0000 (17:35 +0200)]
Accordion: Trying some styl resets, maybe finding the one for Safari 3.x
jzaefferer [Sat, 3 Apr 2010 15:31:04 +0000 (17:31 +0200)]
Accordion: more useless markup for getting consistent results for the destroy test
jzaefferer [Sat, 3 Apr 2010 15:27:00 +0000 (17:27 +0200)]
Accordion: Improved resize-method test, starting with a fixed container height
jzaefferer [Sat, 3 Apr 2010 15:21:31 +0000 (17:21 +0200)]
Accordion: Rewrote the resize method test; fails in IE8, probably related to :visible issue
jzaefferer [Sat, 3 Apr 2010 15:14:58 +0000 (17:14 +0200)]
Accordion unit tests: Cleanup
jzaefferer [Sat, 3 Apr 2010 15:14:01 +0000 (17:14 +0200)]
Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test in IE6
jzaefferer [Sat, 3 Apr 2010 15:10:50 +0000 (17:10 +0200)]
Accordion unit tests: Use display!=none instead of :visible to work around :visible issue in IE8
jzaefferer [Sat, 3 Apr 2010 15:08:45 +0000 (17:08 +0200)]
Accordion unit tests: Refactored state-helper function
Richard D. Worth [Sat, 3 Apr 2010 03:14:44 +0000 (23:14 -0400)]
slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet http://docs.jquery.com/JQuery_Core_Style_Guidelines
Scott González [Sat, 3 Apr 2010 00:19:53 +0000 (17:19 -0700)]
Use border-width instead of border for .ui-tabs-panel to make it easier to override.
Fixes #5475 - ui-tabs-panel border override should be border-width, not border.
Richard D. Worth [Fri, 2 Apr 2010 21:09:37 +0000 (17:09 -0400)]
ui core: enableSelection, disableSelection: Removed selectstart event filters from enableDisable and disableSelection as these are general utility convenience methods intended to prevent native browser text selection not jQuery UI Selectable selection. Fixes #5477 - core: enableSelection and disableSelection should only prevent native browser text selection
Richard D. Worth [Fri, 2 Apr 2010 16:43:22 +0000 (12:43 -0400)]
tabs: core ajax unit test - more refactoring, seems IE7 needs a quick setTimeout for the first async test to work on first load
Richard D. Worth [Fri, 2 Apr 2010 15:59:17 +0000 (11:59 -0400)]
tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run remaining tests
Richard D. Worth [Fri, 2 Apr 2010 14:32:33 +0000 (10:32 -0400)]
slider: corrected a regression introduced by commit
5ffd3ab
Richard D. Worth [Thu, 1 Apr 2010 19:08:20 +0000 (15:08 -0400)]
Slider: added support for canceling start event. Fixes #5472 - slider: event start not cancelable
Richard D. Worth [Thu, 1 Apr 2010 19:00:45 +0000 (15:00 -0400)]
Align slider value to step. Fixes #5471 - value not aligned to step when set programatically
jzaefferer [Thu, 1 Apr 2010 08:00:13 +0000 (10:00 +0200)]
crlf mess, round XIIIMD
jzaefferer [Thu, 1 Apr 2010 07:57:56 +0000 (09:57 +0200)]
Updating to latest QUnit
jzaefferer [Thu, 1 Apr 2010 07:49:13 +0000 (09:49 +0200)]
Tuning disabled testsuites to run with ?draggable that TestSwarm adds
jzaefferer [Thu, 1 Apr 2010 07:33:25 +0000 (09:33 +0200)]
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit
df31e22b9572ef105fc83e130041b1165023a4ac , reversing
changes made to
ab8d15521785e764a6bf47beee0cfd18929607d3 .
Need to revert this revert later on when actually merging the tooltip branch into master.
jzaefferer [Thu, 1 Apr 2010 07:25:21 +0000 (09:25 +0200)]
Merge branch 'tooltip' of github.com:jquery/jquery-ui
jzaefferer [Thu, 1 Apr 2010 07:24:39 +0000 (09:24 +0200)]
Disabling interaction testsuites until we get to their rewrites; required to get 100% passing on TestSwarm now
unknown [Wed, 31 Mar 2010 18:19:09 +0000 (20:19 +0200)]
Tooltip: Two more demos showing mousetracking with open/close events and using open/close methods to programmatically show/hide tooltips
unknown [Wed, 31 Mar 2010 18:18:12 +0000 (20:18 +0200)]
Added tooltip to widgets_in_dialog compound test
unknown [Wed, 31 Mar 2010 18:17:45 +0000 (20:17 +0200)]
Tooltip: Renamed show to open and open to _show (based on spec), changed trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing
unknown [Wed, 31 Mar 2010 17:00:43 +0000 (19:00 +0200)]
Tooltip: Comment about IE6 workaround
jzaefferer [Wed, 31 Mar 2010 14:39:16 +0000 (16:39 +0200)]
Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event handler
unknown [Tue, 30 Mar 2010 20:46:41 +0000 (22:46 +0200)]
Tabs: Adding demo using cookie option for persistence
unknown [Tue, 30 Mar 2010 20:34:46 +0000 (22:34 +0200)]
Shopping-Cart demo: Add new demo to droppable demo index
unknown [Tue, 30 Mar 2010 20:08:43 +0000 (22:08 +0200)]
Shopping-Cart demo: Fix demo title
unknown [Tue, 30 Mar 2010 20:08:04 +0000 (22:08 +0200)]
Shopping-Cart demo: Fix the eager activeClass on sorting
unknown [Tue, 30 Mar 2010 20:04:23 +0000 (22:04 +0200)]
Shopping-Cart demo: fix typos
unknown [Tue, 30 Mar 2010 19:57:43 +0000 (21:57 +0200)]
Adding shopping cart demo for integration of accordion, draggable, droppable and sortable
jzaefferer [Tue, 30 Mar 2010 11:37:12 +0000 (13:37 +0200)]
Build: Fix regeex for checksum-file-path
jzaefferer [Tue, 30 Mar 2010 11:34:45 +0000 (13:34 +0200)]
Build: Copy the themes folder from the dist dir to include the concatendated file