1. 21 2月, 2017 1 次提交
  2. 31 1月, 2017 1 次提交
  3. 29 1月, 2017 1 次提交
    • C
      UI: Add option to save projectors · 29f22e72
      cg2121 提交于
      This adds an option to the general settings to save the opened
      projectors on exit.
      
      (Note: Fixed conflicts -Jim)
      
      Closes jp9000/obs-studio#743
      29f22e72
  4. 25 1月, 2017 2 次提交
  5. 12 1月, 2017 1 次提交
  6. 18 12月, 2016 1 次提交
  7. 08 12月, 2016 1 次提交
    • J
      libobs/util: Add function to generate formatted filenames · b277000f
      jp9000 提交于
      (Note: This commit also modifies the UI)
      
      Being able to generate file names based upon a specification is useful
      for more than just the UI; it can also be useful for things such as the
      replay buffer where file names need to be generated on the fly.
      b277000f
  8. 04 11月, 2016 2 次提交
  9. 03 11月, 2016 1 次提交
  10. 21 10月, 2016 1 次提交
  11. 10 10月, 2016 1 次提交
  12. 05 10月, 2016 1 次提交
  13. 04 10月, 2016 1 次提交
  14. 30 9月, 2016 1 次提交
  15. 29 9月, 2016 1 次提交
  16. 07 9月, 2016 1 次提交
  17. 28 8月, 2016 1 次提交
    • J
      UI: Rename 'obs' dir to 'UI' · 01b274f1
      jp9000 提交于
      This is to prevent confusion both when prefixing commits and when
      reading the directory structure for the first time.
      01b274f1
  18. 22 8月, 2016 2 次提交
  19. 06 8月, 2016 1 次提交
    • J
      UI: Don't log initialization profiling redundantly · d326b807
      jp9000 提交于
      This data isn't typically extremely important to have logged on startup,
      and it's already included as part of shutdown.  There may be scenarios
      where a program crashes and that information would be lost due to the
      fact that the shutdown logging never occurs, but that information is
      unlikely to be useful in that scenario.
      d326b807
  20. 06 7月, 2016 1 次提交
  21. 02 7月, 2016 1 次提交
  22. 01 7月, 2016 1 次提交
    • J
      UI: Add "View" menu to control visibility of UI widgets · 3bc9e042
      jp9000 提交于
      Adds a little improvement to quality-of-life, a typical "View" menu with
      the ability to show/hide the following (for now):
      
      - Listbox toolbars
      - Status bar
      - Transitions pane (some people don't really need/use/care about it)
      3bc9e042
  23. 28 6月, 2016 1 次提交
    • C
      UI: Add option to automatically record while streaming · 2dfb2119
      cg2121 提交于
      Allows the ability for users to make it so recording automatically
      starts when they start streaming.  Also adds the option to allow the
      recording to continue when stream is stopped.
      
      Closes jp9000/obs-studio#554
      2dfb2119
  24. 14 5月, 2016 1 次提交
  25. 12 5月, 2016 1 次提交
    • J
      UI: Convert all encoder settings to use "rate_control" · 1f8fc8e8
      jp9000 提交于
      The "cbr" setting has been deprecated, so if the user is using that
      setting for any of the encoders, convert it to set "rate_control" to
      "CBR".
      
      Additionally, if an encoder is using x264 with VBR and the buffer size
      is set to 0, change the rate control mode to CRF.
      1f8fc8e8
  26. 07 5月, 2016 1 次提交
    • J
      Revert "UI: Add CoInitializeEx to main() startup" · 8fdd041e
      jp9000 提交于
      This reverts commit cb24080d.
      
      This commit is being reverted due to the fact that it breaks common
      dialogs such as the open/save file dialogs, the dialogs would cause the
      UI thread to lock up.
      
      The plugin that required this will have to be modified to accommodate
      this situation.
      8fdd041e
  27. 06 5月, 2016 1 次提交
  28. 27 4月, 2016 1 次提交
  29. 20 4月, 2016 2 次提交
  30. 14 4月, 2016 2 次提交
  31. 07 4月, 2016 3 次提交
  32. 03 4月, 2016 1 次提交
  33. 01 4月, 2016 1 次提交