History for imgui / imgui.h
2018-04-09
@omar
Merge branch 'master' into viewport ...
omar committed on 9 Apr 2018
@omar
Version 1.61 WIP
omar committed on 9 Apr 2018
@omar
Version 1.60 (missed the string). Will retag.
omar committed on 9 Apr 2018
2018-04-08
@omar
Nav: Fixed comment. (#1599)
omar committed on 8 Apr 2018
2018-04-06
@omar
Merge branch 'master' into viewport ...
omar committed on 6 Apr 2018
@omar
Style: Default style is now StyleColorsDark()! Toward a 1.60 release :) (#707)
omar committed on 6 Apr 2018
@omar
Comments about io.WantCapture flags + todo entries.
omar committed on 6 Apr 2018
@omar
IO: Added ImGuiConfigFlags_NoMouse to force clear/disable mouse inputs in NewFrame().
omar committed on 6 Apr 2018
@omar
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to 75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar committed on 6 Apr 2018
2018-04-05
@omar
Viewport: Comments about honoring ImGuiViewportFlags_NoInputs and MouseHoveredViewport. (#1542)
omar committed on 5 Apr 2018
@omar
Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
omar committed on 5 Apr 2018
2018-04-04
@omar
Merge branch 'master' into viewport ...
omar committed on 4 Apr 2018
@omar
Added extra comments and assertions to avoid user combining ImGuiCond flags. (#1694)
omar committed on 4 Apr 2018
@omar
Tooltip windows uses PopupBorderSize (#1697) + commented out debug stuff.
omar committed on 4 Apr 2018
2018-03-22
@omar
Viewport: Moved OverlayDrawList to be a per-viewport instead of being global + fix overlay clipping glitch during viewport creation frame + support for software mouse cursor stradding over multiple viewport. The overlay draw list move is rather important as draw lists are not shared among viewports anymore and we can do a swap of their data without copying it. (#1542)
omar committed on 22 Mar 2018
@omar
Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (#1011) May transition the other InputXXX function to use format strings as well.
omar committed on 22 Mar 2018
@omar
InputFloat: Scientific input. InputText: Added ImGuiInputTextFlags_CharsScientific to add 'e' 'E' to list of characters that can be input. (later useful for #1011)
omar committed on 22 Mar 2018
2018-03-20
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Mar 2018
@omar
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar committed on 20 Mar 2018
@omar
Added ImGuiBackendFlags for backend to expose its capabilities. Added ImGuiBackendFlags_HasGamepad. (#787, #1542)
omar committed on 20 Mar 2018
@omar
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar committed on 20 Mar 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Mar 2018
@omar
ImVector: Fixed insert() helper using the = operator (followup to be consistent with 4186c2c)
omar committed on 20 Mar 2018
2018-03-19
@omar
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
omar committed on 19 Mar 2018
@omar
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar committed on 19 Mar 2018
2018-03-18
@omar
Viewport, Platform: Refactored platform interface. Removed need to use imgui_internal.h in backends. Split viewport into public facing ImGuiViewport and internal structure. Exposing enough data to provide custom tweaked renderers. Renamed handlers, fixed lots of inconsistencies. (#1542, #1042)
omar committed on 18 Mar 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Mar 2018
@omar
imgui.h: Various comments and tweaks.
omar committed on 18 Mar 2018
@omar
imgui.h: Moved columns lower in the file. Various spacing changes and minor comments.
omar committed on 18 Mar 2018
2018-03-17
@omar
Merge branch 'master' into viewport ...
omar committed on 17 Mar 2018