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
path:
root
/
ui
/
jquery.ui.resizable.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-1036
/
+0
*
All: Remove "Depends" comment
Rafael Xavier de Souza
2014-01-24
1
-5
/
+0
*
All: Wrap source files with UMD return exports
Rafael Xavier de Souza
2014-01-24
1
-2
/
+19
*
Resizable: Only resize/reposition if size is greater than specified grid
Kris Borchers
2014-01-15
1
-4
/
+14
*
Resizable: whitespace fixed
Jyoti Deka
2014-01-09
1
-1
/
+1
*
Resizable: remove redundant comments and whitespace
Jyoti Deka
2013-12-15
1
-42
/
+15
*
Resizable: containment plugin restricts resizing within container
Jyoti Deka
2013-12-15
1
-11
/
+30
*
Resizable: fix whitespace on containment plugin
Jyoti Deka
2013-12-15
1
-41
/
+71
*
Resizable: containment now works with non - immediate children
Jyoti Deka
2013-12-15
1
-2
/
+2
*
Resizable: modified to allow resizing when resizables are nested.
Jyoti Deka
2013-12-14
1
-1
/
+1
*
Resizable: Moved helper methods into the widget prototype.
Scott González
2013-10-24
1
-50
/
+51
*
Resizable: Store size based on calculated helper size to prevent 1 pixel shif...
Kris Borchers
2013-10-18
1
-1
/
+1
*
Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: E...
Christian Klammer
2013-05-29
1
-2
/
+2
*
Core: Removed $.ui.hasScroll(). Fixes #9190 - Core: Remove $.ui.hasScroll().
Scott González
2013-03-27
1
-4
/
+27
*
Widgets: Updating to use instance method on bridge
Corey Frang
2013-03-19
1
-11
/
+11
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Interactions: Update widget defaults to match documented API.
Mike Sherov
2013-01-02
1
-1
/
+6
*
All: Convert single quotes to double quotes.
Mike Sherov
2012-12-25
1
-70
/
+70
*
Resizable: Respect containment for alsoResize option. Fixes #4603 - Resizable...
Scott González
2012-12-03
1
-61
/
+61
*
Resizable: Modified the default z-index value of resizable handles. Fixed #7...
TJ VanToll
2012-11-26
1
-1
/
+2
*
Resizable: use css() instead of position() for absolute placement. Fixes #381...
Mike Sherov
2012-11-17
1
-2
/
+3
*
Dev: Make resizable pass JSHint without any settings overrides
Mike Sherov
2012-11-17
1
-175
/
+311
*
Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and...
Ethan Romba
2012-11-12
1
-10
/
+23
*
Updated all widgets to use proper data keys when getting plugin instances.
Scott González
2012-11-09
1
-13
/
+13
*
Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not ...
Ethan Romba
2012-11-09
1
-15
/
+29
*
Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: Co...
Mathias Stenbom
2012-11-05
1
-4
/
+5
*
Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ...
Mike Sherov
2012-10-31
1
-41
/
+41
*
Resizable: Removed pixel shifting for IE6.
Scott González
2012-10-26
1
-8
/
+4
*
Remove trailing whitespace and add final newlines
Trey Hunner
2012-10-21
1
-1
/
+1
*
Resizable: Use .insertAfter() instead of .after() to avoid recursively destro...
Scott González
2012-10-13
1
-9
/
+8
*
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González
2012-10-10
1
-2
/
+2
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Resizable: Remove IE hidden element hack. It seems illogical and I have no id...
Scott González
2012-06-14
1
-3
/
+0
*
Resizable: Fixed destroy method.
Scott González
2012-05-24
1
-2
/
+2
*
Resizable, Slider: Don't use .hover().
Scott González
2012-05-21
1
-3
/
+3
*
Resizable: Remove uses of self var; use that var.
Scott González
2012-05-09
1
-93
/
+93
*
Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal d...
TJ VanToll
2012-04-19
1
-3
/
+2
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Resizable: Update aspectRatio to use calculated aspectRatio in case of: conta...
gromo
2012-03-02
1
-2
/
+2
*
Use hard tabs for indentation consistently
Trey Hunner
2012-02-27
1
-28
/
+28
*
Resizable: Removed Opera relative/absolute positioning exception code. Fixed...
TJ VanToll
2012-02-06
1
-35
/
+1
*
Removed unnecessary code.
polomoshnov
2011-09-23
1
-1
/
+1
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-4
/
+1
*
Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ...
Jeff Remy
2011-05-26
1
-3
/
+31
*
Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 -...
Carson McDonald
2011-05-09
1
-0
/
+2
*
Resizable: Changed the way box size is determined when using a helper. Fixed ...
George Marshall
2011-02-01
1
-3
/
+3
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
[next]