Commit Graph

960 Commits

Author SHA1 Message Date
sonoro1234
d61baefa0c update README.md 1.92.1dock 2025-07-14 09:24:51 +02:00
sonoro1234
7dc88bd031 pull imgui docking 1.92.1 and generate 2025-07-14 09:21:39 +02:00
sonoro1234
bcb179376b cpp2ffi.lua: clean = default in constructor (appears in implot3d) 1.92.0dock 2025-06-27 18:00:19 +02:00
sonoro1234
dd9196a19b move imgui_freetype include from cimgui.cpp to cimgui.h 2025-06-27 17:10:26 +02:00
sonoro1234
439e8073c2 backends_test for 1.92.0 2025-06-27 11:40:08 +02:00
sonoro1234
63e6dd0ef3 backend tests adapted for 1.92.0
pull imgui 1.92.0 - docking and generate
2025-06-27 11:11:55 +02:00
sonoro1234
85d6d12ec6 pull imgui 1.92.0 - docking and generate 2025-06-27 09:58:32 +02:00
sonoro1234
8e95247e63 cpp2ffi: type &name -> type& name 2025-06-26 19:34:47 +02:00
sonoro1234
92b0239554 add preprocesor ifndef for including only once in cimgui_impl.h 2025-06-25 18:44:25 +02:00
sonoro1234
094a55523a add CIMGUI_VARGS0 versions as explained in PR#297 by @tuket 2025-05-16 20:09:01 +02:00
sonoro1234
c561c6a6e5 generator.lua: allow generation without implementations 2025-05-14 08:56:49 +02:00
sonoro1234
5ba6ea3fc0 complete last commit 2025-04-16 16:38:35 +02:00
sonoro1234
623cbefe49 LogTextV was present from 2021 so igLogText does not have to be manual 2025-04-15 17:25:02 +02:00
Victor Bombi
a007c438f0 Merge pull request #293 from Cragady/feature/add-sdl3-vulkan-backend
feat: add sdl3 vulkan backend
2025-04-13 11:27:15 +02:00
Cragady
f6e14c22eb feat: add sdl3 vulkan backend
* fix: rename project in cmake

* fix: move new backend to new dir
* fix: restore old sdl example
2025-04-12 13:23:14 -06:00
sonoro1234
205107640d a little more 2025-03-24 18:18:52 +01:00
sonoro1234
08677d259c GenerateCimguiBindings is now a module available for several backend_tests 2025-03-24 10:34:25 +01:00
sonoro1234
8f15ab3f80 example_sdlgpu3: small changes (less crazy includes arg) 2025-03-24 09:25:09 +01:00
sonoro1234
0992dbf89c example_sdlgpu3: some fixes 2025-03-23 20:02:17 +01:00
sonoro1234
dad6366d9b drop vulkan to make github macOSX actions happy 2025-03-23 07:01:35 +01:00
sonoro1234
abc0ea66b5 cpp2ffi: guess compiler error 2025-03-22 21:16:23 +01:00
sonoro1234
4e3e9b5fb2 backend_test/example_sdlgpu3: thanks to @hgranthorner PR #291 with generation from cmake 2025-03-22 17:36:09 +01:00
sonoro1234
334c9fa140 generator: correct structs_and_enums.lua path 2025-03-22 11:27:36 +01:00
sonoro1234
03e6c8d1f2 pull imgui 1.91.9bdock and generate 1.91.9bdock 2025-03-20 01:39:06 +01:00
sonoro1234
50c60f3da6 IMGUI_HAS_TEXTURES do nothing 2025-03-20 01:34:34 +01:00
sonoro1234
140d107be5 improve customization (see PR #290) 2025-03-18 13:20:46 +01:00
sonoro1234
c32d1c0c9b dont name igGetIO overload as the generic name of function (C++ name) solves issue #289 2025-03-15 17:51:30 +01:00
sonoro1234
3530b937f1 generation 2025-03-15 17:03:47 +01:00
Victor Bombi
bb6f212993 Merge pull request #288 from spencercw/vulkan
generator.lua: fix missing void in Vulkan function generation
2025-03-15 16:57:30 +01:00
Chris Spencer
e3af31fb9c generator.lua: fix missing void in Vulkan function generation 2025-03-15 11:57:14 +00:00
sonoro1234
de213c9105 pull imgui 1.91.9 docking and generate 1.91.9dock 2025-03-15 08:17:37 +01:00
sonoro1234
4bd8b6dbbd get defines also for cl 2025-03-12 02:35:06 +01:00
sonoro1234
a1dbf23597 IMGUI_HAS_TEXTURES ImTextureID -> ImTextureUserID 2025-03-07 10:51:45 +01:00
sonoro1234
f2e203b05a cpp2ffi: rule out T* in templates 2025-03-07 08:53:51 +01:00
sonoro1234
429ffc930d update README.md 2025-02-22 12:32:10 +01:00
sonoro1234
95dec01325 cimgui_impl: reworked 2025-02-22 12:11:25 +01:00
sonoro1234
79504e6f7c ClearEnable = true 2025-02-21 20:30:58 +01:00
sonoro1234
4edec25945 generation for vulkan 2025-02-21 16:57:56 +01:00
sonoro1234
daac7262b3 example_sdl_vulkan tries to emulate imgui 2025-02-21 16:56:14 +01:00
sonoro1234
2e5db87e99 backends: use cmake FetchContent for SDL2 examples 2025-02-05 17:53:05 +01:00
sonoro1234
387e5e0d8b generator.lua: corrections for Vulkan generation as now needs ImVector, also corrections in example_sdl_vulkan/main.c for last breaking changes. 2025-02-04 18:51:13 +01:00
sonoro1234
10a7a9f3f3 pull imgui 1.91.8dock and generate 1.91.8dock 2025-02-04 16:38:45 +01:00
sonoro1234
9bc279c4d8 pull imgui docking 1.91.7 and generate 1.91.7dock 2025-01-21 15:59:46 +01:00
sonoro1234
46c47d5703 generator.lua: change for Used4kPagesMap -> Used8kPagesMap 2025-01-21 10:50:30 +01:00
sonoro1234
e5facd9083 cpp2ffi: better functypedef parsing
Some checks failed
Build / build (ubuntu-latest) (push) Failing after 4s
Build / build (macOS-latest) (push) Has been cancelled
Build / build (windows-latest) (push) Has been cancelled
2025-01-17 17:08:30 +01:00
sonoro1234
7d50243c50 better ftemplates repair 2025-01-08 16:49:42 +01:00
sonoro1234
7715efaa41 cpp2ffi: constexpr -> static const and ftemplates repair 2025-01-08 15:54:31 +01:00
sonoro1234
9cc8f27f61 cpp2ffi: autodetect nonPOD 2025-01-08 12:41:00 +01:00
sonoro1234
df65595422 generation 2025-01-08 10:46:11 +01:00
sonoro1234
2a0af76f16 cpp2ffi: git diffs are line oriented so Lua serializer uses pretty 2025-01-08 10:45:47 +01:00