Commit History

Author SHA1 Message Date
  ocornut 4a7c21d330 Fonts: Fixed ImFontAtlas::ClearInputData() marking atlas as not built. (#4455, #3487) 4 years ago
  ocornut 0649f750b4 Version 1.85 WIP 4 years ago
  ocornut 5a7d18a441 Merge branch 'master' into docking 4 years ago
  ocornut d2ffbd9b86 Version 1.84 4 years ago
  ocornut 0b06c4b2b0 Merge branch 'master' into docking (will need further for io.AddFocusEvent) 4 years ago
  thedmd cb00972b87 ImDrawList: Fix AddCircle{Filled} with 12 segment case (#4419, #4421) 4 years ago
  ocornut a11f36811f Merge branch 'master' into docking 4 years ago
  ocornut 327a5d8253 Fix warning + apply trailing whitespaces in stb_ libs (as applied on nothings/stb on 2020/02/02, facilitating further diffs) 4 years ago
  ocornut 23a15834fa Fonts: Fix calling ClearTexData() (clearing CPU side font data) triggering an assert in NewFrame(). (#3487) + Backends: added additional assert to facilitate detecting user understand they haven't initialized a backend. 4 years ago
  ocornut b5a2bd1a5b Backends: amends to 1db1066 + merge minor bits from docking incl SetActiveIdUsingNavAndKeys(). 4 years ago
  ocornut 682447306d Merge branch 'features/backends_context' into docking 4 years ago
  ocornut 95db098477 ImFontAtlas: move implicit AddFontDefault call to Build() function + remove unnecessary asserts in backend. 4 years ago
  ocornut 9440974f66 Fonts: Add U+FFFD ("replacement character") to default asian glyphs ranges. Remove SetFallbackChar() (amend 0ffd99d31). (#4269) 4 years ago
  ocornut 38165f420f Fonts: Prefer using U+FFFD character for fallback instead of '?'. Use U+FF0E dot character to construct an ellipsis if U+002E '.' is not available. (#4269) 4 years ago
  ocornut ac35b4bba2 Merge branch 'master' into docking 4 years ago
  ocornut e534c56485 Fonts: Functions with a 'float size_pixels' parameter can accept zero if it is set in ImFontSize::SizePixels. 4 years ago
  ocornut dc676236f0 Minor optimization, removing do/while(0) patterns in some cases as they translate to runtime 4 years ago
  ocornut 0cca0d1617 Internals/experimental: BeginComboPreview(), EndComboPreview(). (#4168, #1658) 4 years ago
  ocornut 4161a67b38 ImVector: added clear_delete(), clear_destruct() helpers. 4 years ago
  ocornut d0c6dd9baf ImVector: added clear_delete(), clear_destruct() helpers. 4 years ago
  ocornut 1ad1429c6d Merge branch 'master' into docking 4 years ago
  ocornut e31d13fa76 Version 1.84 WIP 4 years ago
  ocornut 1b435ae3e0 Merge branch 'master' into docking 4 years ago
  ocornut ad5d1a8429 Version 1.83 4 years ago
  ocornut 105d82d134 Docking: Docking node tab bar honors ItemInnerSpacing.x before first tab. Tweak rendering and alignment of dock node menu marker. (#4130) 4 years ago
  ocornut 86c2b609ef Merge branch 'master' into docking 4 years ago
  Bartosz Taudul 4c9f0cec27 Add and use SSE-enabled ImRsqrt() in place of 1.0f / ImSqrt(). (#4091) 4 years ago
  ocornut 31290807dc Merge branch 'master' into docking 4 years ago
  ocornut 89162a04f4 Fixes for PVS Studio and MSVC static analyzers. Using a macro to suppress single-use MSVC false positives. (#3938, #4073) 4 years ago
  ocornut d28535f351 Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified. 4 years ago