History for imgui / imgui_internal.h
2018-07-10
@omar
IsItemHovered(): Added ImGuiHoveredFlags_AllowWhenDisabled flag to query hovered status on disabled items. (#1940, #211) ...
omar committed on 10 Jul 2018
@omar
Internals: Extracted StartMouseMovingWindow so we can add code to turn an arbitrary widget into a window mover (will be useful to make the Collapse button a window mover past a mouse drag threshold) + added a couple of _None flags.
omar committed on 10 Jul 2018
2018-07-09
@omar
Internals: Move IMGUI_CDECL declaration to imgui_internal.h so everyone can profit.
omar committed on 9 Jul 2018
@omar
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar committed on 9 Jul 2018
@omar
Internals: Removed RootWindowForTabbing, won't be needed. Nav: Not starting NavWindowingTarget when a modal is active (was not noticeable).
omar committed on 9 Jul 2018
2018-07-08
@omar
Drag and Drop: Calling BeginTooltip() between a BeginDragSource()/EndDragSource() or BeginDropTarget()/EndDropTarget() uses adjusted tooltip settings matching the one created when calling BeginDragSource() without the ImGuiDragDropFlags_SourceNoPreviewTooltip flag. (#143) + additional safety checks.
omar committed on 8 Jul 2018
@omar
Internals: Moved selectable flags to avoid collision with public flags + rewrote some tests so we can consistently grep for (held && hovered)
omar committed on 8 Jul 2018
2018-07-06
@omar
Internals: Removed unused ShadeVertsLinearAlphaGradientForLeftToRightText code.
omar committed on 6 Jul 2018
2018-06-28
@omar
Internals: Settings: Simple optimization caching index into the settings buffer, to remove an unnecessary O(N*M) search during saving. (with N=active root windows during the session, M=stored settings which grows over time)
omar committed on 28 Jun 2018
2018-06-27
@omar
Double-click on resize grip doesn't need to test HoveredWindow (as button has the flattenchild flag anyway) + double-click on title bar verify that we don't have overlapping items to allow contents in title bar. + Comments
omar committed on 27 Jun 2018
2018-06-26
@omar
Internals: Various renaming. e.g. NewFrameUpdateHoveredWindowAndCaptureFlags() to UpdateHoveredWindowAndCaptureFlags() + exposed UpdateMovingWindow() in imgui_internal.h.
omar committed on 26 Jun 2018
@omar
ArrowButton: Fixed to honor PushButtonRepeat() setting (and internals' ImGuiItemFlags_ButtonRepeat). Setup current line text baseline so that ArrowButton() + SameLine() + Text() are aligned properly.
omar committed on 26 Jun 2018
2018-06-25
@omar
Version 1.63 WIP
omar committed on 25 Jun 2018
2018-06-22
@omar
Version 1.62
omar committed on 22 Jun 2018
2018-06-12
@omar
Added IsItemDeactivatedAfterChange() if the last item was active previously, isn't anymore, and during its active state modified a value. Note that you may still get false positive. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar committed on 12 Jun 2018
@omar
Added IsItemDeactivated() to query if the last item was active previously but isn't anymore. Useful for Undo/Redo patterns. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Comments
omar committed on 12 Jun 2018
2018-06-05
@omar
Nav: Added support for PageUp/PageDown (explorer-style: first aim at bottom/top most item, when scroll a page worth of contents). (#787)
omar committed on 5 Jun 2018
2018-06-04
@omar
Internals: Nav: Removed ParentID from move result (unused, would need to be full-filled for PageUp/PageDown code) + FAQ typo fix.
omar committed on 4 Jun 2018
2018-05-28
@omar
Internals: Reintroducing LastActiveIdTimer because it is useful and to reduce merge conflicts. (#1537)
omar committed on 28 May 2018
@omar
Internals: Added BeginDragDropTooltip() internal function to convey semantic (drag and drop tooltip doesn't get clipped within display boundaries). Revert part of 3218666. (#1739, #143).
omar committed on 28 May 2018
@omar
Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
omar committed on 28 May 2018
2018-05-17
@omar
Remove trailing white spaces.
omar committed on 17 May 2018
@omar
Internals: Forward declaring and commenting internal structures. Renamed ImGuiDrawContext to ImGuiWindowTempData, but kept .DC member name for backward compatibility purpose
omar committed on 17 May 2018
2018-05-16
@omar
Comments + Internals: Selectable: decoupled internal flags and removed their menu / menu-item semantic as upcoming changes are requiring more flexibility.
omar committed on 16 May 2018
2018-05-14
@omar
Nav: Draft internal api to forward move request with loop/wrap options. Will rework for parallel scoring of two paths (as a generalization of the NavFlattened concept). (#787)
omar committed on 14 May 2018
@omar
Version 1.62 WIP
omar committed on 14 May 2018
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-13
@omar
Fix for atof with glibc.
omar committed on 13 May 2018