Commit History

Author SHA1 Message Date
  ocornut ebcfcd8da3 Merge branch 'master' into docking 1 year ago
  ocornut fc2e532f99 Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637) 1 year ago
  Tom Seddon 27e83c2953 Add comment about how ImGuiKey values are named after US keyboard keys. (#7205) 1 year ago
  ocornut 7938550d52 Comments and some extra line-wrapping in demo (#3193) 1 year ago
  ocornut 4aa81116a5 Merge branch 'master' into docking 1 year ago
  ocornut b4c5a83cfe Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143) 1 year ago
  ocornut 70f2aaff43 Nav: tabbing happen within FocusScope. ImGuiWindowFlags_NavFlattened make window inherit focus scope from parent. 1 year ago
  ocornut 8add6bcb9f Merge remote-tracking branch 'origin/master' into docking 1 year ago
  ocornut 9d8de45313 Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118) 1 year ago
  ocornut c58d2c89c3 Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084) 1 year ago
  ocornut d72e1563d4 Removed CalcListClipping() marked obsolete in 1.86. (#3841) + comments 1 year ago
  ocornut 0b77980cab Moved Tables API related declarations to their own section in imgui.h 1 year ago
  ocornut 96b5b1724b Merge branch 'master' into docking 1 year ago
  Bryce Berger 52886872f1 Misc: Added IMGUI_USER_H_FILENAME to change the path included when using IMGUI_INCLUDE_IMGUI_USER_H. (#7039) 1 year ago
  ocornut 7965494ff3 Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor. 1 year ago
  ocornut c1a3c7f445 Fixed Clang zealous warnings 1 year ago
  ocornut 077e4db772 Misc: Added extra courtesy ==/!= operators when IMGUI_DEFINE_MATH_OPERATORS is defined. 1 year ago
  ocornut f6253b87d0 Merge branch 'master' into docking 1 year ago
  ocornut 3d083dbe1a Version 1.90.1 WIP 1 year ago
  ocornut ce0d0ac829 Merge branch 'master' into docking 1 year ago
  ocornut b81bd7ed98 Version 1.90.0 1 year ago
  ocornut f298491a8a Docs: amend/tweak details about using io.WantCaptureMouse. (#7012) 1 year ago
  ocornut afadf74a53 BeginChild: undo child name simplification as it reveal an issue with handling of ### in child names. 1 year ago
  ocornut 46843b683b Fonts: minor/shallow amends (#6925) 1 year ago
  thedmd abfb9269b5 Fonts: added RasterizerDensity to ImFontConfig. (#6925) 1 year ago
  ocornut fe6544622b SetNextWindowSizeConstraints() clarified parameters, fixed comments. (#1139, #3186, #3270) 1 year ago
  ocornut 454f36d2af Removed 'bool border' legacy versions of BeginChild() as they seemingly have no value other than confusing user and IDE. 1 year ago
  ocornut 450f1d7e7b Merge branch 'master' into docking 1 year ago
  ocornut d0da79c572 Defining IMGUI_DISABLE_OBSOLETE_FUNCTIONS now automaticaly define IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) 1 year ago
  ocornut ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) 1 year ago