1. 02 6月, 2015 1 次提交
  2. 01 6月, 2015 1 次提交
  3. 31 5月, 2015 3 次提交
    • P
      libobs/calldata: Fix unaligned loads/stores · c680b3e1
      Palana 提交于
      Found via UBSan, actual errors (addresses not pruned for illustrative purposes):
      
      "runtime error: store to misaligned address 0x7f9a9178e84c for type
      'size_t' (aka 'unsigned long'), which requires 8 byte alignment"
      
      "runtime error: load of misaligned address 0x7f9a9140f2cf for type
      'size_t' (aka 'unsigned long'), which requires 8 byte alignment"
      c680b3e1
    • P
      text-freetype2: Fix undefined behavior for alpha > 127 · 78ad3ec1
      Palana 提交于
      Found via UBSan, actual (sample) error:
      "plugins/text-freetype2/text-functionality.c:284:26: runtime error: left
      shift of 194 by 24 places cannot be represented in type 'int'"
      78ad3ec1
    • P
      mac-avcapture: Fix NSString being initialized with NULL · 41c32fd6
      Palana 提交于
      Calling [NSString stringWithUTF8String:] with NULL causes it to raise an
      exception: +[NSString stringWithUTF8String:]: NULL cString
      41c32fd6
  4. 30 5月, 2015 1 次提交
    • J
      UI: Fix bug where password property won't save · 161198ba
      jp9000 提交于
      In my recent update to add a "show" button to the passworded text
      property, I neglected to connect the edit widget to
      WidgetInfo::ControlChanged, so it isn't able to detect when the text is
      changed by the user.
      161198ba
  5. 29 5月, 2015 2 次提交
  6. 26 5月, 2015 3 次提交
  7. 25 5月, 2015 6 次提交
    • J
      UI: Add "Show" button to password text properties · cce2eb93
      jp9000 提交于
      Allows the user to be able to optionally toggle the password text if
      they wish.  Mostly useful for troubleshooting purposes.
      cce2eb93
    • J
      UI: Add dark theme 'checked' color to push buttons · 5cb89165
      jp9000 提交于
      5cb89165
    • J
      UI: Remove dependence on Qt5Network · 39d1cda4
      jp9000 提交于
      Qt5Network has been replaced by libcurl.
      39d1cda4
    • J
      UI: Replace Qt5Network classes with libcurl · 13bed1a4
      jp9000 提交于
      The Qt5Network classes seem to only support OpenSSL, and because OpenSSL
      isn't available on windows, we would have to distribute it with the
      program to get SSL access working.  The problem with that is that
      OpenSSL is not GPL-compatible, so we cannot distribute OpenSSL with the
      program, which means we have to find a better (and preferably superior)
      library for accessing remote files that can use the windows SSPI for our
      SSL needs, which comes with the operating system.
      
      Fortunately, libcurl is probably the best library out there, and can be
      compiled with SSPI instead of OpenSSL, so we're just going to switch to
      libcurl instead.  Originally I thought it didn't support SSPI, otherwise
      I would have implemented it sooner.
      
      As a side note, this will make it so we'll able to get files from the
      internet via plugins, which will be quite useful.
      13bed1a4
    • J
      UI: Add RemoteTextThread class · 72e3ec7b
      jp9000 提交于
      The RemoteTextThread class is a QThread that is used to get text
      remotely in a separate thread with libcurl.  This is intended to replace
      the Qt5Network classes because of their dependency on OpenSSL, which we
      can't distribute.
      72e3ec7b
    • J
      cmake: Add libcurl support · e3fe26d7
      jp9000 提交于
      e3fe26d7
  8. 22 5月, 2015 2 次提交
  9. 19 5月, 2015 2 次提交
  10. 17 5月, 2015 4 次提交
  11. 15 5月, 2015 1 次提交
  12. 14 5月, 2015 2 次提交
  13. 13 5月, 2015 6 次提交
  14. 12 5月, 2015 6 次提交