History for imgui / imgui_demo.cpp
2018-08-22
@omar
Merge branch 'master' into viewport ...
omar committed on 22 Aug 2018
@omar
Added optional misc/stl/imgui_stl.h wrapper to use with STL types (e.g. InputText with std::string). (#2035, #2006, #1443, #1008)
omar committed on 22 Aug 2018
@omar
InputText: callback InsertChars() support resize callbacks correctly (followup to 24ff259) + fixed demo to use those functions. (#2006, #1443, #1008).
omar committed on 22 Aug 2018
@omar
InputText: Renamed ImGuiTextEditCallback to ImGuiInputTextCallback, ImGuiTextEditCallbackData to ImGuiInputTextCallbackData for consistency. Kept redirection types (will obsolete).
omar committed on 22 Aug 2018
2018-08-21
@omar
InputText: Internal renaming of some fields + final copy uses edit_state.CurLenA+1 instead of buf_size.
omar committed on 21 Aug 2018
2018-08-13
@omar
Merge branch 'master' into viewport ...
omar committed on 13 Aug 2018
2018-08-06
@omar
Use literals in place of LLONG_MIN, LLONG_MAX ULLONG_MAX if they are not available. Amend 498c0dc. We prefer using the defines if available in limits.h because they somehow tend to work without warnings when enabling strict C++03 compilation. The 3 literals are fallbacks.. (#1926).
omar committed on 6 Aug 2018
2018-08-01
@omar
Merge branch 'master' into viewport ...
omar committed on 1 Aug 2018
@omar
Renamed io.OptResizeWindowsFromEdges to ConfigResizeWindowsFromEdges, io.OptCursorBlink to io.ConfigCursorBlink, io.OptMacOSXBehaviors to ConfigMacOSXBehaviors for consistency. (#1427, #1495, #822, #473, #650) ...
omar committed on 1 Aug 2018
2018-07-31
@omar
Demo: Fix using ambiguous InputFloat() call which redirect to obsolete version. (#1990)
omar committed on 31 Jul 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 31 Jul 2018
2018-07-30
@omar
Fixes for pre-C++11 compilers. ...
omar committed on 30 Jul 2018
@omar
Visual Studio: calling into _vsnprintf. (#1085)
omar committed on 30 Jul 2018
@omar
Demo: Added extra demo in the Basic Horizontal Layout section. (#1977) + PR guidelines
omar committed on 30 Jul 2018
2018-07-24
@omar
Merge branch 'master' into viewport ...
omar committed on 24 Jul 2018
2018-07-22
@omar
Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
omar committed on 22 Jul 2018
2018-07-17
@omar
Merge branch 'master' into viewport ...
omar committed on 17 Jul 2018
@omar
Viewport: Removed the need for the back-end to fill io.MousePosViewport, it seems unnecessary at this point. (#1542)
omar committed on 17 Jul 2018
@omar
Demo: Clarified the use of IsItemHovered()/IsItemActive() right after being in the "Active, Focused, Hovered & Focused Tests" section. This will be of more importance with the introduction of tabs.
omar committed on 17 Jul 2018
2018-07-16
@omar
Merge branch 'master' into viewport ...
omar committed on 16 Jul 2018
@omar
Demo: Fixed spacing from b629f90 change.
omar committed on 16 Jul 2018
@omar
Examples: Tweaked the main.cpp example structure for all examples. (There are a few hidden agendas here: 1) I would like to avoid encouraging people from using the implicit "Debug" window, and promote using Begin/End. In spite of my best attempt, there are a few feature of the upcoming docking system that cannot work 100% properly for the implicit Debug window, so future proof let's not put that feature in the spotlight too much for new users. 2) Moved dumb hardcoded positions into a single spot that can be replaced with a viewport relative position and not affect other demo windows. 3) Calling ShowDemoWindow before anything else, also for the benefit of a specific docking demo which will have an ordering constraint which is not really problematic in a real app but shouldn't be put forward in the demo.
omar committed on 16 Jul 2018
2018-07-12
@omar
Demo: Spacing.
omar committed on 12 Jul 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Jul 2018
@omar
Demo: Re-ordered example app code to match their menu order and forward declaration order + added header to delimitate them.
omar committed on 12 Jul 2018
2018-07-09
@omar
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar committed on 9 Jul 2018
@omar
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar committed on 9 Jul 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 9 Jul 2018
@omar
Examples: Comments, Demo: Log early out, TODO. (#1553)
omar committed on 9 Jul 2018
2018-07-08
@omar
Demo: Added basic Drag and Drop demo. (#143, #1931)
omar committed on 8 Jul 2018