Skip to content
  1. Oct 17, 2016
  2. Oct 15, 2016
  3. Oct 07, 2016
  4. Oct 06, 2016
  5. Oct 05, 2016
  6. Sep 29, 2016
  7. Sep 27, 2016
  8. Sep 26, 2016
    • Fish's avatar
      Improve the responsiveness of disassembly view. · 4153b4c8
      Fish authored
      There has always been an issue that the second time user chooses a
      function from the function table, it requires much longer to render the
      CFG than the first time. After much debugging, it turns out that when
      "conditional" is used, Block becomes a child of ui.CFGNode after
      initialization, and the second time ui.CFGNode is created, both the old
      Block instance and a new Block instance generated from the Conditional
      will be activated and refreshed.
      
      This is probably a bug in enaml. A temporary workaround is to not use
      conditional in performance-critical part.
      4153b4c8
  9. Sep 24, 2016
  10. Sep 23, 2016
  11. Sep 22, 2016
  12. Aug 30, 2016
  13. Aug 29, 2016
  14. Jun 28, 2016
  15. Jun 25, 2016
  16. Jun 22, 2016
  17. Jun 17, 2016
  18. Jun 15, 2016