226 Commits (32312e538ee6bcb83bca714bbf5cf4985b0f0e39)

Author SHA1 Message Date
ocornut 94c7eddb17 Comments ago%!(EXTRA string=10 years)
ocornut 5df28b101d Added ImGuiWindowFlags_NoCollapse flag ago%!(EXTRA string=10 years)
ocornut cc3d41dbab Version number 1.31 wip ago%!(EXTRA string=10 years)
ocornut bde3f6b90d Removed the dependency on realloc functionality #117 + fixed one alloc in NewFrame() ago%!(EXTRA string=10 years)
ocornut 56bf9ea067 Added comment on MemFreeFn as suggested by #119 ago%!(EXTRA string=10 years)
ocornut e636e0d2aa Warning fixes (fix #118) ago%!(EXTRA string=10 years)
Jim Tilander 3478e3a708 Enabled us to create the internal state on client side allocated memory, e.g. a heap ago%!(EXTRA string=10 years)
Jim Tilander 8149bace7b Added a way to replace the internal state pointer so that we can optionally share it between modules (e.g. multiple DLLs) ago%!(EXTRA string=10 years)
Jim Tilander 98e71afa72 Removed the dependency on realloc functionality ago%!(EXTRA string=10 years)
ocornut a548c9b0d5 Version change ago%!(EXTRA string=10 years)
ocornut ca10c49e27 Embedded a mouse cursor that can be drawn for you by setting io.MouseDrawCursor ago%!(EXTRA string=10 years)
ocornut 68bad703ee ImColor::HSV() helper + color buttons demo ago%!(EXTRA string=10 years)
ocornut 8d1583d611 Added ImColor() inline helper. Image/ImageButton() now takes ImVec4 for consistency and honor window alpha. ago%!(EXTRA string=10 years)
ocornut cb3b69c879 Exposed ColorConvertHSVtoRGB, ColorConvertRGBtoHSV, ColorConvertFloat4ToU32 ago%!(EXTRA string=10 years)
ocornut 3cf47988b0 Added ImageButton() using regular framing + override framing size (#73) ago%!(EXTRA string=10 years)
ocornut 2ecc285919 ImDrawList::AddCallback() allows for custom rendering (e.g. 3D scene inside a imgui widget)) ago%!(EXTRA string=10 years)
ocornut 4437293b79 Added ImDrawList::SplitDrawCmd() to force multiple draw calls for depending rendering/blending + Comments ago%!(EXTRA string=10 years)
ocornut 27161d2a98 Added io.DisplayVisibleMin / io.DisplayVisibleMax to allow for virtual / scrolling display. ago%!(EXTRA string=10 years)
ocornut 07f69966f8 ImDrawList::AddImage() color parameter defaults to white ago%!(EXTRA string=10 years)
ocornut 79042a3a3c GetVoidPtr() functions like GetInt, GetFloat. Renamed GetIntPtr/GetFloatPtr to GetIntRef/GetFloatRef ago%!(EXTRA string=10 years)
Daniel Collin c9c41c3874 Added Set/GetVoidPtr in ImGuiStorage ago%!(EXTRA string=10 years)
ocornut 7530f3c985 Added IsItemActive() - replace IsItemFocused() ago%!(EXTRA string=10 years)
ocornut 70188c5623 Added comments ago%!(EXTRA string=10 years)
ocornut 26174cba85 Added InvisibleButton() ago%!(EXTRA string=10 years)
ocornut 56ac857cac Added stub for obsolete GetDefaultFontData() to help the user upgrading ago%!(EXTRA string=10 years)
ocornut 1916a0c78c Renamed FontAtlas to Fonts. Further cleanup/comments. ago%!(EXTRA string=10 years)
ocornut 1f8d209202 Fixed more clang warnings + AddFontFromMemoryTTF() not honoring font_no parameter ago%!(EXTRA string=10 years)
ocornut 2c31599bcc ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30 ago%!(EXTRA string=10 years)
ocornut cb9a3235be Removed PixelCenterOffset, uncesssary ago%!(EXTRA string=10 years)
ocornut 014f88b1fc Font fixes for horizontal centering within frames ago%!(EXTRA string=10 years)
ocornut 3e30ad3802 PushFont/PopFont changes texture at high-level in current draw list - faster ago%!(EXTRA string=10 years)
ocornut 7ebd7ef9ac Added PushFont/PopFont API ago%!(EXTRA string=10 years)
ocornut 584c7ffac8 Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos) ago%!(EXTRA string=10 years)
ocornut 02f0dbca37 ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default. ago%!(EXTRA string=10 years)
ocornut 8ba93d947c Added FrameRounding setting (default to 0 for now). ago%!(EXTRA string=10 years)
ocornut 3a20671802 Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112) ago%!(EXTRA string=10 years)
ocornut e2d8c03e1a Fixed ImGuiTextBuffer::empty() to ignore the enforced zero-terminator ago%!(EXTRA string=10 years)
ocornut 0f4d74d614 ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font ago%!(EXTRA string=10 years)
ocornut 241e8086fa Mde it optional to new() io.Font - however it stills needs to be loaded. ago%!(EXTRA string=10 years)
ocornut cc79b85c28 Added first-pass of Image() based on #73 + demo ago%!(EXTRA string=10 years)
ocornut 1a6e7f25e0 ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds ago%!(EXTRA string=10 years)
ocornut f77490cb2d Cleanup extra_fonts/ folder ago%!(EXTRA string=10 years)
ocornut b3a208901a Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean. ago%!(EXTRA string=10 years)
ocornut b0ea57e518 Version number ago%!(EXTRA string=10 years)
ocornut 0505995193 Very minor code/comments tweaks. ago%!(EXTRA string=10 years)
ocornut 22c1d7eded Renamed some color enums ago%!(EXTRA string=10 years)
ocornut 39373b563b Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI ago%!(EXTRA string=10 years)
ocornut 12225abfe2 Version number (fix) ago%!(EXTRA string=10 years)
ocornut f8c58fe328 Fix for Clang ago%!(EXTRA string=10 years)
ocornut da5227fa28 Added comment about defining IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT in imconfig.h ago%!(EXTRA string=10 years)