summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
AgeCommit message (Expand)Author
2013-03-11#2053 - Change all .bind() to .on() for jQuery future-proofing.shadlaws
2013-03-02#2032 - Fix short form submit/cancel button formatting.shadlaws
2013-02-28#2018 follow-on and #2023 - Fixed issues with thumb hover effects.shadlaws
2013-02-18Context menus are fixed! This should be fully compatible with older themesshadlaws
2013-02-17Fix up autocomplete for admin_server_add - found and fixed some bugsBharat Mediratta
2013-02-16Context menu dialog box problem: better, but still not working.shadlaws
2013-02-03Super first pass:Bharat Mediratta
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat Mediratta
2011-11-05added if (nh < 1) { var nh = 0; } Ian
2011-01-11Use Math.round() instead of Number() to convert floating point numbersBharat Mediratta
2010-09-11Fix two bugs with the context menu:Bharat Mediratta
2010-09-11Refactor $.fn.gallery_context_menu() to store some variables insteadBharat Mediratta
2010-09-09Vertically realign thumbnails after rotation so that they stayBharat Mediratta
2010-09-09Replace the hook function hack I introduced inBharat Mediratta
2010-09-04Fix full size dimensions after rotating an image on the photo view page.Bharat Mediratta
2010-07-11Indentation fixes.ckieffer
2010-06-20Fix two issues with the "loading" overlay:Bharat Mediratta
2009-12-31Show context menus for movie items. Fix for ticket #960.Bharat Mediratta
2009-11-17Swap sides for rounded corners for short forms when RTL language is in use.Chad Kieffer
2009-11-08White-space cleanup.Chad Kieffer
2009-10-23Use jQuery fadeIn() for message display effect, it fades bg icon and color at...Chad Kieffer
2009-10-18Moved the short_form init function to gallery.common and made it jQuery plugi...Chad Kieffer
2009-10-17Added comments, minor white-space fixes.Chad Kieffer
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-27Set .gItem height dynamically based on the tallest item in the grid. Addresse...Chad Kieffer
2009-09-26Clean up hover effect, move some CSS out of ui.init.js to screen.css. Fix con...Chad Kieffer
2009-09-22Apply thumbnail hover effect to context menu's list items, which holds the me...Chad Kieffer
2009-09-21Don't try to initialize contextual menu unless it has itemsChad Kieffer
2009-08-28Convert tabs to spaces.Chad Kieffer
2009-08-23Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-23Cut down on jittering of the context menu on open on resize view.Chad Kieffer
2009-08-21Refactor the _auto_fit method in gallery.show_full_size to a common method in...Tim Almdal
2009-08-20Modified the conversion of the margin-top and margin-bottom css values. TheTim Almdal
2009-08-11Move context menu to gallery.commonChad Kieffer
2009-08-11Merge branch 'master' of git@github.com:bharat/gallery3Chad Kieffer
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-10Return .each() to work with more than an individual photo.Chad Kieffer
2009-08-10Add missing semicolons.Bharat Mediratta
2009-08-09Rename fit_image to fit_photo for consistency.Chad Kieffer
2009-08-09Move hover effect to a function.Chad Kieffer
2009-08-09Move the get photo filter out to it's own function for re-use. Docblock cleanup.Chad Kieffer
2009-08-09Explicitly use gValign class rather than first child.Chad Kieffer
2009-08-09Rename resizeImage gallery_fit_image to follow convention. Move the function ...Chad Kieffer
2009-08-07Rename gallery.common.js functions to conform to our naming standardsBharat Mediratta
2009-08-07Remove boilerplate comment.Bharat Mediratta
2009-08-08Forgot this file on the gallery dialog commitTim Almdal
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal
2009-07-31Simplify getViewportSize function to use the jQuery height and width functionsTim Almdal