History for imgui / imgui.h
2017-12-21
@omar
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar committed on 21 Dec 2017
@omar
ImDrawList: Removed 'bool anti_aliased = true' final parameter of ImDrawList::AddPolyline() and ImDrawList::AddConvexPolyFilled(). Anti-aliasing is controlled via the regular style.AntiAliased flags.
omar committed on 21 Dec 2017
@omar
ImDrawList: Small refactor toward removing dependency on GImGui + PushClipRectFullscreen now correctly uses data provided by imgui which can takes account of DisplaySize + Removed static variable in PathArcToFast() which caused linking issues to some.
omar committed on 21 Dec 2017
@omar
ImDrawList: Comments
omar committed on 21 Dec 2017
@omar
Merge branch 'master' into navigation
omar committed on 21 Dec 2017
2017-12-20
@omar
InputText: renamed ImGuiInputTextFlags_DisableUndo to ImGuiInputTextFlags_NoUndoRedo (#1506, #1508)
omar committed on 20 Dec 2017
2017-12-17
@ibachar
Added a flag for text input to disable undo / redo
ibachar committed on 17 Dec 2017
2017-12-15
@omar
Merge branch 'master' into navigation ...
omar committed on 15 Dec 2017
@omar
Drag and Drop: Added ImGuiDragDropFlags_SourceExtern to facilitate interfacing with WM_DROPFILES (#143)
omar committed on 15 Dec 2017
@omar
Drag and Drop: Renamed to ImGuiDragDropFlags_SourceNoAutoTooltip to ImGuiDragDropFlags_SourceNoPreviewTooltip (#143)
omar committed on 15 Dec 2017
2017-12-14
@omar
Using the ImGuiWindowFlags_NoScrollWithMouse flag on a child window forwards the mouse wheel event to the parent window, unless either ImGuiWindowFlags_NoInputs or ImGuiWindowFlags_NoScrollbar are also set. (#1380, #1502)
omar committed on 14 Dec 2017
2017-12-13
@omar
Added ImGuiHoveredFlags_RootAndChildWindows helper for consistency with focused flags. (#1382)
omar committed on 13 Dec 2017
@omar
Minor tweaks, comments, spacing fixes
omar committed on 13 Dec 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 13 Dec 2017
@omar
Added ShowFontSelector(), ShowStyleSelector(). (#707)
omar committed on 13 Dec 2017
2017-12-12
@omar
Merge branch 'master' into navigation
omar committed on 12 Dec 2017
@omar
ImVector: Added ImVector::contains() helper
omar committed on 12 Dec 2017
@omar
Merged miscellaneous small stuff (from nav/dock branches).
omar committed on 12 Dec 2017
@omar
Added IsAnyWindowFocused() (from Nav branch).
omar committed on 12 Dec 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 12 Dec 2017
@omar
Drag and Drop: Added ImGuiCol_DragDropTarget (#143, #707)
omar committed on 12 Dec 2017
@omar
Drag and Drop: Comments
omar committed on 12 Dec 2017
@omar
Merge branch 'master' into drag_and_drop ...
omar committed on 12 Dec 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 12 Dec 2017
@omar
Renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing()
omar committed on 12 Dec 2017
@omar
Added GetFrameHeight() function (used to be SmallSquareSize internally)
omar committed on 12 Dec 2017
@omar
IsWindowFocused() refactor will flags. (#1382) ...
omar committed on 12 Dec 2017
@omar
Reordered ImGuiHoveredFlags to match upcoming ImGuiFocusedFlags (#1382)
omar committed on 12 Dec 2017
@omar
IsWindowHovered(): split ImGuiHoveredFlags_FlattenChild into separate ChildWindows and RootWindow flags. Allowing more combination and a better symetry with IsWindowFocused() flags. (#1382)
omar committed on 12 Dec 2017
2017-12-11
@omar
Alignment + removed comments
omar committed on 11 Dec 2017