2017-10-27
@omar
Version 1.52
omar committed on 27 Oct 2017
@omar
Begin: Fix for unused "Debug" (fix for 3b83cd2 )
omar committed on 27 Oct 2017
@omar
Comments
omar committed on 27 Oct 2017
@omar
Internal: Added ImVec4 operators
omar committed on 27 Oct 2017
@omar
Begin: Moved some code inside of the big if (first_begin_of_the_frame) scope
omar committed on 27 Oct 2017
@omar
NewFrame: Allow MovedWindow setting the ImGuiWindowFlags_NoInputs after moving has started in order to be able to detect windows below it, which is useful for e.g. docking mechanisms.
omar committed on 27 Oct 2017
@omar
NewFrame: Removed unnecessary call to FindHoveredWindow() and simplified code (went through this multiple times, hopefully haven't broken anything)
omar committed on 27 Oct 2017
@omar
Internal: BeginTooltipEx() in imgui_internal.h
omar committed on 27 Oct 2017
@omar
Merged a bit of code from Navigation branch to ease further merging (InnerRect is currently not required in the Master branch)
omar committed on 27 Oct 2017
@omar
Minor renaming.
omar committed on 27 Oct 2017
2017-10-26
@omar
Exposed IM_ARRAYSIZE() in imgui.h
omar committed on 26 Oct 2017
2017-10-25
@omar
Examples: Extra clarification for the 100th person who insist on using the OpenGL2 code in spite of existing documentation leaning against it. (#1394)
omar committed on 25 Oct 2017
@omar
Comments about mouse setup and clearing HoveredWindow when mouse down isn't owned by imgui (will affect some future hovered test and drag'n drop patterns) (#143, #1382, #1392)
omar committed on 25 Oct 2017
@omar
Added most basic form of Disabled flag to disable interactions (but visuals aren't altered), in imgui_internals.h, undocumented/unsupported (#211, #1012)
omar committed on 25 Oct 2017
2017-10-24
@omar
Removed direct dependency on sprintf() in imgui.cpp (#1038) ...
omar committed on 24 Oct 2017
@omar
ImFormatString, ImFormatStringV(): clarifying specs so that passing a NULL buffer should return the desired length. (#1038)
omar committed on 24 Oct 2017
@omar
Renamed IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS to IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS for consistency. (ref #238, #520, #738)
omar committed on 24 Oct 2017
@omar
Added IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS support in imconfig.h (#1038)
omar committed on 24 Oct 2017
@Patrick Doane
Add missing CloseClipboard call
Patrick Doane authored on 24 Oct 2017 omar committed on 24 Oct 2017
@omar
ImFontAtlas: Fixed memory leak if stbtt_InitFont() returned false. (#1391)
omar committed on 24 Oct 2017
@omar
Fixed typos
omar committed on 24 Oct 2017
@omar
Examples: DirectX9/10/11: Tweak usage of SetCapture/ReleaseCapture. (#1375) ...
omar committed on 24 Oct 2017
@omar
ColorButton: As a small convenience, provide a text baseline.
omar committed on 24 Oct 2017
@omar
ColorButton: Fixed rendering color button with a checkerboard if the transparency comes from the global style.Alpha and not from the actual source color.
omar committed on 24 Oct 2017
2017-10-23
@omar
Internals: ImLerp() helper for ImVec4
omar committed on 23 Oct 2017
@omar
Fixed calling SetNextTreeNodeOpen() on a collapsed window leaking to next frame.
omar committed on 23 Oct 2017
@omar
Factorized some code (+ declared as static function without namespace, a pattern with the Nav branch has started to use)
omar committed on 23 Oct 2017
@omar
Examples: GLFW+GL2/GL3: Minor tweaks, comments.
omar committed on 23 Oct 2017
@omar
Examples: DirectX9/10/11: Added WM_SYSKEYDOWN / WM_SYSKEYUP handlers so e.g. VK_MENU can be read.
omar committed on 23 Oct 2017
@omar
Examples: DirectX9/10/11: Renamed WndProc handler to use a generic Win32 name + returning 0 to all messages is more correct.
omar committed on 23 Oct 2017