1348 Commits (29d38b59d097b952bcff82873e0441aff0976e15)

Author SHA1 Message Date
ocornut 5b7ed5432e CalcTextSize() default third parameter to false because it almost never makes sense to use it from the outside (may obsolete it) ago%!(EXTRA string=10 years)
ocornut 90351298d1 Renamed second parameter to Begin() to 'bool* p_opened' to be more self-explanatory. Added more comments on the use of Begin(). ago%!(EXTRA string=11 years)
ocornut a3af51fd4e Added ImGuiStyleVar_WindowRounding enum for PushStyleVar() API ago%!(EXTRA string=11 years)
omar 7e868e2842 Cleanup todo list, removed 3 done items + added 1 new ago%!(EXTRA string=11 years)
omar 0056ccce26 Version number ago%!(EXTRA string=11 years)
omar e9e0e36f98 New and better Set[Next]Window(Pos|Size|Collapsed) API. ago%!(EXTRA string=11 years)
omar 3399890a84 Added ImGuiWindowFlags_NoSavedSettings flag + Fixed overlay example app. ago%!(EXTRA string=11 years)
omar 2a3bff9a82 Comments ago%!(EXTRA string=11 years)
omar cca5f473ca Clarified comment ago%!(EXTRA string=11 years)
omar bdb2344db0 ImGuiStorage helper can store float + added functions to get pointer to data. Exposed ImGui::GetId() - may be misleading? ago%!(EXTRA string=11 years)
ocornut e43cd6e97f Added IMGUI_INCLUDE_IMGUI_USER_H ago%!(EXTRA string=11 years)
omar 6b16424faf Comments. ago%!(EXTRA string=11 years)
omar 860cf578f5 Added ImGuiWindowFlags_NoScrollWithMouse flag. ago%!(EXTRA string=11 years)
omar d31623061f ImVector: private -> protected ago%!(EXTRA string=11 years)
ocornut 7f804d3d64 Tab->Spaces :( visual studio can't even be trusted for that, oh thanks. ago%!(EXTRA string=11 years)
ocornut e835ef1d90 Fix from incorrect change left-over in a31e44b99a ago%!(EXTRA string=11 years)
ocornut 214c967df8 Example code: warning fix + comments. ago%!(EXTRA string=11 years)
ocornut a31e44b99a Fixed Clang -Weverything warnings + TODO list entries ago%!(EXTRA string=11 years)
Mikko Mononen eb789c0288 Smoother scrolling ago%!(EXTRA string=11 years)
ocornut e9aead09cb Remove unneeded extra parameter from ImFont::FindGlyph() ago%!(EXTRA string=11 years)
ocornut e4a79e9fc8 Moved IO.Font*** options to inside the IO.Font-> structure.. Added IO.FontGlobalScale setting (vs Font->Scale) ago%!(EXTRA string=11 years)
ocornut e27eddfbd2 Grammar fix + ocd alignment ago%!(EXTRA string=11 years)
ocornut 311a2f8328 New version of IMGUI_ONCE_UPON_A_FRAME helper macro ago%!(EXTRA string=11 years)
ocornut df2ad5e899 Renamed ImBitmapFont -> ImFont, removed abstraction-pretend typedef ago%!(EXTRA string=11 years)
omar b9118750ae Removed IMGUI_ONCE_UPON_A_FRAME in favor of ImGuiOnceUponAFrame which is supported by all compilers ago%!(EXTRA string=11 years)
ocornut 49defcf083 InputText support for completion/history/custom callback + added fancy completion example in the console demo app ago%!(EXTRA string=11 years)
omar 8c4fcf1359 Added ImGuiWindowFlags_AlwaysAutoResize + example app. Calling SetWindowSize(0,0) force an autofit without zero-sizing first. ago%!(EXTRA string=11 years)
omar 5f8175abaa Version number ago%!(EXTRA string=11 years)
omar cf037b4769 PushStyleColor/PushStyleVar can be used outside the scope of a window. Added 'count' parameter to PopStyleColor/PopStyleVar ago%!(EXTRA string=11 years)
ocornut 97192606a6 Fixed Tab > space ago%!(EXTRA string=11 years)
ocornut 2aee4419e3 Fixed compatibility with std::vector if user decide to #define ImVector ago%!(EXTRA string=11 years)
ocornut f3bd033b6d More fixes for ultra pedantic Clang -Weverything ago%!(EXTRA string=11 years)
Daniel Collin b01adf16de Fixed more Clang warnings ago%!(EXTRA string=11 years)
omar c6f3d0924e Default 'text_end' parameter for low-level AddText/CalcTextSizeA functions ago%!(EXTRA string=11 years)
ocornut 191e17eaf8 Added IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT ago%!(EXTRA string=11 years)
omar 4205241e86 PushTextWrapPos() defaults to 0.0 ago%!(EXTRA string=11 years)
omar ee3355fe8e Version number ago%!(EXTRA string=11 years)
omar 1e30400f80 Added PushStyleVar(),PopStyleVar() helpers. ago%!(EXTRA string=11 years)
omar 3a64c77826 Renamed IsHovered() to IsItemHovered() ago%!(EXTRA string=11 years)
omar e19f0d370a Added dummy IMGUI_API definition in front of entry-points for silly DLL action ago%!(EXTRA string=11 years)
omar 6c192f3221 Added GetContentRegionMax() supporting columns. Some bug fixes with using columns. ago%!(EXTRA string=11 years)
omar 78645a7dba Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos() ago%!(EXTRA string=11 years)
ocornut 3d84858755 Made with the NoResize flag can still use auto-fitting. Added SetWindowSize(). ago%!(EXTRA string=11 years)
ocornut fad5e45d2c Minor tweaks ago%!(EXTRA string=11 years)
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. ago%!(EXTRA string=11 years)
ocornut e6eafd6fa8 Fixed warnings for GCC -Wpedantic ago%!(EXTRA string=11 years)
omar 1037bacc4b Version number ago%!(EXTRA string=11 years)
omar 89a412690c Added comment on return value of Begin() ago%!(EXTRA string=11 years)
omar af37fb1ee7 Added GetWindowFont(), GetWindowFontSize() + comments following user's feedback ago%!(EXTRA string=11 years)
ocornut 9f05a2bb16 Fixed unlikely buffer overrun in InputCharacters (thanks Daniel Collin) ago%!(EXTRA string=11 years)