1. 26 8月, 2014 11 次提交
  2. 25 8月, 2014 16 次提交
  3. 24 8月, 2014 8 次提交
  4. 23 8月, 2014 5 次提交
    • P
      Remove unused variable · b0e119a4
      Palana 提交于
      b0e119a4
    • J
      Always create new object when setting a sub-object · db3614b5
      jp9000 提交于
      Do not use the object returned from obs_data_get_obj to set new
      settings.  It could be the default object, which means you'd just end up
      modifying the default data, which won't get saved.  Always create a new
      object when setting sub-object data.  It doesn't particularly hurt
      anything.
      db3614b5
    • J
      Fix obs_data_item_setdata · 1bbdcc10
      jp9000 提交于
      It would try to move data from the old pointer even if the pointer was
      changed via realloc, which would cause it to copy data from freed
      memory.  Instead, just get the position of the data and call memmove to
      move it up.
      1bbdcc10
    • J
      obs_data: Fix wrong data queried for release · fe13f59e
      jp9000 提交于
      On release of obs_data, if the default/autoselect values pointed toward
      a sub-object or a sub-array, it would look up the data for the regular
      user value.  (Palana must have forgot to change these functions around
      when adding the default/autoselect functionality)
      fe13f59e
    • P
      Add Help -> "Show Log Files" menu entry · ca8aba0b
      Palana 提交于
      ca8aba0b