Changelog for
fgallery-1.7_1_ge2d90f7-3.1.TM.noarch.rpm :
Fri Jan 30 13:00:00 2015 toganmAATTopensuse.org
- Make it noarch
Mon Sep 8 14:00:00 2014 toganmAATTopensuse.org
- 1.7_1_ge2d90f7
Fri Sep 5 14:00:00 2014 toganmAATTopensuse.org
- 1.6_9_gb9868be
Thu Mar 20 13:00:00 2014 toganmAATTopensuse.org
- 1.5_10_gde5a70e
Fri Feb 14 13:00:00 2014 toganmAATTopensuse.org
- 1.4_4_gecea537
Mon Feb 3 13:00:00 2014 toganmAATTopensuse.org
- 1.4_2_gb84fa9e
Mon Jan 20 13:00:00 2014 toganmAATTopensuse.org
- 1.3_3_gb99a279
Tue Dec 3 13:00:00 2013 toganmAATTopensuse.org
- 1.2_3_g76c5867
Mon Nov 25 13:00:00 2013 toganmAATTopensuse.org
- Update to 1.1_30_gab73e92
* Set a min-width for the active area for navigation arrows.
* Fix anchoring on left/right navigation arrows.
* Minor JS indentation.
Mon Nov 18 13:00:00 2013 toganmAATTopensuse.org
- 1.1_27_ge449179
* Keep the throbber at 100% scale
Sun Nov 17 13:00:00 2013 toganmAATTopensuse.org
- update to 1.1_26_gd6dba95
* Perfectly scale the header images (to fix bad scaling with FF mobile
fixed-scaling).
* Account for effective thumbnail list width when sizing the main image.
* Improve thumbnail sizes.
* Instead of using a simple 1:1 pixel ratio, choose a perfect
real-pixel/thumbnail-pixel ratio, so that thumbnails are always
resized in perfect powers of two, filling a proportional area of the
screen.
* Enforce thumbnail download sequencing.
* Gecko tends to download all the thumbnails in DOM order, which defeats
the point of the thumbnail download sequence.
* Thus, schedule thumbnails one-by-one while the main image is loading
(which improves download speed on slow connections), and schedule the
rest normally as soon as the main image is ready.
* Condense some css rules.
* Loading speed optimization.
+ Reorder pre-loads in order of usage.
+ Ensure the main image is loaded/queued first (even before the thumbnails).
+ Queue thumbnails around the current image first.
+ Get rid of \"measure\". Set the gallery to display:block immediately,
but keep it hidden using visibility:hidden.
+ Avoid browser re-layouts while resizing thumbnails.
+ Set elist to display:none in the onLayoutChanged function.
+ Show the gallery as soon as the layout/setup is complete. This gives the
impression of a more responsive site, even though images will lag behind.
+ Center the current thumbnail immediately on startup.
* Allow thumbnail images to be scaled.
* This will allow us to set the thumbnail size to a decent viewport
fraction instead of relying on the effective thumbnail size (much like
what we already do with the main image).
* For now, set it to a 1:1 effective pixel ratio, which fixes shitty
scaling on mobile browsers without having to rely on the
\"initial-scale\" meta-tag.
* Switch all sizes (except borders) to \'rem\' units.
* \'rem\' doesn\'t have a \"fixed scaling\" ratio (such as 100%, 150% or
200%) on mobile browsers, and is instead much more proportional.
* Disable scaling using width=device-width instead.
* Fix multi-touch events in mooswipe.
* Check for multi-touch events also in onTouchMove, and cancel motion if
detected. This allows the user to perform normal multi-touch gestures,
which would otherwise be prevented.
* Fix scaling/orientation issues in mobile browsers.
* Disable viewport scaling using the viewport meta-tag, causing the
window to overflow when switching orientation.
Sat Nov 9 13:00:00 2013 toganmAATTopensuse.org
- Initial checkin