Go to file
Jan Engelhardt 8fd468fb9d Accepting request 1140581 from home:dirkmueller:Factory
- update to 1.10.1:
  * imgui_freetype: commented out ImGuiFreeType::BuildFontAtlas()
    obsoleted in 1.81.
    Prefer using #define IMGUI_ENABLE_FREETYPE or see commented
    code for manual calls.
  * Removed CalcListClipping() marked obsolete in 1.86. (#3841)
    Prefer using ImGuiListClipper which can return non-contiguous
    ranges.
  * Internals, Columns: commented out legacy ImGuiColumnsFlags_XXX
    symbols redirecting to ImGuiOldColumnsFlags_XXX
  * Commented out obsolete ImGuiKey_KeyPadEnter redirection to
    ImGuiKey_KeypadEnter. (#2625, #7143)
  * Navigation (Keyboard/gamepad):
    - Nav, IO: SetNextFrameWantCaptureKeyboard(false) calls are
      not overridden back to true when navigation is enabled.
      SetNextFrameWantCaptureKeyboard() is always higher priority.
    - Nav: Activation can also be performed with Keypad Enter.
  * Drag and Drop:
    - Fixed drop target highlight on items temporarily pushing a
      widened clip rect (namely Selectables and Treenodes using
      SpanAllColumn flag) so the highlight properly covers
      all columns. (#7049, #4281, #3272)
  * InputText:
    - InputTextMultiline: Fixed Tab character input not repeating
    - InputTextMultiline: Tabbing through a multi-line text editor
      which allows Tab character inputs (using the
      ImGuiInputTextFlags_AllowTabInput flag) doesn't
      automatically activate it, in order to allow passing
      through multiple widgets easily.
  * Drags, Sliders, Inputs:

OBS-URL: https://build.opensuse.org/request/show/1140581
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=16
2024-01-22 11:45:47 +00:00
.gitattributes Accepting request 853280 from home:Mailaender:branches:devel:libraries:c_c++ 2020-12-05 17:09:45 +00:00
.gitignore Accepting request 853280 from home:Mailaender:branches:devel:libraries:c_c++ 2020-12-05 17:09:45 +00:00
imgui.changes Accepting request 1140581 from home:dirkmueller:Factory 2024-01-22 11:45:47 +00:00
imgui.spec Accepting request 1140581 from home:dirkmueller:Factory 2024-01-22 11:45:47 +00:00
v1.90.1.tar.gz Accepting request 1140581 from home:dirkmueller:Factory 2024-01-22 11:45:47 +00:00