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: AllenDang/cimgui-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: AllenDang/cimgui-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Nov 14, 2024

  1. Copy the full SHA
    51c118b View commit details
  2. codegen: remove typedefsNames

    this field in context was never filled
    gucio321 committed Nov 14, 2024
    Copy the full SHA
    8a407fd View commit details
  3. Copy the full SHA
    23b2637 View commit details
  4. regenerate code

    for some reason, latest changes to codegen caused update to funcs generator
    but this change is not large and 1:1 replacement so I can commit it
    gucio321 committed Nov 14, 2024
    Copy the full SHA
    b7d414f View commit details
  5. Copy the full SHA
    4ce714f View commit details
  6. codegen/context: remove funcNames

    this was never used
    gucio321 committed Nov 14, 2024
    Copy the full SHA
    6389ec8 View commit details
  7. Copy the full SHA
    06da78f View commit details
  8. Merge pull request #391 from gucio321/codegen-refactor

    Codegen refactor and cleanup
    gucio321 authored Nov 14, 2024
    Copy the full SHA
    ba35a47 View commit details

Commits on Nov 16, 2024

  1. codegen: now gengo_callbacks is a standalone \'gengo\'s part which ge…

    …nerates stuff independently from typedefs
    gucio321 committed Nov 16, 2024
    Copy the full SHA
    99b3f67 View commit details
  2. Copy the full SHA
    2e3e1b8 View commit details
  3. regenerate codde

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    c95cc25 View commit details
  4. Copy the full SHA
    9a41bc1 View commit details
  5. Merge pull request #392 from gucio321/callbacks-separated-from-typedefs

    make gengo_callbacks separated gengo unit
    gucio321 authored Nov 16, 2024
    Copy the full SHA
    17870aa View commit details
  6. gengo callbacks: print error

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    5c13dd9 View commit details
  7. codegen: remove pkgname prefix from generated code files

    cimgui_funcs.go => funcs.go
    gucio321 committed Nov 16, 2024
    Copy the full SHA
    dea8549 View commit details
  8. migrate part of packages

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    d9b867b View commit details
  9. update makefile

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    99850dd View commit details
  10. imgrate immarkdown

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    48d01b7 View commit details
  11. migrate imgui and backend

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    023501a View commit details
  12. migrate cimplot

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    08be301 View commit details
  13. makefile: also change names

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    a9fee8d View commit details
  14. backend: update sdl

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    4e7c686 View commit details
  15. Merge pull request #393 from gucio321/remove-generated-code-prefixes

    remove files prefix
    gucio321 authored Nov 16, 2024
    Copy the full SHA
    36852d6 View commit details
  16. Copy the full SHA
    31bf9f0 View commit details
  17. Copy the full SHA
    d7773e3 View commit details
  18. Merge pull request #394 from gucio321/logger

    Logger updates
    gucio321 authored Nov 16, 2024
    Copy the full SHA
    af475a3 View commit details
  19. Copy the full SHA
    a838dac View commit details
  20. Copy the full SHA
    330fca2 View commit details
  21. Copy the full SHA
    b2555b5 View commit details
  22. regenerate code

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    514a3e7 View commit details
  23. codegen: fix faulty \n

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    7403a7c View commit details
  24. regenerate code

    gucio321 committed Nov 16, 2024
    Copy the full SHA
    d77a9a1 View commit details
  25. Merge pull request #395 from gucio321/remove-hardcoded-imgui-refs

    Remove hardcoded imgui refs
    gucio321 authored Nov 16, 2024
    Copy the full SHA
    3244b09 View commit details

Commits on Nov 25, 2024

  1. build(deps): bump github.com/hajimehoshi/ebiten/v2 from 2.8.4 to 2.8.5

    Bumps [github.com/hajimehoshi/ebiten/v2](https://github.com/hajimehoshi/ebiten) from 2.8.4 to 2.8.5.
    - [Release notes](https://github.com/hajimehoshi/ebiten/releases)
    - [Commits](hajimehoshi/ebiten@v2.8.4...v2.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hajimehoshi/ebiten/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 25, 2024
    Copy the full SHA
    1ce49a6 View commit details

Commits on Dec 10, 2024

  1. Copy the full SHA
    6d94ba5 View commit details

Commits on Dec 17, 2024

  1. Merge pull request #396 from AllenDang/dependabot/go_modules/github.c…

    …om/hajimehoshi/ebiten/v2-2.8.5
    
    build(deps): bump github.com/hajimehoshi/ebiten/v2 from 2.8.4 to 2.8.5
    gucio321 authored Dec 17, 2024
    Copy the full SHA
    f8b45fb View commit details
  2. Merge pull request #398 from gucio321/backend-change

    change(backend): dont take Backend as an arg to WIndowCloseCallback
    gucio321 authored Dec 17, 2024
    Copy the full SHA
    3c6fe4a View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    78b4ffb View commit details
  2. regenerate code

    there were some tiny changes
    gucio321 committed Dec 20, 2024
    Copy the full SHA
    85ac9c6 View commit details
  3. gencpp: remove trailing if

    gucio321 committed Dec 20, 2024
    Copy the full SHA
    b17f0a0 View commit details
  4. Copy the full SHA
    490753a View commit details
  5. Copy the full SHA
    cf56993 View commit details
  6. regenerate code

    gucio321 committed Dec 20, 2024
    Copy the full SHA
    ee480bd View commit details
  7. Copy the full SHA
    d6dd326 View commit details

Commits on Dec 21, 2024

  1. common: fix example

    gucio321 committed Dec 21, 2024
    Copy the full SHA
    0a2ecb5 View commit details
  2. Copy the full SHA
    d35da68 View commit details
  3. Regenerate code

    gucio321 committed Dec 21, 2024
    Copy the full SHA
    dfba16f View commit details
  4. Copy the full SHA
    8b77e14 View commit details
  5. regenerate code

    gucio321 committed Dec 21, 2024
    Copy the full SHA
    d6c63aa View commit details
  6. Copy the full SHA
    5afcf11 View commit details
Loading