index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gallery.show_full_size.js
Age
Commit message (
Expand
)
Author
2011-03-05
When we're not auto-fitting the image, pin it to the top of the page.
Bharat Mediratta
2011-01-11
Use Math.round() instead of Number() to convert floating point numbers
Bharat Mediratta
2011-01-10
Use CSS not JS to determine the full size of the full size overlay. Fixes #1...
Bharat Mediratta
2010-07-11
Indentation fixes.
ckieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-22
Change the gallery.show_full_size widget to only scale the image if one of th...
Tim Almdal
2009-08-27
Allow clicking on the overlay to close the fullsize and remove some debug code
Tim Almdal
2009-08-27
Fix ticket #644
Tim Almdal
2009-08-21
Refactor the _auto_fit method in gallery.show_full_size to a common method in...
Tim Almdal
2009-08-07
Rename gallery.common.js functions to conform to our naming standards
Bharat Mediratta
2009-06-28
Use Number() instead of toFixed().. FF 3.x doesn't seem to like toFixed() on ...
Bharat Mediratta
2009-06-16
Move the show_full_size code into gallery/lib so that it's generally
Bharat Mediratta