Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 9 | -9/+9 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 10 | -93/+35 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 9 | -9/+9 |
| | |||||
* | Fix various issues in our html files, first batch | Jörn Zaefferer | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 9 | -9/+9 |
| | |||||
* | Sortable demos: connect lists - added some bottom padding to each container. ↵ | Richard D. Worth | 2012-02-13 | 1 | -1/+1 |
| | | | | Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 9 | -9/+9 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 9 | -9/+9 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 9 | -9/+9 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 9 | -9/+9 |
| | |||||
* | Sortable demos: Coding standards. | Scott González | 2010-10-13 | 10 | -157/+155 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 10 | -10/+20 |
| | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 9 | -9/+9 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 9 | -9/+9 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 9 | -9/+9 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 9 | -9/+9 |
| | |||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 9 | -0/+9 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 9 | -0/+9 |
| | |||||
* | sortable portlets demo: Swapped plus and minus icons for more consistency | Richard Worth | 2009-10-04 | 1 | -2/+2 |
| | |||||
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 9 | -20/+20 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | demos: sortable - Delay start, fixed so first drag doesn't have to start on ↵ | Richard Worth | 2009-03-03 | 1 | -1/+1 |
| | | | | text in IE6 | ||||
* | demos: sortable - Include / exclude items, fixed display issue in IE6 | Richard Worth | 2009-03-03 | 1 | -2/+2 |
| | |||||
* | demos: sortable - disableSelection on sortable elements | Richard Worth | 2009-03-02 | 5 | -0/+7 |
| | |||||
* | removed margin-left rules due to IE6 conflict | Scott Jehl | 2009-02-27 | 2 | -2/+2 |
| | |||||
* | Switched to jQuery 1.3.2 | Richard Worth | 2009-02-20 | 9 | -9/+9 |
| | |||||
* | sortable demos: added zoom: 1 for IE6 | Richard Worth | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: quick selector bugfix | Bohdan Ganicky | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: finetuning | Bohdan Ganicky | 2009-02-09 | 1 | -4/+5 |
| | |||||
* | moved test page (#4088) from demos/sortable to tests/visual/sortable | Richard Worth | 2009-02-07 | 1 | -64/+0 |
| | |||||
* | demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ↵ | Bohdan Ganicky | 2009-02-07 | 1 | -0/+64 |
| | | | | ui.draggable (sortable item) immediately after the drop callback.), not added to the index page | ||||
* | demos/sortable/connect-lists-through-tabs: finetuning + automatic tab switch ↵ | Bohdan Ganicky | 2009-02-05 | 1 | -6/+8 |
| | | | | after item is removed from the list | ||||
* | demos/sortable/connect-lists-through-tabs: fixed demo description | Bohdan Ganicky | 2009-02-05 | 1 | -4/+1 |
| | |||||
* | demos/sortable/connect-lists-through-tabs: new demo created as a reaction to ↵ | Bohdan Ganicky | 2009-02-05 | 2 | -0/+77 |
| | | | | a certain discussion in the jquery ui google group | ||||
* | Sortable demos: Updated all uses of connectWith to use a string instead of ↵ | Scott González | 2009-02-01 | 3 | -6/+6 |
| | | | | an array (array is deprecated). | ||||
* | demos sortable connect-lists: disable text selection | Richard Worth | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | demos: fixed demo descriptions to use CODE for option names instead of STRONG | Richard Worth | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | demos: li's must have a height in IE6 in certain cases, or otherwise ↵ | Paul Bakaus | 2009-01-27 | 1 | -1/+1 |
| | | | | event.target is the parent (related to #3880) | ||||
* | switched to jQuery 1.3.1 | Richard Worth | 2009-01-22 | 8 | -8/+8 |
| | |||||
* | demos/sortable: some cleanup and consistency | Richard Worth | 2009-01-20 | 17 | -511/+105 |
| | |||||
* | reorganized/renamed sortable demos | Maggie Costello Wachs | 2009-01-16 | 5 | -31/+22 |
| | |||||
* | reorganized/renamed sortable demos | Maggie Costello Wachs | 2009-01-16 | 5 | -0/+301 |
| | |||||
* | Happy Birthday jQuery (switched to jQuery 1.3) | Richard Worth | 2009-01-14 | 11 | -11/+11 |
| | |||||
* | switched to jQuery 1.3rc2 | Richard Worth | 2009-01-13 | 11 | -11/+11 |
| | |||||
* | reverted temp commit for demos | Paul Bakaus | 2009-01-12 | 11 | -11/+11 |
| | |||||
* | temp commit: reverted to 1.2.6 to fix website issues | Paul Bakaus | 2009-01-12 | 11 | -11/+11 |
| | |||||
* | fixed columns to stay wide and droppable when empty | Richard Worth | 2009-01-09 | 1 | -1/+1 |
| |