Skip to content
  1. Feb 08, 2012
    • Rene Saarsoo's avatar
      Fix scrolling to members section on HoverMenuButton click. · 203c1d34
      Rene Saarsoo authored
      This time implement it without a hacky access to parent component.
      203c1d34
    • Rene Saarsoo's avatar
      Fix scrolling to hidden members. · 4f98a404
      Rene Saarsoo authored
      When search directs to specific member that happens to be hidden
      we now first show and expand it, and only after that scroll to it.
      Expanding it first allows us to scroll it more correctly especially
      in case when dealing with members at the very end of the page that
      would otherwise be halfway hidden at the bottom.
      4f98a404
    • Rene Saarsoo's avatar
      Make tabs work with hidden private classes. · c3990f9c
      Rene Saarsoo authored
      Previously tabs for private classes didn't open when they were hidden in tree.
      Now each tree has two separate methods:
      
      - getNodeByUrl - to geth the actual node.
      - getRecordByUrl - to get the data (which in case of classtree also searches within
        hidden classes).
      
      To support this, both logic classes return list of private nodes in addition to
      the root node.
      c3990f9c
    • Rene Saarsoo's avatar
      Hide deprecated members by default. · 3e486572
      Rene Saarsoo authored
      Add checkbox to "show" menu to toggle them on/off.
      3e486572
  2. Feb 07, 2012
  3. Feb 06, 2012
  4. Feb 04, 2012
    • Rene Saarsoo's avatar
      Add --examples-base-url option. · f3ebe45b
      Rene Saarsoo authored
      This replaces the previous Docs.exampleBaseUrl JS-side option, which
      was a bit of a hack.
      
      Now all URL-s are prefixed in parsing stage, so the docs app doesn't need
      to deal with the prefixing at all.
      
      Additionally the externalUrl field in examples.json is no more supported.
      Simply using the url field beginning with http:// will do the trick.
      f3ebe45b
    • Rene Saarsoo's avatar
      Remove dead code from Rakefile. · ed63dbd6
      Rene Saarsoo authored
      ed63dbd6
  5. Feb 01, 2012
  6. Jan 31, 2012
  7. Jan 30, 2012
  8. Jan 28, 2012
Loading