History for imgui / imgui_demo.cpp
2017-12-13
@omar
Demo: Console: Tweak.
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
Merge branch 'drag_and_drop'
omar committed on 12 Dec 2017
@Branimir Karadžić
Removed use of obsolete ImGui API.
Branimir Karadžić authored on 12 Dec 2017 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
IsWindowFocused() refactor will flags. (#1382) ...
omar committed on 12 Dec 2017
@omar
Demo: mouse dragging demo tweaks
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
Merge branch 'master' into drag_and_drop ...
omar committed on 11 Dec 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 11 Dec 2017
@Branimir Karadžić
Replaced obsolete function with new one.
Branimir Karadžić authored on 10 Dec 2017 omar committed on 11 Dec 2017
2017-12-10
@omar
Merge branch 'master' into navigation ...
omar committed on 10 Dec 2017
@omar
Demo: Tweaks and spacing. Stopped using rand() function in demo code.
omar committed on 10 Dec 2017
@omar
Demo: About box tweaks.
omar committed on 10 Dec 2017
@omar
Demo: Added "No close" option.
omar committed on 10 Dec 2017
2017-12-08
@omar
Merge branch 'master' into navigation
omar committed on 8 Dec 2017
@omar
Combo: Removed ImGuiWindowFlags_ComboBox flag. Moved internal window flags.
omar committed on 8 Dec 2017
@omar
Demo: Picker with palette demo supports drag and drop. (#143, #346)
omar committed on 8 Dec 2017
2017-12-07
@omar
Merge branch 'master' into navigation + merge fix ...
omar committed on 7 Dec 2017
@omar
Demo: Added display for IsMouseDragging() function.
omar committed on 7 Dec 2017
@omar
Demo: Display better mouse cursor info for debugging backends.
omar committed on 7 Dec 2017
2017-11-29
@omar
Merge branch 'master' into navigation
omar committed on 29 Nov 2017
@omar
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
@omar
Demo: Layout: Removed unnecessary BeginChild/EndChild calls
omar committed on 29 Nov 2017
2017-11-28
@omar
Merge branch 'master' into navigation
omar committed on 28 Nov 2017
2017-11-27
@omar
ImGuiTextBuffer: Renamed append() helper to appendf(), appendv() to appendfv(). Added reserve().
omar committed on 27 Nov 2017