1. 19 7月, 2016 2 次提交
  2. 18 7月, 2016 5 次提交
  3. 16 7月, 2016 2 次提交
  4. 13 7月, 2016 1 次提交
  5. 10 7月, 2016 3 次提交
  6. 09 7月, 2016 3 次提交
  7. 08 7月, 2016 2 次提交
    • J
      obs-filters: Fix scroll filter sampler state · 6ac832fb
      jp9000 提交于
      When the crop filter was changed to a crop/pad filter, the sampler state
      was changed to use a transparent border for the U/V addressing mode.
      However, what was not realized at the time was that the scroll filter
      also shared the crop effect file, and the scroll filter depended on the
      old sampler state (wrap u/v).
      
      This fixes the issue by simply setting a u/v wrap sampler state in the
      scroll filter.
      6ac832fb
    • J
      Merge pull request #561 from dodgepong/latest-crowdin-translations · 2cad0f34
      Jim 提交于
      Add new Ukranian translations
      2cad0f34
  8. 07 7月, 2016 3 次提交
  9. 06 7月, 2016 5 次提交
  10. 05 7月, 2016 2 次提交
    • J
      UI: Allow directories in file formatting settings · d7cf581b
      jp9000 提交于
      When configuring file formatting settings in advanced, allow the ability
      to specify formatted directories.
      
      For example, "%CCYY-%MM/%DD %hh-%mm-%ss"
      
      would make the year and month a subdirectory, then the
      day/hour/minute/seconds as the file name.  January 21st 2121 at 4pm
      would end up being:
      
      "21 04-00-00.mp4" in the subdirectory "2121-01".
      d7cf581b
    • J
      UI: Fix window start pos when not inside a monitor · e9087cfd
      jp9000 提交于
      Commit 8932bd39 attempted to fix the starting position when the program
      started up inside of a monitor that no longer exists, but it was
      incorrectly assumed that it would cause the program to automatically
      center its position.  Instead it set its position to {0,0}, which is a
      really awkward position.
      
      This fixes that commit and ensures the window starts up centered to the
      primary display when its saved starting position is invalid.
      e9087cfd
  11. 04 7月, 2016 2 次提交
  12. 03 7月, 2016 5 次提交
  13. 02 7月, 2016 5 次提交