Skip to content
  1. Oct 19, 2018
  2. Sep 13, 2018
  3. Sep 01, 2018
  4. Jul 24, 2018
  5. Jun 25, 2018
  6. Apr 10, 2018
  7. Mar 26, 2018
  8. Feb 22, 2018
  9. Feb 08, 2018
  10. Jan 27, 2018
  11. Dec 22, 2017
  12. Nov 11, 2017
  13. Oct 30, 2017
  14. Oct 16, 2017
  15. Oct 05, 2017
  16. Sep 25, 2017
  17. Sep 10, 2017
  18. Jul 27, 2017
  19. Jul 16, 2017
  20. Jul 13, 2017
  21. Jun 03, 2017
  22. May 27, 2017
  23. May 20, 2017
  24. Apr 10, 2017
    • Alex Tereschenko's avatar
      Utils.cs: remove Esc accelerator binding in our dialogs · 572a5961
      Alex Tereschenko authored
      
      
      All our dialogs had Escape key bound to the button designated as default
      during dialog creation.
      
      However that is:
      1) confusing to the user (e.g. Escape could return "Yes" for deletion
         confirmation, which is counter-intuitive);
      2) is not flexible - default answer could be and sometimes is redefined
         after creating the dialog in our code, but the accelerator stays the same,
         directly contradicting the new default.
      3) rather not bringing any value as keyboard-only management is
         perfectly possible even without that;
      
      So this is now removed. Closes #47.
      
      Signed-off-by: default avatarAlex Tereschenko <frozen.and.blue@gmail.com>
      572a5961
  25. Apr 09, 2017
  26. Apr 08, 2017
  27. Mar 25, 2017