Commit History

Author SHA1 Message Date
  ocornut 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. 2 years ago
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 years ago
  ocornut 1f2b84a654 Backends: clear viewport specific bits in io.BackendFlags on backend Shutdown(). (#6334) 2 years ago
  ocornut 4fdafef54f Merge branch 'master' into docking 2 years ago
  ocornut 8a6911b894 Backends: Fixes zealous warnings (#5760) 2 years ago
  ocornut fc3815bfe5 Merge branch 'master' into docking 2 years ago
  ocornut edf522b58a Merge branch 'master' into docking + amends change to nullptr (#5760) 2 years ago
  ocornut c54230d14e Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. 2 years ago
  ocornut d666a1d473 Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 3 years ago
  ocornut 8dd5425182 Merge branch 'master' into docking 3 years ago
  ocornut f7f30476d5 Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 3 years ago
  ocornut 377b864bb4 Merge branch 'master' into docking 3 years ago
  ocornut fd06ed833b Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
  ocornut 0647ba3bad Merge branch 'master' into docking 3 years ago
  ocornut e31d116d37 Merge branch 'master' into docking 3 years ago
  ocornut c80e8b964c Backends: OpenGL2, Marmalade: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790) 3 years ago
  ocornut 848d21b6b5 Merge branch 'master' into docking 3 years ago
  ocornut 440824d431 Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
  ocornut 835a5344b0 Merge branch 'master' into docking 3 years ago
  ocornut c6ca327fb2 Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 3 years ago
  ocornut dedb381c51 Merge branch 'master' into docking 4 years ago
  Rokas Kupstys 2b0bd40b99 Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted. (#4464) 4 years ago
  ocornut a11f36811f Merge branch 'master' into docking 4 years ago
  ocornut cf2daf353e Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 4 years ago
  ocornut 23a15834fa Fonts: Fix calling ClearTexData() (clearing CPU side font data) triggering an assert in NewFrame(). (#3487) + Backends: added additional assert to facilitate detecting user understand they haven't initialized a backend. 4 years ago
  ocornut 4cec3a0467 Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 4 years ago
  ocornut 682447306d Merge branch 'features/backends_context' into docking 4 years ago
  ocornut 70c603854e Backends: moved global to a data structure to facilitate support for multi-contexts. (#586, #1851, #2004, #3012, #3934, #4141) 4 years ago
  ocornut 95db098477 ImFontAtlas: move implicit AddFontDefault call to Build() function + remove unnecessary asserts in backend. 4 years ago
  ocornut 16abfa5eb6 Merge branch 'master' into docking 4 years ago