History for imgui / imgui_internal.h
2015-11-29
@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
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