2017-12-12 |
|
---|---|
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
|
|
Demo: Display better mouse cursor info for debugging backends.
omar
committed
on 7 Dec 2017
|
|
2017-11-29 |
Merge branch 'master' into navigation
omar
committed
on 29 Nov 2017
|
Demo: Console: Fixed incorrect positioning which was hidden by a minor scroll issue (this would affect people who copied the console code as is)
omar
committed
on 29 Nov 2017
|
|
Demo: Layout: Removed unnecessary BeginChild/EndChild calls
omar
committed
on 29 Nov 2017
|
|
2017-11-28 |
Merge branch 'master' into navigation
omar
committed
on 28 Nov 2017
|
2017-11-27 |
ImGuiTextBuffer: Renamed append() helper to appendf(), appendv() to appendfv(). Added reserve().
omar
committed
on 27 Nov 2017
|
2017-11-20 |
|
Exposed ImDrawCornerFlags, replaced occurences of ~0 with an explicit ImDrawCornerFlags_All. Inversed BotLeft (prev 1<<3, now 1<<2) and BotRight (prev 1<<2, now 1<<3).
omar
committed
on 20 Nov 2017
|
|
Demo: Tweaked Image() code.
omar
committed
on 20 Nov 2017
|
|
2017-11-19 |
|
Style Editor: Simplified settings also show PopupBorderSize as a checkbox. (#707, #1019)
omar
committed
on 19 Nov 2017
|
|
Style, Begin: removed ImGuiWindowFlags_ShowBorders window flag. Borders are now fully set up in the ImGuiStyle structure (see e.g. style.FrameBorderSize, style.WindowBorderSize). Use ImGui::ShowStyleEditor() to look them up. (#707, fix #819, #1031, ref #1019, ref #447)
omar
committed
on 19 Nov 2017
|
|
2017-11-18 |
Demo: Fix warning "format not a string literal and no format arguments" for over-zealous compilers settings. (#1450, #1451)
omar
committed
on 18 Nov 2017
|