History for imgui / imgui.h
2018-06-05
@omar
Merge branch 'master' into viewport ...
omar committed on 5 Jun 2018
2018-05-30
@omar
Intensive FAQ answer for the million of people asking the same questions over and over again. (#1848, #1791, #1840, #1493, #1295)
omar committed on 30 May 2018
2018-05-28
@omar
Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
omar committed on 28 May 2018
2018-05-25
@omar
Merge branch 'master' into viewport ...
omar committed on 25 May 2018
2018-05-23
@omar
Added float GetWindowDpiScale(). (#1542, #1676)
omar committed on 23 May 2018
2018-05-21
@omar
ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
omar committed on 21 May 2018
2018-05-18
@omar
ImVector: added erase(it first, it last) helper. Added erase_unsorted(it) helper. + todo fixes/additions
omar committed on 18 May 2018
2018-05-17
@omar
Merge branch 'master' into viewport ...
omar committed on 17 May 2018
@omar
Remove trailing white spaces.
omar committed on 17 May 2018
2018-05-16
@omar
Viewport: When resizing/moving a window using the host OS/WM we attempt to merge back into host viewport. (#1542)
omar committed on 16 May 2018
2018-05-15
@omar
Viewport: Added GetWindowViewport() to query the current viewport for the current window. Comments. (#1542)
omar committed on 15 May 2018
2018-05-14
@omar
Version 1.62 WIP
omar committed on 14 May 2018
@Kirill Artemov
ImVector: Tweaked reserve() flow to avoid calling MemFree(NULL) which is unnecessary. (#1796)
Kirill Artemov authored on 4 May 2018 omar committed on 14 May 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 14 May 2018
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-13
@omar
Comments about AddConvexPolyFilled(), PathFillConvex() requiring a clockwise order path. (#1811)
omar committed on 13 May 2018
2018-05-11
@omar
Merge branch 'master' into viewport ...
omar committed on 11 May 2018
@omar
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
omar committed on 11 May 2018
@omar
Documentation tweaks, comments
omar committed on 11 May 2018
@omar
Merge branch 'data_types' ...
omar committed on 11 May 2018
2018-05-10
@omar
Viewport: Changed Monitor field to use Pos+Size (more consistent), changed FullMin,FullMax to MainPos,MainSize. Made main viewport accessible in PlatformIO on first frame. Fixed casing of ImGuiViewportFlags_TopMost flag. (#1542)
omar committed on 10 May 2018
2018-05-09
@omar
Internals: Nav: Extracted code into a NavClampToVisibleAreaForMoveDir() + fix debug code + inline some functions, removed obsolete EndChild() comment.
omar committed on 9 May 2018
2018-05-08
@omar
Moved DragScalar, InputScalar, SliderScalar to imgui.h as well as ImGuiDataType (#320, #643, #708, #1011)
omar committed on 8 May 2018
2018-05-07
@omar
Settings: Comments (#923, #993)
omar committed on 7 May 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 7 May 2018
@omar
Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory(), io.WantSaveIniSettings. (#923, #993)
omar committed on 7 May 2018
@omar
Viewports: Comments on ImGuiConfigFlags_DpiEnableScaleViewports and ImGuiConfigFlags_DpiEnableScaleFonts. (#1542)
omar committed on 7 May 2018
2018-05-04
@omar
SliderScalar, VSliderScalar(): Support for any data types. Tested with various ranges/limits. Note that Drag/Slider/Input currently fail if the format string doesn't preview the actual value. Will fix next. (#320, #643, #708, #1011)
omar committed on 4 May 2018
@omar
Made IMGUI_DISABLE_OBSOLETE_FUNCTIONS exceptionally not affect the layout of ImGuiIO. (#1695)
omar committed on 4 May 2018
2018-05-03
@omar
Internals: Fixed DragInt* default format string. InputScalar(), InputScalarN(), removed InputFloatN(), InputInt(). Note that DragInt2/3/4 will %f format strings will currently be broken. (#320, #643, #708, #1011)
omar committed on 3 May 2018