2015-10-30 |
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
|
2015-08-30 |
Added GetScrollX(), GetScrollX(), GetScrollMaxX() apis + demo (#246)
ocornut
committed
on 30 Aug 2015
|
BeginChild() fixed missing rounding for child sizes which leaked into layout
ocornut
committed
on 30 Aug 2015
|
|
Added optional Horizontal Scrollbar & allow user to explicitly set content width via SetNextWindowContentSize() etc (#246)
...
ocornut
committed
on 30 Aug 2015
|
|
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
|
|
Added GetCurrentWindowRead() for functions that don't write to the window
ocornut
committed
on 30 Aug 2015
|
|
2015-08-29 |
Style: rename ScrollbarWidth to ScrollbarSize (sorry!)
ocornut
committed
on 29 Aug 2015
|
Split tree/collapsable into internal TreeNodeBehaviorIsOpened() helper (unsure..) (#282)
ocornut
committed
on 29 Aug 2015
|
|
2015-08-25 |
Tabs to spaces
ocornut
committed
on 25 Aug 2015
|
2015-08-24 |
Trim trailing whitespace (#305)
ocornut
committed
on 24 Aug 2015
|
Remove CaptureInputCharactersFromApp and minor cleanups (#305)
ocornut
committed
on 24 Aug 2015
|
|
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 |
ImHash: defaults seed to zero + comment.
ocornut
committed
on 18 Aug 2015
|
2015-08-15 |
Added GetMousePosOnOpeningCurrentPopup().
ocornut
committed
on 15 Aug 2015
|
2015-08-13 |
ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer.
ocornut
committed
on 13 Aug 2015
|
2015-08-10 |
Prevent imgui_internal.h from being included without imgui.h (piles of errors)
ocornut
committed
on 10 Aug 2015
|
2015-08-08 |
IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295)
ocornut
committed
on 8 Aug 2015
|