1. 10 4月, 2024 1 次提交
  2. 10 12月, 2020 4 次提交
  3. 09 12月, 2020 1 次提交
  4. 08 12月, 2020 3 次提交
  5. 07 12月, 2020 1 次提交
  6. 06 12月, 2020 2 次提交
  7. 04 12月, 2020 4 次提交
  8. 03 12月, 2020 5 次提交
  9. 02 12月, 2020 6 次提交
  10. 01 12月, 2020 1 次提交
  11. 30 11月, 2020 1 次提交
    • M
      obs-browser: Update to 2.9.0 · 0c0be0be
      Matt Gajownik 提交于
      - Log CEF version
      - Add internal support for CEF 4183
      - Add support for CMake 3.19.0
      - Add support for fractional scaling in browser panels
      0c0be0be
  12. 28 11月, 2020 3 次提交
  13. 27 11月, 2020 1 次提交
  14. 26 11月, 2020 6 次提交
    • V
      UI: Fix filter window rendering and accessible names · dbbfa249
      VodBox 提交于
      dbbfa249
    • R
      UI: Log success/failure for scene collection importer · 6b6a72cd
      Ryan Foster 提交于
      6b6a72cd
    • R
      714c652d
    • R
      UI: Prevent name collision during scene collection import · 2d1b0666
      Ryan Foster 提交于
      The Scene Collection Importer would attempt to set the new filename
      using the name property of the scene collection. However, it would
      determine an unused filename, and then replace spaces with underscores,
      which could cause a name collision. This changes the importer to replace
      spaces with underscores first for the base filename, and then determine
      an unused filename.
      2d1b0666
    • V
      UI: Various screen reader fixes · 89b4e913
      VodBox 提交于
      This commit fixes various issues with screen readers in the main OBS
      interface. These were tested using NVDA on Windows 10 2004.
      
      Audio track selection in Settings now says Track 1, 2, etc, rather than
      just the number.
      
      Various checkboxes that just say "Enable" now have accessible text that
      says what the enable is for (since it says "checkbox", the fact it's an
      enable should hopefully be clear).
      
      Type in the recording tab of output now has accessible text which says
      "Recording Type".
      
      Items in the Advanced Audio Properties window now have accessible text
      for what they are for. Currently some do not report correct values, but
      that will require an accessible interface in Qt to be written
      specifically for that, which will be done at a later date.
      
      Buttons in the filters window now have accessible text for what they do.
      
      All the right side buttons in hotkeys now have tooltips, and by
      extension, accessible text.
      89b4e913
    • G
      Update translations from Crowdin · 7ab98ca0
      Gol-D-Ace 提交于
      7ab98ca0
  15. 25 11月, 2020 1 次提交