History for imgui / imgui_internal.h
2015-10-30
@ocornut
Refactor - Internal ButtonBehavior() removed unnecessary boolean arg, merged into flags using ImGuiButtonFlags_NoKeyModifiers. ...
ocornut committed on 30 Oct 2015
2015-10-18
@ocornut
Version number 1.47 WIP
ocornut committed on 18 Oct 2015
@ocornut
Version 1.46
ocornut committed on 18 Oct 2015
@ocornut
Renamed Window LastFrameDrawn to LastFrameActive, more correct
ocornut committed on 18 Oct 2015
@ocornut
InputText(): always use live input data for display in read-only mode (fix #360)
ocornut committed on 18 Oct 2015
2015-10-06
@ocornut
HoveredId is set via a SetHoveredID() function. Added HoveredIdAllowHoveringOthers not used by default API.
ocornut committed on 6 Oct 2015
2015-09-21
@ocornut
Silencing inadequate MSVC warnings when exporting as DLL (#345)
ocornut committed on 21 Sep 2015
2015-09-16
@ocornut
Extracted a EndFrame() function out of Render() but kept it internal/private + clarified some asserts (#335)
ocornut committed on 16 Sep 2015
2015-09-11
@ocornut
Internal ImLoadFileToMemory() return void* instead of taking void** + allow optional int* file_size
ocornut committed on 11 Sep 2015
2015-09-10
@ocornut
Added missing IMGUI_API definitions in imgui_internal (fix #326)
ocornut committed on 10 Sep 2015
2015-09-07
@ocornut
Minor tidying, reordering functions/members/initialisation to follow same orders
ocornut committed on 7 Sep 2015
@ocornut
Added GetDrawData() alternative to setting a Render function.
ocornut committed on 7 Sep 2015
2015-09-02
@ocornut
Version number 1.46 WIP
ocornut committed on 2 Sep 2015
2015-09-01
@ocornut
Version number 1.45
ocornut committed on 1 Sep 2015
2015-08-30
@ocornut
Added GetScrollX(), GetScrollX(), GetScrollMaxX() apis + demo (#246)
ocornut committed on 30 Aug 2015
@ocornut
BeginChild() fixed missing rounding for child sizes which leaked into layout
ocornut committed on 30 Aug 2015
@ocornut
Added optional Horizontal Scrollbar & allow user to explicitly set content width via SetNextWindowContentSize() etc (#246) ...
ocornut committed on 30 Aug 2015
@ocornut
Turning float ScrollY into ImVec2 Scroll - no feature change, this is just to remove some syntax noise from the following commit (#246)
ocornut committed on 30 Aug 2015
@ocornut
Added GetCurrentWindowRead() for functions that don't write to the window
ocornut committed on 30 Aug 2015
2015-08-29
@ocornut
Style: rename ScrollbarWidth to ScrollbarSize (sorry!)
ocornut committed on 29 Aug 2015
@ocornut
Split tree/collapsable into internal TreeNodeBehaviorIsOpened() helper (unsure..) (#282)
ocornut committed on 29 Aug 2015
2015-08-25
@ocornut
Tabs to spaces
ocornut committed on 25 Aug 2015
2015-08-24
@ocornut
Trim trailing whitespace (#305)
ocornut committed on 24 Aug 2015
@ocornut
Remove CaptureInputCharactersFromApp and minor cleanups (#305)
ocornut committed on 24 Aug 2015
@Borislav Stanimirov
Added flag showing whether the GUI wants text input ...
Borislav Stanimirov authored on 23 Aug 2015 ocornut committed on 24 Aug 2015
2015-08-18
@ocornut
ImHash: defaults seed to zero + comment.
ocornut committed on 18 Aug 2015
2015-08-15
@ocornut
Added GetMousePosOnOpeningCurrentPopup().
ocornut committed on 15 Aug 2015
2015-08-13
@ocornut
ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer.
ocornut committed on 13 Aug 2015
2015-08-10
@ocornut
Prevent imgui_internal.h from being included without imgui.h (piles of errors)
ocornut committed on 10 Aug 2015
2015-08-08
@ocornut
IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295)
ocornut committed on 8 Aug 2015