Skip to content
  1. May 12, 2011
  2. May 11, 2011
  3. May 10, 2011
  4. May 09, 2011
  5. May 07, 2011
  6. May 06, 2011
  7. May 05, 2011
  8. May 04, 2011
    • Rene Saarsoo's avatar
      Re-implemented history management. · 5ebc0278
      Rene Saarsoo authored
      To make refreshing of a page work, added .htaccess file that
      directs all api-URL-s to index.html.
      
      Currently using URL in form: some-path/api:Ext.ClassName
      I would like to use: some-path/api/Ext.ClassName
      
      But I didn't figure out how to make them work, especially so that
      it could be used from a local filesystem.  When the basedir of
      the app changes, you can't use relative URL-s any more.
      5ebc0278
    • Rene Saarsoo's avatar
      Use singular forms for members in exported JSON. · 94fd99fa
      Rene Saarsoo authored
      Before we had: "cfgs", "properties", "methods", ...
      Now we have: "cfg", "property", "method", ...
      
      Although naming array of events to just "event" looks at first
      glance somewhat wrong, it makes looping over all the members
      much-much easier.
      94fd99fa
    • Rene Saarsoo's avatar
      Refactored OverviewToolbar. · 8d9164dd
      Rene Saarsoo authored
      Showing correct member names in member menus.
      
      Replaced uses of Array.forEach with Ext.Array.forEach and
      Ext.Array.map.
      
      Divided the complex menu building logic into methods.
      8d9164dd
    • Rene Saarsoo's avatar
      Inital loading of documentation through JSON. · 7986087b
      Rene Saarsoo authored
      JSDuck now export JSON even in normal mode (without --json option).
      
      When class name clicked in tree, the JSON is loaded and class
      documentation displayd.  Currently we only show doc-comment of
      the class.
      
      Also turned off use of history.pushState - bringing it back in the
      future.
      7986087b
    • Rene Saarsoo's avatar
      Removed href property from class tree. · 90a3f83f
      Rene Saarsoo authored
      Not needed, because we don't want to follow links directly,
      but instead load JSON and generate the page.
      90a3f83f
    • Rene Saarsoo's avatar
      Removed unused properties from tree nodes. · b663c711
      Rene Saarsoo authored
      - singleClickExpand
      - cls
      b663c711
Loading