2019-07-30
@omar
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
@omar
Internal: Avoid using GImGui multiple times in same function.
omar committed on 30 Jul 2019
@omar
Internal: Added ImGuiInputTextState::ClearText() helper.
omar committed on 30 Jul 2019
@omar
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
@omar
Version 1.73 WIP
omar committed on 29 Jul 2019
2019-07-27
@omar
Version 1.72
omar committed on 27 Jul 2019
2019-07-26
@omar
Internal: Added IsMouseDragPastThreshold(). Tweaks. Todo. ...
omar committed on 26 Jul 2019
2019-07-24
@omar
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
@omar
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
@omar
Internals: Merge in minor noise from wip Tables branch to simplify further merging.
omar committed on 23 Jul 2019
@omar
ImDrawList: Using ImDrawCornerFlags instead of int in various apis. ...
omar committed on 23 Jul 2019
@luk1337
imgui_freetype: Initialize FT_MemoryRec_ struct manually (#2686) ...
luk1337 authored on 23 Jul 2019 omar committed on 23 Jul 2019
2019-07-22
@omar
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
@omar
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
@omar
InputTextMultiline: Fixed vertical scrolling tracking glitch. ...
omar committed on 22 Jul 2019
@omar
Internals: Nav: Tweak NavUpdatePageUpPageDown() to make it more readable.
omar committed on 22 Jul 2019
@omar
Increased IMGUI_VERSION_NUM to facilitate transition of OSX clipboard support for framework using/embedding any version of imgui. Amend 29d9394. (#2546)
omar committed on 22 Jul 2019
2019-07-21
@omar
Backends: DX10/DX11: Backup, clear and restore Geometry Shader is any is bound when calling renderer. ...
omar committed on 21 Jul 2019
@omar
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
@omar
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
omar committed on 21 Jul 2019
@Aaron Cooper
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
Aaron Cooper authored on 18 Jul 2019 omar committed on 21 Jul 2019
@omar
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
@omar
Internals: Extracted some code out of the NewFrame() function.
omar committed on 21 Jul 2019
@omar
Columns: Made GetColumnOffset() and GetColumnWidth() behave when there's no column set, consistently with other column functions + fixed Columns demo (#2683)
omar committed on 21 Jul 2019
2019-07-19
@omar
Columns: Improved honoring alignment with various values of ItemSpacing.x and WindowPadding.x. (#125, #2666)
omar committed on 19 Jul 2019
@omar
Columns: Made the right-most edge reaches up to the clipping rectangle (removing WindowPadding.x*0.5 worth of asymmetrical/extraneous padding). (#125, #2666) ...
omar committed on 19 Jul 2019
@omar
Columns: Fix support for BeginColumns() with a count of 1 (not that this isn't available via the old Columns() api). Tweaked Demo to facilitate testing for it.
omar committed on 19 Jul 2019
@ocornut
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
@omar
Revert "Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666)" ...
omar committed on 19 Jul 2019
2019-07-17
@omar
Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666)
omar committed on 17 Jul 2019