5385 Commits (2a6d7b1eaa1851e5b53d8c7a361a8d54f5a9ae8c)

Author SHA1 Message Date
ocornut 6c7f8efe1e InputText: update mouse drag on mouse move only & key input reposition selection bounds (better fix for #429) ago%!(EXTRA string=10 years)
ocornut 4bfd5cd95f InputText: when keys are being input while mouse is dragging, disable mouse drag until button release (#429) ago%!(EXTRA string=10 years)
ocornut de4ae2d53a Metrics: computing drawcmd bounding box handle case where buffer has been de-indexed. ago%!(EXTRA string=10 years)
ocornut 5dec997fbe Minor tidying up of now redundant code ago%!(EXTRA string=10 years)
ocornut c80e2274f1 Renamed Color() helpers to ValueColor() - dangerously named, rarely used and probably to be made obsolete. ago%!(EXTRA string=10 years)
ocornut ecc97bda7d Added SetItemAllowOverlap() exposed in imgui_internal.h only ago%!(EXTRA string=10 years)
ocornut 632f9ec36a Commenting asserts ago%!(EXTRA string=10 years)
ocornut 5f8200d52c TreeNode/CollapsingHeader: some minor cleanup of that horrible function. ago%!(EXTRA string=10 years)
ocornut d1b4159b51 TreeNode/CollapsingHeader: some minor cleanup of that horrible function. ago%!(EXTRA string=10 years)
ocornut 9dca2ca960 Comments & spacing ago%!(EXTRA string=10 years)
ocornut b7e1ae4bf9 Added comment on using PushFont() before building the font (#232) ago%!(EXTRA string=10 years)
ocornut 4006fb77bc TreeNode,CollapsingHeader: sizing fixes to support laying out item on same line before/after (#414, #282) ago%!(EXTRA string=10 years)
ocornut 546962351b Internal minor renaming ago%!(EXTRA string=10 years)
ocornut 6269859315 Replace OS IME (Input Method Editor) cursor on top-left when we are not text editing. ago%!(EXTRA string=10 years)
ocornut 5c52e9ec0d Examples: Clarified comments. Removed font merging example from comments. ago%!(EXTRA string=10 years)
ocornut 9735563b65 Additional comments for new users ago%!(EXTRA string=10 years)
ocornut ba77166432 Demo: comments (#414) ago%!(EXTRA string=10 years)
ocornut 4ca34a879d Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125) ago%!(EXTRA string=10 years)
ocornut a9009b133c Columns: Undo accidental change from 807d4ff92c ago%!(EXTRA string=10 years)
ocornut e4ba6e525b Columns:: columns set with no implicit id include the columns count into the id to avoid collisions (#125) ago%!(EXTRA string=10 years)
ocornut 807d4ff92c Columns: minor tidying up while investigating severe issues with indenting within columns (#414) ago%!(EXTRA string=10 years)
ocornut 58b23b4785 Columns: avoid growing ColumnsData vector when closing a window with no columns (#125) ago%!(EXTRA string=10 years)
ocornut 1aac69c937 Columns: tidying up, moving OffsetT to a ImGuiColumnData structure ago%!(EXTRA string=10 years)
ocornut 3102c0c97e Rename internal ColumnsStartX to IndentX, makes more sense ago%!(EXTRA string=10 years)
ocornut 92c518a420 InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374) ago%!(EXTRA string=10 years)
ocornut 693efccb62 ImageButton() uses FrameRounding up to a maximum of available framing size (#394) ago%!(EXTRA string=10 years)
ocornut 5549744e0f Minor popups comment tweak (#402) ago%!(EXTRA string=10 years)
ocornut f87deff0f3 Moving stdlib.h include outside of imgui.h (#405) ago%!(EXTRA string=10 years)
ocornut 9243aee62c Fixed unused variable warning if asserts are compiled out. ago%!(EXTRA string=10 years)
Jason Wilkins 4dee8473b5 Fixed a couple of problems found by CppCat code analyzer. ago%!(EXTRA string=10 years)
ocornut e4fb14a9e0 TODO notes ago%!(EXTRA string=10 years)
ocornut 4982cd136e Fixed Shutdown() not clearing FontAtlas if NewFrame() was never called. (#396, #303) ago%!(EXTRA string=10 years)
ocornut 1a42a3f91b Refactor internal SliderBehavior() to take flags instead of a bool. ago%!(EXTRA string=10 years)
ocornut 3eabad0321 Refactor - Internal ButtonBehavior() removed unnecessary boolean arg, merged into flags using ImGuiButtonFlags_NoKeyModifiers. ago%!(EXTRA string=10 years)
ocornut 217ef444d4 ColorEdit4: Fixed broken tooltip on hovering the color button (actually fixes #373, #380) ago%!(EXTRA string=10 years)
ocornut 5f0db60a57 Version number 1.47 WIP ago%!(EXTRA string=10 years)
ocornut 72dde4d323 Version 1.46 ago%!(EXTRA string=10 years)
ocornut fbdcb51dde Fix to allow using SetNextWindow* functions with ImGuiSetCond_Appearing on modal windows (#377) ago%!(EXTRA string=10 years)
ocornut 8b9c0b2545 Tweaks (calling inner SetNext* functions directly from Begin) ago%!(EXTRA string=10 years)
ocornut 7a61b7dd57 Renamed Window LastFrameDrawn to LastFrameActive, more correct ago%!(EXTRA string=10 years)
ocornut 465e6839a4 ColorEdit4: hovering the color button shows correct alpha (fix #373) ago%!(EXTRA string=10 years)
ocornut 5b7a2149fc ColorConvertFloat4ToU32() round the floats instead of truncating them. ago%!(EXTRA string=10 years)
ocornut 43ff5a41be InputText(): always use live input data for display in read-only mode (fix #360) ago%!(EXTRA string=10 years)
ocornut a0d24ac03d Scrollbar: background color less translucent in default style (flattened alpha) so it works better on non-WindowBg colored background. ago%!(EXTRA string=10 years)
ocornut 64b6e87f54 Scrollbar: fixed vertical alignment with border + no menu bar (following #365) ago%!(EXTRA string=10 years)
ocornut b090d711e2 InputText: removed the need for text_end pointer in the cursor position calculation loop, allows switching buffers ago%!(EXTRA string=10 years)
ocornut 214e87d59c InputText: comments. ago%!(EXTRA string=10 years)
ocornut bc34ac882f InputText: added comments and somehow clarified the optimized code that calculate text position + updated demo ago%!(EXTRA string=10 years)
ocornut d4d2e5bc62 Added items to Todo list ago%!(EXTRA string=10 years)
ocornut a5c895f791 Added SetClipboardText / GetClipboardText helper shortcuts to match MemAlloc / MemFree ago%!(EXTRA string=10 years)