1. 19 9月, 2018 11 次提交
  2. 18 9月, 2018 1 次提交
  3. 15 9月, 2018 1 次提交
  4. 12 9月, 2018 2 次提交
  5. 11 9月, 2018 1 次提交
  6. 10 9月, 2018 1 次提交
  7. 06 9月, 2018 6 次提交
  8. 05 9月, 2018 12 次提交
  9. 31 8月, 2018 4 次提交
  10. 30 8月, 2018 1 次提交
    • Sergey Khripchenko's avatar
      FS-11364 Fix tile flicker when layout has 'overlap' and 'zoom' options · e7c5e248
      Sergey Khripchenko 提交于
      Usually tiles recalculated when new image comes in, however when 'overlap' option is in effect - tiles recalculated multiple times.
      And when layout also has 'zoom' option - when image recalculated it each round zooms itself deeper and deeper, until new images comes and image resets to proper state.
      This looks like flicker.
      
      The fix is to always take for zoom calculations real image dimensions instead of previously recalculated.
      
      HOWEVER!
      There are too many math and corner cases in mod_conference, so i propose it to be reviewed by widest audience of people who wrote mod_conference!
      e7c5e248