History for imgui / imgui_internal.h
2016-01-24
@ocornut
ProgressBar() handling of border size + storing border size in window structure (#503)
ocornut committed on 24 Jan 2016
2016-01-16
@ocornut
TreeNode(), CollapsingHeader() fixed not being to use "##" sequence in formatted label. ...
ocornut committed on 16 Jan 2016
2015-12-30
@ocornut
Various minor fixes following a pass of cppcheck static analyzer
ocornut committed on 30 Dec 2015
2015-12-26
@ocornut
Fixed various Clang -Weverything warnings
ocornut committed on 26 Dec 2015
@ocornut
Version number 1.48 WIP + Update binaries
ocornut committed on 26 Dec 2015
2015-12-25
@ocornut
Version number 1.47
ocornut committed on 25 Dec 2015
2015-12-24
@ocornut
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut committed on 24 Dec 2015
@ocornut
Exported high-level versions of PushClipRect / PopClipRect to imgui_internal.h (#448)
ocornut committed on 24 Dec 2015
2015-12-20
@ocornut
BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click (#439)
ocornut committed on 20 Dec 2015
@ocornut
Minor comment (#439)
ocornut committed on 20 Dec 2015
2015-12-13
@ocornut
Added GetColorU32 helpers (previously internal and misplaced as window->Color())
ocornut committed on 13 Dec 2015
2015-12-03
@ocornut
Added SetItemAllowOverlap() exposed in imgui_internal.h only
ocornut committed on 3 Dec 2015
2015-11-29
@ocornut
Comments & spacing
ocornut committed on 29 Nov 2015
@ocornut
Replace OS IME (Input Method Editor) cursor on top-left when we are not text editing.
ocornut committed on 29 Nov 2015
2015-11-28
@ocornut
Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125)
ocornut committed on 28 Nov 2015
@ocornut
Columns: minor tidying up while investigating severe issues with indenting within columns (#414)
ocornut committed on 28 Nov 2015
2015-11-26
@ocornut
Columns: tidying up, moving OffsetT to a ImGuiColumnData structure
ocornut committed on 26 Nov 2015
@ocornut
Rename internal ColumnsStartX to IndentX, makes more sense
ocornut committed on 26 Nov 2015
2015-11-19
@ocornut
InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374)
ocornut committed on 19 Nov 2015
2015-11-10
@Jason Wilkins
Fixed a couple of problems found by CppCat code analyzer. ...
Jason Wilkins committed on 10 Nov 2015
2015-10-30
@ocornut
Refactor internal SliderBehavior() to take flags instead of a bool. ...
ocornut committed on 30 Oct 2015
@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