index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into selectmenu
Felix Nagel
2013-03-19
64
-705
/
+1148
|
\
|
*
Widget: Remove copy-pasta leftovers
Jörn Zaefferer
2013-03-19
1
-4
/
+2
|
*
Widget tests: Use instance method. Also replace a few instances of $.data in ...
Jörn Zaefferer
2013-03-19
9
-37
/
+38
|
*
Widgets: Updating to use instance method on bridge
Corey Frang
2013-03-19
5
-32
/
+35
|
*
Demos: Updating to use instance method on bridge
Corey Frang
2013-03-19
5
-5
/
+5
|
*
Widget: Implement instance method on the bridge to return widget instance - F...
Corey Frang
2013-03-19
2
-0
/
+17
|
*
README: 1-8-stable -> 1-10-stable.
Scott González
2013-03-18
1
-5
/
+5
|
*
Progressbar demo (label): Use absolute positioning for the label. Fixes #9163...
Scott González
2013-03-18
1
-3
/
+6
|
*
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomple...
Scott González
2013-03-16
1
-0
/
+1
|
*
Draggable: make sure snap elements are in the document before snapping. Fixes...
Mike Sherov
2013-03-16
2
-11
/
+36
|
*
Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ...
Zbigniew Motyka
2013-03-16
2
-2
/
+38
|
*
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox dem...
TJ VanToll
2013-03-16
1
-1
/
+2
|
*
Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: aut...
Woody Gilk
2013-03-15
2
-4
/
+51
|
*
Use .csslintrc instead of inlining rules in the Gruntfile.
Scott González
2013-03-15
3
-10
/
+13
|
*
Grunt: Run all CSS files through csslint.
Scott González
2013-03-15
1
-8
/
+6
|
*
Grunt: Add lint and test aliases.
Scott González
2013-03-15
1
-1
/
+3
|
*
Grunt: Don't run htmllint against core_deprecated.html.
Scott González
2013-03-15
1
-1
/
+1
|
*
Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().
Scott González
2013-03-15
7
-59
/
+191
|
*
Datepicker: Don't use .zIndex(); implement the logic locally.
Scott González
2013-03-15
1
-1
/
+23
|
*
Accordion: Remove deprecated content property in create event. Fixes #8999 - ...
Scott González
2013-03-15
2
-8
/
+2
|
*
Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ar...
Scott González
2013-03-15
6
-183
/
+1
|
*
Sortable Tests: Add tests for axis option and recent axis option bugs.
Mike Sherov
2013-03-14
1
-8
/
+85
|
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
23
-106
/
+174
|
*
Updating the master version to 1.10.3pre.
Scott González
2013-03-14
1
-1
/
+1
|
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
23
-174
/
+106
|
*
Grunt: remove base theme from release cdn
Rafael Xavier de Souza
2013-03-14
1
-9
/
+2
|
*
Sortable: Only animate along the specified axis when reverting. Fixes #7415 -...
Scott González
2013-03-13
1
-6
/
+10
|
*
Updated mailmap.
Scott González
2013-03-13
2
-4
/
+88
|
*
Updated AUTHORS.txt.
Scott González
2013-03-12
1
-0
/
+4
|
*
Upgrade to grunt-git-authors 1.2.0.
Scott González
2013-03-12
1
-1
/
+1
|
*
Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new...
Jörn Zaefferer
2013-03-12
1
-1
/
+1
|
*
Build: Update to grunt-contrib-qunit 0.2.0 to get latest PhantomJS
Jörn Zaefferer
2013-03-12
1
-1
/
+1
|
*
Build: Don't call DB's grunt-prepare task, not needed anymore
Jörn Zaefferer
2013-03-12
1
-3
/
+0
|
*
Build: Switch from grunt-css to the equivalent grunt-contrib tasks
Jörn Zaefferer
2013-03-12
2
-4
/
+5
|
*
Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css ...
Jörn Zaefferer
2013-03-12
4
-111
/
+153
|
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
23
-106
/
+174
|
*
CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150...
Scott González
2013-03-11
1
-1
/
+1
|
*
Draggable tests: Don't use .on().
Scott González
2013-03-09
1
-2
/
+2
|
*
Sortable Tests: Add tests to support #9041 and #8792
Mike Sherov
2013-03-08
2
-2
/
+62
|
*
Sortable: Skip triggering over event if it's alreay over the continer. Fixes ...
John Chen
2013-03-08
1
-2
/
+4
|
*
Sortable: Skip items that are not at the same line as the cursor when floatin...
John Chen
2013-03-08
1
-5
/
+17
|
*
Removed guard against duplicate loading. Use safe references to original func...
Scott González
2013-03-08
2
-52
/
+51
|
*
Draggable: Account for descendants in handle.
Scott González
2013-03-08
3
-38
/
+6
|
*
Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incor...
TJ VanToll
2013-03-07
2
-2
/
+33
*
|
Selectmenu: improve custom render demo
Felix Nagel
2013-03-09
1
-5
/
+5
*
|
Selectmenu: simplify custom render demo inits
Felix Nagel
2013-03-09
1
-6
/
+3
*
|
Selectmenu: simplify overflow selectmenu init in default demo
Felix Nagel
2013-03-09
1
-2
/
+1
*
|
Selectmenu tests: remove aria-selected tests
Felix Nagel
2013-03-09
1
-8
/
+4
*
|
Selectmenu: Remove aria-selected, since that only causes NVDA to announce 'no...
Jörn Zaefferer
2013-03-09
1
-2
/
+0
*
|
Selectmenu tests: improve widget method tests
Felix Nagel
2013-03-08
1
-4
/
+4
[next]