History for imgui / imgui.cpp
2015-07-11
@ocornut
Plot() function can take 0.0f for both scale_min/scale_max to calculate scale
ocornut committed on 11 Jul 2015
2015-07-10
@ocornut
Changed SameLine() parameters from int to float.
ocornut committed on 10 Jul 2015
@ocornut
Fixed incorrect assert triggering when code steal ActiveID move user moving window by calling e.g. SetKeyboardFocusHere()
ocornut committed on 10 Jul 2015
@ocornut
InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag
ocornut committed on 10 Jul 2015
@ocornut
InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification.
ocornut committed on 10 Jul 2015
2015-07-08
@ocornut
Version number 1.43 WIP ...
ocornut committed on 8 Jul 2015
@ocornut
Disable warnings, undo f4aae6b (#265 #266)
ocornut committed on 8 Jul 2015
@Stephan Dilly
fix minor clang-x64 warnings ...
Stephan Dilly committed on 8 Jul 2015
@ocornut
Version number 1.42
ocornut committed on 8 Jul 2015
@ocornut
Allowing DeltaTime==0.0f to not assert
ocornut committed on 8 Jul 2015
2015-07-07
@ocornut
Fixed ListBoxHeader() not honoring negative sizes the same way as BeginChild() or BeginChildFrame() (#263)
ocornut committed on 7 Jul 2015
@ocornut
ImVector<> access to Size/Capacity/Data (#262)
ocornut committed on 7 Jul 2015
@ocornut
Removed the majority of size_t from the code. ImVector<> now uses int. (#262) ...
ocornut committed on 7 Jul 2015
@ocornut
Fixed minor zealous Clang warning (demo code intentionally uses strdup() to be copiable)
ocornut committed on 7 Jul 2015
2015-07-06
@ocornut
Optimisation, removed the duplicate ClipRectStack in ImGuiWindow, storing single value
ocornut committed on 6 Jul 2015
@ocornut
ImDrawList store pointer to their owner name for easier auditing/debugging. Metrics windows render clip rectangle when hovering.
ocornut committed on 6 Jul 2015
2015-07-05
@ocornut
Removed obsolete GetDefaultFontData() function that would assert anyway (obsoleted 2015/01/11)
ocornut committed on 5 Jul 2015
@ocornut
PlotLines(), PlotHistogram(): fixed incorrect hovering test (would trigger tooltip when menu is open)
ocornut committed on 5 Jul 2015
@ocornut
Comments
ocornut committed on 5 Jul 2015
@ocornut
MenuItem() can be activated on release (#245)
ocornut committed on 5 Jul 2015
2015-07-04
@ocornut
Fixed IsMouseDragging() (fix #260)
ocornut committed on 4 Jul 2015
@ocornut
Added DragFloatRange2() DragIntRange2() helpers (#76)
ocornut committed on 4 Jul 2015
2015-07-03
@ocornut
Fixed warnings for more pedantic settings (#258)
ocornut committed on 3 Jul 2015
2015-07-02
@ocornut
Added GetKeyIndex() helper.
ocornut committed on 2 Jul 2015
@ocornut
Tweaked scrolling example code (#150)
ocornut committed on 2 Jul 2015
@ocornut
SetScrollFromCursorPos() -> SetScrollHere() (#150) final call !
ocornut committed on 2 Jul 2015
@ocornut
Added SetScrollY(), SetScrollFromPosY(). Renamed SetScrollPosHere() to SetScrollFromCursorPos(). (#150)
ocornut committed on 2 Jul 2015
@ocornut
Renamed GetScrollPosY() to GetScrollY(). (#150) ...
ocornut committed on 2 Jul 2015
@ocornut
Added GetCursorStartPos() necessary for using scroll target relative to beginning of window content (#150)
ocornut committed on 2 Jul 2015
@ocornut
Fixed text baseline alignment of small button (no padding) after regular buttons ...
ocornut committed on 2 Jul 2015