Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocornut/imgui Loading
base: v1.90.9
Choose a base ref
...
head repository: ocornut/imgui Loading
compare: master
Choose a head ref
  • 19 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 1, 2024

  1. Version 1.91.0 WIP

    ocornut committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    84cc72f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x …

    …removals (#7761, #7762)
    
    Also updated function signature in SDL2 backend to match and because it is expected we will use that data (as per #7672)
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    12f9251 View commit details
    Browse the repository at this point in the history
  2. Backends: SDL3: Updated comments (IME seems fixed in SDL3). Added SDL…

    …3 examples to Visual Studio solution.
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a489585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a627943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e0b3b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae708e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0250dc9 View commit details
    Browse the repository at this point in the history
  7. IO: added io.PlatformOpenInShellFn handler to open a link/folder/file…

    … in OS shell, added IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS. (#7660)
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f36798 View commit details
    Browse the repository at this point in the history
  8. (Breaking) IO, IME: renamed platform IME hook io.SetPlatformImeDataFn…

    …() -> io.PlatformSetImeDataFn() and added explicit context.
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fb799bb View commit details
    Browse the repository at this point in the history
  9. Commented out obsolete ImGuiModFlags and ImGuiModFlags_XXX values (re…

    …named to ImGuiKeyChord and ImGuiMod_XXX in 1.89). (#4921, #456)
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ddd4c9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43925b9 View commit details
    Browse the repository at this point in the history
  11. IO: disable default io.PlatformOpenInShellFn() implementation on iPho…

    …ne, as compiler errors that system() is not available on iOS.
    ocornut committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dadf9cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f63d3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5496050 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05a4f28 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    380b355 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ebf49b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Misc tweaks, comments.

    ocornut committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0a73c6e View commit details
    Browse the repository at this point in the history
  2. TreeNode: rename/rework ImGuiNavTreeNodeData system to be usable by m…

    …ore features. (#2920, #1131, #7553)
    
    Reworked to it is easier during TreeNode code to request extra data to be stored.
    ocornut committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2d0baaa View commit details
    Browse the repository at this point in the history
Loading