Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
  2. Apr 12, 2018
  3. Apr 11, 2018
  4. Apr 08, 2018
    • Jonathan Wilkes's avatar
    • Jonathan Wilkes's avatar
      speed up msg box by caching the glist in t_messresponder for fetching $0 · 2d2d69d2
      Jonathan Wilkes authored
      This brings msg box back to the same performance it had before $0 expansion
      was added as a feature to message boxes.
      
      The first implementation relied on calling canvas_setcurrent and
      canvas_unsetcurrent in the message box methods. This added a malloc/free
      for each message box method call.
      
      Instead this implementation caches the msg box glist in the t_messresponder.
      That is available as the target parameter in m_binbuf. Unfortunately, we
      have to add a parameter to binbuf_realizedollsym. Since that's a public
      function we have to break out the new param into binbuf_dorealizedollsym.
      2d2d69d2
  5. Apr 04, 2018
  6. Apr 03, 2018
  7. Apr 02, 2018
  8. Mar 25, 2018
  9. Mar 24, 2018
  10. Mar 23, 2018
  11. Mar 22, 2018
  12. Mar 21, 2018
  13. Mar 20, 2018
Loading