Skip to content
Snippets Groups Projects
  1. Nov 05, 2018
  2. Oct 25, 2018
  3. Oct 15, 2018
    • omar's avatar
      Added ImGuiWindowFlags_NoMouseInputs which is basically the old... · 5be915d6
      omar authored
      Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially  we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787)
      5be915d6
    • omar's avatar
      Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease... · 90b50bd4
      omar authored
      Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
      90b50bd4
  4. Oct 12, 2018
  5. Oct 11, 2018
  6. Oct 10, 2018
  7. Oct 02, 2018
  8. Oct 01, 2018
  9. Sep 27, 2018
  10. Sep 26, 2018
  11. Sep 10, 2018
  12. Sep 07, 2018
  13. Sep 06, 2018
  14. Sep 05, 2018
  15. Sep 04, 2018
  16. Sep 03, 2018
  17. Aug 31, 2018
Loading