fmdkdd
f12e74c20f
Allow cimgui.h to be included in a plain C project
...
Add `struct` keywords where required. The messy part is the ImFont::Glyph inner
struct, which needs to match the implementation in fontAtlas.cpp when building
the library, but the namespace syntax is invalid C, so we have to use a macro to
satisfy both use cases.
2017-10-22 09:48:17 +02:00
yosikawa
01578cb1bd
add functions to support D-lang version of imgui_demo.cpp
...
1. add access functions for ImFontAtlas, ImFont
2. support ImGuiTextFilter, ImGuiTextBuffer
3. change the name igPushIdXXX => igPushIDXXX
4. bug fixes
2017-10-02 09:24:25 +02:00
okuoku
33679d6957
Fix Cygwin build
2017-09-04 10:05:18 +02:00
Armored Dragon
1df319b232
Update to imgui 1.51 ( #34 )
...
* Updated imgui submodule to v1.51 tag
* Updated API to imgui 1.51
* Fix all compiler and linker errors
2017-08-31 17:08:29 +02:00
Unknown
516547dcd9
Introduce CIMGUI_NO_EXPORT to stop exporting symbols
...
Useful when static linking in a library to avoid collisions
2017-08-06 22:18:50 +02:00
Merwan Achibet
dbbac62a84
Add ImGuilistClipper struct under CIMGUI_DEFINE_ENUMS_AND_STRUCTS
2017-06-08 19:45:16 +02:00
Merwan Achibet
389c1f1ad1
Add another batch of missing struct keywords, Add definition for ImDrawVert ( #28 )
...
* Add missing struct keywords for ImVec2 and ImGuiListClipper arguments
* Add another batch of missing struct keywords
* Add missing definition for ImDrawVert under CIMGUI_DEFINE_ENUMS_AND_STRUCTS
2017-06-06 15:40:29 +02:00
Stephan Dilly
76001ce58c
add missing new param
...
was introduced in 1.50
2017-06-03 11:29:14 +02:00
dpethes
38c89cf203
add Visual Studio 64bit build configuration
2017-06-03 10:46:05 +02:00
Merwan Achibet
c888da1c96
Add missing struct keywords for ImVec2 and ImGuiListClipper arguments
2017-06-03 10:45:17 +02:00
Stephan Dilly
13ce2e0abc
update to 1.50
2017-06-03 01:43:06 +02:00
Stephan Dilly
64d2efaf70
add vscode settings file
2017-06-03 01:35:53 +02:00
dpethes
169eab1128
include listClipper.cpp in vcxproj
2017-06-02 23:43:45 +02:00
Erik van Bilsen
98f480cc28
Added several new bindings ( #18 )
...
* Added ImDrawData_ScaleClipRects and fixed wrong call in igSliderFloat2
* Added ImGuiTextFilter
* Added ImGuiTextEditCallbackData
* Added ImGuiStorage
* Added ImFontAtlas_GetGlyphRanges* APIs
* Added ImGuiTextFilter struct and fixed ImDrawData_ScaleClipRects
2017-05-30 07:10:30 +02:00
Brandon Haffen
09a51f162e
Add enums and structs to header when enabled ( #24 )
...
* Added structs and enums to cimgui.h
2017-05-30 07:04:57 +02:00
nucular
366754fc57
Expose ImGuiListClipper and its members ( #19 )
...
* Provide access to ImGuiListClipper members
* Added ImGuiListClipper_GetDisplayStart and ImGuiListClipper_GetDisplayEnd to cimgui.h
2017-05-30 07:02:05 +02:00
Brandon Haffen
ffc80c11c7
Fixed for compiling with MinGW
2017-01-22 02:54:29 -08:00
Joonas Javanainen
9274ef995f
ImDrawLust -> ImDrawList
2016-06-12 00:20:09 +03:00
Stephan Dilly
3a215a0268
fix some travis ci build breaks
2016-06-06 00:44:08 +02:00
Stephan Dilly
b99ed85fb9
fix all left over problems to build as pure C header
2016-06-06 00:41:14 +02:00
Stephan Dilly
b647142cf5
update to imgui 1.49
2016-06-05 13:19:34 +02:00
Stephan Dilly
00a9d14f34
Merge branch 'master' of https://github.com/Extrawurst/cimgui
2016-05-19 13:10:44 -07:00
Stephan Dilly
f4c0403f12
add default constructor wrapper for ImFontConfig ( closes #14 )
2016-05-19 13:10:37 -07:00
Stephan Dilly
9a7e7a2d28
removed some default parameters
...
as was pointed out to me in the most delightful way, this is not c compatible :D
2016-05-09 19:20:06 +02:00
Stephan Dilly
106686a212
update to imgui v1.48
2016-04-10 11:53:30 +02:00
Stephan Dilly
a5b4dc8ba9
fix #11
2015-12-26 15:21:59 +01:00
Stephan Dilly
2de7e50511
update to imgui 1.47
2015-12-26 14:44:18 +01:00
Andrey Penechko
26892981b9
Add ImDrawList functions. Fix spacing.
2015-11-17 20:58:37 +02:00
Stephan Dilly
b936bb3369
add missing methods from a previous release
2015-10-19 13:04:19 +02:00
Stephan Dilly
713d9f587c
update to imgui 1.46
2015-10-19 13:01:52 +02:00
Stephan Dilly
59218e28d0
update visual studio project (VS2015) and imgui to version where version number is correctly set
2015-09-07 15:28:06 +02:00
Stephan Dilly
5fe328beae
upgrade to imgui 1.45
2015-09-07 01:48:05 +02:00
Yannick Koechlin
d02ce16125
Fix Makefile: link ../imgui/imgui_draw.o ../imgui/imgui_demo.o
2015-08-13 15:08:15 +02:00
unknown
fb80cc0cfe
update to imgui cleanup release 1.44
2015-08-12 21:12:57 +02:00
Stephan Dilly
92ef16ff00
upgrade to imgui 1.43
2015-07-25 16:55:48 +02:00
Stephan Dilly
f61292e533
renamed method prefix ig_
to ig
( closes #5 )
2015-07-09 23:41:21 +02:00
Stephan Dilly
6b69c0e712
change indent to spaces
2015-07-09 00:38:57 +02:00
Stephan Dilly
ca33899307
update to current imgui release (v1.42 see https://github.com/ocornut/imgui/releases/tag/v1.42 )
2015-07-09 00:02:37 +02:00
Stephan Dilly
7205093eb4
remove usage of default params
2015-06-28 12:53:17 +02:00
Stephan Dilly
57d88c0b3d
remove usage of ref params
2015-06-28 12:51:57 +02:00
Stephan Dilly
0a7d938bc8
small fixes
2015-06-28 12:24:50 +02:00
Stephan Dilly
830fdcc029
update to latest image release (1.41) featuring for example ModalDialogs
2015-06-28 11:42:43 +02:00
Stephan Dilly
4c85fa45d0
implement all remaining changes for 1.40 release
2015-05-31 22:29:07 +02:00
Stephan Dilly
b06fd153d8
update to imgui 1.39 WIP ( 3a6e6645e6
)
2015-05-26 23:19:39 +02:00
Stephan Dilly
8b10872614
tabs -> spaces
2015-04-21 23:45:33 +02:00
Stephan Dilly
ea7b698694
use CONST define for simple switch to pure C later
2015-04-21 23:39:04 +02:00
Stephan Dilly
9399d2d8a6
- use imgui 1.38 release tag
...
- added new 1.38 release methods and fix some header functionnames
2015-04-21 23:35:17 +02:00
Stephan Dilly
8a97a983a2
added more fontAtlas methods
2015-04-13 21:31:19 +02:00
Stephan Dilly
3aa0b2bff4
fix linux build
2015-04-13 15:39:59 +02:00
Stephan Dilly
9dabb1bff0
cleanup
2015-04-13 14:30:56 +02:00