1. 24 3月, 2021 3 次提交
  2. 21 3月, 2021 4 次提交
  3. 20 3月, 2021 3 次提交
  4. 17 3月, 2021 1 次提交
  5. 16 3月, 2021 1 次提交
  6. 07 3月, 2021 1 次提交
  7. 03 3月, 2021 3 次提交
  8. 01 3月, 2021 1 次提交
    • Evan Pezent's avatar
      Improved Drag and Drop Support (#172) · 67e0876f
      Evan Pezent 创作于
      * prototyping enhanced dnd features
      
      * improve dnd demo using new utils
      
      * dnd stuff
      
      * finish up dnd improvements
      
      * remove unused code, fix timestamps
      67e0876f
  9. 31 1月, 2021 2 次提交
  10. 20 1月, 2021 2 次提交
  11. 19 1月, 2021 1 次提交
  12. 15 1月, 2021 2 次提交
  13. 11 1月, 2021 1 次提交
  14. 06 1月, 2021 2 次提交
  15. 10 12月, 2020 1 次提交
  16. 08 12月, 2020 1 次提交
    • Rokas Kupstys's avatar
      Fix ID collisions in the demo (#157) · fa10618d
      Rokas Kupstys 创作于
      Several `CollapsingHeader()` use same label as `BeginPlot()`. This creates an ID collision, which confuses Dear ImGui testing engine. Added `##` in `CollapsingHeader()` label are included in ID calculation, but discarded when rendering. This gives affected `CollapsingHeader()` a different ID and solves ID collision.
      fa10618d
  17. 06 12月, 2020 1 次提交
  18. 04 12月, 2020 6 次提交
  19. 03 12月, 2020 1 次提交
  20. 16 11月, 2020 3 次提交