1. 08 2月, 2020 5 次提交
    • J
      libobs: Add group functions that can signal refresh · 99e63901
      jp9000 提交于
      Adds API:
      obs_scene_add_group2
      obs_scene_insert_group2
      obs_sceneitem_group_ungroup2
      
      These functions should be used by plugins if they need to use these
      functions and need to send a refresh signal.  If a major API rework ever
      happens the old functions should be removed.  The old functions should
      eventually be deprecated.
      
      The reason why specifying a 'signal' parameter is useful is because it's
      a bit more seamless for the user interface to be able to have custom
      handling of these specific cases.  It looks better and doesn't require
      completely erasing/recreating the entire list, which is visually
      unappealing.
      99e63901
    • J
      libobs: Make group subitem add/remove funcs signal refresh · 93e2aa1d
      jp9000 提交于
      Fixes a bug where the UI would not know that a group had been updated.
      93e2aa1d
    • J
      UI: Watch for refresh signal in source list · 7c9d227f
      jp9000 提交于
      7c9d227f
    • J
      libobs: Add refresh signal to scenes · 6d0ef756
      jp9000 提交于
      This signal is used to specify when a scene needs a full refresh of its
      item list.
      6d0ef756
    • J
      docs/sphinx: Fix typo · 50277093
      jp9000 提交于
      50277093
  2. 07 2月, 2020 3 次提交
  3. 06 2月, 2020 12 次提交
  4. 04 2月, 2020 6 次提交
  5. 03 2月, 2020 1 次提交
    • V
      libobs/util: Fix incorrect assertion in darray_insert_array · d1b6a04a
      VodBox 提交于
      Previously the assertion required the idx to be smaller than the number
      of elements in the darray. This would mean you could not insert anything
      at the end of a darray, and would make it impossible to insert an array
      into an empty darray.
      d1b6a04a
  6. 02 2月, 2020 3 次提交
  7. 01 2月, 2020 2 次提交
  8. 31 1月, 2020 6 次提交
  9. 30 1月, 2020 1 次提交
  10. 29 1月, 2020 1 次提交