History for imgui / imgui_internal.h
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
@ocornut
Merge branch 'master' of https://github.com/tpoechtrager/imgui into tpoechtrager-master
ocornut committed on 8 Aug 2015
@ocornut
Version number 1.45 WIP
ocornut committed on 8 Aug 2015
@Thomas Pöchtrager
Added printf attribute to printf like text formatting functions
Thomas Pöchtrager committed on 8 Aug 2015
@ocornut
Version number 1.44
ocornut committed on 8 Aug 2015
2015-08-06
@ocornut
Cleanup - using ImRect more consistently for ImGui-side cliprect data
ocornut committed on 6 Aug 2015
@ocornut
Cleanup - shuffle functions around (#219)
ocornut committed on 6 Aug 2015
2015-08-05
@ocornut
Merge branch 'master' into 2015-07-cleanup ...
ocornut committed on 5 Aug 2015
@ocornut
Comments
ocornut committed on 5 Aug 2015
2015-08-01
@ocornut
Exposed relevant functions in imgui_internal.h (#219)
ocornut committed on 1 Aug 2015
2015-07-30
@ocornut
Internal version of LogText() -> LogRenderedText() + shallow tidying up
ocornut committed on 30 Jul 2015
@ocornut
Tidying up
ocornut committed on 30 Jul 2015
2015-07-21
@ocornut
ImLoadFileToMemory() default parameters
ocornut committed on 21 Jul 2015
@ocornut
Big cleanup, split imgui.cpp into imgui_demo.cpp,imgui_draw.cpp imgui_internal.h (#219)
ocornut committed on 21 Jul 2015