1. 08 8月, 2016 1 次提交
  2. 07 8月, 2016 14 次提交
  3. 06 8月, 2016 13 次提交
  4. 03 8月, 2016 3 次提交
  5. 31 7月, 2016 4 次提交
    • J
      obs-outputs: Fix author for net-if.* files · 4f3fc21a
      jp9000 提交于
      These files were heavily modified but originally written by:
      B. Lee <bl4@postpile.net>
      4f3fc21a
    • J
      win-capture: Blacklist specific executables from game capture · bf166c07
      jp9000 提交于
      Prevents the common problem of injecting in to certain processes and
      getting the hook DLL "stuck":
      - windows explorer
      - steam
      - battle.net
      - gog galaxy
      - skype
      - uplay
      - origin
      - microsoft visual studio
      - task manager
      - league of legends lobby window
      - windows 10 system settings window
      bf166c07
    • J
      win-capture: Add game capture hotkey support · 17667b8b
      jp9000 提交于
      Changed the first property of game capture to be a "mode" list (with
      "any fullscreen window", "specific window", and "hotkey").
      
      When hotkey mode is set, it'll add a hotkey pair to hotkey settings to
      activate/deactivate game capture.  When the hotkey to activate is
      pressed, it'll treat the current foreground window as the target window
      similar to "selected window" mode; it'll keep trying to capture the same
      window even if the window or its application closes/reopens, and will
      continue to do so until deactivated via the deactivate hotkey, or until
      a new window is set via the activate hotkey.
      17667b8b
    • J
      win-capture: Expose helper funcs to get win. class/title · 383c9674
      jp9000 提交于
      383c9674
  6. 30 7月, 2016 3 次提交
  7. 28 7月, 2016 2 次提交
    • J
      obs-filters: Actually define TRUE/FALSE · 7e8ad0a0
      jp9000 提交于
      Doing something like '#if TRUE' when 'TRUE' isn't defined is the
      equivalent to '#if 0' because the preprocessor evaluates an undefined
      macro as 0/false.
      7e8ad0a0
    • J
      obs-filters: Fix macro check · 498051b8
      jp9000 提交于
      This should be checking true or false -- not whether it's defined or
      not.
      498051b8