2019-07-31 |
Scrolling, Nav: Fixed programmatic scroll leading to a slightly incorrect scroll offset when the window has decorations or a menu-bar (broken in 1.71). This was mostly noticeable when a keyboard/gamepad movement led to scrolling the view, or using e.g. SetScrollHereY() function. Fix/amend a0994d74.
omar
committed
on 31 Jul 2019
|
---|---|
2019-07-30 |
Internal refactor: moved all Scroll related functions in a same spot.
omar
committed
on 30 Jul 2019
|
Internal: Moved NavScrollToBringItemIntoView() declaration to imgui_internal.h. Fixed spacing missing in 494d804. Fixed changelog wreck from 1.72.
omar
committed
on 30 Jul 2019
|
|
Internal: Avoid using GImGui multiple times in same function.
omar
committed
on 30 Jul 2019
|
|
Nav: Fixed an issue with NavFlattened window flag where widgets not entirely fitting in child window (often selectable because of their extruded bits) would be not considered to navigate toward the child window. (#787)
...
omar
committed
on 30 Jul 2019
|
|
2019-07-29 |
Version 1.73 WIP
omar
committed
on 29 Jul 2019
|
2019-07-27 |
Version 1.72
omar
committed
on 27 Jul 2019
|
2019-07-26 |
|
2019-07-24 |
Fixed Clang 8.0 warning "empty expression statement has no effect; remove unnecessary ';' to silence this" warning [-Wextra-semi-stmt]
...
omar
committed
on 24 Jul 2019
|
2019-07-23 |
Internals: Added IMGUI_DEBUG_INI_SETTINGS. Made IMGUI_DEBUG_LOG redefinable in imconfig.h. Comments. Fix to allow Metrics's NodeWindow() being called with a NULL window.
omar
committed
on 23 Jul 2019
|
Internals: Merge in minor noise from wip Tables branch to simplify further merging.
omar
committed
on 23 Jul 2019
|
|
2019-07-22 |
Scrolling: Made mouse-wheel scrolling lock the underlying window until the mouse is moved again or until a short delay expires (2 seconds). This allow uninterrupted scroll even if child windows are passing under the mouse cursor. (#2604)
omar
committed
on 22 Jul 2019
|
Scrolling: Made it possible for mouse wheel and navigation-triggered scrolling to override a call to SetScrollX()/SetScrollY(), making it possible to use a simpler stateless pattern for auto-scrolling.
...
omar
committed
on 22 Jul 2019
|
|
Internals: Nav: Tweak NavUpdatePageUpPageDown() to make it more readable.
omar
committed
on 22 Jul 2019
|
|
2019-07-21 |
OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental back-end. (#2546)
omar
committed
on 21 Jul 2019
|
Fixed incorrect application of io.DisplaySafeAreaPadding which would be problematic with multi-viewports when a monitor uses negative coordinates (correct clamping is done right below). (#2674)
omar
committed
on 21 Jul 2019
|
|
Internals: Extracted some code out of the NewFrame() function.
omar
committed
on 21 Jul 2019
|
|
2019-07-19 |
Debug Tools: Added DebugStartItemPicker() in imgui_internal.h to facilitate binding this anywhere in user's tool. Adedd highlight. Added IMGUI_DEBUG_TOOL_ITEM_PICKER_EX to break in ItemAdd().
ocornut
authored
on 19 Jul 2019
omar
committed
on 19 Jul 2019
|
2019-07-17 |
Internals: Refactor: Moved all Columns code from imgui.cpp to imgui_widgets.cpp (#125)
...
omar
committed
on 17 Jul 2019
|
2019-07-16 |
Debug, Metrics: Added "Tools->Item Picker" tool which allow clicking on a widget to break in the debugger within the item code. The tool calls IM_DEBUG_BREAK() which can be redefined in imconfig.h if needed.
omar
committed
on 16 Jul 2019
|
Style: Added style.ColorButtonButton (left/right, defaults to ImGuiDir_Right) to move the color button of ColorEdit3/ColorEdit4 functions to either side of the inputs.
omar
committed
on 16 Jul 2019
|
|
2019-07-15 |
Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). (#581, #324)
omar
committed
on 15 Jul 2019
|
|
|
2019-07-12 |
Settings: Minor optimization to reduce calls in SettingsHandlerWindow_WriteAll.
omar
committed
on 12 Jul 2019
|
Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).
omar
committed
on 12 Jul 2019
|
|
Prefixed internal structs exposed in imgui.h with a fully qualified name to facilitate auto-generation with cimgui.
omar
committed
on 12 Jul 2019
|
|
2019-07-02 |
Window: Mouse wheel scrolling while hovering a child window is automatically forwarded to parent window if ScrollMax is zero on the scrolling axis. Also still case if ImGuiWindowFlags_NoScrollWithMouse is set (not new), but previously the forwarding
...
omar
committed
on 2 Jul 2019
|
2019-07-01 |
Misc: Added IMGUI_DISABLE_METRICS_WINDOW imconfig.h setting to explicitly compile out ShowMetricsWindow(). + Internals: Minor renaming.
omar
committed
on 1 Jul 2019
|
Added SetScrollXHere, SetScrollFromPosX: Changelog, demo, comments (#1580).
omar
committed
on 1 Jul 2019
|
|
Added 'SetScrollHereX' and 'SetScrollFromPosX' (#1580)
kevreco
authored
on 30 Jan 2018
omar
committed
on 1 Jul 2019
|