1690 Commits (58075c4414b985b352d10718b02a8c43f25efd7c)

Author SHA1 Message Date
omar d37d25470a Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. ago%!(EXTRA string=5 years)
Rokas Kupstys 9cff4d6e5e Columns: ImDrawList::Channels* functions now work inside columns. ago%!(EXTRA string=5 years)
omar 6e1f8be07b Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) ago%!(EXTRA string=5 years)
omar 5363af7f47 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) ago%!(EXTRA string=5 years)
Ben Carter 051ce0765e AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts ago%!(EXTRA string=5 years)
omar 3fe6ae9732 Internals: Move some Nav functions and members around (no functional change) + Misc comments ago%!(EXTRA string=5 years)
Loïc Molinari 6c00d1916e Disable format checks when using stb_sprintf.h ago%!(EXTRA string=5 years)
omar 9ad4c5da7e Fix zealous warnings + Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) ago%!(EXTRA string=5 years)
omar ff5299e0e0 Docs: FAQ, Comments. ago%!(EXTRA string=5 years)
omar d581939387 Removed trailing spaces. ago%!(EXTRA string=5 years)
omar 0dd02dd90d Happy new year! ago%!(EXTRA string=5 years)
omar dc66f83db8 Additional duplicated comments about usage of std::string and input text resize callback (#2006, #1443, #1008) ago%!(EXTRA string=5 years)
omar a610f1da52 Bezier Tweaks, fixed parameter order of 3831d50 ago%!(EXTRA string=5 years)
omar 9d444062f9 Limiting Columns()/BeginColumns() api to 64 columns (#125) ago%!(EXTRA string=5 years)
omar 3a800f2dc9 DragFloat: Mention usage of FLT_MAX, INT_MAX etc. explicitly. (#2931) ago%!(EXTRA string=5 years)
Ben Carter 0e74103659 ImDrawList: Add AddNgon(), AddNgonFilled() API. ago%!(EXTRA string=5 years)
omar f9c26d23de Removed redirecting functions/enums that were marked obsolete in 1.53 (December 2017). ago%!(EXTRA string=5 years)
Ben Carter 697f15e339 Added PrimUnreserve() API. Obsoleted calling ImDrawList::PrimReserve() with a negative count. ago%!(EXTRA string=5 years)
omar f656e7775e Inputs: Added ImGuiMouseButton enum for convenience (e.g. ImGuiMouseButton_Right=1). ago%!(EXTRA string=5 years)
omar 6cbed03d4a Comments, clarified mouse button ordering. ago%!(EXTRA string=5 years)
omar b521cd357d Removed implicit default parameter to IsMouseDragging(int button = 0) to be consistent with other mouse functions. ago%!(EXTRA string=5 years)
Rokas Kupstys 945a509773 Implement ImGuiMouseCursor_NotAllowed mouse cursor. ago%!(EXTRA string=5 years)
omar abaf0256b8 Version 1.75 WIP ago%!(EXTRA string=6 years)
omar bdce833636 Version 1.74 ago%!(EXTRA string=6 years)
omar 26d177bc03 Docs: Moved misc/fonts/README.txt to docs/FONTS.txt. + tweaks ago%!(EXTRA string=6 years)
omar 51e2e9b239 ImVector: Added shrink() helper. ImFont::RenderText minor optimisation for debug build. Misc: Metrics shows tab names because we now have them. ago%!(EXTRA string=6 years)
omar 51a02b319c Added IM_UNICODE_CODEPOINT_MAX. Changed specs of ImFontAtlas::AddCustomRectRegular() (breaking change). ago%!(EXTRA string=6 years)
omar ca63349eb4 Renamed XX-bits -> XX-bit in comments to match what the world appears to be using. ago%!(EXTRA string=6 years)
omar 57dc34f4e8 TreeNode: Added IsItemToggledOpen() to explicitly query if item was just open/closed, facilitating interactions with custom multi-selections patterns. (#1896, #1861) ago%!(EXTRA string=6 years)
omar 09b2310237 Internals: Added index of helpers and shuffled a few things. ago%!(EXTRA string=6 years)
stfx 6bf5aed325 Declaration and assignment can be joined, Member function may be 'const'. (#2875) ago%!(EXTRA string=6 years)
omar 23c1ff4907 Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017). ago%!(EXTRA string=6 years)
omar 048b73dfaa Various comments + Doc: Examples readme. Moved main menu bar code below menu bar code. ago%!(EXTRA string=6 years)
omar bf746c4215 DragScalar, SliderScalar, InputScalar: Added p_ prefix to parameter that are pointers to the datato clarify how they are used, and more comments redirecting to the demo code. (#2844) ago%!(EXTRA string=6 years)
omar 8aad3482a4 ImVector: Fixed index_from_ptr() not asserting when passed end() element. ago%!(EXTRA string=6 years)
omar 892dfb1dea InputText, Nav: Fixed Home/End key broken when activating Keyboard Navigation. (#787) ago%!(EXTRA string=6 years)
omar c262276988 Version 1.74 WIP ago%!(EXTRA string=6 years)
omar d5efe16157 Version 1.73 ago%!(EXTRA string=6 years)
omar f47a0a85cc ImVector: added find, find_erase, find_erase_unsorted helpers. ago%!(EXTRA string=6 years)
omar eab03f4467 Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only). ago%!(EXTRA string=6 years)
omar 9d02ed51e3 TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth and ImGuiTreeNodeFlags_SpanFullWidth flags (#2451, #2438, #1897) ago%!(EXTRA string=6 years)
omar b48dc067ae Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639) ago%!(EXTRA string=6 years)
omar 7d5a17e5e4 Remove trailing spaces (grep for ' \r?$' in visual studio) ago%!(EXTRA string=6 years)
omar 57623c15dd Font: Narrow ellipsis: various minor stylistic tweaks (#2775) ago%!(EXTRA string=6 years)
Rokas Kupstys 45405f0dc9 Font: implement a way to draw narrow ellipsis without relying on hardcoded 1 pixel dots. (#2775) ago%!(EXTRA string=6 years)
omar b59ec7b9b7 DragInt, DragFloat, DragScalar: Using (v_min > v_max) allows locking any edit to the value. ago%!(EXTRA string=6 years)
omar bfcdaeb610 Disable with ConfigWindowsMemoryCompactTimer < 0.0f (#2636) ago%!(EXTRA string=6 years)
omar 62f75c7fb1 Added a mechanism to compact/free the larger allocations of unused windows (buffers are compacted when a window is unused for 60 seconds, as per io.ConfigWindowsMemoryCompactTimer = 60.0f). Note that memory usage has never been reported as a problem, so this is merely a touch of overzealous luxury. (#2636) ago%!(EXTRA string=6 years)
omar c8418015c2 SliderScalar: Improved assert when using U32 or U64 types with a large v_max value. (#2765) ago%!(EXTRA string=6 years)
omar c4ff1b3578 ImDrawList: clarified the name of many parameters so reading the code is a little easier. (#2740) ago%!(EXTRA string=6 years)