Commit Graph

7451 Commits (f03ab2a5c5f4e0962790c8a1e81c218e8d7facab)
 

Author SHA1 Message Date
omar 00ffdb9fa9 ImGuiTextBuffer: Added append() function (unformatted).
omar f94af2f5c5 Merge branch 'viewport' into docking
# Conflicts:
#	docs/CHANGELOG.txt
#	imgui.cpp
#	imgui_draw.cpp
omar 8079344cee Merge branch 'master' into viewport
# Conflicts:
#	examples/example_sdl_vulkan/main.cpp
#	examples/imgui_impl_dx11.cpp
#	examples/imgui_impl_dx12.cpp
#	examples/imgui_impl_glfw.cpp
#	examples/imgui_impl_sdl.cpp
#	examples/imgui_impl_vulkan.h
#	imgui.cpp
omar 259f3c78a2 Examples: OpenGL2: Added (yet another) comment/instruction against using opengl2 with modern OpenGL. ()
omar 2c38b32db1 Removed trailing spaces (, )
omar e837099b67 Update for stb_ files. ()
omar f94ba546ba Added checks for "zero-as-null-pointer-constant" warnings for older Clang (, followup to )
Ryan Mast 8a63c72ac4 Fix the year for screenshot gallery part 7 and 8 links ()
omar fcd61e0c59 Comments about DLL boundaries and using TLS variables for GImGui. ()
omar 82e31d34f0 Merge branch 'master' into viewport
# Conflicts:
#	examples/imgui_impl_win32.cpp
omar 92d29531fa
Qt links
omar 295ada0364 Examples: Win32: Using wc.lpszClassName instead of duplicating the literal. + tweak README format.
omar b8020032f9 Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. ()
omar bebb07f12d ImFontAtlas: Added 0x2000-0x206F general punctuation range to default ChineseFull/ChineseSimplifiedCommon ranges. ()
omar acdb4823dd Examples: Win32: Fix for older Windows SDK.
omar b5144e477f Merge branch 'viewport' into docking
# Conflicts:
#	docs/CHANGELOG.txt
omar e9c625a1dc Merge branch 'master' into viewport
# Conflicts:
#	docs/CHANGELOG.txt
#	examples/imgui_impl_win32.cpp
#	imgui_demo.cpp
omar 872477548b Examples: Win32: Using IsChild() to be compatible with windows created within a parent. (, , , )
Gilad Reich 14c40242db Examples: DirectX9: Explicitly disable fog (D3DRS_FOGENABLE) before drawing in case user state has it set. (, )
omar f2c92808f8 EditorConfig: Further tweaks ()
Chris Savoie 83810039d1 Add editor config for 4 spaces instead of tab.
omar 8cbb91261e ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle" with a small number of segments (e.g. an hexagon). () [@baktery]
+ Demo tweaks
omar d1851ed6b7 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!) [docking branch]
omar 32c4e01267 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar 06aaf23877 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!)
omar 882f1bc135 Examples: DirectX12: Targeting 10.0.14393.0 instead of 10.0.16299.0 (available on AppVeyor, and higher version doesn't seem necessary).
omar 2f9bae140b Docking: Demo: Fixed docking document window into parent window. ()
omar 09f1cb642b FreeType: Minor tweaks previous commit ()
alexey_skryabin daac9c7559 By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree().
ImGuiFreeType::SetAllocatorFunctions() can be used to specify custom allocator.
omar 8a45c56c2c Merge branch 'viewport' into docking
omar 9391a97fbf Merge branch 'master' into viewport
# Conflicts:
#	docs/CHANGELOG.txt
#	examples/imgui_impl_win32.cpp
#	examples/imgui_impl_win32.h
omar 79d497edae Viewport: Made platform_io.Monitors mandatory for proper multi-viewport use.
omar f435aa193b Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).
omar 133f112af0 Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created in a different thread. (, , , ) [many people]
omar 95ee99e6aa Version 1.68 WIP
omar 515ad62335 Merge branch 'viewport' into docking
# Conflicts:
#	docs/TODO.txt
omar 73353fad64 Merge branch 'master' into viewport
omar d38d7c6628 TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar b8c6e31c2d Fixed cursor issue caused by 6890e08b when calling BeginChild/EndChild multiple times to reappend into a same child window. ()
omar ff4bd758ca Merge branch 'viewport' into docking
omar e24674fc0e Merge branch 'master' into viewport
omar 7a5058e3bf Version 1.67
omar 1da40df279 DragFloat: Fixed broken mouse direction change with power!=1.0. (, ) [@Joshhua5]
omar 6e41745f31 Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. ()
omar 529fccd9c2 Merge branch 'viewport' into docking
omar 4ee4f65c70 Merge branch 'master' into viewport
omar abdd39b700 Merge branch 'atlas_fixes'
omar 7e78865613 Demo: Fixed bounds of DragFloat in Clipping section to avoid passing zero-sized to InvisibleButton().
omar 49994ceb6e FAQ entry, moved ImTextureId, Gallery links.
omar 8df8482ef4 imgui_freetype: Fixed redundant FT_Load_Glyph() calls, unused parameters, and compilation warning/error. ()