2015-12-25 |
Version number 1.47
ocornut
committed
on 25 Dec 2015
|
---|---|
2015-12-24 |
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut
committed
on 24 Dec 2015
|
Exported high-level versions of PushClipRect / PopClipRect to imgui_internal.h (#448)
ocornut
committed
on 24 Dec 2015
|
|
2015-12-20 |
BeginPopupContextWindow() and BeginPopupContextVoid() reopen window on subsequent click (#439)
ocornut
committed
on 20 Dec 2015
|
Minor comment (#439)
ocornut
committed
on 20 Dec 2015
|
|
2015-12-13 |
Added GetColorU32 helpers (previously internal and misplaced as window->Color())
ocornut
committed
on 13 Dec 2015
|
2015-12-03 |
Added SetItemAllowOverlap() exposed in imgui_internal.h only
ocornut
committed
on 3 Dec 2015
|
2015-11-29 |
Comments & spacing
ocornut
committed
on 29 Nov 2015
|
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 |
Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125)
ocornut
committed
on 28 Nov 2015
|
Columns: minor tidying up while investigating severe issues with indenting within columns (#414)
ocornut
committed
on 28 Nov 2015
|
|
2015-11-26 |
Columns: tidying up, moving OffsetT to a ImGuiColumnData structure
ocornut
committed
on 26 Nov 2015
|
Rename internal ColumnsStartX to IndentX, makes more sense
ocornut
committed
on 26 Nov 2015
|
|
2015-11-19 |
InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374)
ocornut
committed
on 19 Nov 2015
|
2015-11-10 |
Fixed a couple of problems found by CppCat code analyzer.
...
Jason Wilkins
committed
on 10 Nov 2015
|
2015-10-30 |
Refactor internal SliderBehavior() to take flags instead of a bool.
...
ocornut
committed
on 30 Oct 2015
|
Refactor - Internal ButtonBehavior() removed unnecessary boolean arg, merged into flags using ImGuiButtonFlags_NoKeyModifiers.
...
ocornut
committed
on 30 Oct 2015
|
|
2015-10-18 |
Version number 1.47 WIP
ocornut
committed
on 18 Oct 2015
|
Version 1.46
ocornut
committed
on 18 Oct 2015
|
|
Renamed Window LastFrameDrawn to LastFrameActive, more correct
ocornut
committed
on 18 Oct 2015
|
|
InputText(): always use live input data for display in read-only mode (fix #360)
ocornut
committed
on 18 Oct 2015
|
|
2015-10-06 |
HoveredId is set via a SetHoveredID() function. Added HoveredIdAllowHoveringOthers not used by default API.
ocornut
committed
on 6 Oct 2015
|
2015-09-21 |
Silencing inadequate MSVC warnings when exporting as DLL (#345)
ocornut
committed
on 21 Sep 2015
|
2015-09-16 |
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 |
Internal ImLoadFileToMemory() return void* instead of taking void** + allow optional int* file_size
ocornut
committed
on 11 Sep 2015
|
2015-09-10 |
Added missing IMGUI_API definitions in imgui_internal (fix #326)
ocornut
committed
on 10 Sep 2015
|
2015-09-07 |
Minor tidying, reordering functions/members/initialisation to follow same orders
ocornut
committed
on 7 Sep 2015
|
Added GetDrawData() alternative to setting a Render function.
ocornut
committed
on 7 Sep 2015
|
|
2015-09-02 |
Version number 1.46 WIP
ocornut
committed
on 2 Sep 2015
|
2015-09-01 |
Version number 1.45
ocornut
committed
on 1 Sep 2015
|