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