History for imgui / imgui.cpp
2015-03-20
@ocornut
Auto-filling child window feed their content size to parent - hopefully fix more problem than it causes? #170
ocornut committed on 20 Mar 2015
@ocornut
Tweaked IMGUI_DISABLE_TEST_WINDOWS so it doesn't show in ImGui.h
ocornut committed on 20 Mar 2015
@ocornut
Merge branch 'allow-to-disable-test-window' of https://github.com/mmozeiko/imgui into mmozeiko-allow-to-disable-test-window
ocornut committed on 20 Mar 2015
@ocornut
Comment
ocornut committed on 20 Mar 2015
@ocornut
Fixed MouseDrawCursor feature submitting an empty trailing command in the draw list ...
ocornut committed on 20 Mar 2015
@unknown
Allow to disable help and test window functionality
unknown committed on 20 Mar 2015
@ocornut
Tweak stb_textedit integration to be lenient if another user are leaking their STB_TEXTEDIT definitions/symbols
ocornut committed on 20 Mar 2015
@ocornut
Removed unnecessary assert (will crash well enough without) + comment
ocornut committed on 20 Mar 2015
@ocornut
Added IsMouseDragging(), GetMouseDragDelta() given button and lock threshold. added io.MouseDragThreshold setting. (#167) ...
ocornut committed on 20 Mar 2015
@ocornut
Reverted 11025b3, 129339a it breaks collapsing implicit debug window
ocornut committed on 20 Mar 2015
@ocornut
Double-clicking on resize grip doesn't keep grip active if mouse button is kept held.
ocornut committed on 20 Mar 2015
@ocornut
Added GetMouseDragDelta() helper. No unlock threshold yet (#167)
ocornut committed on 20 Mar 2015
@ocornut
Fixed MouseClickedPos not updated on double-click update (fix #167)
ocornut committed on 20 Mar 2015
2015-03-19
@Martins Mozeiko
Replace assert with IM_ASSERT in few places.
Martins Mozeiko committed on 19 Mar 2015
@ocornut
InputText() last active preserve scrolling position. Reset scroll if widget size becomes bigger than contents.
ocornut committed on 19 Mar 2015
@ocornut
InputText() update its width in case of resize initiated programmatically
ocornut committed on 19 Mar 2015
@ocornut
InputText() removed the odd ~ characters when clipping. Tweaks and fixes of clipping.
ocornut committed on 19 Mar 2015
@ocornut
ShowTestWindow: Added Wdigets Alignment demo under Layout section
ocornut committed on 19 Mar 2015
@ocornut
Removed 'Accessed' flag from ImGuiWindow so GetCurrentWindow() compiles to a simpler accessor
ocornut committed on 19 Mar 2015
@ocornut
Implicit "Debug" window hide itself based on cursor extend instead of the 'Accessed' flag.
ocornut committed on 19 Mar 2015
@ocornut
ShowTestWindow: Graph checkbox under the label, also demo using BeginGroup/EndGroup()
ocornut committed on 19 Mar 2015
@ocornut
IsItemhovered() include label and behave consistently (#145)
ocornut committed on 19 Mar 2015
@ocornut
InputFloat(): fixed label alignment if total widget width forcefully bigger than space available
ocornut committed on 19 Mar 2015
@Josh Simmons
Remove spurious assert ...
Josh Simmons committed on 19 Mar 2015
@ocornut
Use fabs() instead of abs() to ensure we use floating point. #164
ocornut committed on 19 Mar 2015
2015-03-18
@ocornut
Added style.DisplaySafeAreaPadding which was previously hard-coded (for use if you can't see the edges of your display, e.g. TV screens)
ocornut committed on 18 Mar 2015
@ocornut
Fixed assignment order in Begin() making auto-fit size effectively lag by one frame ...
ocornut committed on 18 Mar 2015
@ocornut
Documentation tweaks and fixes
ocornut committed on 18 Mar 2015
@ocornut
ImDrawList::AddText() takes a const ImFont*
ocornut committed on 18 Mar 2015
@ocornut
Fixed bounding measurement of empty groups (fix #162)
ocornut committed on 18 Mar 2015