Skip to content
  1. Jan 31, 2012
  2. Jan 30, 2012
    • Rene Saarsoo's avatar
      Table of Contents for each guide. · a71c1cd5
      Rene Saarsoo authored
      For each guide a TOC is created from all H2 headings.
      
      A bit of twaking to get linking to those sections working.  So one can just refer
      to each section from within the guide or from outside of it like so:
      
          #!/guide/guide_name-section-3
      a71c1cd5
  3. Jan 28, 2012
  4. Jan 27, 2012
    • Rene Saarsoo's avatar
      Increase inline examples hight by top toolbar height. · 8a9eca8b
      Rene Saarsoo authored
      Moving toolbar to the top caused a regression of the bottom part of inline
      example being cut off.  The toolbar was taken account when displaying code
      editor, but not for the preview itself.  This probably wasn't noticable
      when viewing ExtJS examples, but in Touch it's quite apparent.
      8a9eca8b
  5. Jan 26, 2012
  6. Jan 25, 2012
  7. Dec 07, 2011
    • Rene Saarsoo's avatar
      Implement searching from alternateClassNames. · 530d20f5
      Rene Saarsoo authored
      Changed search records structure around a bit:
      
      - "type" field is now either "class" or "member".
      - new "icon" field defines the icon to show.
      - "id" is defined for each record and identified the search result.
        For example the id of alternateClassName record is the name of
        the original class.
      - simplified the code a bit in the filterMembers method that
        performs the actual searching.
      
      For alternateClassNames we show the subclass icon.
      Should be good enough for now.
      530d20f5
  8. Dec 05, 2011
  9. Dec 01, 2011
    • Rene Saarsoo's avatar
      Implement MetaTagRegistry - central store for meta-tags. · 7bc2dd6a
      Rene Saarsoo authored
      This way the hash of tagname->tag is built in one place just once.
      Also no need to pass around the meta_tags array to every object
      that happens to deal with meta-tags.
      
      The list of signature attributes is also produced by this registry.
      7bc2dd6a
  10. Nov 29, 2011
  11. Nov 24, 2011
  12. Nov 23, 2011
  13. Nov 18, 2011
  14. Nov 15, 2011
    • Rene Saarsoo's avatar
      Fix toolbar and button backrounds for Opera. · 4fcfbc95
      Rene Saarsoo authored
      Instead of generating the background images with `secha slice`
      just disabled them and defaulting to background color.
      
      Looks much better now.
      
      It should also work for IE, but haven't tested.
      4fcfbc95
  15. Nov 10, 2011
  16. Nov 09, 2011
  17. Nov 07, 2011
    • Rene Saarsoo's avatar
      Add static tab for comments. · f2d300a4
      Rene Saarsoo authored
      Show the tab only when user is logged in as moderator.
      
      Renamed CSS class 'comments' to 'comments-div' to avoid conflict with
      styles to the static tab, which mush have class 'comments'.
      f2d300a4
  18. Nov 04, 2011
  19. Nov 03, 2011
Loading