Skip to content
Snippets Groups Projects
  1. Nov 22, 2018
  2. Nov 21, 2018
  3. Nov 15, 2018
  4. Nov 13, 2018
  5. Nov 09, 2018
  6. Nov 08, 2018
  7. Nov 06, 2018
  8. Nov 05, 2018
  9. Nov 01, 2018
  10. Oct 30, 2018
  11. Oct 29, 2018
  12. Oct 25, 2018
  13. Oct 22, 2018
  14. Oct 18, 2018
  15. Oct 17, 2018
  16. Oct 16, 2018
  17. 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
Loading