Victor Bombi
|
a64de2e303
|
cpp2ffi: add ADDIMSTR_S function for making const char* versions of ImStr arguments
|
2021-02-05 16:06:09 +01:00 |
|
Victor Bombi
|
a9928295db
|
generator: keep IMGUI_HAS_IMSTR definition
|
2021-02-05 16:06:09 +01:00 |
|
Victor Bombi
|
ce239ed53f
|
cpp2ffi: overload naming char* -> Chpt (was Str) avoids clash with ImStr - > Str
|
2021-02-05 16:06:09 +01:00 |
|
Victor Bombi
|
86112e0b45
|
generation
1.80dock
|
2021-01-27 10:48:46 +01:00 |
|
Victor Bombi
|
c4d1f5423e
|
generator: replace FLT_MIN in substring
|
2021-01-27 10:48:25 +01:00 |
|
Victor Bombi
|
36e0d7a41e
|
generator: take care of FLT_MIN
|
2021-01-27 10:21:07 +01:00 |
|
Victor Bombi
|
0d96f60b80
|
pull imgui 1.80 docking and generate
|
2021-01-22 11:09:18 +01:00 |
|
Victor Bombi
|
3eec69f133
|
generator.lua: correctly detect IMGUI_HAS_DOCK
|
2021-01-22 11:07:21 +01:00 |
|
Victor Bombi
|
ab67137994
|
gitmodules: set correct branch for docking
|
2021-01-10 20:01:54 +01:00 |
|
Victor Bombi
|
7d5f753a9d
|
pull imgui docking and regenerate
|
2020-12-23 10:13:02 +01:00 |
|
Victor Bombi
|
3b563153fd
|
readme: update readme cloning
|
2020-12-23 10:05:01 +01:00 |
|
Victor Bombi
|
7f4ca76e37
|
Merge branch 'docking_inter'
|
2020-12-17 13:07:25 +01:00 |
|
Victor Bombi
|
6047c638c4
|
cpp2ffi: take_lines drop spaces after line (needed by cl) fixes #171
|
2020-12-17 13:05:54 +01:00 |
|
Victor Bombi
|
414ad3f8f4
|
Merge branch 'docking_inter'
|
2020-12-15 11:41:00 +01:00 |
|
Victor Bombi
|
a21c31f123
|
generator: detect IMGUI_HAS_DOCK and keep it in cimgui.h
|
2020-12-15 11:33:30 +01:00 |
|
Victor Bombi
|
99611664b7
|
Merge branch 'docking_inter'
|
2020-12-14 18:00:16 +01:00 |
|
Victor Bombi
|
45aada6ecb
|
preparation for 1.80 with imgui_tables.cpp addition and 8bytes enum values
|
2020-12-14 17:57:47 +01:00 |
|
Victor Bombi
|
98bfe43755
|
Merge branch 'docking_inter'
|
2020-12-05 14:06:52 +01:00 |
|
Victor Bombi
|
4a4c804ad9
|
add TODO.txt
|
2020-12-05 14:05:29 +01:00 |
|
Victor Bombi
|
48c97106cc
|
Merge branch 'docking_inter'
|
2020-12-01 16:35:11 +01:00 |
|
Victor Bombi
|
e417e3500b
|
cpp2ffi: only use ftemplate_list if ftemplate_list[ttype] is defined (needed by implot_internal)
|
2020-12-01 12:35:43 +01:00 |
|
Victor Bombi
|
ee5534d7cd
|
Merge branch 'docking_inter'
|
2020-10-30 15:37:48 +01:00 |
|
Victor Bombi
|
54cfcabdde
|
correct readme
|
2020-10-30 15:36:17 +01:00 |
|
Victor Bombi
|
e0279fa53d
|
Merge branch 'docking_inter'
|
2020-10-30 15:34:38 +01:00 |
|
M. Frink ~ Lemur
|
43bfbe227d
|
Fixed typo
|
2020-10-30 15:31:53 +01:00 |
|
M. Frink ~ Lemur
|
2a6970b50b
|
Fixed typo
|
2020-10-30 15:31:53 +01:00 |
|
Micon Frink
|
507e19bc7e
|
adding documentation
|
2020-10-30 15:31:53 +01:00 |
|
Micon Frink
|
3f2e6f40df
|
added a ternary to check for cl so that we don't have problems with Linux absolute paths...
|
2020-10-30 15:31:53 +01:00 |
|
Micon Frink
|
be7bb9a72e
|
forgot to add the CFLAGS to to the actual calls. Also realized that we really should process the cl calls so fixed that too.
|
2020-10-30 15:31:53 +01:00 |
|
Micon Frink
|
fc677cb849
|
adding flags to generator.lua
|
2020-10-30 15:31:53 +01:00 |
|
Victor Bombi
|
aa1b438f7f
|
Merge pull request #165 from frink/flags
Adding CFLAGS to generator.lua
|
2020-10-29 20:37:34 +01:00 |
|
M. Frink ~ Lemur
|
9828871a89
|
Fixed typo
|
2020-10-29 12:28:40 -05:00 |
|
M. Frink ~ Lemur
|
236c296049
|
Fixed typo
|
2020-10-29 12:26:36 -05:00 |
|
Micon Frink
|
3b01e79d6d
|
adding documentation
|
2020-10-29 16:31:38 +00:00 |
|
Victor Bombi
|
ebfa448e25
|
Merge branch 'docking_inter'
|
2020-10-28 17:52:30 +01:00 |
|
Victor Bombi
|
0704912579
|
cpp2ffi: get_parents_nameC correction
|
2020-10-28 17:51:16 +01:00 |
|
Micon Frink
|
06f3c006c3
|
added a ternary to check for cl so that we don't have problems with Linux absolute paths...
|
2020-10-28 06:31:32 +00:00 |
|
Micon Frink
|
5c469cca4e
|
forgot to add the CFLAGS to to the actual calls. Also realized that we really should process the cl calls so fixed that too.
|
2020-10-28 06:19:41 +00:00 |
|
Micon Frink
|
7d6fdb66bb
|
adding flags to generator.lua
|
2020-10-28 05:44:57 +00:00 |
|
Victor Bombi
|
e1ea75be6e
|
Merge branch 'docking_inter'
|
2020-10-27 15:05:36 +01:00 |
|
Victor Bombi
|
c46a2eded6
|
cpp2ffi: parseFunction receives nested namespace name (ImNodes needs it)
|
2020-10-27 15:03:53 +01:00 |
|
Victor Bombi
|
756ce6330a
|
Merge branch 'docking_inter'
|
2020-10-27 12:35:15 +01:00 |
|
Victor Bombi
|
4e5d12e86e
|
cpp2ffi: take care of template different of typename, generator: ImSpan template generation
|
2020-10-27 12:32:44 +01:00 |
|
Victor Bombi
|
bb0cb8090a
|
Merge branch 'docking_inter'
|
2020-10-24 16:46:33 +02:00 |
|
Victor Bombi
|
9cb4b4f63c
|
detect backends folder in generator and backend_test
|
2020-10-24 16:41:57 +02:00 |
|
Oleh Prypin
|
a97c90ec4f
|
Add crystal-imgui as an example binding
|
2020-10-19 18:21:53 +02:00 |
|
Victor Bombi
|
b50e8c0d85
|
Merge pull request #161 from oprypin/patch-1
Add crystal-imgui as an example binding
|
2020-10-19 18:19:45 +02:00 |
|
Oleh Prypin
|
ad5580b5d7
|
Add crystal-imgui as an example binding
|
2020-10-19 18:06:47 +02:00 |
|
Victor Bombi
|
a1f2cef9d3
|
readme: correct links
|
2020-10-19 17:42:32 +02:00 |
|
Victor Bombi
|
75a27d5e34
|
readme: correct links
|
2020-10-19 17:39:51 +02:00 |
|