Skip to content
  1. Apr 08, 2013
  2. Mar 25, 2013
  3. Mar 22, 2013
  4. Mar 19, 2013
  5. Feb 27, 2013
  6. Feb 26, 2013
  7. Feb 25, 2013
  8. Feb 20, 2013
  9. Feb 18, 2013
  10. Feb 08, 2013
  11. Feb 07, 2013
    • Rene Saarsoo's avatar
      Remove min-width constraints from docs app. · b373b507
      Rene Saarsoo authored
      For some reason the docs app had an hard-coded minimum with.
      This severely impacted the usability on iPad where the browser window
      width was smaller than our min-width, resulting in text going off the
      screen and there being no way to get to it.
      b373b507
  12. Jan 28, 2013
  13. Jan 23, 2013
  14. Jan 22, 2013
  15. Jan 21, 2013
    • Rene Saarsoo's avatar
      Add width and height attributes to expanded @img tags. · e573ea09
      Rene Saarsoo authored
      Include the Dimensions gem to retrieve image width/height meta-data.
      
      Additional %w an %h placeholders to --img-tpl template.
      e573ea09
    • Rene Saarsoo's avatar
      Warn when referencing missing images from guides. · ed82556b
      Rene Saarsoo authored
      Achieving this required extensive refactoring of how the images get
      processed.  Previously the existance of images was looked up after
      all the @img tag had been replaced.  Now the check for existance is
      part of expanding the @img tag, so the check happens also for images
      in guides, for which the check didn't occour previously as there is
      no images copy step in there.
      
      The old Images class has been replaced with ImageDir and ImageDirSet.
      ed82556b
  16. Jan 17, 2013
Loading