2017-12-22 |
Merge branch 'master' into navigation
omar
committed
on 22 Dec 2017
|
---|---|
Drag and Drop: Disable tracking mouse button ownership when an external drag source is active, to make it easier to achieve drag and drop over multiple OS windows. (#143)
omar
committed
on 22 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
|
|
2017-12-15 |
|
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 |
Demo: Console: Tweak.
omar
committed
on 13 Dec 2017
|
|
|
Added ShowFontSelector(), ShowStyleSelector(). (#707)
omar
committed
on 13 Dec 2017
|
|
2017-12-12 |
|
Merge branch 'drag_and_drop'
omar
committed
on 12 Dec 2017
|
|
Removed use of obsolete ImGui API.
Branimir Karadžić
authored
on 12 Dec 2017
omar
committed
on 12 Dec 2017
|
|
|
|
|
|
Renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing()
omar
committed
on 12 Dec 2017
|
|
|
|
Demo: mouse dragging demo tweaks
omar
committed
on 12 Dec 2017
|
|
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 |
|
|
|
Replaced obsolete function with new one.
Branimir Karadžić
authored
on 10 Dec 2017
omar
committed
on 11 Dec 2017
|
|
2017-12-10 |
|
Demo: Tweaks and spacing. Stopped using rand() function in demo code.
omar
committed
on 10 Dec 2017
|
|
Demo: About box tweaks.
omar
committed
on 10 Dec 2017
|
|
Demo: Added "No close" option.
omar
committed
on 10 Dec 2017
|
|
2017-12-08 |
Merge branch 'master' into navigation
omar
committed
on 8 Dec 2017
|
Combo: Removed ImGuiWindowFlags_ComboBox flag. Moved internal window flags.
omar
committed
on 8 Dec 2017
|
|
Demo: Picker with palette demo supports drag and drop. (#143, #346)
omar
committed
on 8 Dec 2017
|
|
2017-12-07 |
|
Demo: Added display for IsMouseDragging() function.
omar
committed
on 7 Dec 2017
|