Commit History

Author SHA1 Message Date
  Jeffery Myers 286e11acd6 Remove stl dependency 3 weeks ago
  Jeffery Myers dc7f97679a Merge pull request #99 from ksdhans/patch-1 3 months ago
  ksdhans 297eb35313 Update FA6FreeSolidFontData.h 4 months ago
  Jeffery Myers 4d8a618429 don't use C++ extensions 7 months ago
  Jeffery Myers ac98b6c712 fix errors when reloading font textures 7 months ago
  Jeffery Myers dc7479b78a update to ImGui 1.92.1 and new font system 7 months ago
  Jeffery Myers ceceffd5e8 don't do DPI scale for web 7 months ago
  Jeffery Myers 0105acf1bf Merge pull request #94 from v2lmmj04/patch-1 8 months ago
  v2lmmj04 fc90718b44 Fix word splitting and capitalization in README 8 months ago
  v2lmmj04 0387e2ff13 Fix directly typo in README 8 months ago
  v2lmmj04 8931d89e31 Fix Premake typo in README 8 months ago
  Jeffery Myers 1b64f336f7 Merge pull request #90 from safocl/fix-endianess-dependency 8 months ago
  Jeffery Myers 1067326fbc Merge pull request #92 from hamyyy/main 8 months ago
  hamyy 02f624ed93 Change in imgui API 8 months ago
  Jeffery Myers 9512b36b8c don't double cleanup imgui 8 months ago
  Jeffery Myers b35d55ade4 Update README.md 9 months ago
  safocl 613deb6bd5 Fix endianess dependency 11 months ago
  Jeffery Myers aba659ea01 don't track the mouse when the window is not focused to do what the example GLFW backend does, define RLIMGUI_ALWAYS_TRACK_MOUSE to go back to the old behavior 11 months ago
  Jeffery Myers 8d3a31402f use a reinterpret cast for vertex color 11 months ago
  Jeffery Myers 3284a421b8 Cleanup casting 11 months ago
  Jeffery Myers e605b2f55d use static cast 11 months ago
  Jeffery Myers f16794c87d Use the texture ID instead of the texture pointer for textures so that we don't have to do memory management. 11 months ago
  Jeffery Myers 68a4388722 Lazy load the font texture and store it in the backend platform data, not in the actual font pointer. 11 months ago
  Jeffery Myers 473661bc66 Disable font DPI scale for Apple platforms. 11 months ago
  Jeffery Myers c87062ac11 Merge pull request #84 from noodlecollie/remove-imvec2 11 months ago
  Jeffery Myers d563e95992 always set the DPI scale on fonts, even if we are autoscaling 1 year ago
  Jeffery Myers b0b40cfca5 Update examples and readme to talk about high DPI 1 year ago
  Jeffery Myers d6676e3a56 Scale default fonts when we detect that we are handling our own high DPI modes. 1 year ago
  Vesper 9acdbbf255 Swapped struct ImVec2 in header for Vector2 1 year ago
  Jeffery Myers 583d4fea67 don't pass 0 to ImGui deltaTime 1 year ago