1. 16 8月, 2018 6 次提交
  2. 15 8月, 2018 5 次提交
    • J
      rtmp-services: Do not check for valid URL if using "auto" · a69f7265
      jp9000 提交于
      "Auto" is sort of a special use-case for certain services
      (Twitch/Mixer), and the code recently added in be8ddc06 would
      unintentionally override it.  This would for example cause the "Auto"
      setting on Twitch to set the user to use an Asia server unintentionally
      because "auto" is not in the json file.
      a69f7265
    • J
      libobs: Initialize hotkey pair ID variable properly · caceb623
      jp9000 提交于
      The value of 0 can represent a valid hotkey ID, so make sure that when
      we initialize a hotkey variable, that we use OBS_INVALID_HOTKEY_ID or
      OBS_INVALID_HOTKEY_PAIR_ID and not 0.
      
      This fixes a bug where scene item hotkey pair IDs would be initialized
      to 0, and it would unregister valid unrelated hotkeys.  Particularly,
      the start/stop streaming hotkey pair ID, which would commonly be the
      first hotkey pair created, thus having the hotkey pair ID of 0.  The
      start/streaming hotkey pair would unintentionally be unregistered via
      code in obs-scene.c.
      caceb623
    • J
      UI: Allow the transform dialog for group sub-sources · 7bc3c871
      jp9000 提交于
      7bc3c871
    • J
      UI: If users renames a source, only revert on Esc · fb58bcf7
      jp9000 提交于
      Fixes a design flaw where if renaming a source, the source's name would
      revert if you de-focused (clicked away) from the rename edit widget.
      Instead, the functionality for revert should really only just be when
      the user presses the Escape key.
      fb58bcf7
    • J
      obs-browser: Fix a number of bugs · 1c3f87ca
      jp9000 提交于
      1c3f87ca
  3. 13 8月, 2018 4 次提交
    • J
      UI: Protect GUID generation in mutex · ee513000
      jp9000 提交于
      GUID can be generated/retrieved by both the updater thread and the main
      thread, so make sure it's guarded by a mutex.
      ee513000
    • J
      UI: Make the information dialog a big wider · e1890824
      jp9000 提交于
      Fixes an issue where the web page could have both horizontal and
      vertical scrollbars, making the information dialog page look a bit
      unsightly.
      e1890824
    • J
      UI: Add release candidate checking to info dialog · fc939332
      jp9000 提交于
      Allows the ability to specify release candidate versions in the
      whatsnew.json in order to allow startup information dialogs to be
      displayed to the user which are specific to release candidates.
      fc939332
    • J
      cmake: Add release candidate versions/cmake variables · e3c22027
      jp9000 提交于
      Allows specifying a release candidate version, and outputs release
      candidate version variables to libobs/obs-config.h.  Useful for using
      cmake to specify a release candidate version.
      e3c22027
  4. 12 8月, 2018 1 次提交
  5. 11 8月, 2018 4 次提交
  6. 10 8月, 2018 4 次提交
  7. 07 8月, 2018 3 次提交
  8. 06 8月, 2018 7 次提交
  9. 05 8月, 2018 5 次提交
  10. 03 8月, 2018 1 次提交