Skip to content
Snippets Groups Projects
  1. Jun 21, 2022
  2. Jun 20, 2022
  3. Jun 17, 2022
  4. Jun 15, 2022
  5. Jun 13, 2022
  6. Jun 11, 2022
  7. Jun 10, 2022
  8. Jun 08, 2022
  9. Jun 07, 2022
  10. Jun 02, 2022
  11. Jun 01, 2022
  12. May 31, 2022
  13. May 29, 2022
  14. May 25, 2022
    • ocornut's avatar
      InputText: Fixed a one-frame display glitch where pressing Escape to revert... · 697ce2d6
      ocornut authored
      InputText: Fixed a one-frame display glitch where pressing Escape to revert after a deletion would lead to small garbage being displayed for one frame. (#3008)
      
      Curiously very old, amend 83efdcec and bdbb2b21. Using stb_ functions updated ->CurLenA without updating ->TextA, leading to `buf_display_end = buf_display + state->CurLenA;` in the display.
      Since f3ab5e62 they are 1 case out of 4 which didn't apply back to ->TextA and this is essentially the one where we ensure appliance. Another solution would be to alter the lower display code, but applying to TextA makes things more consistent.
      697ce2d6
  15. May 23, 2022
  16. May 18, 2022
  17. May 13, 2022
Loading