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: SpaiR/imgui-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.87.3
Choose a base ref
...
head repository: SpaiR/imgui-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.87.4
Choose a head ref
  • 7 commits
  • 64 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    473521e View commit details
    Browse the repository at this point in the history
  2. feat(api): use uintptr_t instead of intptr_t for pointers (#265)

    Image methods now accept the `long` type instead of `int`,
    as they are expected to work with pointers as well.
    SpaiR authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c4c03be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca9df4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    56f02fb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix(api): missing bindings for TreePush and InputScalar (#268)

    Add:
    - TreePush with label arg
    - InputScalar with dataType arg
    SpaiR authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    933a7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2faff8c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. v1.87.4

    SpaiR committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b95b479 View commit details
    Browse the repository at this point in the history
Loading