Commit History

Author SHA1 Message Date
  omar f94af2f5c5 Merge branch 'viewport' into docking 6 years ago
  omar 8079344cee Merge branch 'master' into viewport 6 years ago
  omar 2c38b32db1 Removed trailing spaces (#2038, #2299) 6 years ago
  omar f94ba546ba Added checks for "zero-as-null-pointer-constant" warnings for older Clang (#2299, followup to #2277) 6 years ago
  omar e9c625a1dc Merge branch 'master' into viewport 6 years ago
  omar d1851ed6b7 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!) [docking branch] 6 years ago
  omar 32c4e01267 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!) 6 years ago
  omar 06aaf23877 Various tweaks and fixes as suggested by PVS Studio (thanks PVS Studio!) 6 years ago
  omar 8a45c56c2c Merge branch 'viewport' into docking 6 years ago
  omar 9391a97fbf Merge branch 'master' into viewport 6 years ago
  omar 95ee99e6aa Version 1.68 WIP 6 years ago
  omar ff4bd758ca Merge branch 'viewport' into docking 6 years ago
  omar e24674fc0e Merge branch 'master' into viewport 6 years ago
  omar 7a5058e3bf Version 1.67 6 years ago
  omar 1da40df279 DragFloat: Fixed broken mouse direction change with power!=1.0. (#2174, #2206) [@Joshhua5] 6 years ago
  omar 6e41745f31 Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277) 6 years ago
  omar 8011197c50 Merge branch 'viewport' into docking 6 years ago
  omar c96aaef132 Merge branch 'master' into viewport 6 years ago
  omar 1f6e0b2f98 ImVector: Made a struct. Using T/T* in the code instead of value_type/iterator. Renamed index_from_pointer() to index_from_ptr() (was not documented, added in 1.63, users not supposed to use ImVector, hopefully not a big deal). 6 years ago
  omar 61a99f994e Minot internal tweaks, comments 6 years ago
  omar b33977bc15 Tests: Reworking hook prototypes for imgui-test to be faster and multi-context friendly. 6 years ago
  omar c2db7f63bd Selectable() should have an ID even though they are disabled, to be consistent with other widgets. Not sure of the reasoning ~1.41 which made this turn to 0. 6 years ago
  omar 6b32570644 Merge branch 'viewport' into docking 6 years ago
  omar 5af930f97a Merge branch 'master' into viewport 6 years ago
  omar 1ae7f88495 Tabs: Added ImGuiTabBarFlags_NoTooltip flag. (#261, #351) + added helpful assert 6 years ago
  omar acfa4050ec Tweak changelog + tweak internal render helper functions. 6 years ago
  omar c3af134cc8 IO: Renamed InputCharacters[], marked internal as was always intended. AddInputCharacter() goes into a queue which can receive as many characters as needed during the frame. This is useful for automation to not have an upper limit on typing speed. Will later transition key/mouse to use the event queue later. 6 years ago
  omar 9ba202821f Nav: Fixed an keyboard issue where holding Activate/Space for longer than two frames on a button would unnecessary keep the focus on the parent window, which could steal it from newly appearing windows. (#787) 6 years ago
  omar d223d1e951 Added bindings in Readme. Added internal IMGUI_DEBUG_LOG() helper. Comments, missing breaking changes note relative to imgui_impl_xxxx changes, not really part of core but worth adding in the imgui.cpp breaking change section. 6 years ago
  omar 7f7e8eeecd Docking: Fixed a bug undocking a window from its tab when it is the only docked window of a root dockspace with ConfigDockingTabBarOnSingleWindows enabled. 6 years ago