Skip to content
  1. Feb 16, 2012
  2. Feb 15, 2012
  3. Feb 14, 2012
  4. Feb 13, 2012
  5. Feb 09, 2012
  6. 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
  7. Feb 07, 2012
Loading