2017-10-27 |
|
---|---|
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
|
|
Minor renaming.
omar
committed
on 27 Oct 2017
|
|
2017-10-25 |
|
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
|
|
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 |
Merge branch 'master' into navigation
omar
committed
on 24 Oct 2017
|
|
|
ImFormatString, ImFormatStringV(): clarifying specs so that passing a NULL buffer should return the desired length. (#1038)
omar
committed
on 24 Oct 2017
|
|
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
|
|
Added IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS support in imconfig.h (#1038)
omar
committed
on 24 Oct 2017
|
|
Add missing CloseClipboard call
Patrick Doane
authored
on 24 Oct 2017
omar
committed
on 24 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 24 Oct 2017
|
|
Fixed typos
omar
committed
on 24 Oct 2017
|
|
ColorButton: As a small convenience, provide a text baseline.
omar
committed
on 24 Oct 2017
|
|
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 |
Fixed calling SetNextTreeNodeOpen() on a collapsed window leaking to next frame.
omar
committed
on 23 Oct 2017
|
Nav: MainMenuBar now releases focus when user gets out of the menu layer. WindowingTarget when applying focus to a window with only menus automatically sets the layer. (#787)
...
omar
committed
on 23 Oct 2017
|
|
|
|
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
|
|
Begin: Minor tweaks
omar
committed
on 23 Oct 2017
|
|
Nav: Fixed handling of ImGuiNavInput_KeyMenu so it doesn't set g.NavWindowingTarget at all, reducing size effects + handling menu layer toggle on Alt Release (#787)
omar
committed
on 23 Oct 2017
|
|
Nav: Added internal ImGuiNavReadMode_Released test for key releases.
omar
committed
on 23 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 23 Oct 2017
|
|
2017-10-22 |
MenuItem(): Tweaks to mimic exact spacing of BeginMenu() when inside a menu bar, which is a little misleading imho but may be useful. (#1387)
omar
committed
on 22 Oct 2017
|
MenuItem(): Tweak to not draw over all horizontal space when in horizontal layout mode. (#1387)
omar
committed
on 22 Oct 2017
|
|
2017-10-20 |
Nav: Added ImGuiNavInput_KeyMenu aside from ImGuiNavInput_PadMenu as it is one differenciator between pad and keyboard that's very annoying with the keyboard.
...
omar
committed
on 20 Oct 2017
|
Merge branch 'master' into navigation
omar
committed
on 20 Oct 2017
|
|
Comments
omar
committed
on 20 Oct 2017
|
|
Nav: Honoring ImGuiItemFlags_NoNav which is used by color picker (#787)
omar
committed
on 20 Oct 2017
|