Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 25, 2018
- committed
Commits on Mar 22, 2018
- committed
Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (ocornut#1011) May transition the other InputXXX function to use format …
committedInputFloat: Scientific input. InputText: Added ImGuiInputTextFlags_CharsScientific to add 'e' 'E' to list of characters that can be input. (later useful for ocornut#1011)
committed- committed
Commits on Mar 20, 2018
Examples: GLFW: Don't alter cursor mode if GLFW_CURSOR input mode is GLFW_CURSOR_DISABLED. (ocornut#1202) [@PhilCK]
committedIO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (ocornut#787, ocornut#1495, ocornut#1202)
committedAdded ImGuiBackendFlags for backend to expose its capabilities. Added ImGuiBackendFlags_HasGamepad. (ocornut#787, ocornut#1542)
committedIO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (ocornut#787)
committed- committed
- committed
- committed
Commits on Mar 19, 2018
Commits on Mar 18, 2018
Commits on Mar 17, 2018
- committed
- committed
- committed
- committed
- committed
Commits on Mar 13, 2018
- committed
- committed
Misc: Fix 111ea7a, GetStyleColorName() would assert, removed removed ImGuiCol defines (too much risk/complexity trying to silently ignore it).
committed- committed
Commits on Mar 12, 2018
- committed
- committed
- committed
- committed