1. 16 1月, 2020 2 次提交
  2. 15 1月, 2020 7 次提交
  3. 14 1月, 2020 5 次提交
    • C
      UI: Fix studio mode transition bugs · f7d39c12
      Clayton Groeneveld 提交于
      -If the user were in the middle of a transition and clicked
      the cut transition, the transitions would become borked.
      
      -This actually disables the transition widgets, so the
      user doesn't click them. Before, the disabling of the
      widgets didn't work as expected. The code for enabling/disabling
      them was also simplified.
      
      -This loading of studio mode was moved in OBSInit because
      the loading of transitions needs to happen first. This fixes
      a bug when enabling/disabling the t-bar when the program
      is first loaded. The t-bar would be disabled even if a
      cut or stinger transition was not used.
      
      -When the user would click the quick transitions, the
      t-bar would be enabled even when it was not supposed
      to.
      f7d39c12
    • J
      Merge pull request #2319 from jpark37/rgb-dib · 37a7805a
      Jim 提交于
      win-dshow: Fix upside-down RGB DIBs
      37a7805a
    • J
      win-dshow: Fix upside-down RGB DIBs · 9eeef48b
      jpark37 提交于
      Fix regression to RGB DIB orientation according to MSDN.
      9eeef48b
    • K
      UI: Support DnD overlay in linuxbrowser · aeed4a3a
      Kurt Kartaltepe 提交于
      Add support for checking multiple source types in Drag n Drop callback
      to support overlays for linuxbrowser users. Once the "browsersource" is
      available on the platform it will have priority.
      aeed4a3a
    • J
      Merge pull request #2291 from jpark37/cube-lut · 1b3525e6
      Jim 提交于
      Cube LUT file support
      1b3525e6
  4. 13 1月, 2020 12 次提交
  5. 12 1月, 2020 1 次提交
  6. 10 1月, 2020 2 次提交
  7. 09 1月, 2020 1 次提交
  8. 08 1月, 2020 4 次提交
  9. 05 1月, 2020 5 次提交
    • J
      libobs: Log windows release version · eadb96fb
      jp9000 提交于
      This logs the Windows release version (e.g. 1809, 1903, etc)
      eadb96fb
    • J
      libobs: Find windows version · de3de2a2
      jp9000 提交于
      This uses three methods of obtaining the actual windows version,
      RtlGetVersion which is the ntdll version of GetVersionEx that bypasses
      the manifest check garbage, looking up the file version of a file that
      is most likely to be updated per windows version (ntoskrnl), and the
      registry.  Of the three values, it chooses the highest windows version
      obtained by the three.
      
      Closes obsproject/obs-studio#2294
      de3de2a2
    • J
      Merge pull request #2297 from jpark37/leak-fixes · 39d53e04
      Jim 提交于
      Leak fixes
      39d53e04
    • J
      UI: Fix QResizeEvent leaks · 29139364
      jpark37 提交于
      Not sure if this is a valid pattern in the Qt world though.
      29139364
    • J
      mac-vth264: Fix encoder list leak · 2c10f237
      jpark37 提交于
      Instruments claims there are still more around here, but they look
      internal with my limited Mac knowledge.
      2c10f237
  10. 04 1月, 2020 1 次提交