1. Dec 19, 2022
  2. Dec 18, 2022
  3. Dec 17, 2022
  4. Dec 16, 2022
  5. Dec 15, 2022
  6. Dec 14, 2022
  7. Dec 13, 2022
    • Ross's avatar
      fix(windows): Improve disable keyboard appearance · bb6f1a99
      Ross authored
      The Keyboard layouts tab: When a keyboard is disabled
      Just the details text on the right is 'greyed' out. The buttons
      on the left our no longer greyed out except for 'Add/remove'
      which is now disabled.
      bb6f1a99
  8. Dec 12, 2022
  9. Dec 11, 2022
  10. Dec 10, 2022
    • Marc Durdin's avatar
      fix(developer): invalid charmap cell selection when updating to empty search result · 8e90efe1
      Marc Durdin authored
      Fixes #7879.
      
      If we enter a search string that results in zero results, the grid
      resize to one row attempts to select row zero. However, we prevent this.
      This leaves the current row outside the range of valid rows, which means
      the grid is in an invalid state.
      
      This later causes a crash if the user attempts to mousewheel up. There
      may be other similar crashes in this situation, but I haven't found any
      yet.
      
      Fix is to allow selection of row zero when there is only one row. I have
      not found any problems caused by allowing this.
      8e90efe1
  11. Dec 09, 2022
  12. Dec 08, 2022
  13. Dec 07, 2022
  14. Dec 06, 2022
  15. Dec 05, 2022
  16. Dec 04, 2022
  17. Dec 02, 2022
  18. Dec 01, 2022
  19. Nov 30, 2022