702 Commits (db593220fc419547b80e188b104051d39fc1a8e3)

Author SHA1 Message Date
ocornut 0abe668221 ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice(#327) ago%!(EXTRA string=10 years)
ocornut 1793c1a991 Comments ago%!(EXTRA string=10 years)
ocornut b4f1e88860 Added ImGuiInputTextFlags_ReadOnly flag for InputText()/InputTextMultiline() (#211) ago%!(EXTRA string=10 years)
ocornut f5fb5f0c1e Minor tidying, reordering functions/members/initialisation to follow same orders ago%!(EXTRA string=10 years)
ocornut dafad3903e Added GetDrawData() alternative to setting a Render function. ago%!(EXTRA string=10 years)
ocornut dbc7903da8 IsMouseHoveringRect() added 'bool clip' parameter to disable clipping the rectangle with the current parameters (#316) ago%!(EXTRA string=10 years)
ocornut 09f659271e ImFont: fixed comment (#317) ago%!(EXTRA string=10 years)
ocornut fc052e24b2 Added ImGuiWindowFlags_NoFocusOnAppearing flag (#314) ago%!(EXTRA string=10 years)
ocornut 965fa3cb16 Version number 1.46 WIP ago%!(EXTRA string=10 years)
ocornut c9e19f8953 Version number 1.45 ago%!(EXTRA string=10 years)
ocornut f195bf744f Tabs to spaces ago%!(EXTRA string=10 years)
ocornut 1eef2c9108 Comment ago%!(EXTRA string=10 years)
ocornut 71026d3655 Added GetScrollX(), GetScrollX(), GetScrollMaxX() apis + demo (#246) ago%!(EXTRA string=10 years)
ocornut 65a191c005 Added optional Horizontal Scrollbar & allow user to explicitly set content width via SetNextWindowContentSize() etc (#246) ago%!(EXTRA string=10 years)
ocornut d88b73a8b7 Added GetContentRegionAvailWidth() helper. Demo tweaks. ago%!(EXTRA string=10 years)
ocornut 0aa353868f Minor internal shortcuts not calling GetCurrentWindow() ago%!(EXTRA string=10 years)
ocornut 2d565d4bfb Style: rename ScrollbarWidth to ScrollbarSize (sorry!) ago%!(EXTRA string=10 years)
ocornut 65fe60f2b2 Split tree/collapsable into internal TreeNodeBehaviorIsOpened() helper (unsure..) (#282) ago%!(EXTRA string=10 years)
ocornut 0a11024459 IO.WantInputCharacters -> WantTextInput (#305) ago%!(EXTRA string=10 years)
ocornut 30461345aa Removed default name parameter in Begin() ago%!(EXTRA string=10 years)
ocornut 90e5c97f13 AddBezier()->AddBezierCurve(). PathBezierTo()->PathBezierCurveTo(), and reads current point back, more standard (#311) ago%!(EXTRA string=10 years)
ocornut 80ad773c87 ImDrawList: added AddBezier(), PathBezierTo() for cubic bezier curves (#311) ago%!(EXTRA string=10 years)
ocornut e58f99179a Examples: OpenGL: fix for retina screens + io.DisplayFramebufferScale storage (#287) ago%!(EXTRA string=10 years)
ocornut a36001212f ImDrawData: added ScaleClipRects() helper (#287) ago%!(EXTRA string=10 years)
ocornut 59d498f3d0 Added ColorConvertU32ToFloat4() helper and ImColor(ImU32) constructor. ago%!(EXTRA string=10 years)
ocornut 8cf7df7ec4 Added GetWindowHeight() for completeness + BeginGroup() comment. ago%!(EXTRA string=10 years)
ocornut 08b345efd9 ImDrawList: Add comments on the usage of drawing channels ago%!(EXTRA string=10 years)
ocornut 77b82ecad7 ImDrawList: Fixed issues with channels split/merge. Functional without manually adding a draw cmd. + Removed unnecessary parameter to Channe ago%!(EXTRA string=10 years)
ocornut ad3c9f620d Tabs to spaces ago%!(EXTRA string=10 years)
ocornut 063d26a191 Removed obsolete comment ago%!(EXTRA string=10 years)
ocornut b1987d697f Trim trailing whitespace (#305) ago%!(EXTRA string=10 years)
ocornut 425c6cb3a3 Remove CaptureInputCharactersFromApp and minor cleanups (#305) ago%!(EXTRA string=10 years)
Borislav Stanimirov 73917115a8 Added flag showing whether the GUI wants text input ago%!(EXTRA string=10 years)
ocornut 97be3428f1 Added GetMousePosOnOpeningCurrentPopup(). ago%!(EXTRA string=10 years)
ocornut 07de0448f9 ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values ago%!(EXTRA string=10 years)
ocornut 307ed78006 ImGuITextBuffer: shallow tweak. ago%!(EXTRA string=10 years)
ocornut 42567a9516 ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer. ago%!(EXTRA string=10 years)
ocornut c98318a914 Renaming some argument to clarify the local vs screen coordinates ago%!(EXTRA string=10 years)
ocornut f421f2f47e IsWindowHovered() takes account of window hoverability (may be disabled because of a popup) + comment ago%!(EXTRA string=10 years)
ocornut 0c9fcdbe71 Allow to override ImDrawIdx type (#292) ago%!(EXTRA string=10 years)
ocornut aa3c26fd30 IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295) ago%!(EXTRA string=10 years)
ocornut 14822609bd Version number 1.45 WIP ago%!(EXTRA string=10 years)
Thomas Pöchtrager 947cf3434f Added printf attribute to printf like text formatting functions ago%!(EXTRA string=10 years)
ocornut a99ba42a39 Version number 1.44 ago%!(EXTRA string=10 years)
ocornut 7fea3eacfe Minor comments ago%!(EXTRA string=10 years)
ocornut 155873a6b0 Added GetContentRegionAvail() helper ago%!(EXTRA string=10 years)
ocornut 3aca446817 Added ImFontAtlas::AddFontFromMemoryCompressedBase85TTF() ago%!(EXTRA string=10 years)
ocornut 1e76c63bb6 Fixed comment ago%!(EXTRA string=10 years)
ocornut dace68b6fd Big cleanup, split imgui.cpp into imgui_demo.cpp,imgui_draw.cpp imgui_internal.h (#219) ago%!(EXTRA string=10 years)
ocornut 5a4b521855 Added ImDrawList::AddText() shorthand helper ago%!(EXTRA string=10 years)