582 Commits (d212401624197603128eaa9f68d1fa28d98e7ec1)

Author SHA1 Message Date
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)
ocornut 74908a9513 Fixed angles in ImDrawList::PathArcTo(), PathArcToFast() being off by an extra PI for no reason ago%!(EXTRA string=10 years)
ocornut 82727d7119 Version number 1.44 WIP ago%!(EXTRA string=10 years)
ocornut cdbf71ac12 Added ImGuiWindowFlags_NoInputs for input-passthru window ago%!(EXTRA string=10 years)
ocornut 20db726a9a Version number 1.44 WIP ago%!(EXTRA string=10 years)
ocornut e8cb874afe Version number 1.43 ago%!(EXTRA string=10 years)
ocornut d6117e33d0 AddInputCharactersUTF8: shallow tweaks (#274) ago%!(EXTRA string=10 years)
Daniel Gibson be8fb858cc Add ImGuiIO::AddInputCharactersUTF8(char* utf8str) ago%!(EXTRA string=10 years)
ocornut 5e846612d3 ImFont: tweaks ago%!(EXTRA string=10 years)
ocornut 3e3d9f9a69 ImFontAtlas: allow AddFontDefault to take a config ago%!(EXTRA string=10 years)
ocornut 815168c7ef ImFontAtlas: new AddFont() API, oversampling, subpositiong, merging fonts, etc. (#182, #220, #232, #242) ago%!(EXTRA string=10 years)
ocornut 6ae8062ca0 ImFont: comments, minor bits ago%!(EXTRA string=10 years)
ocornut c02f9b58ef ImFont: Cleanup to be compatible with over-sampling (not enabled) ago%!(EXTRA string=10 years)
ocornut ba9317b924 ImFont: storing offsets as X0/Y0/X1/Y1 analoguous to examples for stb_truetype ago%!(EXTRA string=10 years)
ocornut 6520b6c458 ImDrawList: added AddRectFilledMultiColor() helper + minor optimisation. ago%!(EXTRA string=10 years)
ocornut b67593a4b1 Changed SameLine() parameters from int to float. ago%!(EXTRA string=10 years)
ocornut 827ff970cd InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag ago%!(EXTRA string=10 years)
ocornut d2701727b9 InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification. ago%!(EXTRA string=10 years)
ocornut 08b1dd1035 Version number 1.43 WIP ago%!(EXTRA string=10 years)