1. 13 4月, 2020 1 次提交
  2. 10 4月, 2020 1 次提交
  3. 22 3月, 2020 1 次提交
    • V
      UI: Set correct window title for fullscreen projector · 62c7eb48
      VodBox 提交于
      Before this change, opening up a fullscreen projector would have the
      wrong window title (Windowed Projector). This was because the call to
      update the window title was called before a monitor is set, and the
      title is determined by whether a monitor is set.
      
      This change moves the update title call to after the geometry or monitor
      gets set, ensuring the window title is correct.
      62c7eb48
  4. 09 3月, 2020 1 次提交
  5. 22 10月, 2019 1 次提交
  6. 15 10月, 2019 1 次提交
    • L
      docs/sphinx: Fix various typos · d124e640
      luz.paz 提交于
      (This modifies UI, libobs, deps/obs-scripting, various cmake files)
      
      Found using:
      `codespell -q 3 -S *.ini,./UI/data/locale,./deps/w32-pthreads -L aci,dur,iff,mut,numer,uint`
      d124e640
  7. 09 10月, 2019 1 次提交
  8. 24 6月, 2019 1 次提交
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  9. 17 6月, 2019 1 次提交
  10. 19 5月, 2019 1 次提交
  11. 17 4月, 2019 1 次提交
    • S
      UI: Use theme colors setting for Projectors too · 8a22889e
      SuslikV 提交于
      Don't override the theme color settings for the Projector.
      If required, the background color of the projector can be changed via
      
      OBSProjector {qproperty-...}
      
      record placed after "OBSQTDisplay {qproperty-...}" section in the theme
      file (qss).
      8a22889e
  12. 10 4月, 2019 1 次提交
  13. 16 3月, 2019 1 次提交
  14. 02 2月, 2019 1 次提交
  15. 14 1月, 2019 1 次提交
  16. 05 9月, 2018 1 次提交
  17. 29 8月, 2018 2 次提交
  18. 18 8月, 2018 1 次提交
    • A
      UI: Fix multiview hang · 71d2e870
      Andreas Reischuck 提交于
      This could cause an infinite recursion if "show_in_multiview" was false
      for a scene.
      
      Closes obsproject/obs-studio#1426
      71d2e870
  19. 21 5月, 2018 20 次提交
  20. 22 4月, 2018 1 次提交