Histórico de commits

Autor SHA1 Mensagem Data
  ocornut 3f85fe2fe7 Cleanup and TODO list items 10 anos atrás
  ocornut 447cc88e04 Fixed unaligned memory access - fix font loading when building on Emscripten 10 anos atrás
  omar 9c707b6d8f Added assert to catch font data loading failure in a location that's easier to understand 10 anos atrás
  omar 9b5493d1d9 Added assert to catch users using Begin/End without a first NewFrame 10 anos atrás
  omar 8a65d97bf0 Warning fixes (now testing with Clang) 10 anos atrás
  Yaroslav Bunyak 7961c53145 Fix namespaces for Value() and Color() functions. 10 anos atrás
  omar d3bc92a674 Added INDEX to top of imgui.cpp 10 anos atrás
  omar c97636aef4 Fixed lines clockwiseness to be consistent with other primitives. 10 anos atrás
  omar ee3355fe8e Version number 10 anos atrás
  omar 1e30400f80 Added PushStyleVar(),PopStyleVar() helpers. 10 anos atrás
  omar 3a64c77826 Renamed IsHovered() to IsItemHovered() 10 anos atrás
  omar 6c192f3221 Added GetContentRegionMax() supporting columns. Some bug fixes with using columns. 10 anos atrás
  omar 78645a7dba Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos() 10 anos atrás
  ocornut 74363c5a43 Fixed column using a "funny scale factor" (non power of two) #67 11 anos atrás
  ocornut 0b10cf4bd7 Fixed some typos in comments 11 anos atrás
  ocornut 3d84858755 Made with the NoResize flag can still use auto-fitting. Added SetWindowSize(). 11 anos atrás
  ocornut fad5e45d2c Minor tweaks 11 anos atrás
  Jarrett Billingsley 85eee4a4c5 Added overloads of ImGui::PlotLines and ImGui::PlotHistogram which take a value getter function instead of raw value data, and changed the implementation of the original overloads to use this new implementation. 11 anos atrás
  ocornut f768579377 GCC warning fix 11 anos atrás
  ocornut e6eafd6fa8 Fixed warnings for GCC -Wpedantic 11 anos atrás
  omar 1037bacc4b Version number 11 anos atrás
  omar af37fb1ee7 Added GetWindowFont(), GetWindowFontSize() + comments following user's feedback 11 anos atrás
  ocornut 9f05a2bb16 Fixed unlikely buffer overrun in InputCharacters (thanks Daniel Collin) 11 anos atrás
  ocornut 48a944813c Moved UserData 11 anos atrás
  ocornut 1d9a4748de Added a UserData void *pointer so that the callback functions can access user state 11 anos atrás
  Sean Middleditch bebadb9012 64-bit fixes 11 anos atrás
  ocornut 530e746daa Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL (more IDE friendly) 11 anos atrás
  ocornut ce481ec702 SetKeyboardFocusHere() allow for an offset to access sub components + comments 11 anos atrás
  ocornut f1ea630dd0 SetKeyboardFocusHere() sets focus on next widget instead of previous + works on tabbing-disabled widgets 11 anos atrás
  ocornut ffc8264e9d Added SetKeyboardFocusHere() to set focus from code. Fixed tabbing through tab-disabled fields. 11 anos atrás