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
Marcelo Silva Nascimento Mancini
59e4829b4b
Add bindbc-cimgui as an example binding
...
DerelictImGui is too old for the state ImGui is right now, so I made a binding which is -betterC switch compatible with D and it is updated to the 1.79 version which I'll be supporting for a great time
2020-10-19 17:36:51 +02:00
Victor Bombi
7aa18d11a1
Merge pull request #160 from MrcSnm/patch-1
...
Add bindbc-cimgui as an example binding
2020-10-19 17:35:22 +02:00
Marcelo Silva Nascimento Mancini
b26f477c20
Add bindbc-cimgui as an example binding
...
DerelictImGui is too old for the state ImGui is right now, so I made a binding which is -betterC switch compatible with D and it is updated to the 1.79 version which I'll be supporting for a great time
2020-10-19 08:10:02 -07:00
Victor Bombi
33fb5eb309
readme: explain defaults of generator, change implementations by backends
2020-10-19 16:41:13 +02:00
Victor Bombi
3700abd326
readme: explain defaults of generator, change implementations by backends
2020-10-19 16:25:21 +02:00
Victor Bombi
16609ed627
Merge branch 'master' into docking_inter
2020-10-19 10:17:32 +02:00
Victor Bombi
87158fa6b4
Merge pull request #159 from MrcSnm/master
...
Added another check for null sdl include on backend_test
2020-10-19 10:14:05 +02:00
Hipreme
7ce241d5d8
Added another check for null sdl include
2020-10-18 15:31:43 -03:00
Victor Bombi
44af224530
repair docking branch (some merge commit broke it)
2020-10-18 19:46:25 +02:00