Commit Graph

4594 Commits (93b032ea92d40ea0d888f3bde3d577579c285a5f)
 

Author SHA1 Message Date
omar 8de3f4843c Update README.md - revert + patrons
omar f631ae26ca Update README.md - dear imgui
ocornut e4cf44e967 Minor rebranding "ImGui" -> "dear imgui" ()
ocornut 25c9448dda imconfig.h tweak, not advertising IMGUI_INCLUDE_IMGUI_USER_INL anymore.
omar e34b4b46da Update README.md - dear imgui
ocornut f3b41b35c2 Initial creation of a ImGuiWindowFlags_NoBringToFrontOnFocus window push it at the front of global window list
ocornut 40ddf8e287 Exported high-level versions of PushClipRect / PopClipRect to imgui_internal.h ()
ocornut 96e2b925b1 Comments ()
ocornut fc7a3d07bb BeginPopupContextItem: fixed comment ()
ocornut 4723d97cfb Added BeginPopupContextItem() comment ()
ocornut 6102aa1375 BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click ()
ocornut 66886405f6 Minor comment ()
ocornut 217a6c875a Examples: OpenGL: Tentative fix for miscaled call to glViewport on high-DPI screens ()
Fix for 980ca286fe
ocornut 2e5577f44f Fix for popups being incorrectly positioned if their contents are larger than display and WindowPadding < DisplaySafeAreaPadding
ocornut 21f0d64a74 stb_rect_pack.h update to 0.08
ocornut 0b10bec71f ImDrawList: Simplified code and added check to avoid mis-recycling a callback command.
ocornut 0873da85ec ImDrawList: Fixed bug with PopClipRect() sometimes altering TextureId + fixed merging of draw calls with same TextureId
ocornut 370de414ef TreeNode(): Fixed horizontal spacing for layout to match Bullet() (followup to , )
ocornut 2e5352786a Bullet(), BulletText(): vertical and horizontal alignment fixes (namely for widget sized line height). (followup to , )
ocornut 558430ca8f TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in 4006fb77bc)
ocornut 5084f90a0d Added ProgressBar() ()
ocornut 76ab5587e4 GetColorU32: Comments
ocornut 9b6b1bc0f3 Added GetColorU32 helpers (previously internal and misplaced as window->Color())
ocornut 7bcebdc207 Comments and missing forward declaration
ocornut 8afbdd1ade ImColor: Added SetHSV helper function.
ocornut 7b0bf23071 Ensure that individual widgets are pixel aligned when using non pixel snapped font rendering.
ocornut 02ce1a2b32 Demo: Display extra info from ImFontConfig in the font display
ocornut 56c4f5b7dc MenuBar clipping rectangle fix for bordered mode
ocornut b49a985324 Various adjustment for border to be inside instead of outside the window size
ocornut 18223fd3ab Demo: Tweak window option and style display
ocornut a9bdda0d95 Demo: Added style editor in demo menu + exposed WindowFillAlphaDefault
ocornut b1b759938e Fixed SizeContents and auto-fit size not being rounded to integer, which affects border rendering when using non-default font
ocornut 9583868bab Added ImGuiIO::ClearInputCharacters() superfluous helper.
ocornut 6c7f8efe1e InputText: update mouse drag on mouse move only & key input reposition selection bounds (better fix for )
ocornut 4bfd5cd95f InputText: when keys are being input while mouse is dragging, disable mouse drag until button release ()
ocornut bf83ac8b55 Examples: Fixed msvc batch files from warning.
ocornut de4ae2d53a Metrics: computing drawcmd bounding box handle case where buffer has been de-indexed.
ocornut 5dec997fbe Minor tidying up of now redundant code
ocornut c80e2274f1 Renamed Color() helpers to ValueColor() - dangerously named, rarely used and probably to be made obsolete.
ocornut ecc97bda7d Added SetItemAllowOverlap() exposed in imgui_internal.h only
ocornut 18724f021a Merge branch 'JuJuBoSc-master'
ocornut 9596e6f794 Examples: DirectX10: Minor tweaks, updated to latest example changes ()
ocornut dadd03fc11 Examples: DirectX10: Fix warning, disable debug device, add ignore list ()
ocornut 59f0db6f15 Merge branch 'master' of https://github.com/JuJuBoSc/imgui into JuJuBoSc-master
Julian Bosch 32c1a3e46c Removed d3d11 references
ocornut 730e8119fe Updated stb_truetype 1.07 -> 1.08
Julian Bosch 1f3a0e78cc Ported d3d11 renderer to d3d10
omar fe2972e8b2 Merge pull request from RaptorFactor/master
Examples: DX11: Compile shaders with lower features levels.
Joshua Boyce 6adf644448 Allow DX11 renderer to be used with devices with lower feature levels.
ocornut 1b7aee7b9d Examples: DX11: Remove debug flag ()