History for imgui / imgui_internal.h
2018-11-15
@omar
Nav: Fixed an assert in certain circumstance (mostly when using popups) when mouse positions stop being valid. (#2168) + adding a else block to make NavCalcPreferredRefPos() more explicit.
omar committed on 15 Nov 2018
2018-11-09
@omar
Internals: DragBehavior: Added support for ImGuiDragFlags_Vertical to implement a vertical drag widget (no frontend function provided).
omar committed on 9 Nov 2018
2018-10-25
@omar
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar committed on 25 Oct 2018
2018-10-11
@omar
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
omar committed on 11 Oct 2018
@omar
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments. ...
omar committed on 11 Oct 2018
2018-10-10
@omar
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar committed on 10 Oct 2018
2018-09-10
@omar
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar committed on 10 Sep 2018
2018-09-06
@omar
Version 1.66 WIP
omar committed on 6 Sep 2018
@omar
Version 1.65
omar committed on 6 Sep 2018
@omar
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036) ...
omar committed on 6 Sep 2018
2018-09-05
@omar
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar committed on 5 Sep 2018
2018-09-03
@omar
Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036) ...
omar committed on 3 Sep 2018
@omar
Version 1.65 WIP
omar committed on 3 Sep 2018
2018-08-31
@omar
Version 1.64
omar committed on 31 Aug 2018
2018-08-30
@omar
Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036)
omar committed on 30 Aug 2018
@omar
Version 1.64 WIP
omar committed on 30 Aug 2018
2018-08-29
@omar
Version 1.63
omar committed on 29 Aug 2018
@omar
Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor)
omar committed on 29 Aug 2018
2018-08-28
@omar
Internals: Merged some changes to facilitate 1D->2D transition for some elements, and merging the stack layout PR (#846)
omar committed on 28 Aug 2018
2018-08-23
@omar
Internals: Renaming of non-user facing parts from ValueChanged to Edited terminology. (#2034, #820, #956, #1875)
omar committed on 23 Aug 2018
2018-08-22
@omar
Internals: Wired a ImGuiItemStatusFlags_ValueChanged into ItemStatusFlags, for an hypothetical IsItemValueChanged() function. (#2034)
omar committed on 22 Aug 2018
@omar
Rearrange header comments to find enums easily + fixed inconsistent sorting.
omar committed on 22 Aug 2018
@omar
Internals: InputText: Renaming. Comments.
omar committed on 22 Aug 2018
@omar
InputText: Renamed ImGuiTextEditCallback to ImGuiInputTextCallback, ImGuiTextEditCallbackData to ImGuiInputTextCallbackData for consistency. Kept redirection types (will obsolete).
omar committed on 22 Aug 2018
2018-08-21
@omar
InputText: Added support for buffer size/capacity changes via the ImGuiInputTextFlags_CallbackResize flag. (#2006, #1443, #1008).
omar committed on 21 Aug 2018
@omar
InputText: Internal renaming of some fields + final copy uses edit_state.CurLenA+1 instead of buf_size.
omar committed on 21 Aug 2018
2018-08-20
@omar
Internals: Moved code out of SliderBehaviorT to reduce code bloat and also because caller may have use for the grab_bb for styling purposes.
omar committed on 20 Aug 2018
2018-08-17
@omar
Internals: Added ImTextCountUtf8BytesFromChar() helper.
omar committed on 17 Aug 2018
2018-08-16
@omar
Fixed assertion when transitioning from an active ID to another within a group, affecting ColorPicker (broken in 1.62). Made ActiveIdIsAlive track the actual ID to avoid incorrect polling in BeginGroup/EndGroup when the ID changes within the group. (#2023, #820, #956, #1875).
omar committed on 16 Aug 2018
2018-08-14
@omar
Selectable: Added ImGuiSelectableFlags_Disabled flag in the public API. (#211)
omar committed on 14 Aug 2018