1. 05 4月, 2020 4 次提交
  2. 04 4月, 2020 2 次提交
  3. 03 4月, 2020 2 次提交
  4. 01 4月, 2020 1 次提交
    • J
      libobs: Fix macOS 10.15 hotkey crash (temporary) · d002345a
      jp9000 提交于
      On 10.15, if a user activates secure input of some sort, the hotkey code
      will begin to crash inside of any Apple function related to hotkeys,
      even after secure input has ended.  This does not appear to be the fault
      of OBS; the reason to this is still as of yet unknown, but is suspected
      to be a bug inside of Apple code that's a new regression as of 10.15.
      
      So for the time being as a temporary solution to the crash, simply
      disable external hotkey support once secure input has been detected.
      
      Because of this issue, the hotkey code should probably be replaced by a
      different method of tracking hotkeys, perhaps InstallEventHandler for
      example.  This commit is little more than a bandaid to the crash.
      d002345a
  5. 29 3月, 2020 2 次提交
  6. 28 3月, 2020 9 次提交
  7. 27 3月, 2020 1 次提交
  8. 26 3月, 2020 1 次提交
    • J
      UI: Fix text handling for dialogs · 36e2a9fa
      jpark37 提交于
      Signal only needs to be connected once, not every keystroke.
      
      Also commit data only when text widget focus is lost to fix cursor
      moving to the end of the string after every keystroke.
      36e2a9fa
  9. 25 3月, 2020 1 次提交
  10. 24 3月, 2020 5 次提交
  11. 23 3月, 2020 4 次提交
  12. 22 3月, 2020 4 次提交
  13. 21 3月, 2020 4 次提交