2017-12-26 |
|
---|---|
ListBox() changed signature of ListBox() to match Combo(). Still not very happy about not using const char** anymore. (#931)
omar
committed
on 26 Dec 2017
|
|
2017-12-25 |
Fixing error: declaration of ‘size’ shadows a member of 'this' [-Werror=shadow]
Branimir Karadžić
authored
on 25 Dec 2017
omar
committed
on 25 Dec 2017
|
Version 1.53
omar
committed
on 25 Dec 2017
|
|
Demo: BeginCombo() demo code
omar
committed
on 25 Dec 2017
|
|
2017-12-24 |
|
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar
committed
on 24 Dec 2017
|
|
2017-12-23 |
Merge branch 'master' into navigation
omar
committed
on 23 Dec 2017
|
ImVector: Revert
6172e93 actually problematic with our current use (because we don't construct the instances).
omar
committed
on 23 Dec 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 23 Dec 2017
|
|
Fixed warning with Clang+MSVC using __int64 to define the helper ImU64 type (#1184)
omar
committed
on 23 Dec 2017
|
|
ImVector: Spacing.
omar
committed
on 23 Dec 2017
|
|
ImVector: insert() uses grow_capacity() - had inconsistent resize policy
omar
committed
on 23 Dec 2017
|
|
ImVector: Added assignments and = operators + comments.
omar
committed
on 23 Dec 2017
|
|
Various zealous warning fixes (thanks Clang).
omar
committed
on 23 Dec 2017
|
|
2017-12-21 |
|
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar
committed
on 21 Dec 2017
|
|
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
|
|
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
|
|
ImDrawList: Comments
omar
committed
on 21 Dec 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 21 Dec 2017
|
|
2017-12-20 |
InputText: renamed ImGuiInputTextFlags_DisableUndo to ImGuiInputTextFlags_NoUndoRedo (#1506, #1508)
omar
committed
on 20 Dec 2017
|
2017-12-17 |
Added a flag for text input to disable undo / redo
ibachar
committed
on 17 Dec 2017
|
2017-12-15 |
|
Drag and Drop: Added ImGuiDragDropFlags_SourceExtern to facilitate interfacing with WM_DROPFILES (#143)
omar
committed
on 15 Dec 2017
|
|
Drag and Drop: Renamed to ImGuiDragDropFlags_SourceNoAutoTooltip to ImGuiDragDropFlags_SourceNoPreviewTooltip (#143)
omar
committed
on 15 Dec 2017
|
|
2017-12-14 |
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 |
Added ImGuiHoveredFlags_RootAndChildWindows helper for consistency with focused flags. (#1382)
omar
committed
on 13 Dec 2017
|
Minor tweaks, comments, spacing fixes
omar
committed
on 13 Dec 2017
|
|
|