History for imgui / imgui.cpp
2018-05-25
@omar
Merge branch 'master' into viewport ...
omar committed on 25 May 2018
2018-05-24
@omar
Drag and Drop: Source doesn't report as hovered (at a lower-level). Source disable AllowOverlap flag if any set. (#143)
omar committed on 24 May 2018
2018-05-23
@omar
Drag and Drop: BeginDragDropSource(): Offset tooltip position so it is off the mouse cursor, but also closer to it than regular tooltips, and not clamped by viewport. (#1739)
omar committed on 23 May 2018
@omar
BeginCombo(), BeginMainMenuBar(), BeginChildFrame(): restore modified style at end of Begin instead of End so doesn't affect child windows, BeginTooltip() etc.. (allowed since 7b6b703)
omar committed on 23 May 2018
@omar
Added float GetWindowDpiScale(). (#1542, #1676)
omar committed on 23 May 2018
@omar
Viewport, Platform: Fixed a crash if the back-end set the PlatformRequestMove/PlatformRequestSize flags while viewports were disabled (it happened in the SDL back-end, and generally we want to tolerate it to make back-end implementation simpler). (#1542)
omar committed on 23 May 2018
2018-05-21
@omar
ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
omar committed on 21 May 2018
2018-05-19
@omar
Viewport: Fixed using ImGuiConfigFlags_ViewportsNoMerge always showing the Debug window by testing the Active flag as well. (#1542)
omar committed on 19 May 2018
2018-05-17
@omar
Fixed GCC pre-8 build. (#1822) + added bonus the non-ASCII character pasted from GCC breaks my SourceTree/Git combo
omar committed on 17 May 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 17 May 2018
@omar
Disabled GCC 8.1.0 warnings -Wclass-memaccess (#1822)
omar committed on 17 May 2018
@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
Viewport: Made GetWindowViewport() not flag the window as written to.
omar committed on 16 May 2018
@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
@omar
Viewport: When resizing/moving a window using the host OS/WM we attempt to merge back into host viewport. (#1542)
omar committed on 16 May 2018
2018-05-15
@omar
Viewport: Added GetWindowViewport() to query the current viewport for the current window. Comments. (#1542)
omar committed on 15 May 2018
2018-05-14
@omar
TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
omar committed on 14 May 2018
@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
Nav: To keep the navigated item in view we also attempt to scroll the parent window as well as the current window. (#787)
omar committed on 14 May 2018
@omar
Version 1.62 WIP
omar committed on 14 May 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 14 May 2018
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-13
@omar
ColorEdit: Fixed not being able to pass the ImGuiColorEditFlags_NoAlpha or ImGuiColorEditFlags_HDR flags to SetColorEditOptions(). Demo tweak.
omar committed on 13 May 2018
@omar
Fix for atof with glibc.
omar committed on 13 May 2018
@omar
Added ImAtof, ImCeil, ImFloorStd to IMGUI_DISABLE_MATH_FUNCTIONS for consistency. Configuration comments.
omar committed on 13 May 2018
@omar
Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it slightly easier to redefine wrappers to std maths functions such as fabsf(), fmodf(), etc. Comments.
omar committed on 13 May 2018
2018-05-12
@omar
Data types: DragScalar: Fixed speed of integer values tweaking with keyboard/gamepad when speed < 1. Enforce min/max bounds when power curves are used. SliderScalar: Fixed integer/slow tweaking. (#643)
omar committed on 12 May 2018
2018-05-11
@omar
Merge branch 'master' into viewport ...
omar committed on 11 May 2018
@omar
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
omar committed on 11 May 2018